Skip to content

Instantly share code, notes, and snippets.

@Gottox
Created September 11, 2014 09:53
Show Gist options
  • Save Gottox/eada88d48854b5a3d423 to your computer and use it in GitHub Desktop.
Save Gottox/eada88d48854b5a3d423 to your computer and use it in GitHub Desktop.
make[1]: Entering directory '/home/tox/dev/src/xbps/include'
sed -e "s|@@VERSION@@|0.38|g" xbps.h.in > xbps.h
make[1]: Leaving directory '/home/tox/dev/src/xbps/include'
make[1]: Entering directory '/home/tox/dev/src/xbps/lib'
[CC] package_config_files.o
gcc -I. -I.. -I../include -DXBPS_SYSCONF_PATH=\"/usr/local/etc/xbps\" -DXBPS_VERSION=\"0.38\" -D_unused="__attribute__((__unused__))" -DXBPS_GIT=\"e112480\" -DNDEBUG -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DHAVE_VISIBILITY=1 -I../lib/fetch -I../lib/portableproplib -I../lib/portableproplib/prop -DHAVE_VASPRINTF -DHAVE_STRCASESTR -DHAVE_FDATASYNC -DHAVE_CLOCK_GETTIME -O2 -pthread -Wall -Wextra -Werror -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wsign-compare -Wmissing-include-dirs -Wold-style-definition -Winit-self -Wredundant-decls -Wfloat-equal -Wmissing-noreturn -Wcast-align -Wcast-qual -Wpointer-arith -Wcomment -Wdeclaration-after-statement -Wwrite-strings -Wstack-protector -fPIC -finline-functions -fstack-protector-all --param ssp-buffer-size=1 -std=c99 -fvisibility=default -c package_config_files.c -o package_config_files.o
package_config_files.c: In function ‘xbps_entry_install_conf_file’:
package_config_files.c:67:21: error: unused parameter ‘pkgname’ [-Werror=unused-parameter]
const char *pkgname)
^
cc1: all warnings being treated as errors
Makefile:72: recipe for target 'package_config_files.o' failed
make[1]: *** [package_config_files.o] Error 1
make[1]: Leaving directory '/home/tox/dev/src/xbps/lib'
Makefile:15: recipe for target 'all' failed
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment