Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 814771 Details for
Bug 873619
media-libs/nas-1.9.5 will fail to build with clang16 (error: call to undeclared function 'getpid')
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log + emerge --info.txt
build.log-emerge-info.txt (text/plain), 178.30 KB, created by
Ionen Wolkens
on 2022-09-30 07:52:57 UTC
(
hide
)
Description:
build.log + emerge --info.txt
Filename:
MIME Type:
Creator:
Ionen Wolkens
Created:
2022-09-30 07:52:57 UTC
Size:
178.30 KB
patch
obsolete
> * Package: media-libs/nas-1.9.5:0 > * Repository: gentoo > * Maintainer: sound@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking nas-1.9.5.tar.gz to /tmp/portage/media-libs/nas-1.9.5/work >>>> Source unpacked in /tmp/portage/media-libs/nas-1.9.5/work >>>> Preparing source in /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5 ... > * Applying nas-1.9.2-asneeded.patch ... > [ ok ] > * Applying nas-1.9.4-libfl.patch ... > [ ok ] > * Will copy sources from /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5 > * abi_x86_64.amd64: copying to /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64 >>>> Source prepared. >>>> Configuring source in /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_configure >/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64 /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5 > * econf: updating nas-1.9.5-abi_x86_64.amd64/config/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating nas-1.9.5-abi_x86_64.amd64/config/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating nas-1.9.5/config/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating nas-1.9.5/config/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-static --libdir=/usr/lib64 --enable-option-checking >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for x86_64-pc-linux-gnu-gcc... clang >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether clang accepts -g... yes >checking for clang option to accept ANSI C... none needed >checking for a sed that does not truncate output... /bin/sed >checking for egrep... grep -E >checking for ld used by clang... ld.lld >checking if the linker (ld.lld) is GNU ld... yes >checking for ld.lld option to reload object files... -r >checking for BSD-compatible nm... llvm-nm >checking whether ln -s works... yes >checking how to recognise dependent libraries... pass_all >checking how to run the C preprocessor... clang -E >checking for ANSI C header files... no >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for x86_64-pc-linux-gnu-g++... clang++ >checking whether we are using the GNU C++ compiler... yes >checking whether clang++ accepts -g... yes >checking how to run the C++ preprocessor... clang++ -E >checking for x86_64-pc-linux-gnu-g77... no >checking for x86_64-pc-linux-gnu-f77... no >checking for x86_64-pc-linux-gnu-xlf... no >checking for x86_64-pc-linux-gnu-frt... no >checking for x86_64-pc-linux-gnu-pgf77... no >checking for x86_64-pc-linux-gnu-fort77... no >checking for x86_64-pc-linux-gnu-fl32... no >checking for x86_64-pc-linux-gnu-af77... no >checking for x86_64-pc-linux-gnu-f90... no >checking for x86_64-pc-linux-gnu-xlf90... no >checking for x86_64-pc-linux-gnu-pgf90... no >checking for x86_64-pc-linux-gnu-epcf90... no >checking for x86_64-pc-linux-gnu-f95... no >checking for x86_64-pc-linux-gnu-fort... no >checking for x86_64-pc-linux-gnu-xlf95... no >checking for x86_64-pc-linux-gnu-ifc... no >checking for x86_64-pc-linux-gnu-efc... no >checking for x86_64-pc-linux-gnu-pgf95... no >checking for x86_64-pc-linux-gnu-lf95... no >checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran >checking whether we are using the GNU Fortran 77 compiler... yes >checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes >checking the maximum length of command line arguments... 32768 >checking command to parse llvm-nm output from clang object... ok >checking for objdir... .libs >checking for x86_64-pc-linux-gnu-ar... llvm-ar >checking for x86_64-pc-linux-gnu-ranlib... llvm-ranlib >checking for x86_64-pc-linux-gnu-strip... llvm-strip >checking if clang static flag works... yes >checking if clang supports -fno-rtti -fno-exceptions... yes >checking for clang option to produce PIC... -fPIC >checking if clang PIC flag -fPIC works... yes >checking if clang supports -c -o file.o... yes >checking whether the clang linker (ld.lld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >configure: creating libtool >appending configuration tag "CXX" to libtool >checking for ld used by clang++... ld.lld >checking if the linker (ld.lld) is GNU ld... yes >checking whether the clang++ linker (ld.lld) supports shared libraries... yes >checking for clang++ option to produce PIC... -fPIC >checking if clang++ PIC flag -fPIC works... yes >checking if clang++ supports -c -o file.o... yes >checking whether the clang++ linker (ld.lld) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >appending configuration tag "F77" to libtool >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC >checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes >checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes >checking whether the x86_64-pc-linux-gnu-gfortran linker (ld.lld) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking for bison... bison -y >checking for flex... flex >checking for yywrap in -lfl... yes >checking lex output file root... lex.yy >checking whether yytext is a pointer... yes >checking for x86_64-pc-linux-gnu-gcc... (cached) clang >checking whether we are using the GNU C compiler... (cached) yes >checking whether clang accepts -g... (cached) yes >checking for clang option to accept ANSI C... (cached) none needed >checking for main in -lm... yes >checking for crypt in -lcrypt... yes >checking for crypt in -lgen... no >checking for gzread in -lz... yes >checking for ANSI C header files... (cached) no >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking sys/times.h usability... yes >checking sys/times.h presence... yes >checking for sys/times.h... yes >checking termio.h usability... yes >checking termio.h presence... yes >checking for termio.h... yes >checking for unistd.h... (cached) yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking stropts.h usability... no >checking stropts.h presence... no >checking for stropts.h... no >checking poll.h usability... yes >checking poll.h presence... yes >checking for poll.h... yes >checking values.h usability... yes >checking values.h presence... yes >checking for values.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking for stdint.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for limits.h... (cached) yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking sys/soundcard.h usability... yes >checking sys/soundcard.h presence... yes >checking for sys/soundcard.h... yes >checking machine/soundcard.h usability... no >checking machine/soundcard.h presence... no >checking for machine/soundcard.h... no >checking for an ANSI C-conforming const... yes >checking for size_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking return type of signal handlers... void >checking for vprintf... yes >checking for _doprnt... yes >checking for select... yes >checking for strstr... yes >checking for fileno... yes >checking for setpgrp... yes >checking for daemon... yes >checking for getmsg... yes >checking for poll... yes >checking for setitimer... yes >checking for strerror... yes >checking whether setpgrp takes no argument... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for working snprintf... no >checking for working vsnprintf... no >configure: WARNING: Replacing missing/broken (v)snprintf() with version from http://www.ijs.si/software/snprintf/. >checking for sys_errlist declaration... no >configure: creating ./config.status >config.status: creating config.h >/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64 /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5 >imake -DUseInstalled -I/usr/lib64/X11/config >make Makefiles >making Makefiles in include... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >making Makefiles in include/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include/audio' >make[2]: Nothing to be done for 'Makefiles'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >making Makefiles in server... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >making Makefiles in server/dia... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >make[2]: Nothing to be done for 'Makefiles'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >making Makefiles in server/os... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >In file included from /usr/lib64/X11/config/Imake.tmpl:2194, > from Imakefile.c:34: >./Imakefile:71: warning: "PartialNetDefault" is not defined, evaluates to 0 [-Wundef] > 71 | #if PartialNetDefault > | >./Imakefile:99: warning: "XdecServer" is not defined, evaluates to 0 [-Wundef] > 99 | #if defined(PegasusArchitecture) || XdecServer > | >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/os' >make[2]: Nothing to be done for 'Makefiles'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/os' >making Makefiles in server/dda/voxware... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dda/voxware' >make[2]: Nothing to be done for 'Makefiles'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dda/voxware' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >making Makefiles in lib... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >making Makefiles in lib/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib/audio' >make[2]: Nothing to be done for 'Makefiles'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >making Makefiles in clients... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >making Makefiles in clients/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >making Makefiles in clients/audio/widgets... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/widgets' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/widgets' >making Makefiles in clients/audio/auconvert... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auconvert' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auconvert' >making Makefiles in clients/audio/auctl... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auctl' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auctl' >making Makefiles in clients/audio/audemo... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audemo' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audemo' >making Makefiles in clients/audio/audial... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audial' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audial' >making Makefiles in clients/audio/auedit... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auedit' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auedit' >making Makefiles in clients/audio/auinfo... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auinfo' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auinfo' >making Makefiles in clients/audio/aupanel... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aupanel' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aupanel' >making Makefiles in clients/audio/auplay... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auplay' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auplay' >making Makefiles in clients/audio/aurecord... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aurecord' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aurecord' >making Makefiles in clients/audio/autool... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/autool' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/autool' >making Makefiles in clients/audio/auwave... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auwave' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auwave' >making Makefiles in clients/audio/auphone... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auphone' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auphone' >making Makefiles in clients/audio/auscope... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auscope' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auscope' >making Makefiles in clients/audio/util... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/util' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/util' >making Makefiles in clients/audio/examples... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/examples' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/examples' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >making Makefiles in doc... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >making Makefiles in doc/man... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >making Makefiles in doc/man/lib... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man/lib' >make[3]: Nothing to be done for 'Makefiles'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man/lib' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >making Makefiles in config... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config' >make[1]: Nothing to be done for 'Makefiles'. >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config' >make includes >including in ./include... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >including in include/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include/audio' >make[2]: Nothing to be done for 'includes'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >including in ./server... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >including in server/dia... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >+ cd ../../include/ >+ for i in globals.h nasconf.h >+ rm -f globals.h >+ ln -s ..//server/dia/globals.h . >+ for i in globals.h nasconf.h >+ rm -f nasconf.h >+ ln -s ..//server/dia/nasconf.h . >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >including in server/os... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/os' >+ cd ../../include/ >+ for i in aulog.h >+ rm -f aulog.h >+ ln -s ..//server/os/aulog.h . >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/os' >including in server/dda/voxware... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dda/voxware' >make[2]: Nothing to be done for 'includes'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dda/voxware' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >including in ./lib... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >including in lib/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib/audio' >+ mkdir unshared >+ cd ../../include/audio >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Alibint.h >+ ln -s ../../lib/audio/Alibint.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Alibnet.h >+ ln -s ../../lib/audio/Alibnet.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Xtutil.h >+ ln -s ../../lib/audio/Xtutil.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f audiolib.h >+ ln -s ../../lib/audio/audiolib.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f audioutil.h >+ ln -s ../../lib/audio/audioutil.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f snd.h >+ ln -s ../../lib/audio/snd.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f wave.h >+ ln -s ../../lib/audio/wave.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f voc.h >+ ln -s ../../lib/audio/voc.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f aiff.h >+ ln -s ../../lib/audio/aiff.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f sound.h >+ ln -s ../../lib/audio/sound.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f soundlib.h >+ ln -s ../../lib/audio/soundlib.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f fileutil.h >+ ln -s ../../lib/audio/fileutil.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f 8svx.h >+ ln -s ../../lib/audio/8svx.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Astreams.h >+ ln -s ../../lib/audio/Astreams.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f audio.h >+ ln -s ../../lib/audio/audio.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Afuncproto.h >+ ln -s ../../lib/audio/Afuncproto.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Afuncs.h >+ ln -s ../../lib/audio/Afuncs.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Amd.h >+ ln -s ../../lib/audio/Amd.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Amd.h >+ ln -s ../../lib/audio/Amd.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Aos.h >+ ln -s ../../lib/audio/Aos.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Aosdefs.h >+ ln -s ../../lib/audio/Aosdefs.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f Aproto.h >+ ln -s ../../lib/audio/Aproto.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f mutex.h >+ ln -s ../../lib/audio/mutex.h . >+ for i in Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h audio.h Afuncproto.h Afuncs.h Amd.h Amd.h Aos.h Aosdefs.h Aproto.h mutex.h release.h >+ rm -f release.h >+ ln -s ../../lib/audio/release.h . >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >including in ./clients... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >including in clients/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >including in clients/audio/widgets... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/widgets' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/widgets' >including in clients/audio/auconvert... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auconvert' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auconvert' >including in clients/audio/auctl... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auctl' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auctl' >including in clients/audio/audemo... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audemo' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audemo' >including in clients/audio/audial... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audial' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audial' >including in clients/audio/auedit... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auedit' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auedit' >including in clients/audio/auinfo... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auinfo' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auinfo' >including in clients/audio/aupanel... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aupanel' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aupanel' >including in clients/audio/auplay... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auplay' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auplay' >including in clients/audio/aurecord... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aurecord' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aurecord' >including in clients/audio/autool... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/autool' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/autool' >including in clients/audio/auwave... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auwave' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auwave' >including in clients/audio/auphone... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auphone' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auphone' >including in clients/audio/auscope... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auscope' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auscope' >including in clients/audio/util... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/util' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/util' >including in clients/audio/examples... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/examples' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/examples' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >including in ./doc... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >including in doc/man... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >including in doc/man/lib... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man/lib' >make[3]: Nothing to be done for 'includes'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man/lib' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >including in ./config... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config' >+ cd ../include/ >+ for i in NasConfig.h config.h >+ rm -f NasConfig.h >+ ln -s ..//config/NasConfig.h . >+ for i in NasConfig.h config.h >+ rm -f config.h >+ ln -s ..//config/config.h . >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config' >make depend >depending in ./include... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >depending in include/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include/audio' >make[2]: Nothing to be done for 'depend'. >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/include' >depending in ./server... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >depending in server/dia... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >bison -y -d gram.y >mv -f y.tab.c gram.c >+ mv -f y.tab.h gram.h >flex -l -t lex.l > lex.c >gccmakedep -- -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" -- dispatch.c dixutils.c events.c globals.c main.c resource.c swapreq.c tables.c swaprep.c audispatch.c auswap.c autables.c auevents.c auutil.c auconfig.c auprocess.c nasconf.c lex.c gram.c >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >depending in server/os... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/os' >gccmakedep -- -I. -I../include -I../../include -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DUNIXCONN -DTCPCONN -- WaitFor.c access.c connection.c io.c osinit.c utils.c auth.c mitauth.c aulog.c daemon.c >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/os' >depending in server/dda/voxware... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dda/voxware' >gccmakedep -- -I. -I../../include -I../../../include -I../../dia -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- auvoxware.c config.c >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dda/voxware' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server' >depending in ./lib... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >depending in lib/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib/audio' >gccmakedep -- -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DMALLOC_0_RETURNS_NULL -- AlibAsync.c Alibint.c AuErrDes.c AuFreeEData.c CloseSvr.c ConnSvr.c CrFlow.c DesFlow.c Flush.c HandleEv.c IDOfEvent.c KillClient.c NextEvent.c OpenSvr.c ReqEvent.c ScanEvents.c ScanTEvent.c SetElState.c GetElState.c SetElement.c GetElement.c SvrName.c Sync.c ReadEl.c WriteEl.c Util.c SetElParms.c GetDevAttr.c SetDevAttr.c CrBucket.c DesBucket.c GetBucAttr.c ListBucket.c ListDevice.c GetSvrTime.c SetClsDwnMd.c GetClsDwnMd.c convutil.c fileutil.c monitor.c bcache.c globals.c Astreams.c ErrHndlr.c snd.c wave.c voc.c aiff.c 8svx.c sound.c soundlib.c mutex.c >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/lib' >depending in ./clients... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >depending in clients/audio... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >depending in clients/audio/widgets... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/widgets' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- Slider.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/widgets' >depending in clients/audio/auconvert... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auconvert' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAS_MKSTEMP -- auconvert.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auconvert' >depending in clients/audio/auctl... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auctl' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- auctl.c execute.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auctl' >depending in clients/audio/audemo... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audemo' >gccmakedep -- -I../../../clients/audio/widgets -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- audemo.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audemo' >depending in clients/audio/audial... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audial' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- audial.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/audial' >depending in clients/audio/auedit... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auedit' >gccmakedep -- -I../../../clients/audio/widgets -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DHAS_MKSTEMP -- auedit.c Graph.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auedit' >depending in clients/audio/auinfo... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auinfo' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- auinfo.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auinfo' >depending in clients/audio/aupanel... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aupanel' >gccmakedep -- -I../../../clients/audio/widgets -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- aupanel.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aupanel' >depending in clients/audio/auplay... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auplay' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- auplay.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auplay' >depending in clients/audio/aurecord... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aurecord' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- aurecord.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/aurecord' >depending in clients/audio/autool... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/autool' >gccmakedep -- -I../../../clients/audio/widgets -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- audiotool.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/autool' >depending in clients/audio/auwave... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auwave' >gccmakedep -- -I../../../clients/audio/widgets -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- auwave.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auwave' >depending in clients/audio/auphone... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auphone' >gccmakedep -- -I../../../clients/audio/widgets -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- auphone.c rings.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auphone' >depending in clients/audio/auscope... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auscope' >make[3]: Nothing to be done for 'depend'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/auscope' >depending in clients/audio/util... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/util' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- soundtoh.c issndfile.c playbucket.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/util' >depending in clients/audio/examples... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/examples' >gccmakedep -- -I../../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -- playFile.c playSimul.c playFromBckt.c loopBucket.c bundle.c recordBucket.c plyBcktAsync.c playRaw.c >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio/examples' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients/audio' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/clients' >depending in ./doc... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >depending in doc/man... >make[2]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >depending in doc/man/lib... >make[3]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man/lib' >make[3]: Nothing to be done for 'depend'. >make[3]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man/lib' >make[2]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc/man' >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/doc' >depending in ./config... >make[1]: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/config' >>>> Source configured. >>>> Compiling source in /tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5 ... > * abi_x86_64.amd64: running multilib-minimal_abi_src_compile >make -j11 'AR=llvm-ar cq' AS=llvm-as CC=clang 'CDEBUGFLAGS=-march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int' CXX=clang++ 'CXXDEBUFLAGS=-march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int' 'EXTRA_LDOPTIONS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' LD=ld.lld MAKE=gmake RANLIB=llvm-ranlib 'SHLIBGLOBALSFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' WORLDOPTS= -C server/dia all >make: Entering directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' >rm -f dispatch.o >rm -f dixutils.o >rm -f events.o >rm -f globals.o >rm -f main.o >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" dispatch.c >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" dixutils.c >rm -f resource.o >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" events.c >rm -f swapreq.o >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" globals.c >rm -f tables.o >rm -f swaprep.o >rm -f audispatch.o >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" main.c >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" resource.c >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" swapreq.c >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" tables.c >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" swaprep.c >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" audispatch.c >rm -f auswap.o >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" auswap.c >In file included from globals.c:58: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from events.c:52: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from dixutils.c:52: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from dispatch.c:52: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from main.c:54: >In file included from /usr/include/stdio.h:27: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from swaprep.c:52: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from resource.c:75: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >rm -f autables.o >In file included from swapreq.c:52: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >events.c:70:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (eventFrom, &eventTo); > ^ >events.c:71:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(pClient, sizeof(auEvent), > ^ >events.c:77:29: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(pClient, count * sizeof(auEvent), > ^ >In file included from audispatch.c:26: >In file included from /usr/include/unistd.h:25: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >swaprep.c:71:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(pClient, size << 2, (char *) pbuf); > ^ >dispatch.c:133:34: warning: passing arguments to 'WaitForSomething' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > nready = WaitForSomething(clientReady); > ^ >dispatch.c:155:47: warning: passing arguments to 'ReadRequestFromClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > result = ReadRequestFromClient(client); > ^ >dispatch.c:158:40: warning: passing arguments to 'CloseDownClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > CloseDownClient(client); > ^ >dispatch.c:172:64: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > result = (*client->requestVector[MAJOROP]) (client); > ^ >dispatch.c:176:40: warning: passing arguments to 'CloseDownClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > CloseDownClient(client); > ^ >dispatch.c:178:44: warning: passing arguments to 'SendAuErrorToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SendAuErrorToClient(client, MAJOROP, > ^ >swaprep.c:84:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(pClient, sizeof(cspT), (char *) &cspT); > ^ >1 warning generated. >In file included from swapreq.c:52: >../include/misc.h:132:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >extern void SwapLongs(); > ^ >dixutils.c:88:swapreq.c28::57 :1: warning: note: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]conflicting prototype is here > >SwapLongs(long *list, unsigned long count) >^ > if ((*q->function) (q->client, q->closure)) { > ^ >In file included from resource.c:77: >In file included from ../include/dixstruct.h:31: >../include/resource.h:64:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >RESTYPE CreateNewResourceType(); > ^ >resource.c:117:1: note: conflicting prototype is here >CreateNewResourceType(DeleteType deleteFunc) >^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" autables.c >In file included from dispatch.c:53: >../include/dixstruct.h:80:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >extern void CloseDownClient(); > ^ >dispatch.c:227:1: note: conflicting prototype is here >CloseDownClient(ClientPtr client) >^ >dispatch.c:231:28: warning: passing arguments to 'CloseDownConnection' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > CloseDownConnection(client); > ^ >dispatch.c:234:32: warning: passing arguments to 'FreeClientResources' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FreeClientResources(client); > ^ >dispatch.c:256:28: warning: passing arguments to 'FreeClientResources' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FreeClientResources(client); > ^ >dixutils.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >QueueWorkProc(function, client, closure) >^ >rm -f auevents.o >4 warnings generated. >In file included from swapreq.c:52: >../include/misc.h:133:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >extern void SwapShorts(); > ^ >swapreq.c:84:1: note: conflicting prototype is here >SwapShorts(short *list, unsigned long count) >^ >In file included from auswap.c:27: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >dispatch.c:337:29: warning: passing arguments to 'InitClientResources' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!InitClientResources(client)) { > ^ >dispatch.c:343:27: warning: passing arguments to 'InsertFakeRequest' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!InsertFakeRequest(client, (char *) &data, sz_auReq)) { > ^ >dispatch.c:344:28: warning: passing arguments to 'FreeClientResources' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FreeClientResources(client); > ^ >rm -f auutil.o >resource.c:273:23: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("FakeClientID: server internal ids exhausted\n"); > ^ >3 warnings generated. >dispatch.c:368:29: warning: passing arguments to 'SwapConnClientPrefix' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapConnClientPrefix(prefix); > ^ >dispatch.c:376:24: warning: passing arguments to 'ResetCurrentRequest' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > ResetCurrentRequest(client); > ^ >In file included from resource.c:77: >In file included from ../include/dixstruct.h:31: >../include/resource.h:67:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >Bool AddResource(); > ^ >resource.c:284:1: note: conflicting prototype is here >AddResource(AuID id, RESTYPE type, pointer value) >^ >resource.c:305:15: warning: passing arguments to 'ErrorF' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > ErrorF("AddResource(%x, %x, %x), client=%d (client not in use)\n", > ^ >dispatch.c:393:34: warning: passing arguments to 'ClientAuthorized' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > reason = ClientAuthorized(client, > ^ >dispatch.c:408:34: warning: passing arguments to 'WriteSConnSetupPrefix' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteSConnSetupPrefix(client, &csp); > ^ >dispatch.c:410:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, sz_auConnSetupPrefix, > ^ >dispatch.c:412:29: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, (int) csp.lengthReason, reason); > ^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" auevents.c >dispatch.c:414:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, > ^ >dispatch.c:423:30: warning: passing arguments to 'AuSendInitResponse' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuSendInitResponse(client); > ^ >rm -f auconfig.o >resource.c:404:19: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("Freeing resource id=%X which isn't there", id); > ^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" auutil.c >3 warnings generated. >In file included from resource.c:77: >In file included from ../include/dixstruct.h:31: >../include/resource.h:69:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >void FreeClientResources(); > ^ >resource.c:457:1: note: conflicting prototype is here >FreeClientResources(ClientPtr client) >^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" auconfig.c >rm -f auprocess.o >In file included from resource.c:77: >In file included from ../include/dixstruct.h:31: >../include/resource.h:70:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >Bool LegalNewID(); > ^ >resource.c:507:1: note: conflicting prototype is here >LegalNewID(AuID id, ClientPtr client) >^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" auprocess.c >auswap.c:48:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >auswap.c:60:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >audispatch.c:139:36: warning: passing arguments to 'AuMatchAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > c->list = AuMatchAttributes(match, c, &match[1]); > ^ >audispatch.c:157:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:157:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >audispatch.c:164:31: warning: passing arguments to 'AuGetInputGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputGain(&c->gain); > ^ >audispatch.c:165:31: warning: passing arguments to 'AuGetInputMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputMode(&c->lineMode); > ^ >audispatch.c:167:39: warning: passing arguments to 'AuGetOutputGainAndMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetOutputGainAndMode(&c->gain, &c->lineMode); > ^ >audispatch.c:169:34: warning: passing arguments to 'AuGetFeedbackGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetFeedbackGain(&c->gain); > ^ >auswap.c:72:25: warning: passing arguments to 'SwapDeviceAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapDeviceAttributes(&stuff[1]); > ^ >auswap.c:73:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >audispatch.c:173:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(a), &a, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:173:13: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:175:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, c->description.len, > ^ >audispatch.c:181:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:181:17: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >auswap.c:85:25: warning: passing arguments to 'SwapBucketAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapBucketAttributes(&stuff[1]); > ^ >auswap.c:86:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >main.c:91:15: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("Not implemented"); > ^ >auswap.c:97:25: warning: passing arguments to 'SwapBucketAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapBucketAttributes(&stuff[1]); > ^ >auswap.c:98:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >main.c:120:17: auswap.cwarning: :109:25passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]: >warning: passing arguments to 'SwapDeviceAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapDeviceAttributes(&stuff[1]); > ^ > ("server restarted. Jumped through uninitialized pointer?\n"); > ^ >auswap.c:110:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >main.c:127:38: warning: passing arguments to 'FindConfigFile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if ((config_file = FindConfigFile(argc, argv)) == NULL) > ^ >main.c:141:23: warning: passing arguments to 'ProcessCommandLine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > ProcessCommandLine(argc, argv); > ^ >main.c:174:27: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("couldn't create client array"); > ^ >main.c:179:27: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("couldn't create server client"); > ^ >main.c:180:23: warning: passing arguments to 'InitClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > InitClient(serverClient, 0, (pointer) NULL); > ^ >main.c:186:33: warning: passing arguments to 'InitClientResources' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!InitClientResources(serverClient)) /* for root resources */ > ^ >main.c:187:23: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("couldn't init server resources"); > ^ >main.c:190:23: warning: passing arguments to 'FatalError' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FatalError("could not create audio connection block info"); > ^ >main.c:163:9: warning: unused variable 'dummy' [-Wunused-variable] > int dummy = chdir("/"); > ^ >audispatch.c:213:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:213:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >audispatch.c:216:23: warning: passing arguments to 'AuGetInputGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputGain(&c->gain); > ^ >audispatch.c:217:23: warning: passing arguments to 'AuGetInputMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputMode(&c->lineMode); > ^ >audispatch.c:219:31: warning: passing arguments to 'AuGetOutputGainAndMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetOutputGainAndMode(&c->gain, &c->lineMode); > ^ >audispatch.c:221:26: warning: passing arguments to 'AuGetFeedbackGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetFeedbackGain(&c->gain); > ^ >audispatch.c:225:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(a), &a, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:225:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:227:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, c->description.len, > ^ >audispatch.c:233:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:233:9: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >rm -f nasconf.o >3 warnings generated. >auswap.c:188:19: warning: passing arguments to 'SwapShorts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapShorts(&e[1], e->sum.num_inputs); > ^ >audispatch.c:270:43: warning: passing arguments to 'AuSetComponentAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if ((status = AuSetComponentAttributes(a, c, NULL)) != AuSuccess) > ^ >audispatch.c:274:34: warning: passing arguments to 'AuSetInputGainAndLineMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuSetInputGainAndLineMode(c->gain, c->lineMode); > ^ >audispatch.c:276:31: warning: passing arguments to 'AuSetOutputGainAndMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuSetOutputGainAndMode(c->gain, c->lineMode); > ^ >In file included from auevents.c:25: >In file included from /usr/include/stdlib.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >audispatch.c:278:26:/usr/include/features.h :194:warning: 3: passing arguments to 'AuSetFeedbackGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]warning: >"_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] > AuSetFeedbackGain(c->gain); > ^ ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >In file included from auutil.c:27: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >audispatch.c:315:38: warning: passing arguments to 'aucalloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!(c = (ComponentPtr) aucalloc(1, PAD4(sizeof(ComponentRec)) + > ^ >rm -f lex.o >audispatch.c:328:27: warning: assigning to 'AuInt8 *' (aka 'signed char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] > c->description.string = (char *) c->data + PAD4(dataSize); > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >audispatch.c:337:43: warning: passing arguments to 'AuSetComponentAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if ((status = AuSetComponentAttributes(a, c, &a[1])) != AuSuccess) { > ^ >audispatch.c:338:24: warning: passing arguments to 'AuFreeComponent' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuFreeComponent(c); > ^ >audispatch.c:342:21: warning: passing arguments to 'AddResource' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!AddResource(stuff->id, auComponentType, c)) > ^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" nasconf.c >auswap.c:271:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" lex.c >audispatch.c:402:34: warning: passing arguments to 'AuMatchAttributes' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuMatchAttributes(match, c, &match[1]); > ^ >audispatch.c:417:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:417:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' >auswap.c:292: else (void) WriteToClient(pClient, (int)(size), (char *)(pReply));44 >: ^ >warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >audispatch.c:425:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(a), &a, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:425:13: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:427:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, c->description.len, > ^ >In file included from auconfig.c:24: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >auswap.c:312:18: warning: passing arguments to 'SwapLongs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > SwapLongs(p, parms->num_parameters); > ^ >auswap.c:318:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >audispatch.c:455:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:455:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >audispatch.c:459:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(a), &a, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:459:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:461:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, c->description.len, > ^ >auswap.c:331:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >audispatch.c:475:36: warning: passing arguments to 'aucalloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!(flow = (FlowPtr) aucalloc(1, sizeof(FlowRec)))) > ^ >audispatch.c:482:21: warning: passing arguments to 'AddResource' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!AddResource(stuff->id, auFlowType, flow)) > ^ >auswap.c:344:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*AuProcVector[stuff->reqType]) (client); > ^ >12 warnings generated. >In file included from auprocess.c:28: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >auswap.c:358:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >audispatch.c:525:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:525:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >auswap.c:370:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >audispatch.c:528:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:528:9: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >rm -f gram.o >auswap.c:382:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >22 warnings generated. >auswap.c:394:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >audispatch.c:665:27: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuFreeFlowElements(flow); > ^ >audispatch.c:669:18: warning: passing arguments to 'auProtectedAlloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aualloc(PAD4(stuff->numElements * sizeof(FlowElementRec)) + > ^ >auswap.c:406:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >clang -c -march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -g -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int -I. -I../include -I../../include -I../../lib/audio -I../../include -I/usr/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -DNASCONFSEARCHPATH=\"/etc/nas/\" gram.c >auswap.c:419:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >audispatch.c:892:21: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadValue, raw->trigger_state); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' > AuFreeFlowElements(flow); \ > ^ >audispatch.c:895:21: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadValue, raw->trigger_prev_state); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' > AuFreeFlowElements(flow); \ > ^ >auswap.c:432:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >audispatch.c:898:21: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadValue, raw->trigger_reason); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' > AuFreeFlowElements(flow); \ > ^ >audispatch.c:909:25: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadFlow, raw->flow); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' > AuFreeFlowElements(flow); \ > ^ >audispatch.c:913:25: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadElement, raw->element_num); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' > AuFreeFlowElements(flow); \ > ^ >audispatch.c:916:25: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadValue, raw->new_state); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' > AuFreeFlowElements(flow); \ > ^ >audispatch.c:923:21: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > FREE_FLOW_ERROR(AuBadValue, raw->action); > ^ >audispatch.c:579:23: note: expanded from macro 'FREE_FLOW_ERROR' >auswap.c:444:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuFreeFlowElements(flow); \ > ^ > (void) WriteToClient(client, size, (char *) pRep); > ^ >audispatch.c:945:32: warning: passing arguments to 'AuCompileFlow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if ((status = AuCompileFlow(client, flow)) == AuSuccess) { > ^ >audispatch.c:965:27: warning: passing arguments to 'AuFreeFlowElements' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuFreeFlowElements(flow); > ^ >auswap.c:457:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) pRep); > ^ >auconfig.c:106:15: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(auServerDevices); > ^ >auconfig.c:108:15: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >In file included from aufree(auServerBuckets);<stdout> >: ^ >18: >In file included from /usr/include/stdio.h:27: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] >auconfig.c:110:15: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ > aufree(auServerRadios); > ^ >auconfig.c:120:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (&auServerDeviceListSize, &auServerBucketListSize, > ^ >auswap.c:35:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >static void SwapDeviceAttributes(); > ^ >auswap.c:473:1: note: conflicting prototype is here >SwapDeviceAttributes(auDeviceAttributes * p) >^ >auevents.c:78:28: warning: passing arguments to 'WriteEventsToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteEventsToClient(pClient, count, events); > ^ >auconfig.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >AuInitDevice(auSetup, len) >^ >In file included from nasconf.c:9: >In file included from ../include/misc.h:57: >In file included from ../include/os.h:124: >In file included from /usr/include/string.h:26: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >auswap.c:490:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) p); > ^ >auswap.c:36:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >static void SwapBucketAttributes(); > ^ >auswap.c:494:1: note: conflicting prototype is here >SwapBucketAttributes(auBucketAttributes * p) >^ >auswap.c:509:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) p); > ^ >auutil.c:72:15: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(c); > ^ >auswap.c:523:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) &sp); > ^ >auutil.c:91:31: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(in->flowEl->minibuf); > ^ >auutil.c:94:47: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*in->freeDevPrivate) (in->devPrivate); > ^ >auutil.c:100:19: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(cmp->outputs[i].inputs); > ^ >auutil.c:106:23: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(cmp->outputs[i].flowEl->minibuf); > ^ >auswap.c:540:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >auutil.c:112:47: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) &sp); > ^ >auprocess.c:64:5: warning: suggest braces around initialization of subobject [-Wmissing-braces] > (*cmp->outputs[i].freeDevPrivate) (cmp->outputs[i].devPrivate); > ^ > (void (*)()) 0, (void (*)()) 0, /* unused */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >auutil.c:115:11: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(cmp->outputs); > ^ >auutil.c:118:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*cmp->freeDevPrivate) (cmp->devPrivate); > ^ >auprocess.c:65:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuULAW8ToNative, AuNativeToULAW8, /* ULAW8 */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >auprocess.c:66:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuUnsigned8ToNative, AuNativeToUnsigned8, /* LinUnsigned8 */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >auprocess.c:67:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuSigned8ToNative, AuNativeToSigned8, /* LinSigned8 */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >auprocess.c:68:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuSigned16MSBToNative, AuNativeToSigned16MSB, /* LinSigned16MSB */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >./au.h:434:41: note: expanded from macro 'AuSigned16MSBToNative' >#define AuSigned16MSBToNative byteSwap > ^ >auprocess.c:69:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuUnsigned16MSBToNative, AuNativeToUnsigned16MSB, /* LinUnsigned16MSB */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >./au.h:436:41: note: expanded from macro 'AuUnsigned16MSBToNative' >#define AuUnsigned16MSBToNative AuNeg16MSBto16LSB > ^ >auprocess.c:70:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuSigned16LSBToNative, AuNativeToSigned16LSB, /* LinSigned16LSB */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >./au.h:438:41: note: expanded from macro 'AuSigned16LSBToNative' >#define AuSigned16LSBToNative (void (*) ()) 0 > ^ >auprocess.c:71:13: warning: suggest braces around initialization of subobject [-Wmissing-braces] > AuUnsigned16LSBToNative, AuNativeToUnsigned16LSB, /* LinUnsigned16LSB */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > { } >./au.h:440:41: auevents.c:note: 176expanded from macro 'AuUnsigned16LSBToNative':5 >: error: call to undeclared function 'getpid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > WAKEUP_SERVER(); > ^ >#define AuUnsigned16LSBToNative changeSign > ^ >./au.h:412:38: note: expanded from macro 'WAKEUP_SERVER' >#define WAKEUP_SERVER() kill(getpid(), SIGUSR1) > ^ >auswap.c:548:36: warning: passing arguments to 'auProtectedAlloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!(e = (auElement *) aualloc(size))) > ^ >auswap.c:553:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) e); >auutil.c: ^ >129:29: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuChangeElementState(flow, AuElementAll, AuStateStop, AuTrue, >auswap.c: ^555 >:11: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(e); > ^ >auutil.c:139:11: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flow->elements); > ^ >auprocess.c:56:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >void AuULAW8ToNative(), AuNativeToULAW8(), > ^ >auevents.c:auprocess.c:224118::51:: error: note: conflicting prototype is herecall to undeclared function 'getpid'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > > WAKEUP_SERVER(); > ^ >./au.h:412:38: note: expanded from macro 'WAKEUP_SERVER' >AuULAW8ToNative(AuUint8 * p, AuInt32 tracks, AuInt32 numSamples) >^ >#define WAKEUP_SERVER() kill(getpid(), SIGUSR1) > ^ >auswap.c:564:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, size, (char *) p); > ^ >2 warnings and 2 errors generated. >auprocess.c:56:25: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >void AuULAW8ToNative(), AuNativeToULAW8(), > ^ >auprocess.c:161:1: note: conflicting prototype is here >AuNativeToULAW8(AuInt16 * s, AuInt32 tracks, AuInt32 numSamples) >^ >auutil.c:150:20: warning: passing arguments to 'AuDequeueEvents' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuDequeueEvents(flow); > ^ >auutil.c:151:11: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flow); > ^ >auutil.c:157:44: auprocess.c:58:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuSigned8ToNative(), AuNativeToSigned8(), >^ >auprocess.c:212:1: note: conflicting prototype is here >AuSigned8ToNative(AuInt8 * p, AuInt32 tracks, AuInt32 numSamples) >^ >auprocess.c:218:7: warning: assigning to 'AuUint8 *' (aka 'unsigned char *') from 'AuInt8 *' (aka 'signed char *') converts between pointers to integer types with different sign [-Wpointer-sign] > s = p + _numSamples * tracks - 1; > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >auprocess.c:58:22: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >warning: make: *** [Makefile:1065: auevents.o] Error 1 >AuSigned8ToNative(), AuNativeToSigned8(), > ^passing arguments to 'CreateNewResourceType' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > >auprocess.c:226:1: note: conflicting prototype is here >AuNativeToSigned8(AuUint16 * s, AuInt32 tracks, AuInt32 numSamples) >^ >make: *** Waiting for unfinished jobs.... > auComponentType = CreateNewResourceType(AuFreeComponent); > ^ >auutil.c:158:39: warning: passing arguments to 'CreateNewResourceType' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > auFlowType = CreateNewResourceType(freeFlow); > ^ >auprocess.c:57:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuUnsigned8ToNative(), AuNativeToUnsigned8(), >^ >auprocess.c:236:1: note: conflicting prototype is here >AuUnsigned8ToNative(AuUint8 * p, AuInt32 tracks, AuInt32 numSamples) >^ >In file included from auutil.c:31: >./au.h:69:53: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuPointer auProtectedAlloc(), auProtectedRealloc(), aucalloc(); > ^ >auutil.c:162:1: note: conflicting prototype is here >1 warning generated. >aucalloc(AuUint32 nelem, AuUint32 elsize) >^ >6 warnings generated. >auutil.c:166:21: warning: passing arguments to 'auProtectedAlloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if ((p = aualloc(nelem * elsize))) > ^ >auprocess.c:57:24: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuUnsigned8ToNative(), AuNativeToUnsigned8(), > ^ >auprocess.c:250:1: note: conflicting prototype is here >AuNativeToUnsigned8(AuInt16 * s, AuInt32 tracks, AuInt32 numSamples) >^ >auprocess.c:59:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >In file included from auutil.c:31: >./au.h:69:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >changeSign(), byteSwap(), AuNeg16LSBTo16MSB(), AuNeg16MSBto16LSB(); >^ >auprocess.c:260:1: note: conflicting prototype is here >AuPointer auProtectedAlloc(), auProtectedRealloc(), aucalloc(); > ^ >auutil.c:173:1: note: conflicting prototype is here >changeSign(AuUint16 * p, AuInt32 tracks, AuInt32 numSamples) >^ >auProtectedAlloc(AuUint32 size) >^ >auprocess.c:59:27: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >changeSign(), byteSwap(), AuNeg16LSBTo16MSB(), AuNeg16MSBto16LSB(); > ^ >auprocess.c:269:1: note: conflicting prototype is here >AuNeg16LSBTo16MSB(AuUint16 * p, AuInt32 tracks, AuInt32 numSamples) >^ >In file included from auutil.c:31: >./au.h:69:31: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuPointer auProtectedAlloc(), auProtectedRealloc(), aucalloc(); > ^ >auutil.c:184:1: note: conflicting prototype is here >auProtectedRealloc(AuPointer p, AuUint32 size) >^ >auprocess.c:59:48: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >changeSign(), byteSwap(), AuNeg16LSBTo16MSB(), AuNeg16MSBto16LSB(); > ^ >auprocess.c:282:1: note: conflicting prototype is here >AuNeg16MSBto16LSB(AuInt16 * p, AuInt32 tracks, AuInt32 numSamples) >^ >In file included from auutil.c:31: >./au.h:70:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >void auProtectedFree(); > ^ >auutil.c:194:1: note: conflicting prototype is here >auProtectedFree(AuPointer p) >^ >auprocess.c:59:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >changeSign(), byteSwap(), AuNeg16LSBTo16MSB(), AuNeg16MSBto16LSB(); > ^ >auprocess.c:295:1: note: conflicting prototype is here >byteSwap(AuUint16 * p, AuInt32 tracks, AuInt32 numSamples) >^ >audispatch.c:985:38: warning: passing arguments to 'auProtectedAlloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!(flows = (FlowPtr *) aualloc(sizeof(FlowPtr) * stuff->numStates))) > ^ >auprocess.c:316:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:996:19: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (newFlow, &writePhysicalOutputs)); > ^ > aufree(flows); > ^ >audispatch.c:1007:19: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flows); > ^ >audispatch.c:1014:26: warning: passing arguments to 'AuProcessStateChanges' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuProcessStateChanges(stuff->numStates, &stuff[1], flows); > ^ >audispatch.c:1016:11: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flows); > ^ >In file included from gram.y:6: >In file included from /usr/include/stdio.h:27: >In file included from /usr/include/bits/libc-header-start.h:33: >/usr/include/features.h:194:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings] ># warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" > ^ >audispatch.c:1036:38: warning: passing arguments to 'auProtectedAlloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!(flows = (FlowPtr *) aualloc(sizeof(FlowPtr) * stuff->numStates))) > ^ >audispatch.c:1047:19: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flows); > ^ >audispatch.c:1058:19: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flows); > ^ >auprocess.c:390:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (flowEl, s, d, size, available, &bytesIn); > ^ >auprocess.c:406:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (flowEl, s, d, size, available, &bytesIn); > ^ >auprocess.c:420:36: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:1075:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:1075:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >auprocess.c:460:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*input->rateConvert) (flowEl, s, d, size, available, > ^ >auprocess.c:470:36: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ >audispatch.c:1095:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(state), &state, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:1095:13: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:1100:11: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(flows); > ^ >auprocess.c:508:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*input->rateConvert) (flowEl, s, d, size, pass1, > ^ >auprocess.c:524:39: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*input->rateConvert) (flowEl, s, d, size, pass2, > ^ >auutil.c:520:37: warning: passing arguments to 'AuFixedPointMultiply' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuFixedPointMultiply(multiplyConstant, > ^ >auprocess.c:551:36: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ >auprocess.c:561:36: warning: passing arguments to 'AuRequestElementNotifyEvent' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuRequestElementNotifyEvent(AuElementNotifyKindLowWater, > ^ >auprocess.c:574:40: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ >auprocess.c:576:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] > else > ^ >auprocess.c:589:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > flowStateChanged = (*input->readInput) (input); > ^ >auprocess.c:592:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*flowEl->toNativeFormat) (flowEl->minibuf, > ^ >auprocess.c:622:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*output->rateConvert) (flowEl, s, d, pass1, size, &bytesIn); > ^ >auprocess.c:635:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > n = (*output->rateConvert) (flowEl, s, d, pass2, size, &bytesIn); > ^ >auprocess.c:647:36: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ >auprocess.c:654:36: warning: passing arguments to 'AuRequestElementNotifyEvent' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuRequestElementNotifyEvent(AuElementNotifyKindHighWater, > ^ >auprocess.c:693:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*output->rateConvert) (flowEl, s, d, c->dataEnd - d, size, > ^ >auprocess.c:701:36: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ >audispatch.c:1188:35: warning: passing arguments to 'AuCompileFlow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >auprocess.c:713:37: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > status = AuCompileFlow(client, flow); > ^ > if ((n = (*output->rateConvert) (output->flowEl))) { > ^ >audispatch.c:1202:35:auprocess.c :725:warning: 47: passing arguments to 'AuCompileFlow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]warning: >passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > status = AuCompileFlow(client, flow); > ^ > (*output->flowEl->toNativeFormat) (s, c->numTracks, n << 1); > ^ >auprocess.c:728:40: warning: passing arguments to 'AuRequestMonitorNotifyEvent' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuRequestMonitorNotifyEvent(output->flowEl, s); > ^ >auprocess.c:752:40: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return AuChangeElementState(flowEl->flow, flowEl->elementNum, > ^ >auprocess.c:778:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (flowEl->minibuf, output->component->numTracks, > ^ >auprocess.c:781:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > return (*output->writeOutput) (output); > ^ >auutil.c:830:57: warning: passing arguments to 'AuFixedPointMultiply' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuFixedPointMultiply(input-> > ^ >auprocess.c:962:45: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*fl->accumulateOutput) (input, output); > ^ >auutil.c:887:24: warning: passing arguments to 'AuSetupCompiledFlow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuSetupCompiledFlow(new, maxRate); > ^ >auprocess.c:977:33: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (*writePhysicalOutputs) (fl); > ^ >auutil.c:903:25: warning: passing arguments to 'AuStartFlow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!AuStartFlow(new, &old)) { > ^ >audispatch.c:1313:33: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuChangeElementState(flow, stuff->element_num, AuStateStart, > ^ >auutil.c:964:37: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuChangeElementState(a->flow, a->elementNum, a->newState, > ^ >auutil.c:968:44: warning: passing arguments to 'AuRequestElementNotifyEvent' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuRequestElementNotifyEvent(AuElementNotifyKindState, > ^ >auutil.c:43:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuBool AuChangeElementState(); > ^ >auutil.c:979:1: note: conflicting prototype is here >AuChangeElementState(FlowPtr flow, AuUint32 elementNum, AuUint32 newState, >^ >auprocess.c:998:53: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuCallback(AuSetPhysicalInputGainAndLineModeCB, (gain, lineMode)); > ^ >auprocess.c:1009:43: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuCallback(AuSetPhysicalOutputGainCB, (gain)); > ^ >auprocess.c:1010:45: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuCallbackIf(AuSetPhysicalOutputModeCB, (mode)); > ^ >auprocess.c:1016:47: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuCallbackIf(AuSetPhysicalFeedbackGainCB, (gain)); > ^ >auutil.c:1146:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] > else > ^ >audispatch.c:1362:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:1362:9: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >audispatch.c:1364:29: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, numBytes, s); > ^ >audispatch.c:1380:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(rep), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:1380:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >audispatch.c:1393:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, n, p); > ^ >auprocess.c:1067:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >doSetup(flowEl, rateConverter, globalRate, isInput) >^ >audispatch.c:1404:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, bytesLeft + n, buf); > ^ >audispatch.c:1408:33: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, bytesLeft, p); > ^ >audispatch.c:1415:29: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, numBytes, p); > ^ >auprocess.c:1158:62: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (AuUint32) AuCallback(AuSetSampleRateCB, (rate)); > ^ >auprocess.c:1159:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] > } else > ^ >audispatch.c:1430:29: warning: passing arguments to 'AuChangeElementState' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuChangeElementState(flow, stuff->element_num, AuStateStart, > ^ >auprocess.c:1277:1: warning: unused variable 'i' [-Wunused-variable] >rcm_x(rcm_1, 1, ONE_TRACK) >^ >auprocess.c:1202:21: note: expanded from macro 'rcm_x' > AuInt32 i, \ > ^ >auprocess.c:1277:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >rcm_x(rcm_1, 1, ONE_TRACK) > ^ >audispatch.c:1451:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(auGetCloseDownModeReply), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >audispatch.c:1451:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' >auutil.c:1329:29: warning: else (void) WriteToClient(pClient, (int)(size), (char *)(pReply));passing 'AuInt8 *' (aka 'signed char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] > > ^ > if (strncmp(c->description.string, (char *) varData, > ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/string.h:159:33: note: passing argument to parameter '__s1' here >extern int strncmp (const char *__s1, const char *__s2, size_t __n) > ^ >audispatch.c:1439:5: warning: unused variable 'stuff' [-Wunused-variable] > REQUEST(auReq); > ^ >../include/dix.h:35:15: note: expanded from macro 'REQUEST' > type *stuff = (type *)client->requestBuffer > ^ >auprocess.c:1278:9: warning: unused variable 'i' [-Wunused-variable] > rcm_x(rcm_2, 2, TWO_TRACKS) > ^ >auprocess.c:1202:21: note: expanded from macro 'rcm_x' > AuInt32 i, \ > ^ >auprocess.c:1278:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > rcm_x(rcm_2, 2, TWO_TRACKS) > ^ >auutil.c:1365:39: warning: passing arguments to 'AuGetInputGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputGain(&c->gain); > ^ >auutil.c:1367:47: warning: passing arguments to 'AuGetOutputGainAndMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetOutputGainAndMode(&c->gain, &c->lineMode); > ^ >auutil.c:1369:42: warning: passing arguments to 'AuGetFeedbackGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetFeedbackGain(&c->gain); > ^ >auutil.c:1374:39: warning: passing arguments to 'AuGetInputMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputMode(&c->lineMode); > ^ >auutil.c:1376:47: warning: passing arguments to 'AuGetOutputGainAndMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetOutputGainAndMode(&c->gain, &c->lineMode); > ^ >audispatch.c:1468:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuReplyToClient(client, sizeof(auGetCloseDownModeReply), &rep); > ^ >../include/dix.h:61:17: note: expanded from macro 'WriteAuReplyToClient' > (pClient, (int)(size), pReply); \ > ^ >auprocess.c:1279:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > rcm_x(rcm_n, el->component->numTracks, N_TRACKS) > ^ >audispatch.c:1468:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >../include/dix.h:62:34: note: expanded from macro 'WriteAuReplyToClient' > else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); > ^ >audispatch.c:1458:5: warning: unused variable 'stuff' [-Wunused-variable] > REQUEST(auReq); > ^ >../include/dix.h:35:15: note: expanded from macro 'REQUEST' > type *stuff = (type *)client->requestBuffer > ^ >auprocess.c:1328:9: warning: unused variable 'bps' [-Wunused-variable] > rc_x(rc_1, 1, *((AuInt8 *) d) = *(AuInt8 *) s) > ^ >auprocess.c:1293:21: note: expanded from macro 'rc_x' > bps = el->component->bytesPerSample, \ > ^ >auprocess.c:1328:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > rc_x(rc_1, 1, *((AuInt8 *) d) = *(AuInt8 *) s) > ^ >auprocess.c:1329:9: warning: unused variable 'bps' [-Wunused-variable] > rc_x(rc_2, 2, *((AuInt16 *) d) = *(AuInt16 *) s) > ^ >auprocess.c:1293:21: note: expanded from macro 'rc_x' > bps = el->component->bytesPerSample, \ > ^ >auprocess.c:1329:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > rc_x(rc_2, 2, *((AuInt16 *) d) = *(AuInt16 *) s) > ^ >auprocess.c:1330:9: warning: unused variable 'bps' [-Wunused-variable] > rc_x(rc_4, 4, *((AuInt32 *) d) = *(AuInt32 *) s) > ^ >auprocess.c:1293:21: note: expanded from macro 'rc_x' > bps = el->component->bytesPerSample, \ > ^ >auprocess.c:1330:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > rc_x(rc_4, 4, *((AuInt32 *) d) = *(AuInt32 *) s) > ^ >auprocess.c:1331:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > rc_x(rc_n, bps, aucopy(s, d, bps)) > ^ >auprocess.c:45:49: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >static AuUint32 rc_1(), rc_2(), rc_4(), rc_n(), rcNull(), > ^ >auprocess.c:1334:1: note: conflicting prototype is here >rcNull(FlowElementPtr el, AuUint8 * src, AuUint8 * dst, AuInt32 want, >^ >audispatch.c:1515:24: warning: passing arguments to 'CloseDownClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > CloseDownClient(clients[clientIndex]); > ^ >In file included from auutil.c:31: >./au.h:317:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] >AuFixedPoint AuFixedPointMultiply(); > ^ >auutil.c:1430:1: note: conflicting prototype is here >AuFixedPointMultiply(AuFixedPoint m1, AuFixedPoint m2) >^ >audispatch.c:1544:22: warning: passing arguments to 'AuInitDevice' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!AuInitDevice(&auSetup, &len)) > ^ >audispatch.c:1548:15: warning: passing arguments to 'auProtectedFree' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > aufree(string); > ^ >audispatch.c:1552:36: warning: passing arguments to 'auProtectedAlloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > if (!(string = (char *) aualloc(strlen(rel) + > ^ >8 warnings generated. >audispatch.c:1592:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(auSetupPrefix), > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:1592:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:1594:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(auSetup), &auSetup, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:1594:5: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:1596:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, auSetup.nbytesVendor, auVendorString); > ^ >audispatch.c:1597:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, auSetup.numFormats, auFormats); > ^ >audispatch.c:1598:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, auSetup.numElementTypes, auElementTypes); > ^ >audispatch.c:1599:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, auSetup.numWaveForms, auWaveForms); > ^ >audispatch.c:1600:25: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, auSetup.numActions, auActions); > ^ >audispatch.c:1609:27: warning: passing arguments to 'AuGetInputGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputGain(&d->gain); > ^ >audispatch.c:1610:27: warning: passing arguments to 'AuGetInputMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetInputMode(&d->lineMode); > ^ >audispatch.c:1612:35: warning: passing arguments to 'AuGetOutputGainAndMode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetOutputGainAndMode(&d->gain, &d->lineMode); > ^ >audispatch.c:1614:30: warning: passing arguments to 'AuGetFeedbackGain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > AuGetFeedbackGain(&d->gain); > ^ >audispatch.c:1618:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(da), &da, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:1618:9: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:1620:29: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, d->description.len, > ^ >audispatch.c:1626:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:1626:13: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:1640:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > WriteAuSwappedDataToClient(client, sizeof(ba), &ba, > ^ >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:73:35: note: expanded from macro 'WriteSwappedDataToClient' > (*(pClient)->pSwapReplyFunc)(pClient, (int)(size), pbuf); \ > ^ >audispatch.c:1640:9: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >audispatch.c:65:5: note: expanded from macro 'WriteAuSwappedDataToClient' > WriteSwappedDataToClient(client, size, pbuf); \ > ^ >../include/dix.h:74:30: note: expanded from macro 'WriteSwappedDataToClient' > else (void) WriteToClient (pClient, (int)(size), (char *)(pbuf)); > ^ >audispatch.c:1642:29: warning: passing arguments to 'WriteToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > (void) WriteToClient(client, c->description.len, > ^ >y.tab.c:1172:16: error: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > yychar = yylex (); > ^ >gram.y:133:52: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > ddaSetConfig(WORDSIZE, (void *)(yyvsp[0].num)); > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:137:50: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > ddaSetConfig(FRAGSIZE, (void *)(yyvsp[0].num)); > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:141:50: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > ddaSetConfig(MINFRAGS, (void *)(yyvsp[0].num)); > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:145:50: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > ddaSetConfig(MAXFRAGS, (void *)(yyvsp[0].num)); > ^~~~~~~~~~~~~~~~~~~~~~ >audispatch.c:1663:24: warning: passing arguments to 'WriteEventsToClient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] >gram.y:149:50: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > WriteEventsToClient(client, 1, (auEvent *) & rep); > ^ > ddaSetConfig(NUMCHANS, (void *)(yyvsp[0].num)); > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:152:49: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > { ddaSetConfig(MAXRATE, (void *)(yyvsp[0].num)); } > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:154:49: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > { ddaSetConfig(MINRATE, (void *)(yyvsp[0].num)); } > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:156:46: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > { ddaSetConfig(GAIN, (void *)(yyvsp[0].num)); } > ^~~~~~~~~~~~~~~~~~~~~~ >gram.y:158:51: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] > { ddaSetConfig(GAINSCALE, (void *)(yyvsp[0].num)); } > ^~~~~~~~~~~~~~~~~~~~~~ >10 warnings and 1 error generated. >make: *** [Makefile:1065: gram.o] Error 1 ><stdout>:1377:17: warning: unused function 'yyunput' [-Wunused-function] > static void yyunput (int c, char * yy_bp ) > ^ ><stdout>:1424:16: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration] > static int input (void) > ^ >37 warnings generated. >3 warnings generated. >68 warnings generated. >119 warnings generated. >35 warnings generated. >make: Leaving directory '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64/server/dia' > * ERROR: media-libs/nas-1.9.5::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-libs/nas-1.9.5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-libs/nas-1.9.5::gentoo'`. > * The complete build log is located at '/var/log/portage/media-libs:nas-1.9.5:20220930-072526.log.gz'. > * For convenience, a symlink to the build log is located at '/tmp/portage/media-libs/nas-1.9.5/temp/build.log.gz'. > * The ebuild environment file is located at '/tmp/portage/media-libs/nas-1.9.5/temp/environment'. > * Working directory: '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5-abi_x86_64.amd64' > * S: '/tmp/portage/media-libs/nas-1.9.5/work/nas-1.9.5' > > >Portage 3.0.37 (python 3.11.0-candidate-2, default/linux/amd64/17.1, gcc-12.2.0, glibc-2.36-r3, 5.19.12 x86_64) >================================================================= >System uname: Linux-5.19.12-x86_64-Intel-R-_Core-TM-_i7-8700_CPU_@_3.20GHz-with-glibc2.36 >KiB Mem: 16330328 total, 2467720 free >KiB Swap: 6291452 total, 6289660 free >Head commit of repository gentoo: eab16eb931514a5facda360c06bbcd7fac312924 > >Head commit of repository local: 31af7a36cc88de1d5384b80e9d3c9321359caf71 > >sh bash 5.2 >ld GNU ld (Gentoo 2.39 p4) 2.39.0 >app-misc/pax-utils: 1.3.5::gentoo >app-shells/bash: 5.2::gentoo >dev-java/java-config: 2.3.1::gentoo >dev-lang/perl: 5.36.0::gentoo >dev-lang/python: 3.10.7::gentoo, 3.11.0_rc2::gentoo >dev-lang/rust: 1.64.0-r1::gentoo >dev-lang/rust-bin: 1.62.1::gentoo >dev-util/cmake: 3.24.2::gentoo >dev-util/meson: 0.63.2-r1::gentoo >sys-apps/baselayout: 2.9::gentoo >sys-apps/openrc: 0.45.2::gentoo >sys-apps/sandbox: 2.29::gentoo >sys-devel/autoconf: 2.71-r4::gentoo >sys-devel/automake: 1.16.5::gentoo >sys-devel/binutils: 2.39-r2::gentoo >sys-devel/binutils-config: 5.4.1::gentoo >sys-devel/clang: 15.0.1::gentoo >sys-devel/gcc: 12.2.0::gentoo >sys-devel/gcc-config: 2.6::gentoo >sys-devel/libtool: 2.4.7::gentoo >sys-devel/lld: 15.0.1::gentoo >sys-devel/llvm: 14.0.6-r2::gentoo, 15.0.1::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.19::gentoo (virtual/os-headers) >sys-libs/glibc: 2.36-r3::gentoo >Repositories: > >gentoo > location: /var/db/repos/gentoo > sync-type: git > sync-uri: git+ssh://git@eversor/gentoo-sync.git > sync-user: portage:portage > priority: -1000 > >local > location: /var/db/repos/local > sync-type: git > sync-uri: git+ssh://git@eversor/local-sync.git > sync-user: portage:portage > masters: gentoo > >Installed sets: @local >ACCEPT_KEYWORDS="amd64 ~amd64" >ACCEPT_LICENSE="*" >AR="llvm-ar" >AS="llvm-as" >CBUILD="x86_64-pc-linux-gnu" >CC="clang" >CFLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXX="clang++" >CXXFLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -flto=thin -Wall -Werror=implicit-function-declaration -Werror=implicit-int" >DISTDIR="/var/cache/distfiles" >EMERGE_DEFAULT_OPTS="-1av --autounmask-write=n" >ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" >FCFLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live collision-protect compress-build-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox noinfo parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches" >GENTOO_MIRRORS="http://eversor:7430" >LANG="en_CA.utf8" >LD="ld.lld" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld" >LINGUAS="en" >MAKEOPTS="-j11" >NM="llvm-nm" >OBJCOPY="llvm-objcopy" >OBJDUMP="llvm-objdump" >PKGDIR="/var/cache/binpkgs" >PORTAGE_COMPRESS="zstd" >PORTAGE_COMPRESS_FLAGS="-T0 -q --rm" >PORTAGE_CONFIGROOT="/" >PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" >PORTAGE_TMPDIR="/tmp" >RANLIB="llvm-ranlib" >READELF="llvm-readelf" >STRIP="llvm-strip" >USE="amd64 cli dist-kernel iconv icu idn ipv6 jack libglvnd libtirpc llvm-libunwind lto multilib ncurses nptl nvenc openmp pcre pgo readline split-usr ssl unicode vulkan xattr zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="NVPTX" LUA_SINGLE_TARGET="lua5-4" LUA_TARGETS="lua5-4" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10 python3_11" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: ADDR2LINE, ARFLAGS, ASFLAGS, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS, SHELL, SIZE, STRINGS, YACC, YFLAGS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 873619
: 814771