=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for alsa-utils-1.1.1nb1 Making all in include gmake[1]: Entering directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/include' /usr/pkg/bin/gmake all-am gmake[2]: Entering directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/include' gmake[2]: Leaving directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/include' gmake[1]: Leaving directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/include' Making all in alsactl gmake[1]: Entering directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/alsactl' Making all in init gmake[2]: Entering directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/alsactl/init' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/alsactl/init' gmake[2]: Entering directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/alsactl' clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-alsactl.o -MD -MP -MF .deps/alsactl-alsactl.Tpo -c -o alsactl-alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-state.o -MD -MP -MF .deps/alsactl-state.Tpo -c -o alsactl-state.o `test -f 'state.c' || echo './'`state.c clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-lock.o -MD -MP -MF .deps/alsactl-lock.Tpo -c -o alsactl-lock.o `test -f 'lock.c' || echo './'`lock.c mv -f .deps/alsactl-lock.Tpo .deps/alsactl-lock.Po clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-utils.o -MD -MP -MF .deps/alsactl-utils.Tpo -c -o alsactl-utils.o `test -f 'utils.c' || echo './'`utils.c mv -f .deps/alsactl-alsactl.Tpo .deps/alsactl-alsactl.Po clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-init_parse.o -MD -MP -MF .deps/alsactl-init_parse.Tpo -c -o alsactl-init_parse.o `test -f 'init_parse.c' || echo './'`init_parse.c state.c:1336:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err |= numid != numid1 && !force_restore) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ state.c:1336:10: note: place parentheses around the assignment to silence this warning if (err |= numid != numid1 && !force_restore) ^ ( ) state.c:1336:10: note: use '!=' to turn this compound assignment into an inequality comparison if (err |= numid != numid1 && !force_restore) ^~ != state.c:1339:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err |= iface != iface1) ~~~~^~~~~~~~~~~~~~~~~~ state.c:1339:10: note: place parentheses around the assignment to silence this warning if (err |= iface != iface1) ^ ( ) state.c:1339:10: note: use '!=' to turn this compound assignment into an inequality comparison if (err |= iface != iface1) ^~ != state.c:1341:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err |= device != device1) ~~~~^~~~~~~~~~~~~~~~~~~~ state.c:1341:10: note: place parentheses around the assignment to silence this warning if (err |= device != device1) ^ ( ) state.c:1341:10: note: use '!=' to turn this compound assignment into an inequality comparison if (err |= device != device1) ^~ != state.c:1343:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err |= subdevice != subdevice1) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ state.c:1343:10: note: place parentheses around the assignment to silence this warning if (err |= subdevice != subdevice1) ^ ( ) state.c:1343:10: note: use '!=' to turn this compound assignment into an inequality comparison if (err |= subdevice != subdevice1) ^~ != state.c:1345:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err |= strcmp(name, name1)) ~~~~^~~~~~~~~~~~~~~~~~~~~~ state.c:1345:10: note: place parentheses around the assignment to silence this warning if (err |= strcmp(name, name1)) ^ ( ) state.c:1345:10: note: use '!=' to turn this compound assignment into an inequality comparison if (err |= strcmp(name, name1)) ^~ != state.c:1347:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err |= index != index1) ~~~~^~~~~~~~~~~~~~~~~~ state.c:1347:10: note: place parentheses around the assignment to silence this warning if (err |= index != index1) ^ ( ) state.c:1347:10: note: use '!=' to turn this compound assignment into an inequality comparison if (err |= index != index1) ^~ != state.c:1375:44: warning: implicit conversion from enumeration type 'snd_ctl_elem_type_t' (aka 'enum _snd_ctl_elem_type') to different enumeration type 'snd_ctl_elem_iface_t' (aka 'enum _snd_ctl_elem_iface') [-Wenum-conversion] err = restore_config_value(handle, info, type, value, ctl, 0, doit); ~~~~~~~~~~~~~~~~~~~~ ^~~~ state.c:1421:46: warning: implicit conversion from enumeration type 'snd_ctl_elem_type_t' (aka 'enum _snd_ctl_elem_type') to different enumeration type 'snd_ctl_elem_iface_t' (aka 'enum _snd_ctl_elem_iface') [-Wenum-conversion] err = restore_config_value2(handle, info, type, value, ~~~~~~~~~~~~~~~~~~~~~ ^~~~ state.c:1443:45: warning: implicit conversion from enumeration type 'snd_ctl_elem_type_t' (aka 'enum _snd_ctl_elem_type') to different enumeration type 'snd_ctl_elem_iface_t' (aka 'enum _snd_ctl_elem_iface') [-Wenum-conversion] err = restore_config_value2(handle, info, type, n, ~~~~~~~~~~~~~~~~~~~~~ ^~~~ init_parse.c:658:54: warning: absolute value function 'abs' given an argument of type 'long long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] sprintf(res, "%li.%02idB", (long)(val / 100), (int)abs(val % 100)); ^ init_parse.c:658:54: note: use function 'llabs' instead sprintf(res, "%li.%02idB", (long)(val / 100), (int)abs(val % 100)); ^~~ llabs mv -f .deps/alsactl-utils.Tpo .deps/alsactl-utils.Po clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-daemon.o -MD -MP -MF .deps/alsactl-daemon.Tpo -c -o alsactl-daemon.o `test -f 'daemon.c' || echo './'`daemon.c mv -f .deps/alsactl-daemon.Tpo .deps/alsactl-daemon.Po clang -DHAVE_CONFIG_H -I. -I../include -I/usr/pkg/include -I/usr/include -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -MT alsactl-monitor.o -MD -MP -MF .deps/alsactl-monitor.Tpo -c -o alsactl-monitor.o `test -f 'monitor.c' || echo './'`monitor.c mv -f .deps/alsactl-monitor.Tpo .deps/alsactl-monitor.Po xmlto man alsactl_init.xml 9 warnings generated. mv -f .deps/alsactl-state.Tpo .deps/alsactl-state.Po /usr/pkg/bin/gsed -r -e 's,@sbindir\@,/usr/pkg/sbin,g' -e 's,@mydatadir\@,/usr/pkg/share/alsa,g' -e 's,@daemonswitch\@,/etc/alsa/state-daemon.conf,g' < 90-alsa-restore.rules.in > 90-alsa-restore.rules || rm 90-alsa-restore.rules 1 warning generated. mv -f .deps/alsactl-init_parse.Tpo .deps/alsactl-init_parse.Po clang -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -g -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o alsactl alsactl-alsactl.o alsactl-state.o alsactl-lock.o alsactl-utils.o alsactl-init_parse.o alsactl-daemon.o alsactl-monitor.o -lasound -Wl,-R/usr/pkg/lib -L/usr/pkg/lib /usr/bin/ld: undefined reference to symbol `ceil@@FBSD_1.0' (try adding -lm) //lib/libm.so.5: could not read symbols: Bad value clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:427: recipe for target 'alsactl' failed gmake[2]: *** [alsactl] Error 1 gmake[2]: *** Waiting for unfinished jobs.... Note: Writing alsactl_init.7 gmake[2]: Leaving directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/alsactl' Makefile:691: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/var/pkgsrc/work/audio/alsa-utils/work/alsa-utils-1.1.1/alsactl' Makefile:352: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/audio/alsa-utils *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/audio/alsa-utils