[Pkg-alsa-devel] Bug#1066825: alsa-oss: FTBFS on arm{el,hf}: error: ‘__open’ aliased to undefined symbol ‘open’
Sebastian Ramacher
sramacher at debian.org
Wed Mar 13 22:17:13 GMT 2024
Source: alsa-oss
Version: 1.1.8-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramacher at debian.org
https://buildd.debian.org/status/fetch.php?pkg=alsa-oss&arch=armhf&ver=1.1.8-2%2Bb1&stamp=1710256499&raw=0
libtool: compile: gcc -DPACKAGE_NAME=\"alsa-oss\" -DPACKAGE_TARNAME=\"alsa-oss\" -DPACKAGE_VERSION=\"1.1.8\" "-DPACKAGE_STRING=\"alsa-oss 1.1.8\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"alsa-oss\" -DVERSION=\"1.1.8\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBASOUND=1 -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -c mixer.c -fPIC -DPIC -o .libs/libalsatoss_la-mixer.o
alsa-oss.c:794:20: error: ‘__open’ aliased to undefined symbol ‘open’
794 | strong_alias(open, __open);
| ^~~~~~
alsa-oss.c:792:26: note: in definition of macro ‘strong_alias’
792 | extern __typeof (name) aliasname __attribute__ ((alias (#name)));
| ^~~~~~~~~
alsa-oss.c:805:21: error: ‘__fopen’ aliased to undefined symbol ‘fopen’
805 | strong_alias(fopen, __fopen);
| ^~~~~~~
alsa-oss.c:792:26: note: in definition of macro ‘strong_alias’
792 | extern __typeof (name) aliasname __attribute__ ((alias (#name)));
| ^~~~~~~~~
alsa-oss.c:804:22: error: ‘__select’ aliased to undefined symbol ‘select’
804 | strong_alias(select, __select);
| ^~~~~~~~
alsa-oss.c:792:26: note: in definition of macro ‘strong_alias’
792 | extern __typeof (name) aliasname __attribute__ ((alias (#name)));
| ^~~~~~~~~
alsa-oss.c:801:20: error: ‘__mmap’ aliased to undefined symbol ‘mmap’
801 | strong_alias(mmap, __mmap);
| ^~~~~~
alsa-oss.c:792:26: note: in definition of macro ‘strong_alias’
792 | extern __typeof (name) aliasname __attribute__ ((alias (#name)));
| ^~~~~~~~~
alsa-oss.c:800:21: error: ‘__fcntl’ aliased to undefined symbol ‘fcntl’
800 | strong_alias(fcntl, __fcntl);
| ^~~~~~~
alsa-oss.c:792:26: note: in definition of macro ‘strong_alias’
792 | extern __typeof (name) aliasname __attribute__ ((alias (#name)));
| ^~~~~~~~~
make[2]: *** [Makefile:519: alsa-oss.lo] Error 1
Cheers
--
Sebastian Ramacher
More information about the Pkg-alsa-devel
mailing list