spacepaste

  1.  
  2. $ sudo prt-get depinst libsndfile
  3. prt-get: installing /usr/ports/opt/libsndfile
  4. =======> Building '/usr/ports/opt/libsndfile/libsndfile#1.0.28-1.pkg.tar.gz'.
  5. bsdtar -p -o -C /usr/ports/opt/libsndfile/work/src -xf /usr/ports/opt/libsndfile/libsndfile-1.0.28.tar.gz
  6. cp 0001-FLAC-Fix-a-buffer-read-overrun.patch /usr/ports/opt/libsndfile/work/src
  7. cp 0002-src-flac.c-Fix-a-buffer-read-overflow.patch /usr/ports/opt/libsndfile/work/src
  8. cp 0010-src-aiff.c-Fix-a-buffer-read-overflow.patch /usr/ports/opt/libsndfile/work/src
  9. cp 0020-src-common.c-Fix-heap-buffer-overflows-when-writing.patch /usr/ports/opt/libsndfile/work/src
  10. + build
  11. + cd libsndfile-1.0.28
  12. + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0001-FLAC-Fix-a-buffer-read-overrun.patch
  13. patching file src/common.h
  14. patching file src/flac.c
  15. patching file src/sndfile.c
  16. + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0002-src-flac.c-Fix-a-buffer-read-overflow.patch
  17. patching file src/flac.c
  18. + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0010-src-aiff.c-Fix-a-buffer-read-overflow.patch
  19. patching file src/aiff.c
  20. + patch -p1 -i /usr/ports/opt/libsndfile/work/src/0020-src-common.c-Fix-heap-buffer-overflows-when-writing.patch
  21. patching file src/common.c
  22. + ./configure --prefix=/usr --disable-static --with-pic
  23. checking build system type... x86_64-pc-linux-gnu
  24. checking host system type... x86_64-pc-linux-gnu
  25. checking target system type... x86_64-pc-linux-gnu
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... /bin/mkdir -p
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking whether make supports nested variables... yes
  32. checking whether make supports nested variables... (cached) yes
  33. checking for style of include used by make... GNU
  34. checking for gcc... gcc
  35. checking whether the C compiler works... yes
  36. checking for C compiler default output file name... a.out
  37. checking for suffix of executables...
  38. checking whether we are cross compiling... no
  39. checking for suffix of object files... o
  40. checking whether we are using the GNU C compiler... yes
  41. checking whether gcc accepts -g... yes
  42. checking for gcc option to accept ISO C89... none needed
  43. checking whether gcc understands -c and -o together... yes
  44. checking dependency style of gcc... gcc3
  45. checking for gcc option to accept ISO C99... none needed
  46. checking for gcc option to accept ISO Standard C... (cached) none needed
  47. checking how to run the C preprocessor... gcc -E
  48. checking for grep that handles long lines and -e... /usr/bin/grep
  49. checking for egrep... /usr/bin/grep -E
  50. checking for ANSI C header files... yes
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking minix/config.h usability... no
  61. checking minix/config.h presence... no
  62. checking for minix/config.h... no
  63. checking whether it is safe to define __EXTENSIONS__... yes
  64. checking for g++... g++
  65. checking whether we are using the GNU C++ compiler... yes
  66. checking whether g++ accepts -g... yes
  67. checking dependency style of g++... gcc3
  68. checking whether we are using the CLANG C compiler... no
  69. checking for a sed that does not truncate output... /bin/sed
  70. checking for ar... ar
  71. checking the archiver (ar) interface... ar
  72. checking how to print strings... printf
  73. checking for a sed that does not truncate output... (cached) /bin/sed
  74. checking for fgrep... /usr/bin/grep -F
  75. checking for ld used by gcc... /usr/bin/ld
  76. checking if the linker (/usr/bin/ld) is GNU ld... yes
  77. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  78. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  79. checking whether ln -s works... yes
  80. checking the maximum length of command line arguments... 1572864
  81. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  82. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  83. checking for /usr/bin/ld option to reload object files... -r
  84. checking for objdump... objdump
  85. checking how to recognize dependent libraries... pass_all
  86. checking for dlltool... no
  87. checking how to associate runtime and link libraries... printf %s\n
  88. checking for archiver @FILE support... @
  89. checking for strip... strip
  90. checking for ranlib... ranlib
  91. checking command to parse /usr/bin/nm -B output from gcc object... ok
  92. checking for sysroot... no
  93. checking for a working dd... /bin/dd
  94. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  95. checking for mt... no
  96. checking if : is a manifest tool... no
  97. checking for dlfcn.h... yes
  98. checking for objdir... .libs
  99. checking if gcc supports -fno-rtti -fno-exceptions... no
  100. checking for gcc option to produce PIC... -fPIC -DPIC
  101. checking if gcc PIC flag -fPIC -DPIC works... yes
  102. checking if gcc static flag -static works... yes
  103. checking if gcc supports -c -o file.o... yes
  104. checking if gcc supports -c -o file.o... (cached) yes
  105. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. checking whether -lc should be explicitly linked in... no
  107. checking dynamic linker characteristics... GNU/Linux ld.so
  108. checking how to hardcode library paths into programs... immediate
  109. checking whether stripping libraries is possible... yes
  110. checking if libtool supports shared libraries... yes
  111. checking whether to build shared libraries... yes
  112. checking whether to build static libraries... no
  113. checking how to run the C++ preprocessor... g++ -E
  114. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  115. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  116. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking for g++ option to produce PIC... -fPIC -DPIC
  118. checking if g++ PIC flag -fPIC -DPIC works... yes
  119. checking if g++ static flag -static works... yes
  120. checking if g++ supports -c -o file.o... yes
  121. checking if g++ supports -c -o file.o... (cached) yes
  122. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  123. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  124. checking how to hardcode library paths into programs... immediate
  125. checking for windres... no
  126. checking whether ln -s works... yes
  127. checking for autogen... no
  128. checking for wine... no
  129. checking for xcode-select... no
  130. checking for ANSI C header files... (cached) yes
  131. checking endian.h usability... yes
  132. checking endian.h presence... yes
  133. checking for endian.h... yes
  134. checking byteswap.h usability... yes
  135. checking byteswap.h presence... yes
  136. checking for byteswap.h... yes
  137. checking locale.h usability... yes
  138. checking locale.h presence... yes
  139. checking for locale.h... yes
  140. checking sys/time.h usability... yes
  141. checking sys/time.h presence... yes
  142. checking for sys/time.h... yes
  143. checking for sys/wait.h that is POSIX.1 compatible... yes
  144. checking whether S_IRGRP is declared... yes
  145. checking whether the -Werror option is usable... yes
  146. checking for simple visibility declarations... yes
  147. checking size of wchar_t... 4
  148. checking size of short... 2
  149. checking size of int... 4
  150. checking size of long... 8
  151. checking size of float... 4
  152. checking size of double... 8
  153. checking size of void*... 8
  154. checking size of size_t... 8
  155. checking size of int64_t... 8
  156. checking size of long long... 8
  157. checking size of off_t... 8
  158. checking for ssize_t... yes
  159. checking processor byte ordering... little
  160. checking for malloc... yes
  161. checking for calloc... yes
  162. checking for realloc... yes
  163. checking for free... yes
  164. checking for open... yes
  165. checking for read... yes
  166. checking for write... yes
  167. checking for lseek... yes
  168. checking for lseek64... yes
  169. checking for fstat... yes
  170. checking for fstat64... yes
  171. checking for ftruncate... yes
  172. checking for fsync... yes
  173. checking for snprintf... yes
  174. checking for vsnprintf... yes
  175. checking for gmtime... yes
  176. checking for gmtime_r... yes
  177. checking for localtime... yes
  178. checking for localtime_r... yes
  179. checking for gettimeofday... yes
  180. checking for mmap... yes
  181. checking for getpagesize... yes
  182. checking for setlocale... yes
  183. checking for pipe... yes
  184. checking for waitpid... yes
  185. checking for floor in -lm... yes
  186. checking for floor... yes
  187. checking for ceil... yes
  188. checking for fmod... yes
  189. checking for lround... yes
  190. checking for lrint... yes
  191. checking for lrintf... yes
  192. checking for octave... no
  193. checking for mkoctfile... no
  194. checking for octave-config... no
  195. checking for pkg-config... /usr/bin/pkg-config
  196. checking pkg-config is at least version 0.9.0... yes
  197. checking for flac >= 1.3.1 ... yes
  198. checking for ogg >= 1.1.3 ... yes
  199. checking for vorbis >= 1.2.3 ... yes
  200. checking for vorbisenc >= 1.2.3 ... yes
  201. checking for sqlite3 >= 3.2 ... yes
  202. checking processor clipping capabilities... none
  203. checking alsa/asoundlib.h usability... yes
  204. checking alsa/asoundlib.h presence... yes
  205. checking for alsa/asoundlib.h... yes
  206. configure: WARNING: Touching files in directory tests/.
  207. checking if gcc accepts -std=gnu99... yes
  208. checking for version of gcc... 7.3.0
  209. checking if gcc accepts -Wextra... yes
  210. checking if gcc accepts -Wdeclaration-after-statement... yes
  211. checking if gcc accepts -Wpointer-arith... yes
  212. checking if g++ accepts -Wextra... yes
  213. checking if g++ accepts -Wpointer-arith... yes
  214. checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... yes
  215. checking that generated files are newer than configure... done
  216. configure: creating ./config.status
  217. config.status: creating src/Makefile
  218. config.status: creating man/Makefile
  219. config.status: creating examples/Makefile
  220. config.status: creating tests/Makefile
  221. config.status: creating regtest/Makefile
  222. config.status: creating M4/Makefile
  223. config.status: creating doc/Makefile
  224. config.status: creating Win32/Makefile
  225. config.status: creating Octave/Makefile
  226. config.status: creating programs/Makefile
  227. config.status: creating Makefile
  228. config.status: creating src/version-metadata.rc
  229. config.status: creating tests/test_wrapper.sh
  230. config.status: creating tests/pedantic-header-test.sh
  231. config.status: creating doc/libsndfile.css
  232. config.status: creating Scripts/build-test-tarball.mk
  233. config.status: creating libsndfile.spec
  234. config.status: creating sndfile.pc
  235. config.status: creating src/sndfile.h
  236. config.status: creating echo-install-dirs
  237. config.status: creating src/config.h
  238. config.status: executing depfiles commands
  239. config.status: executing libtool commands
  240. -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
  241. Configuration summary :
  242. libsndfile version : .................. 1.0.28
  243. Host CPU : ............................ x86_64
  244. Host Vendor : ......................... pc
  245. Host OS : ............................. linux-gnu
  246. Experimental code : ................... no
  247. Using ALSA in example programs : ...... yes
  248. External FLAC/Ogg/Vorbis : ............ yes
  249. Tools :
  250. Compiler is Clang : ................... no
  251. Compiler is GCC : ..................... yes
  252. GCC version : ......................... 7.3.0
  253. Sanitizer enabled : ................... no
  254. Stack smash protection : .............. no
  255. Installation directories :
  256. Library directory : ................... /usr/lib
  257. Program directory : ................... /usr/bin
  258. Pkgconfig directory : ................. /usr/lib/pkgconfig
  259. HTML docs directory : ................. /usr/share/doc/
  260. Compiling some other packages against libsndfile may require
  261. the addition of '/usr/lib/pkgconfig' to the
  262. PKG_CONFIG_PATH environment variable.
  263. + make
  264. Making all in M4
  265. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4'
  266. make[1]: Nothing to be done for 'all'.
  267. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4'
  268. Making all in Win32
  269. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32'
  270. make[1]: Nothing to be done for 'all'.
  271. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32'
  272. Making all in src
  273. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  274. make all-am
  275. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  276. CC libsndfile_la-sndfile.lo
  277. In file included from sndfile.c:27:0:
  278. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  279. #if COMPILER_IS_GCC && CPU_IS_X86
  280. ^~~~~~~~~~
  281. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  282. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  283. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  284. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  285. #if CPU_IS_X86_64
  286. ^~~~~~~~~~~~~
  287. CC libsndfile_la-aiff.lo
  288. In file included from aiff.c:30:0:
  289. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  290. #if COMPILER_IS_GCC && CPU_IS_X86
  291. ^~~~~~~~~~
  292. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  293. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  294. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  295. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  296. #if CPU_IS_X86_64
  297. ^~~~~~~~~~~~~
  298. aiff.c: In function 'aiff_read_header':
  299. aiff.c:851:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  300. found_chunk |= HAVE_FVER ;
  301. ~~~~~~~~~~~~^~~~~~~~~~~~
  302. aiff.c:854:4: note: here
  303. case SFX_MARKER :
  304. ^~~~
  305. CC libsndfile_la-au.lo
  306. In file included from au.c:27:0:
  307. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  308. #if COMPILER_IS_GCC && CPU_IS_X86
  309. ^~~~~~~~~~
  310. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  311. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  312. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  313. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  314. #if CPU_IS_X86_64
  315. ^~~~~~~~~~~~~
  316. CC libsndfile_la-avr.lo
  317. In file included from avr.c:25:0:
  318. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  319. #if COMPILER_IS_GCC && CPU_IS_X86
  320. ^~~~~~~~~~
  321. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  322. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  323. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  324. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  325. #if CPU_IS_X86_64
  326. ^~~~~~~~~~~~~
  327. CC libsndfile_la-caf.lo
  328. In file included from caf.c:29:0:
  329. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  330. #if COMPILER_IS_GCC && CPU_IS_X86
  331. ^~~~~~~~~~
  332. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  333. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  334. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  335. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  336. #if CPU_IS_X86_64
  337. ^~~~~~~~~~~~~
  338. CC libsndfile_la-dwd.lo
  339. In file included from dwd.c:27:0:
  340. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  341. #if COMPILER_IS_GCC && CPU_IS_X86
  342. ^~~~~~~~~~
  343. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  344. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  345. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  346. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  347. #if CPU_IS_X86_64
  348. ^~~~~~~~~~~~~
  349. CC libsndfile_la-flac.lo
  350. CC libsndfile_la-g72x.lo
  351. In file included from g72x.c:27:0:
  352. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  353. #if COMPILER_IS_GCC && CPU_IS_X86
  354. ^~~~~~~~~~
  355. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  356. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  357. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  358. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  359. #if CPU_IS_X86_64
  360. ^~~~~~~~~~~~~
  361. CC libsndfile_la-htk.lo
  362. In file included from htk.c:27:0:
  363. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  364. #if COMPILER_IS_GCC && CPU_IS_X86
  365. ^~~~~~~~~~
  366. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  367. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  368. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  369. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  370. #if CPU_IS_X86_64
  371. ^~~~~~~~~~~~~
  372. CC libsndfile_la-ircam.lo
  373. In file included from ircam.c:27:0:
  374. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  375. #if COMPILER_IS_GCC && CPU_IS_X86
  376. ^~~~~~~~~~
  377. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  378. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  379. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  380. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  381. #if CPU_IS_X86_64
  382. ^~~~~~~~~~~~~
  383. CC libsndfile_la-macos.lo
  384. In file included from macos.c:26:0:
  385. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  386. #if COMPILER_IS_GCC && CPU_IS_X86
  387. ^~~~~~~~~~
  388. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  389. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  390. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  391. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  392. #if CPU_IS_X86_64
  393. ^~~~~~~~~~~~~
  394. CC libsndfile_la-mat4.lo
  395. In file included from mat4.c:28:0:
  396. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  397. #if COMPILER_IS_GCC && CPU_IS_X86
  398. ^~~~~~~~~~
  399. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  400. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  401. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  402. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  403. #if CPU_IS_X86_64
  404. ^~~~~~~~~~~~~
  405. CC libsndfile_la-mat5.lo
  406. In file included from mat5.c:28:0:
  407. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  408. #if COMPILER_IS_GCC && CPU_IS_X86
  409. ^~~~~~~~~~
  410. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  411. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  412. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  413. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  414. #if CPU_IS_X86_64
  415. ^~~~~~~~~~~~~
  416. CC libsndfile_la-nist.lo
  417. In file included from nist.c:34:0:
  418. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  419. #if COMPILER_IS_GCC && CPU_IS_X86
  420. ^~~~~~~~~~
  421. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  422. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  423. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  424. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  425. #if CPU_IS_X86_64
  426. ^~~~~~~~~~~~~
  427. CC libsndfile_la-paf.lo
  428. In file included from paf.c:29:0:
  429. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  430. #if COMPILER_IS_GCC && CPU_IS_X86
  431. ^~~~~~~~~~
  432. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  433. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  434. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  435. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  436. #if CPU_IS_X86_64
  437. ^~~~~~~~~~~~~
  438. CC libsndfile_la-pvf.lo
  439. In file included from pvf.c:27:0:
  440. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  441. #if COMPILER_IS_GCC && CPU_IS_X86
  442. ^~~~~~~~~~
  443. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  444. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  445. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  446. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  447. #if CPU_IS_X86_64
  448. ^~~~~~~~~~~~~
  449. CC libsndfile_la-raw.lo
  450. CC libsndfile_la-rx2.lo
  451. In file included from rx2.c:27:0:
  452. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  453. #if COMPILER_IS_GCC && CPU_IS_X86
  454. ^~~~~~~~~~
  455. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  456. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  457. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  458. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  459. #if CPU_IS_X86_64
  460. ^~~~~~~~~~~~~
  461. CC libsndfile_la-sd2.lo
  462. In file included from sd2.c:38:0:
  463. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  464. #if COMPILER_IS_GCC && CPU_IS_X86
  465. ^~~~~~~~~~
  466. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  467. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  468. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  469. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  470. #if CPU_IS_X86_64
  471. ^~~~~~~~~~~~~
  472. CC libsndfile_la-sds.lo
  473. In file included from sds.c:29:0:
  474. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  475. #if COMPILER_IS_GCC && CPU_IS_X86
  476. ^~~~~~~~~~
  477. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  478. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  479. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  480. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  481. #if CPU_IS_X86_64
  482. ^~~~~~~~~~~~~
  483. CC libsndfile_la-svx.lo
  484. In file included from svx.c:27:0:
  485. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  486. #if COMPILER_IS_GCC && CPU_IS_X86
  487. ^~~~~~~~~~
  488. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  489. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  490. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  491. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  492. #if CPU_IS_X86_64
  493. ^~~~~~~~~~~~~
  494. CC libsndfile_la-txw.lo
  495. In file included from txw.c:34:0:
  496. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  497. #if COMPILER_IS_GCC && CPU_IS_X86
  498. ^~~~~~~~~~
  499. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  500. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  501. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  502. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  503. #if CPU_IS_X86_64
  504. ^~~~~~~~~~~~~
  505. CC libsndfile_la-voc.lo
  506. In file included from voc.c:34:0:
  507. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  508. #if COMPILER_IS_GCC && CPU_IS_X86
  509. ^~~~~~~~~~
  510. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  511. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  512. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  513. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  514. #if CPU_IS_X86_64
  515. ^~~~~~~~~~~~~
  516. CC libsndfile_la-wve.lo
  517. In file included from wve.c:28:0:
  518. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  519. #if COMPILER_IS_GCC && CPU_IS_X86
  520. ^~~~~~~~~~
  521. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  522. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  523. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  524. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  525. #if CPU_IS_X86_64
  526. ^~~~~~~~~~~~~
  527. CC libsndfile_la-w64.lo
  528. In file included from w64.c:27:0:
  529. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  530. #if COMPILER_IS_GCC && CPU_IS_X86
  531. ^~~~~~~~~~
  532. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  533. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  534. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  535. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  536. #if CPU_IS_X86_64
  537. ^~~~~~~~~~~~~
  538. CC libsndfile_la-wavlike.lo
  539. In file included from wavlike.c:28:0:
  540. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  541. #if COMPILER_IS_GCC && CPU_IS_X86
  542. ^~~~~~~~~~
  543. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  544. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  545. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  546. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  547. #if CPU_IS_X86_64
  548. ^~~~~~~~~~~~~
  549. CC libsndfile_la-wav.lo
  550. In file included from wav.c:30:0:
  551. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  552. #if COMPILER_IS_GCC && CPU_IS_X86
  553. ^~~~~~~~~~
  554. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  555. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  556. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  557. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  558. #if CPU_IS_X86_64
  559. ^~~~~~~~~~~~~
  560. CC libsndfile_la-xi.lo
  561. In file included from xi.c:29:0:
  562. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  563. #if COMPILER_IS_GCC && CPU_IS_X86
  564. ^~~~~~~~~~
  565. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  566. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  567. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  568. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  569. #if CPU_IS_X86_64
  570. ^~~~~~~~~~~~~
  571. CC libsndfile_la-mpc2k.lo
  572. In file included from mpc2k.c:27:0:
  573. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  574. #if COMPILER_IS_GCC && CPU_IS_X86
  575. ^~~~~~~~~~
  576. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  577. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  578. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  579. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  580. #if CPU_IS_X86_64
  581. ^~~~~~~~~~~~~
  582. mpc2k.c: In function 'mpc2k_write_header.part.0':
  583. mpc2k.c:134:48: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 18 [-Wformat-truncation=]
  584. snprintf (sample_name, sizeof (sample_name), "%s ", psf->file.name.c) ;
  585. ^~
  586. In file included from /usr/include/stdio.h:862:0,
  587. from mpc2k.c:21:
  588. /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 21 and 276 bytes into a destination of size 18
  589. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  590. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  591. __bos (__s), __fmt, __va_arg_pack ());
  592. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  593. CC libsndfile_la-rf64.lo
  594. In file included from rf64.c:36:0:
  595. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  596. #if COMPILER_IS_GCC && CPU_IS_X86
  597. ^~~~~~~~~~
  598. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  599. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  600. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  601. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  602. #if CPU_IS_X86_64
  603. ^~~~~~~~~~~~~
  604. CC libsndfile_la-ogg_vorbis.lo
  605. In file included from ogg_vorbis.c:68:0:
  606. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  607. #if COMPILER_IS_GCC && CPU_IS_X86
  608. ^~~~~~~~~~
  609. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  610. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  611. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  612. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  613. #if CPU_IS_X86_64
  614. ^~~~~~~~~~~~~
  615. CC libsndfile_la-ogg_speex.lo
  616. In file included from ogg_speex.c:34:0:
  617. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  618. #if COMPILER_IS_GCC && CPU_IS_X86
  619. ^~~~~~~~~~
  620. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  621. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  622. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  623. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  624. #if CPU_IS_X86_64
  625. ^~~~~~~~~~~~~
  626. CC libsndfile_la-ogg_pcm.lo
  627. In file included from ogg_pcm.c:34:0:
  628. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  629. #if COMPILER_IS_GCC && CPU_IS_X86
  630. ^~~~~~~~~~
  631. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  632. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  633. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  634. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  635. #if CPU_IS_X86_64
  636. ^~~~~~~~~~~~~
  637. CC libsndfile_la-ogg_opus.lo
  638. In file included from ogg_opus.c:34:0:
  639. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  640. #if COMPILER_IS_GCC && CPU_IS_X86
  641. ^~~~~~~~~~
  642. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  643. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  644. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  645. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  646. #if CPU_IS_X86_64
  647. ^~~~~~~~~~~~~
  648. CC GSM610/add.lo
  649. CC GSM610/code.lo
  650. CC GSM610/decode.lo
  651. CC GSM610/gsm_create.lo
  652. CC GSM610/gsm_decode.lo
  653. CC GSM610/gsm_destroy.lo
  654. CC GSM610/gsm_encode.lo
  655. CC GSM610/gsm_option.lo
  656. CC GSM610/long_term.lo
  657. CC GSM610/lpc.lo
  658. CC GSM610/preprocess.lo
  659. CC GSM610/rpe.lo
  660. GSM610/rpe.c: In function 'RPE_grid_positioning':
  661. GSM610/rpe.c:389:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  662. { case 3: *ep++ = 0 ;
  663. ~~~~~~^~~
  664. GSM610/rpe.c:390:3: note: here
  665. case 2: do
  666. ^~~~
  667. GSM610/rpe.c:391:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
  668. { *ep++ = 0 ;
  669. ~~~~~~^~~
  670. GSM610/rpe.c:392:3: note: here
  671. case 1: *ep++ = 0 ;
  672. ^~~~
  673. GSM610/rpe.c:392:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
  674. case 1: *ep++ = 0 ;
  675. ~~~~~~^~~
  676. GSM610/rpe.c:393:3: note: here
  677. case 0: *ep++ = *xMp++ ;
  678. ^~~~
  679. CC GSM610/short_term.lo
  680. CC GSM610/table.lo
  681. CCLD GSM610/libgsm.la
  682. CC G72x/g721.lo
  683. CC G72x/g723_16.lo
  684. CC G72x/g723_24.lo
  685. CC G72x/g723_40.lo
  686. CC G72x/g72x.lo
  687. CCLD G72x/libg72x.la
  688. CC ALAC/ALACBitUtilities.lo
  689. CC ALAC/ag_dec.lo
  690. In file included from ALAC/ALACAudioTypes.h:46:0,
  691. from ALAC/ag_dec.c:36:
  692. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  693. #if COMPILER_IS_GCC && CPU_IS_X86
  694. ^~~~~~~~~~
  695. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  696. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  697. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  698. ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  699. #if CPU_IS_X86_64
  700. ^~~~~~~~~~~~~
  701. CC ALAC/ag_enc.lo
  702. In file included from ALAC/EndianPortable.h:31:0,
  703. from ALAC/ag_enc.c:32:
  704. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  705. #if COMPILER_IS_GCC && CPU_IS_X86
  706. ^~~~~~~~~~
  707. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  708. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  709. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  710. ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  711. #if CPU_IS_X86_64
  712. ^~~~~~~~~~~~~
  713. CC ALAC/dp_dec.lo
  714. CC ALAC/dp_enc.lo
  715. CC ALAC/matrix_dec.lo
  716. In file included from ALAC/ALACAudioTypes.h:46:0,
  717. from ALAC/matrix_dec.c:31:
  718. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  719. #if COMPILER_IS_GCC && CPU_IS_X86
  720. ^~~~~~~~~~
  721. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  722. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  723. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  724. ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  725. #if CPU_IS_X86_64
  726. ^~~~~~~~~~~~~
  727. CC ALAC/matrix_enc.lo
  728. In file included from ALAC/ALACAudioTypes.h:46:0,
  729. from ALAC/matrix_enc.c:31:
  730. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  731. #if COMPILER_IS_GCC && CPU_IS_X86
  732. ^~~~~~~~~~
  733. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  734. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  735. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  736. ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  737. #if CPU_IS_X86_64
  738. ^~~~~~~~~~~~~
  739. CC ALAC/alac_decoder.lo
  740. In file included from ALAC/ALACAudioTypes.h:46:0,
  741. from ALAC/alac_codec.h:31,
  742. from ALAC/alac_decoder.c:31:
  743. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  744. #if COMPILER_IS_GCC && CPU_IS_X86
  745. ^~~~~~~~~~
  746. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  747. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  748. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  749. ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  750. #if CPU_IS_X86_64
  751. ^~~~~~~~~~~~~
  752. CC ALAC/alac_encoder.lo
  753. In file included from ALAC/alac_encoder.c:35:0:
  754. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  755. #if COMPILER_IS_GCC && CPU_IS_X86
  756. ^~~~~~~~~~
  757. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  758. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  759. ./sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  760. ./sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  761. #if CPU_IS_X86_64
  762. ^~~~~~~~~~~~~
  763. CCLD ALAC/libalac.la
  764. CC common.lo
  765. In file included from common.c:33:0:
  766. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  767. #if COMPILER_IS_GCC && CPU_IS_X86
  768. ^~~~~~~~~~
  769. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  770. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  771. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  772. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  773. #if CPU_IS_X86_64
  774. ^~~~~~~~~~~~~
  775. CC file_io.lo
  776. file_io.c: In function 'psf_open_rsrc':
  777. 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=]
  778. snprintf (psf->rsrc.path.c, sizeof (psf->rsrc.path.c), "%s/..namedfork/rsrc", psf->file.path.c) ;
  779. ^~~~~~~~~~~~~~~~~
  780. In file included from /usr/include/stdio.h:862:0,
  781. from file_io.c:37:
  782. /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 18 and 1041 bytes into a destination of size 1024
  783. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  784. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  785. __bos (__s), __fmt, __va_arg_pack ());
  786. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  787. 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=]
  788. snprintf (psf->rsrc.path.c, sizeof (psf->rsrc.path.c), "%s._%s", psf->file.dir.c, psf->file.name.c) ;
  789. ^~
  790. In file included from /usr/include/stdio.h:862:0,
  791. from file_io.c:37:
  792. /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 3 and 1281 bytes into a destination of size 1024
  793. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  794. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  795. __bos (__s), __fmt, __va_arg_pack ());
  796. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  797. 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=]
  798. snprintf (psf->rsrc.path.c, sizeof (psf->rsrc.path.c), "%s.AppleDouble/%s", psf->file.dir.c, psf->file.name.c) ;
  799. ^~~~~~~~~~~~~
  800. In file included from /usr/include/stdio.h:862:0,
  801. from file_io.c:37:
  802. /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 14 and 1292 bytes into a destination of size 1024
  803. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  804. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  805. __bos (__s), __fmt, __va_arg_pack ());
  806. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  807. CC command.lo
  808. CC pcm.lo
  809. In file included from pcm.c:24:0:
  810. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  811. #if COMPILER_IS_GCC && CPU_IS_X86
  812. ^~~~~~~~~~
  813. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  814. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  815. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  816. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  817. #if CPU_IS_X86_64
  818. ^~~~~~~~~~~~~
  819. CC ulaw.lo
  820. CC alaw.lo
  821. CC float32.lo
  822. In file included from float32.c:28:0:
  823. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  824. #if COMPILER_IS_GCC && CPU_IS_X86
  825. ^~~~~~~~~~
  826. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  827. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  828. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  829. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  830. #if CPU_IS_X86_64
  831. ^~~~~~~~~~~~~
  832. CC double64.lo
  833. In file included from double64.c:28:0:
  834. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  835. #if COMPILER_IS_GCC && CPU_IS_X86
  836. ^~~~~~~~~~
  837. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  838. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  839. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  840. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  841. #if CPU_IS_X86_64
  842. ^~~~~~~~~~~~~
  843. CC ima_adpcm.lo
  844. In file included from ima_adpcm.c:27:0:
  845. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  846. #if COMPILER_IS_GCC && CPU_IS_X86
  847. ^~~~~~~~~~
  848. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  849. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  850. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  851. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  852. #if CPU_IS_X86_64
  853. ^~~~~~~~~~~~~
  854. CC ms_adpcm.lo
  855. In file included from ms_adpcm.c:27:0:
  856. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  857. #if COMPILER_IS_GCC && CPU_IS_X86
  858. ^~~~~~~~~~
  859. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  860. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  861. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  862. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  863. #if CPU_IS_X86_64
  864. ^~~~~~~~~~~~~
  865. CC gsm610.lo
  866. In file included from gsm610.c:27:0:
  867. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  868. #if COMPILER_IS_GCC && CPU_IS_X86
  869. ^~~~~~~~~~
  870. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  871. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  872. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  873. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  874. #if CPU_IS_X86_64
  875. ^~~~~~~~~~~~~
  876. CC dwvw.lo
  877. In file included from dwvw.c:37:0:
  878. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  879. #if COMPILER_IS_GCC && CPU_IS_X86
  880. ^~~~~~~~~~
  881. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  882. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  883. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  884. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  885. #if CPU_IS_X86_64
  886. ^~~~~~~~~~~~~
  887. CC vox_adpcm.lo
  888. In file included from vox_adpcm.c:40:0:
  889. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  890. #if COMPILER_IS_GCC && CPU_IS_X86
  891. ^~~~~~~~~~
  892. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  893. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  894. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  895. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  896. #if CPU_IS_X86_64
  897. ^~~~~~~~~~~~~
  898. CC interleave.lo
  899. In file included from interleave.c:19:0:
  900. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  901. #if COMPILER_IS_GCC && CPU_IS_X86
  902. ^~~~~~~~~~
  903. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  904. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  905. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  906. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  907. #if CPU_IS_X86_64
  908. ^~~~~~~~~~~~~
  909. CC strings.lo
  910. CC dither.lo
  911. In file included from dither.c:24:0:
  912. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  913. #if COMPILER_IS_GCC && CPU_IS_X86
  914. ^~~~~~~~~~
  915. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  916. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  917. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  918. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  919. #if CPU_IS_X86_64
  920. ^~~~~~~~~~~~~
  921. CC cart.lo
  922. CC broadcast.lo
  923. CC audio_detect.lo
  924. CC ima_oki_adpcm.lo
  925. CC alac.lo
  926. In file included from alac.c:28:0:
  927. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  928. #if COMPILER_IS_GCC && CPU_IS_X86
  929. ^~~~~~~~~~
  930. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  931. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  932. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  933. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  934. #if CPU_IS_X86_64
  935. ^~~~~~~~~~~~~
  936. CC chunk.lo
  937. In file included from chunk.c:26:0:
  938. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  939. #if COMPILER_IS_GCC && CPU_IS_X86
  940. ^~~~~~~~~~
  941. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  942. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  943. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  944. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  945. #if CPU_IS_X86_64
  946. ^~~~~~~~~~~~~
  947. chunk.c: In function 'psf_save_write_chunk':
  948. chunk.c:244:36: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 5 [-Wformat-truncation=]
  949. snprintf (u.str, sizeof (u.str), "%s", chunk_info->id) ;
  950. ^~
  951. In file included from /usr/include/stdio.h:862:0,
  952. from sndfile.h:32,
  953. from chunk.c:25:
  954. /usr/include/bits/stdio2.h:64:10: note: '__builtin_snprintf' output between 1 and 64 bytes into a destination of size 5
  955. return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  956. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  957. __bos (__s), __fmt, __va_arg_pack ());
  958. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  959. CC ogg.lo
  960. In file included from ogg.c:34:0:
  961. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  962. #if COMPILER_IS_GCC && CPU_IS_X86
  963. ^~~~~~~~~~
  964. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  965. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  966. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  967. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  968. #if CPU_IS_X86_64
  969. ^~~~~~~~~~~~~
  970. CC chanmap.lo
  971. CC windows.lo
  972. CC id3.lo
  973. In file included from id3.c:27:0:
  974. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  975. #if COMPILER_IS_GCC && CPU_IS_X86
  976. ^~~~~~~~~~
  977. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  978. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  979. sfendian.h:28:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  980. sfendian.h:44:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  981. #if CPU_IS_X86_64
  982. ^~~~~~~~~~~~~
  983. CCLD libcommon.la
  984. CCLD libsndfile.la
  985. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  986. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  987. Making all in examples
  988. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples'
  989. make[1]: Nothing to be done for 'all'.
  990. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples'
  991. Making all in tests
  992. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests'
  993. make[1]: Nothing to be done for 'all'.
  994. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests'
  995. Making all in man
  996. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man'
  997. ln -s ./sndfile-metadata-get.1 sndfile-metadata-set.1
  998. ln -s ./sndfile-interleave.1 sndfile-deinterleave.1
  999. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man'
  1000. Making all in doc
  1001. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc'
  1002. make[1]: Nothing to be done for 'all'.
  1003. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc'
  1004. Making all in regtest
  1005. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest'
  1006. CC sndfile-regtest.o
  1007. CC database.o
  1008. CC checksum.o
  1009. CCLD sndfile-regtest
  1010. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest'
  1011. Making all in programs
  1012. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs'
  1013. CC sndfile-info.o
  1014. CC common.o
  1015. CCLD sndfile-info
  1016. CC sndfile-play.o
  1017. CCLD sndfile-play
  1018. CC sndfile-convert.o
  1019. CCLD sndfile-convert
  1020. CC sndfile-cmp.o
  1021. CCLD sndfile-cmp
  1022. CC sndfile-metadata-set.o
  1023. CCLD sndfile-metadata-set
  1024. CC sndfile-metadata-get.o
  1025. CCLD sndfile-metadata-get
  1026. CC sndfile-interleave.o
  1027. CCLD sndfile-interleave
  1028. CC sndfile-deinterleave.o
  1029. CCLD sndfile-deinterleave
  1030. CC sndfile-concat.o
  1031. CCLD sndfile-concat
  1032. CC sndfile-salvage.o
  1033. CCLD sndfile-salvage
  1034. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs'
  1035. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28'
  1036. make[1]: Nothing to be done for 'all-am'.
  1037. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28'
  1038. + make DESTDIR=/usr/ports/opt/libsndfile/work/pkg install
  1039. Making install in M4
  1040. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4'
  1041. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4'
  1042. make[2]: Nothing to be done for 'install-exec-am'.
  1043. make[2]: Nothing to be done for 'install-data-am'.
  1044. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4'
  1045. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/M4'
  1046. Making install in Win32
  1047. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32'
  1048. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32'
  1049. make[2]: Nothing to be done for 'install-exec-am'.
  1050. make[2]: Nothing to be done for 'install-data-am'.
  1051. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32'
  1052. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/Win32'
  1053. Making install in src
  1054. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  1055. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  1056. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/lib'
  1057. /bin/sh ../libtool --mode=install /usr/bin/install -c libsndfile.la '/usr/ports/opt/libsndfile/work/pkg/usr/lib'
  1058. 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
  1059. 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; }; })
  1060. 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; }; })
  1061. libtool: install: /usr/bin/install -c .libs/libsndfile.lai /usr/ports/opt/libsndfile/work/pkg/usr/lib/libsndfile.la
  1062. libtool: warning: remember to run 'libtool --finish /usr/lib'
  1063. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/include'
  1064. /usr/bin/install -c -m 644 sndfile.hh '/usr/ports/opt/libsndfile/work/pkg/usr/include'
  1065. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/include'
  1066. /usr/bin/install -c -m 644 sndfile.h '/usr/ports/opt/libsndfile/work/pkg/usr/include'
  1067. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  1068. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/src'
  1069. Making install in examples
  1070. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples'
  1071. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples'
  1072. make[2]: Nothing to be done for 'install-exec-am'.
  1073. make[2]: Nothing to be done for 'install-data-am'.
  1074. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples'
  1075. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/examples'
  1076. Making install in tests
  1077. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests'
  1078. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests'
  1079. make[2]: Nothing to be done for 'install-exec-am'.
  1080. make[2]: Nothing to be done for 'install-data-am'.
  1081. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests'
  1082. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/tests'
  1083. Making install in man
  1084. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man'
  1085. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man'
  1086. make[2]: Nothing to be done for 'install-exec-am'.
  1087. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/share/man/man1'
  1088. /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'
  1089. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man'
  1090. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/man'
  1091. Making install in doc
  1092. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc'
  1093. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc'
  1094. make[2]: Nothing to be done for 'install-exec-am'.
  1095. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/share/doc/libsndfile'
  1096. /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'
  1097. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc'
  1098. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/doc'
  1099. Making install in regtest
  1100. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest'
  1101. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest'
  1102. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/bin'
  1103. /bin/sh ../libtool --mode=install /usr/bin/install -c sndfile-regtest '/usr/ports/opt/libsndfile/work/pkg/usr/bin'
  1104. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1105. libtool: install: /usr/bin/install -c .libs/sndfile-regtest /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-regtest
  1106. make[2]: Nothing to be done for 'install-data-am'.
  1107. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest'
  1108. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/regtest'
  1109. Making install in programs
  1110. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs'
  1111. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs'
  1112. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/bin'
  1113. /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'
  1114. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1115. libtool: install: /usr/bin/install -c .libs/sndfile-info /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-info
  1116. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1117. libtool: install: /usr/bin/install -c .libs/sndfile-play /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-play
  1118. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1119. libtool: install: /usr/bin/install -c .libs/sndfile-convert /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-convert
  1120. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1121. libtool: install: /usr/bin/install -c .libs/sndfile-cmp /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-cmp
  1122. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1123. libtool: install: /usr/bin/install -c .libs/sndfile-metadata-set /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-metadata-set
  1124. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1125. libtool: install: /usr/bin/install -c .libs/sndfile-metadata-get /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-metadata-get
  1126. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1127. libtool: install: /usr/bin/install -c .libs/sndfile-interleave /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-interleave
  1128. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1129. libtool: install: /usr/bin/install -c .libs/sndfile-deinterleave /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-deinterleave
  1130. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1131. libtool: install: /usr/bin/install -c .libs/sndfile-concat /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-concat
  1132. libtool: warning: '../src/libsndfile.la' has not been installed in '/usr/lib'
  1133. libtool: install: /usr/bin/install -c .libs/sndfile-salvage /usr/ports/opt/libsndfile/work/pkg/usr/bin/sndfile-salvage
  1134. make[2]: Nothing to be done for 'install-data-am'.
  1135. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs'
  1136. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28/programs'
  1137. make[1]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28'
  1138. make[2]: Entering directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28'
  1139. make[2]: Nothing to be done for 'install-exec-am'.
  1140. /bin/mkdir -p '/usr/ports/opt/libsndfile/work/pkg/usr/lib/pkgconfig'
  1141. /usr/bin/install -c -m 644 sndfile.pc '/usr/ports/opt/libsndfile/work/pkg/usr/lib/pkgconfig'
  1142. make[2]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28'
  1143. make[1]: Leaving directory '/usr/ports/opt/libsndfile/work/src/libsndfile-1.0.28'
  1144. + rm -r /usr/ports/opt/libsndfile/work/pkg/usr/share/doc
  1145. =======> Build result:
  1146. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/
  1147. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/share/
  1148. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/lib/
  1149. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/bin/
  1150. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/include/
  1151. -rw-r--r-- 0 root root 28684 Jul 11 00:25 usr/include/sndfile.h
  1152. -rw-r--r-- 0 root root 12615 Jul 11 00:25 usr/include/sndfile.hh
  1153. -rwxr-xr-x 0 root root 27152 Jul 11 00:25 usr/bin/sndfile-play
  1154. -rwxr-xr-x 0 root root 22800 Jul 11 00:25 usr/bin/sndfile-convert
  1155. -rwxr-xr-x 0 root root 18672 Jul 11 00:25 usr/bin/sndfile-regtest
  1156. -rwxr-xr-x 0 root root 22784 Jul 11 00:25 usr/bin/sndfile-metadata-get
  1157. -rwxr-xr-x 0 root root 26928 Jul 11 00:25 usr/bin/sndfile-info
  1158. -rwxr-xr-x 0 root root 18696 Jul 11 00:25 usr/bin/sndfile-concat
  1159. -rwxr-xr-x 0 root root 18688 Jul 11 00:25 usr/bin/sndfile-cmp
  1160. -rwxr-xr-x 0 root root 18704 Jul 11 00:25 usr/bin/sndfile-interleave
  1161. -rwxr-xr-x 0 root root 18760 Jul 11 00:25 usr/bin/sndfile-salvage
  1162. -rwxr-xr-x 0 root root 18720 Jul 11 00:25 usr/bin/sndfile-deinterleave
  1163. -rwxr-xr-x 0 root root 22808 Jul 11 00:25 usr/bin/sndfile-metadata-set
  1164. -rwxr-xr-x 0 root root 1037 Jul 11 00:25 usr/lib/libsndfile.la
  1165. -rwxr-xr-x 0 root root 487424 Jul 11 00:25 usr/lib/libsndfile.so.1.0.28
  1166. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/lib/pkgconfig/
  1167. lrwxrwxrwx 0 root root 0 Jul 11 00:25 usr/lib/libsndfile.so.1 -> libsndfile.so.1.0.28
  1168. lrwxrwxrwx 0 root root 0 Jul 11 00:25 usr/lib/libsndfile.so -> libsndfile.so.1.0.28
  1169. -rw-r--r-- 0 root root 293 Jul 11 00:25 usr/lib/pkgconfig/sndfile.pc
  1170. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/share/man/
  1171. drwxr-xr-x 0 root root 0 Jul 11 00:25 usr/share/man/man1/
  1172. -rw-r--r-- 0 root root 849 Jul 11 00:25 usr/share/man/man1/sndfile-metadata-set.1.gz
  1173. -rw-r--r-- 0 root root 1462 Jul 11 00:25 usr/share/man/man1/sndfile-convert.1.gz
  1174. -rw-r--r-- 0 root root 819 Jul 11 00:25 usr/share/man/man1/sndfile-interleave.1.gz
  1175. -rw-r--r-- 0 root root 495 Jul 11 00:25 usr/share/man/man1/sndfile-salvage.1.gz
  1176. -rw-r--r-- 0 root root 437 Jul 11 00:25 usr/share/man/man1/sndfile-play.1.gz
  1177. -rw-r--r-- 0 root root 849 Jul 11 00:25 usr/share/man/man1/sndfile-metadata-get.1.gz
  1178. -rw-r--r-- 0 root root 475 Jul 11 00:25 usr/share/man/man1/sndfile-info.1.gz
  1179. -rw-r--r-- 0 root root 821 Jul 11 00:25 usr/share/man/man1/sndfile-deinterleave.1.gz
  1180. -rw-r--r-- 0 root root 446 Jul 11 00:25 usr/share/man/man1/sndfile-concat.1.gz
  1181. -rw-r--r-- 0 root root 455 Jul 11 00:25 usr/share/man/man1/sndfile-cmp.1.gz
  1182. =======> ERROR: Footprint mismatch found:
  1183. NEW -rwxr-xr-x root/root usr/bin/sndfile-regtest
  1184. =======> ERROR: Building '/usr/ports/opt/libsndfile/libsndfile#1.0.28-1.pkg.tar.gz' failed.
  1185. prt-get: error while install
  1186. -- Packages where install failed
  1187. libsndfile
  1188.