Not building on Raspbian Buster

GitHub issues - opened github at alsa-project.org
Mon May 17 10:28:22 CEST 2021


alsa-project/alsa-utils issue #89 was opened from riban-bw:

Make fails during linking because the object files are not created. If the compiler is run then the object file will build but the prefix added by Makefile seems to stop the copmilation from occuring. This is building v1.2.4. (Master refuses to build due to dependancy on later version of asoundlib.)

```
Making all in include
make[1]: Entering directory '/root/alsa-utils/include'
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /root/alsa-utils/missing autoheader)
rm -f stamp-h1
touch aconfig.h.in
cd .. && /bin/bash ./config.status include/aconfig.h
config.status: creating include/aconfig.h
config.status: include/aconfig.h is unchanged
make  all-am
make[2]: Entering directory '/root/alsa-utils/include'
Updating version.h
make[2]: Leaving directory '/root/alsa-utils/include'
make[1]: Leaving directory '/root/alsa-utils/include'
Making all in alsactl
make[1]: Entering directory '/root/alsa-utils/alsactl'
Making all in init
make[2]: Entering directory '/root/alsa-utils/alsactl/init'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/alsa-utils/alsactl/init'
make[2]: Entering directory '/root/alsa-utils/alsactl'
source='alsactl.c' object='alsactl-alsactl.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c
source='state.c' object='alsactl-state.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-state.o `test -f 'state.c' || echo './'`state.c
source='lock.c' object='alsactl-lock.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-lock.o `test -f 'lock.c' || echo './'`lock.c
source='utils.c' object='alsactl-utils.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-utils.o `test -f 'utils.c' || echo './'`utils.c
source='init_parse.c' object='alsactl-init_parse.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-init_parse.o `test -f 'init_parse.c' || echo './'`init_parse.c
source='init_ucm.c' object='alsactl-init_ucm.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-init_ucm.o `test -f 'init_ucm.c' || echo './'`init_ucm.c
source='daemon.c' object='alsactl-daemon.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
source='monitor.c' object='alsactl-monitor.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../include    -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g -c -o alsactl-monitor.o `test -f 'monitor.c' || echo './'`monitor.c
gcc -D_GNU_SOURCE -D__USE_GNU -DSYS_ASOUNDRC=\"/var/lib/alsa/asound.state\" -DSYS_LOCKFILE=\"/var/lock/asound.state.lock\" -DSYS_PIDFILE=\"/var/run/alsactl.pid\" -O2 -Wall -pipe -g   -o alsactl alsactl-alsactl.o alsactl-state.o alsactl-lock.o alsactl-utils.o alsactl-init_parse.o alsactl-init_ucm.o alsactl-daemon.o alsactl-monitor.o  -lasound -lm -ldl -lpthread
gcc: error: alsactl-alsactl.o: No such file or directory
gcc: error: alsactl-state.o: No such file or directory
gcc: error: alsactl-lock.o: No such file or directory
gcc: error: alsactl-utils.o: No such file or directory
gcc: error: alsactl-init_parse.o: No such file or directory
gcc: error: alsactl-init_ucm.o: No such file or directory
gcc: error: alsactl-daemon.o: No such file or directory
gcc: error: alsactl-monitor.o: No such file or directory
make[2]: *** [Makefile:527: alsactl] Error 1
make[2]: Leaving directory '/root/alsa-utils/alsactl'
make[1]: *** [Makefile:811: all-recursive] Error 1
make[1]: Leaving directory '/root/alsa-utils/alsactl'
make: *** [Makefile:429: all-recursive] Error 1
```

Issue URL     : https://github.com/alsa-project/alsa-utils/issues/89
Repository URL: https://github.com/alsa-project/alsa-utils


More information about the Alsa-devel mailing list