$ sudo prt-get depinst libsndfile prt-get: installing /usr/ports/opt/libsndfile =======> Building '/usr/ports/opt/libsndfile/libsndfile#1.0.28-1.pkg.tar.gz'. bsdtar -p -o -C /usr/ports/opt/libsndfile/work/src -xf /usr/ports/opt/libsndfile/libsndfile-1.0.28.tar.gz cp 0001-FLAC-Fix-a-buffer-read-overrun.patch /usr/ports/opt/libsndfile/work/src cp 0002-src-flac.c-Fix-a-buffer-read-overflow.patch /usr/ports/opt/libsndfile/work/src cp 0010-src-aiff.c-Fix-a-buffer-read-overflow.patch /usr/ports/opt/libsndfile/work/src cp 0020-src-common.c-Fix-heap-buffer-overflows-when-writing.patch /usr/ports/opt/libsndfile/work/src + build + cd libsndfile-1.0.28 + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0001-FLAC-Fix-a-buffer-read-overrun.patch patching file src/common.h patching file src/flac.c patching file src/sndfile.c + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0002-src-flac.c-Fix-a-buffer-read-overflow.patch patching file src/flac.c + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0010-src-aiff.c-Fix-a-buffer-read-overflow.patch patching file src/aiff.c + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0020-src-common.c-Fix-heap-buffer-overflows-when-writing.patch patching file src/common.c + ./configure --prefix=/usr --disable-static --with-pic checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether we are using the CLANG C compiler... no checking for a sed that does not truncate output... /bin/sed checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for windres... no checking whether ln -s works... yes checking for autogen... no checking for wine... no checking for xcode-select... no checking for ANSI C header files... (cached) yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether S_IRGRP is declared... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking size of wchar_t... 4 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of void*... 8 checking size of size_t... 8 checking size of int64_t... 8 checking size of long long... 8 checking size of off_t... 8 checking for ssize_t... yes checking processor byte ordering... little checking for malloc... yes checking for calloc... yes checking for realloc... yes checking for free... yes checking for open... yes checking for read... yes checking for write... yes checking for lseek... yes checking for lseek64... yes checking for fstat... yes checking for fstat64... yes checking for ftruncate... yes checking for fsync... yes checking for snprintf... yes checking for vsnprintf... yes checking for gmtime... yes checking for gmtime_r... yes checking for localtime... yes checking for localtime_r... yes checking for gettimeofday... yes checking for mmap... yes checking for getpagesize... yes checking for setlocale... yes checking for pipe... yes checking for waitpid... yes checking for floor in -lm... yes checking for floor... yes checking for ceil... yes checking for fmod... yes checking for lround... yes checking for lrint... yes checking for lrintf... yes checking for octave... no checking for mkoctfile... no checking for octave-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for flac >= 1.3.1 ... yes checking for ogg >= 1.1.3 ... yes checking for vorbis >= 1.2.3 ... yes checking for vorbisenc >= 1.2.3 ... yes checking for sqlite3 >= 3.2 ... yes checking processor clipping capabilities... none checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes configure: WARNING: Touching files in directory tests/. checking if gcc accepts -std=gnu99... yes checking for version of gcc... 7.3.0 checking if gcc accepts -Wextra... yes checking if gcc accepts -Wdeclaration-after-statement... yes checking if gcc accepts -Wpointer-arith... yes checking if g++ accepts -Wextra... yes checking if g++ accepts -Wpointer-arith... yes checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating regtest/Makefile config.status: creating M4/Makefile config.status: creating doc/Makefile config.status: creating Win32/Makefile config.status: creating Octave/Makefile config.status: creating programs/Makefile config.status: creating Makefile config.status: creating src/version-metadata.rc config.status: creating tests/test_wrapper.sh config.status: creating tests/pedantic-header-test.sh config.status: creating doc/libsndfile.css config.status: creating Scripts/build-test-tarball.mk config.status: creating libsndfile.spec config.status: creating sndfile.pc config.status: creating src/sndfile.h config.status: creating echo-install-dirs config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=- Configuration summary : libsndfile version : .................. 1.0.28 Host CPU : ............................ x86_64 Host Vendor : ......................... pc Host OS : ............................. linux-gnu Experimental code : ................... no Using ALSA in example programs : ...... yes External FLAC/Ogg/Vorbis : ............ yes Tools : Compiler is Clang : ................... no Compiler is GCC : ..................... yes GCC version : ......................... 7.3.0 Sanitizer enabled : ................... no Stack smash protection : .............. no Installation directories : Library directory : ................... /usr/lib Program directory : ................... /usr/bin Pkgconfig directory : ................. /usr/lib/pkgconfig HTML docs directory : ................. /usr/share/doc/ Compiling some other packages against libsndfile may require the addition of '/usr/lib/pkgconfig' to the PKG_CONFIG_PATH environment variable. + make Making all in M4 make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4' Making all in Win32 make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32' Making all in src make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' make all-am make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' CC libsndfile_la-sndfile.lo In file included from sndfile.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-aiff.lo In file included from aiff.c:30:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ aiff.c: In function 'aiff_read_header': aiff.c:851:18: warning: this statement may fall through [-Wimplicit-fallthrough=] found_chunk |= HAVE_FVER ; ~~~~~~~~~~~~^~~~~~~~~~~~ aiff.c:854:4: note: here case SFX_MARKER : ^~~~ CC libsndfile_la-au.lo In file included from au.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-avr.lo In file included from avr.c:25:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-caf.lo In file included from caf.c:29:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-dwd.lo In file included from dwd.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-flac.lo CC libsndfile_la-g72x.lo In file included from g72x.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-htk.lo In file included from htk.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-ircam.lo In file included from ircam.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-macos.lo In file included from macos.c:26:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-mat4.lo In file included from mat4.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-mat5.lo In file included from mat5.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-nist.lo In file included from nist.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-paf.lo In file included from paf.c:29:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-pvf.lo In file included from pvf.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-raw.lo CC libsndfile_la-rx2.lo In file included from rx2.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-sd2.lo In file included from sd2.c:38:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-sds.lo In file included from sds.c:29:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-svx.lo In file included from svx.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-txw.lo In file included from txw.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-voc.lo In file included from voc.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-wve.lo In file included from wve.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-w64.lo In file included from w64.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-wavlike.lo In file included from wavlike.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-wav.lo In file included from wav.c:30:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-xi.lo In file included from xi.c:29:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-mpc2k.lo In file included from mpc2k.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ mpc2k.c: In function 'mpc2k_write_header.part.0': mpc2k.c:134:48: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 18 [-Wformat-truncation=] snprintf (sample_name, sizeof (sample_name), "%s ", psf->file.name.c) ; ^~ In file included from /usr/include/stdio.h:862:0, from mpc2k.c:21: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 21 and 276 bytes into a destination of size 18 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libsndfile_la-rf64.lo In file included from rf64.c:36:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-ogg_vorbis.lo In file included from ogg_vorbis.c:68:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-ogg_speex.lo In file included from ogg_speex.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-ogg_pcm.lo In file included from ogg_pcm.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC libsndfile_la-ogg_opus.lo In file included from ogg_opus.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC GSM610/add.lo CC GSM610/code.lo CC GSM610/decode.lo CC GSM610/gsm_create.lo CC GSM610/gsm_decode.lo CC GSM610/gsm_destroy.lo CC GSM610/gsm_encode.lo CC GSM610/gsm_option.lo CC GSM610/long_term.lo CC GSM610/lpc.lo CC GSM610/preprocess.lo CC GSM610/rpe.lo GSM610/rpe.c: In function 'RPE_grid_positioning': GSM610/rpe.c:389:18: warning: this statement may fall through [-Wimplicit-fallthrough=] { case 3: *ep++ = 0 ; ~~~~~~^~~ GSM610/rpe.c:390:3: note: here case 2: do ^~~~ GSM610/rpe.c:391:13: warning: this statement may fall through [-Wimplicit-fallthrough=] { *ep++ = 0 ; ~~~~~~^~~ GSM610/rpe.c:392:3: note: here case 1: *ep++ = 0 ; ^~~~ GSM610/rpe.c:392:18: warning: this statement may fall through [-Wimplicit-fallthrough=] case 1: *ep++ = 0 ; ~~~~~~^~~ GSM610/rpe.c:393:3: note: here case 0: *ep++ = *xMp++ ; ^~~~ CC GSM610/short_term.lo CC GSM610/table.lo CCLD GSM610/libgsm.la CC G72x/g721.lo CC G72x/g723_16.lo CC G72x/g723_24.lo CC G72x/g723_40.lo CC G72x/g72x.lo CCLD G72x/libg72x.la CC ALAC/ALACBitUtilities.lo CC ALAC/ag_dec.lo In file included from ALAC/ALACAudioTypes.h:46:0, from ALAC/ag_dec.c:36: ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ALAC/ag_enc.lo In file included from ALAC/EndianPortable.h:31:0, from ALAC/ag_enc.c:32: ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ALAC/dp_dec.lo CC ALAC/dp_enc.lo CC ALAC/matrix_dec.lo In file included from ALAC/ALACAudioTypes.h:46:0, from ALAC/matrix_dec.c:31: ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ALAC/matrix_enc.lo In file included from ALAC/ALACAudioTypes.h:46:0, from ALAC/matrix_enc.c:31: ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ALAC/alac_decoder.lo In file included from ALAC/ALACAudioTypes.h:46:0, from ALAC/alac_codec.h:31, from ALAC/alac_decoder.c:31: ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ALAC/alac_encoder.lo In file included from ALAC/alac_encoder.c:35:0: ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CCLD ALAC/libalac.la CC common.lo In file included from common.c:33:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC file_io.lo file_io.c: In function 'psf_open_rsrc': file_io.c:124:60: warning: '/..namedfork/rsrc' directive output may be truncated writing 17 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf (psf->rsrc.path.c, sizeof (psf->rsrc.path.c), "%s/..namedfork/rsrc", psf->file.path.c) ; ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from file_io.c:37: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 18 and 1041 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ file_io.c:143:60: warning: '._' directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf (psf->rsrc.path.c, sizeof (psf->rsrc.path.c), "%s._%s", psf->file.dir.c, psf->file.name.c) ; ^~ In file included from /usr/include/stdio.h:862:0, from file_io.c:37: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 3 and 1281 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ file_io.c:154:60: warning: '.AppleDouble/' directive output may be truncated writing 13 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf (psf->rsrc.path.c, sizeof (psf->rsrc.path.c), "%s.AppleDouble/%s", psf->file.dir.c, psf->file.name.c) ; ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from file_io.c:37: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 14 and 1292 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC command.lo CC pcm.lo In file included from pcm.c:24:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ulaw.lo CC alaw.lo CC float32.lo In file included from float32.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC double64.lo In file included from double64.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ima_adpcm.lo In file included from ima_adpcm.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC ms_adpcm.lo In file included from ms_adpcm.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC gsm610.lo In file included from gsm610.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC dwvw.lo In file included from dwvw.c:37:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC vox_adpcm.lo In file included from vox_adpcm.c:40:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC interleave.lo In file included from interleave.c:19:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC strings.lo CC dither.lo In file included from dither.c:24:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC cart.lo CC broadcast.lo CC audio_detect.lo CC ima_oki_adpcm.lo CC alac.lo In file included from alac.c:28:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC chunk.lo In file included from chunk.c:26:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ chunk.c: In function 'psf_save_write_chunk': chunk.c:244:36: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 5 [-Wformat-truncation=] snprintf (u.str, sizeof (u.str), "%s", chunk_info->id) ; ^~ In file included from /usr/include/stdio.h:862:0, from sndfile.h:32, from chunk.c:25: /usr/include/bits/stdio2.h:64:10: note: '__builtin_snprintf' output between 1 and 64 bytes into a destination of size 5 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ogg.lo In file included from ogg.c:34:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CC chanmap.lo CC windows.lo CC id3.lo In file included from id3.c:27:0: sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_IS_GCC && CPU_IS_X86 ^~~~~~~~~~ sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU_IS_X86_64 ^~~~~~~~~~~~~ CCLD libcommon.la CCLD libsndfile.la make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' Making all in examples make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples' Making all in tests make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests' Making all in man make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man' ln -s ./sndfile-metadata-get.1 sndfile-metadata-set.1 ln -s ./sndfile-interleave.1 sndfile-deinterleave.1 make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man' Making all in doc make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc' Making all in regtest make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest' CC sndfile-regtest.o CC database.o CC checksum.o CCLD sndfile-regtest make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest' Making all in programs make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs' CC sndfile-info.o CC common.o CCLD sndfile-info CC sndfile-play.o CCLD sndfile-play CC sndfile-convert.o CCLD sndfile-convert CC sndfile-cmp.o CCLD sndfile-cmp CC sndfile-metadata-set.o CCLD sndfile-metadata-set CC sndfile-metadata-get.o CCLD sndfile-metadata-get CC sndfile-interleave.o CCLD sndfile-interleave CC sndfile-deinterleave.o CCLD sndfile-deinterleave CC sndfile-concat.o CCLD sndfile-concat CC sndfile-salvage.o CCLD sndfile-salvage make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs' make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28' + make DESTDIR=/usr/ports/opt/libsndfile/work/pkg install Making install in M4 make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4' Making install in Win32 make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32' Making install in src make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libsndfile.la '/usr/ports/opt/libsndfile/work/pkg/usr/lib' libtool: install: /usr/bin/install -c .libs/libsndfile.so.1.0.28 /usr/ports/opt/libsndfile/work/pkg/usr/lib/libsndfile.so.1.0.28 libtool: install: (cd /usr/ports/opt/libsndfile/work/pkg/usr/lib && { ln -s -f libsndfile.so.1.0.28 libsndfile.so.1 || { rm -f libsndfile.so.1 && ln -s libsndfile.so.1.0.28 libsndfile.so.1; }; }) libtool: install: (cd /usr/ports/opt/libsndfile/work/pkg/usr/lib && { ln -s -f libsndfile.so.1.0.28 libsndfile.so || { rm -f libsndfile.so && ln -s libsndfile.so.1.0.28 libsndfile.so; }; }) libtool: install: /usr/bin/install -c .libs/libsndfile.lai /usr/ports/opt/libsndfile/work/pkg/usr/lib/libsndfile.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/include' /usr/bin/install -c -m 644 sndfile.hh '/usr/ports/opt/libsndfile/work/pkg/usr/include' /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/include' /usr/bin/install -c -m 644 sndfile.h '/usr/ports/opt/libsndfile/work/pkg/usr/include' make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src' Making install in examples make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples' Making install in tests make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests' Making install in man make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/share/man/man1' /usr/bin/install -c -m 644 sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-concat.1 sndfile-interleave.1 sndfile-deinterleave.1 sndfile-salvage.1 '/usr/ports/opt/libsndfile/work/pkg/usr/share/man/man1' make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man' Making install in doc make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/share/doc/libsndfile' /usr/bin/install -c -m 644 index.html libsndfile.jpg libsndfile.css api.html command.html bugs.html sndfile_info.html new_file_type.HOWTO win32.html FAQ.html lists.html embedded_files.html octave.html tutorial.html '/usr/ports/opt/libsndfile/work/pkg/usr/share/doc/libsndfile' make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc' Making install in regtest make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest' /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c sndfile-regtest '/usr/ports/opt/libsndfile/work/pkg/usr/bin' libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-regtest /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-regtest make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest' Making install in programs make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs' /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c sndfile-info sndfile-play sndfile-convert sndfile-cmp sndfile-metadata-set sndfile-metadata-get sndfile-interleave sndfile-deinterleave sndfile-concat sndfile-salvage '/usr/ports/opt/libsndfile/work/pkg/usr/bin' libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-info /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-info libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-play /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-play libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-convert /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-convert libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-cmp /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-cmp libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-metadata-set /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-metadata-set libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-metadata-get /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-metadata-get libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-interleave /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-interleave libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-deinterleave /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-deinterleave libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-concat /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-concat libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/sndfile-salvage /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-salvage make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs' make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28' make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sndfile.pc '/usr/ports/opt/libsndfile/work/pkg/usr/lib/pkgconfig' make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28' make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28' + rm -r /usr/ports/opt/libsndfile/work/pkg/usr/share/doc =======> Build result: drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/ drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/share/ drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/lib/ drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/bin/ drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/include/ -rw-r--r-- 0 root root 28684 Jul 11 00:25 usr/include/sndfile.h -rw-r--r-- 0 root root 12615 Jul 11 00:25 usr/include/sndfile.hh -rwxr-xr-x 0 root root 27152 Jul 11 00:25 usr/bin/sndfile-play -rwxr-xr-x 0 root root 22800 Jul 11 00:25 usr/bin/sndfile-convert -rwxr-xr-x 0 root root 18672 Jul 11 00:25 usr/bin/sndfile-regtest -rwxr-xr-x 0 root root 22784 Jul 11 00:25 usr/bin/sndfile-metadata-get -rwxr-xr-x 0 root root 26928 Jul 11 00:25 usr/bin/sndfile-info -rwxr-xr-x 0 root root 18696 Jul 11 00:25 usr/bin/sndfile-concat -rwxr-xr-x 0 root root 18688 Jul 11 00:25 usr/bin/sndfile-cmp -rwxr-xr-x 0 root root 18704 Jul 11 00:25 usr/bin/sndfile-interleave -rwxr-xr-x 0 root root 18760 Jul 11 00:25 usr/bin/sndfile-salvage -rwxr-xr-x 0 root root 18720 Jul 11 00:25 usr/bin/sndfile-deinterleave -rwxr-xr-x 0 root root 22808 Jul 11 00:25 usr/bin/sndfile-metadata-set -rwxr-xr-x 0 root root 1037 Jul 11 00:25 usr/lib/libsndfile.la -rwxr-xr-x 0 root root 487424 Jul 11 00:25 usr/lib/libsndfile.so.1.0.28 drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/lib/pkgconfig/ lrwxrwxrwx 0 root root 0 Jul 11 00:25 usr/lib/libsndfile.so.1 -> libsndfile.so.1.0.28 lrwxrwxrwx 0 root root 0 Jul 11 00:25 usr/lib/libsndfile.so -> libsndfile.so.1.0.28 -rw-r--r-- 0 root root 293 Jul 11 00:25 usr/lib/pkgconfig/sndfile.pc drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/share/man/ drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/share/man/man1/ -rw-r--r-- 0 root root 849 Jul 11 00:25 usr/share/man/man1/sndfile-metadata-set.1.gz -rw-r--r-- 0 root root 1462 Jul 11 00:25 usr/share/man/man1/sndfile-convert.1.gz -rw-r--r-- 0 root root 819 Jul 11 00:25 usr/share/man/man1/sndfile-interleave.1.gz -rw-r--r-- 0 root root 495 Jul 11 00:25 usr/share/man/man1/sndfile-salvage.1.gz -rw-r--r-- 0 root root 437 Jul 11 00:25 usr/share/man/man1/sndfile-play.1.gz -rw-r--r-- 0 root root 849 Jul 11 00:25 usr/share/man/man1/sndfile-metadata-get.1.gz -rw-r--r-- 0 root root 475 Jul 11 00:25 usr/share/man/man1/sndfile-info.1.gz -rw-r--r-- 0 root root 821 Jul 11 00:25 usr/share/man/man1/sndfile-deinterleave.1.gz -rw-r--r-- 0 root root 446 Jul 11 00:25 usr/share/man/man1/sndfile-concat.1.gz -rw-r--r-- 0 root root 455 Jul 11 00:25 usr/share/man/man1/sndfile-cmp.1.gz =======> ERROR: Footprint mismatch found: NEW -rwxr-xr-x root/root usr/bin/sndfile-regtest =======> ERROR: Building '/usr/ports/opt/libsndfile/libsndfile#1.0.28-1.pkg.tar.gz' failed. prt-get: error while install -- Packages where install failed libsndfile