Advertisement
Guest User

Untitled

a guest
Apr 19th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 263.67 KB | None | 0 0
  1. make[1]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  2. dh_clean
  3. dpkg-source -b .
  4. dpkg-source: warning: unknown information field 'Conflicts' in input data in general section of control info file
  5. dpkg-source: warning: unknown information field 'Replaces' in input data in general section of control info file
  6. dpkg-source: warning: unknown information field 'Provides' in input data in general section of control info file
  7. dpkg-source: warning: unknown information field 'Recommends' in input data in general section of control info file
  8. dpkg-source: warning: unknown information field 'Suggests' in input data in general section of control info file
  9. dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
  10. dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
  11. + (( builded ))
  12. + echo dpkg-buildpackage -us -uc -b
  13. dpkg-buildpackage -us -uc -b
  14. + dpkg-buildpackage -us -uc -b
  15. dpkg-buildpackage: info: source package cinelerra-gg
  16. dpkg-buildpackage: info: source version 1:5.1.2022+03+gite15276685c-1
  17. dpkg-buildpackage: info: source distribution bullseye
  18. dpkg-buildpackage: info: source changed by Thanatermesis - <thanatermesis@gmail.com>
  19. dpkg-source --before-build .
  20. dpkg-buildpackage: info: host architecture i386
  21. dpkg-source: warning: unknown information field 'Conflicts' in input data in general section of control info file
  22. dpkg-source: warning: unknown information field 'Replaces' in input data in general section of control info file
  23. dpkg-source: warning: unknown information field 'Provides' in input data in general section of control info file
  24. dpkg-source: warning: unknown information field 'Recommends' in input data in general section of control info file
  25. dpkg-source: warning: unknown information field 'Suggests' in input data in general section of control info file
  26. debian/rules clean
  27. dh clean
  28. debian/rules override_dh_auto_clean
  29. make[1]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  30. # XXX: make sure to update the changelog value generator (mkdebid/control.sh) if the version changes:
  31. rm -rf CineRmt
  32. mv cinelerra-5.1/* .
  33. mv: cannot stat 'cinelerra-5.1/*': No such file or directory
  34. make[1]: [debian/rules:141: override_dh_auto_clean] Error 1 (ignored)
  35. rmdir cinelerra-5.1
  36. rmdir: failed to remove 'cinelerra-5.1': No such file or directory
  37. make[1]: [debian/rules:142: override_dh_auto_clean] Error 1 (ignored)
  38. #dh_testdir
  39. #dh_testroot
  40. #[ -f Makefile ] && /usr/bin/make clean
  41. #dh_clean -a
  42. #-rm -f build-stamp
  43. make[1]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  44. dh_clean
  45. debian/rules build
  46. dh build
  47. dh_update_autotools_config
  48. dh_autoreconf
  49. aclocal: warning: couldn't open directory 'm4': No such file or directory
  50. configure.ac:10: installing 'm4/compile'
  51. configure.ac:8: installing 'm4/install-sh'
  52. configure.ac:8: installing 'm4/missing'
  53. debian/rules override_dh_auto_configure
  54. make[1]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  55. ./autogen.sh
  56. + rm -f global_config configure Makefile Makefile.in
  57. + rm -f aclocal.m4 depcomp compile install-sh ltmain.sh
  58. + rm -f config.log config.guess config.h config.h.in config.sub config.status missing
  59. + rm -rf autom4te.cache m4
  60. + '[' '' = clean ']'
  61. + mkdir m4
  62. + autoreconf --install
  63. configure.ac:10: installing 'm4/compile'
  64. configure.ac:8: installing 'm4/install-sh'
  65. configure.ac:8: installing 'm4/missing'
  66. ++ uname -o
  67. + '[' GNU/Linux = Android ']'
  68. + '[' -e /system/bin/app_process ']'
  69. dh_auto_configure -- --disable-maintainer-mode --with-alsa --with-gl --with-ladspa --with-nv --with-ogg --with-pulse --with-shuttle --with-shuttle_usb --with-vaapi --without-dav1d --with-vdpau --with-xv --without-dvb --with-xft --without-commercial --without-cuda --without-oss --without-single-user --disable-static-build --prefix=/usr --with-exec-name=cinelerra-gg --with-jobs=1 --disable-liboem --disable-x265 --disable-x265_hidepth
  70. ./configure --build=i686-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/i386-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --disable-maintainer-mode --with-alsa --with-gl --with-ladspa --with-nv --with-ogg --with-pulse --with-shuttle --with-shuttle_usb --with-vaapi --without-dav1d --with-vdpau --with-xv --without-dvb --with-xft --without-commercial --without-cuda --without-oss --without-single-user --disable-static-build --prefix=/usr --with-exec-name=cinelerra-gg --with-jobs=1 --disable-liboem --disable-x265 --disable-x265_hidepth
  71. checking for a BSD-compatible install... /usr/bin/install -c
  72. checking whether build environment is sane... yes
  73. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  74. checking for gawk... gawk
  75. checking whether make sets $(MAKE)... yes
  76. checking whether make supports nested variables... yes
  77. checking whether make supports the include directive... yes (GNU style)
  78. checking for gcc... /usr/lib/ccache/gcc
  79. checking whether the C compiler works... yes
  80. checking for C compiler default output file name... a.out
  81. checking for suffix of executables...
  82. checking whether we are cross compiling... no
  83. checking for suffix of object files... o
  84. checking whether we are using the GNU C compiler... yes
  85. checking whether /usr/lib/ccache/gcc accepts -g... yes
  86. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  87. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  88. checking dependency style of /usr/lib/ccache/gcc... none
  89. checking dependency style of /usr/lib/ccache/gcc... none
  90. checking for g++... g++
  91. checking whether we are using the GNU C++ compiler... yes
  92. checking whether g++ accepts -g... yes
  93. checking dependency style of g++... none
  94. checking for gtk_init in -lm... yes
  95. checking for nasm... yes
  96. checking nasm x264 compatible... yes
  97. checking for yasm... yes
  98. checking for objcopy... yes
  99. checking for pactl... no
  100. checking whether X_HAVE_UTF8_STRING is declared... yes
  101. checking for XOpenDisplay in -lX11... yes
  102. checking for X11/X.h... yes
  103. checking X11 headers... yes
  104. checking for X11/keysym.h... yes
  105. checking X11 headers... yes
  106. checking for XShmQueryExtension in -lXext... yes
  107. checking for X11/Xlib.h... yes
  108. checking Xlib XShm extention... yes
  109. checking for XineramaQueryExtension in -lXinerama... yes
  110. checking for X11/extensions/Xinerama.h... yes
  111. checking Xinerama headers... yes
  112. checking for XFixesQueryVersion in -lXfixes... yes
  113. checking for BZ2_bzDecompress in -lbz2... yes
  114. checking for FcInit in -lfontconfig... yes
  115. checking for FT_Init_FreeType in -lfreetype... yes
  116. checking for lzma_version_number in -llzma... yes
  117. checking for png_read_png in -lpng... yes
  118. checking for pthread_create in -lpthread... yes
  119. checking for gzopen in -lz... yes
  120. checking for fftw_execute in -lfftw3... yes
  121. checking for fftw3.h... yes
  122. checking fftw headers... yes
  123. checking for uuid_clear in -luuid... yes
  124. checking for uuid/uuid.h... yes
  125. checking uuid headers... yes
  126. checking for linux/cdrom.h... yes
  127. checking linux cdrom headers... yes
  128. checking for sys/ioctl.h... yes
  129. checking linux sys... yes
  130. checking for FLAC__stream_decoder_new in -lFLAC... yes
  131. checking for FLAC/stream_decoder.h... yes
  132. checking FLAC headers... yes
  133. checking for lame_init in -lmp3lame... no
  134. checking for jpeg_start_decompress in -ljpeg... yes
  135. checking for stdio.h... yes
  136. checking jpeg headers... yes
  137. checking for opj_version in -lopenjp2... no
  138. checking for sf_open in -lsndfile... yes
  139. checking for sndfile.h... yes
  140. checking sndfile headers... yes
  141. checking for ImfOpenInputFile in -lIlmImf... yes
  142. checking for OpenEXR/ImfCRgbaFile.h... yes
  143. checking IlmImf headers... yes
  144. checking for vpx_codec_decode in -lvpx... no
  145. checking for mjpeg_info in -lmjpegutils... no
  146. checking for TIFFOpen in -ltiff... yes
  147. checking for tiff.h... yes
  148. checking tiff headers... yes
  149. checking for twolame_encode_buffer_float32_interleaved in -ltwolame... no
  150. checking for x264_encoder_encode in -lx264... no
  151. checking for x265.h... no
  152. checking x265 headers... no
  153. checking for opus_multistream_decoder_create in -lopus... yes
  154. checking for opus/opus_multistream.h... yes
  155. checking libopus headers... yes
  156. checking for aom_codec_version in -laom... no
  157. checking for dav1d_version in -ldav1d... no
  158. checking for WebPGetEncoderVersion in -lwebp... yes
  159. checking for webp/encode.h... yes
  160. checking libwebp headers... yes
  161. checking for a52_init in -la52... yes
  162. checking for stdint.h... no
  163. checking a52 headers... no
  164. checking for encore.h... no
  165. checking encore headers... no
  166. checking for DGifOpen in -lgif... yes
  167. checking for gif_lib.h... yes
  168. checking gif lib headers... yes
  169. checking for jbg_dec_init in -ljbig... yes
  170. checking for vdp_device_create_x11 in -lvdpau... yes
  171. checking for vaInitialize in -lva... yes
  172. checking for va/va_x11.h... yes
  173. checking va x11 headers... yes
  174. checking for vaGetDisplay in -lva-x11... yes
  175. checking for va/va_drm.h... yes
  176. checking va drm headers... yes
  177. checking for vaGetDisplayDRM in -lva-drm... yes
  178. checking for glUseProgram in -lGL... yes
  179. checking for gluOrtho2D in -lGLU... yes
  180. checking for GL/gl.h... yes
  181. checking opengl headers... yes
  182. checking for XvQueryExtension in -lXv... yes
  183. checking for X11/Xlib.h... (cached) yes
  184. checking Xlib Xv extention... yes
  185. checking for sys/soundcard.h... yes
  186. checking oss headers... yes
  187. checking for XftInit in -lXft... yes
  188. checking for X11/Xlib.h... (cached) yes
  189. checking Xft/freetype headers... yes
  190. checking for snd_pcm_open in -lasound... yes
  191. checking for alsa/asoundlib.h... yes
  192. checking asound headers... yes
  193. checking for ogg_stream_init in -logg... yes
  194. checking for ogg/ogg.h... yes
  195. checking ogg headers... yes
  196. checking for theora_info_init in -ltheora... yes
  197. checking for theora/theoraenc.h... yes
  198. checking threora headers... yes
  199. checking for vorbis_encode_init in -lvorbisenc... yes
  200. checking for vorbis/vorbisenc.h... yes
  201. checking vorbis encoders headers... yes
  202. checking for ov_open in -lvorbisfile... yes
  203. checking for vorbis/vorbisfile.h... yes
  204. checking vorbis file headers... yes
  205. checking for avc1394_init_target in -lavc1394... yes
  206. checking for libavc1394/avc1394.h... yes
  207. checking libavc1394 headers... yes
  208. checking for rom1394_get_bus_id in -lrom1394... yes
  209. checking for libavc1394/rom1394.h... yes
  210. checking librom1394 headers... yes
  211. checking for iec61883_mpeg2_recv_init in -liec61883... yes
  212. checking for libiec61883/iec61883.h... yes
  213. checking libiec61883 headers... yes
  214. checking for raw1394_iso_recv_init in -lraw1394... yes
  215. checking for libraw1394/raw1394.h... yes
  216. checking libraw1394 headers... yes
  217. checking for dv_init in -ldv... no
  218. checking for linux/dvb/dmx.h... yes
  219. checking dvb device headers... yes
  220. checking for linux/kernel.h... yes
  221. checking v4l2 system headers... yes
  222. checking for X11/Xlib.h... (cached) yes
  223. checking XF86VM headers... yes
  224. checking for esd.h... no
  225. checking esound headers... no
  226. checking for audiofile.h... no
  227. checking audiofile headers... no
  228. checking for pa_simple_new in -lpulse-simple... yes
  229. checking for pulse/simple.h... yes
  230. checking pulse-simple headers... yes
  231. checking for pa_context_new in -lpulse... yes
  232. checking for pulse/error.h... yes
  233. checking pulse headers... yes
  234. checking for linux/isofs.h... no
  235. checking isofs headers... no
  236. checking for X11/keysymdef.h... yes
  237. checking x11 keysym defs... yes
  238. checking for libusb_init in -lusb-1.0... yes
  239. checking for libusb-1.0/libusb.h... yes
  240. checking libusb headers... yes
  241. checking for lilv_world_new in -llilv-0... yes
  242. checking for sord_world_new in -lsord-0... yes
  243. checking for serd_reader_new in -lserd-0... yes
  244. checking for sratom_new in -lsratom-0... yes
  245. checking for lilv/lilv.h... yes
  246. checking lilv headers... yes
  247. checking for suil_instance_new in -lsuil-0... yes
  248. checking for suil/suil.h... yes
  249. checking suil headers... yes
  250. checking for /usr/local/cuda/include/cuda.h... no
  251. checking cuda sdk... no
  252. checking for dlopen in -ldl... yes
  253. checking for numa_alloc in -lnuma... no
  254. checking for openexr available... yes
  255. Reason Package
  256. ------ -------
  257. needed libbthread
  258. forced a52dec
  259. forced djbfft
  260. disabled encore
  261. disabled audiofile
  262. disabled esound
  263. forced ffmpeg
  264. forced giflib
  265. needed ilmBase
  266. needed ladspa
  267. forced lame
  268. forced libraw1394
  269. needed libdv
  270. forced libogg
  271. forced libtheora
  272. forced libuuid
  273. forced libvorbis
  274. forced mjpegtools
  275. needed libaom
  276. needed dav1d
  277. needed openExr
  278. needed openexr
  279. forced openjpeg
  280. forced twolame
  281. forced x264
  282. forced x265
  283. needed libvpx
  284. needed ffnvcodec
  285. shared -ltheoraenc
  286. shared -ltheoradec
  287. shared -logg
  288. shared -lvorbis
  289. shared -lvorbisfile
  290. shared -logg
  291. shared -lIlmImf
  292. shared -lIlmThread
  293. shared -lIex
  294. shared -lpthread
  295. shared -lfftw3
  296. shared -lFLAC
  297. shared -lavc1394
  298. shared -lrom1394
  299. shared -liec61883
  300. shared -ljpeg
  301. shared -lsndfile
  302. shared -lwebp
  303. shared -ltiff
  304. shared -lopus
  305. shared -llilv-0
  306. shared -lsratom-0
  307. shared -lserd-0
  308. shared -lsord-0
  309. shared -lsuil-0
  310. system -lX11
  311. system -lXext
  312. system -lXinerama
  313. system -lXfixes
  314. system -lbz2
  315. system -lfontconfig
  316. system -lfreetype
  317. system -llzma
  318. system -lpng
  319. system -lpthread
  320. system -lz
  321. system -lIlmImf
  322. system -ljbig
  323. system -lvdpau
  324. system -lva
  325. system -lva-x11
  326. system -lva-drm
  327. system -lGL
  328. system -lGLU
  329. system -lXv
  330. system -lXft
  331. system -lasound
  332. system -lpulse-simple
  333. system -lpulse
  334. system -lusb-1.0
  335. system -ldl
  336.  
  337. using: with-gl
  338. using: with-xft
  339. using: with-xxf86vm
  340. using: without-oss
  341. using: with-alsa
  342. using: with-firewire
  343. using: with-ogg
  344. using: with-dv
  345. using: without-dvb
  346. using: with-ladspa
  347. using: with-video4linux2
  348. using: without-esound
  349. using: with-pulse
  350. using: without-pactl
  351. using: with-openexr
  352. using: with-lv2
  353. using: without-commercial
  354. using: with-libzmpeg
  355. using: with-shuttle
  356. using: with-shuttle_usb
  357. using: with-xv
  358. using: with-vaapi
  359. using: with-vdpau
  360. using: without-cuda
  361. using: with-nv
  362. using: with-wintv
  363. using: with-x10tv
  364. using: with-jobs = 1
  365. using: exec-name = cinelerra-gg
  366. using: with-cinlib = /usr/lib/i386-linux-gnu/cinelerra-gg
  367. using: with-cindat = /usr/share/cinelerra-gg
  368. using: with-config-dir = $$HOME/.bcast5
  369. using: with-nested-dir = $$HOME/Videos
  370. using: with-snap-dir = $$HOME/Pictures
  371. using: with-browser = firefox
  372. using: with-plugin-dir = /usr/lib/i386-linux-gnu/cinelerra-gg/plugins
  373. using: with-ladspa-dir = /usr/lib/i386-linux-gnu/cinelerra-gg/ladspa
  374. using: with-opencv = no
  375. using: with-git-ffmpeg = no
  376. using: with-noelision = auto
  377. using: with-booby = no
  378. using: with-clang = no
  379.  
  380. using: thirdparty build = yes
  381. using: single-user = no
  382. using: static-build = no
  383. using: ladspa-build = yes
  384.  
  385. checking that generated files are newer than configure... done
  386. configure: creating ./config.status
  387. config.status: creating Makefile
  388. config.status: executing depfiles commands
  389. make[1]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  390. dh_auto_build
  391. make -j4
  392. make[1]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  393. mkdir -p bin bin/applications bin/pixmaps bin/lv2
  394. make -j1 all-recursive
  395. make[2]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  396. make[2]: warning: -j1 forced in submake: resetting jobserver mode.
  397. Making all in thirdparty
  398. make[3]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty'
  399. mkdir /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build
  400. tar -xJf src/a52dec-0.7.4.tar.xz
  401. patch -d a52dec* -p1 < src/a52dec-0.7.4.patch1
  402. patching file liba52/imdct.c
  403. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/a52dec.source
  404. tar -xJf src/djbfft-0.76.tar.xz
  405. patch -d djbfft* -p1 < src/djbfft-0.76.patch1
  406. patching file error.h
  407. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/djbfft.source
  408. CONFIGURING djbfft
  409. cd djbfft* && echo "/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/" > conf-home; (CFLAGS="-g -O2 -ffile-prefix-map=/mkdeb/build/i386/cinelerra-gg/cinelerra-gg=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -ffile-prefix-map=/mkdeb/build/i386/cinelerra-gg/cinelerra-gg=. -fstack-protector-strong -Wformat -Werror=format-security -flto -D__STDC_CONSTANT_MACROS '-DCIN="cinelerra-gg"' '-DCINLIB_DIR="/usr/lib/i386-linux-gnu/cinelerra-gg"' '-DCINDAT_DIR="/usr/share/cinelerra-gg"' '-DCONFIG_DIR="OME/.bcast5"' '-DNESTED_DIR="OME/Videos"' '-DSNAP_DIR="OME/Pictures"' '-DPLUGIN_DIR="/usr/lib/i386-linux-gnu/cinelerra-gg/plugins"' '-DLOCALE_DIR="/usr/share/locale"' '-DLADSPA_DIR="/usr/lib/i386-linux-gnu/cinelerra-gg/ladspa"' '-DCIN_BROWSER="firefox"' -fno-omit-frame-pointer -fno-math-errno -fno-signed-zeros -pthread -Wall -Wno-attributes -Wno-unused-result -Wno-stringop-overflow -Wno-format-truncation -Wno-format-overflow -Wno-parentheses -Wno-stringop-truncation -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DPNG_SKIP_SETJMP_CHECK=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 -I/data/data/com.termux/files/usr/include/freetype2 -I/usr/include/uuid -I/usr/local/include/uuid -I/data/data/com.termux/files/usr/include/uuid -I/usr/local/include/uuid -I/usr/include/mjpegtools -I/usr/local/include/mjpegtools -I/usr/include/OpenEXR -I/usr/local/include/OpenEXR -I/usr/include/lilv-0 -I/usr/local/include/lilv-0 -I/usr/include/suil-0 -I/usr/local/include/suil-0 -DHAVE_CIN_3RDPARTY -DHAVE_GL -DHAVE_XFT -DHAVE_XXF86VM -DHAVE_ALSA -DHAVE_FIREWIRE -DHAVE_OGG -DHAVE_DV -DHAVE_LADSPA -DHAVE_VIDEO4LINUX2 -DHAVE_PULSE -DHAVE_OPENEXR -DHAVE_LV2 -DHAVE_LIBZMPEG -DHAVE_SHUTTLE -DHAVE_SHUTTLE_USB -DHAVE_XV -DHAVE_VAAPI -DHAVE_VDPAU -DHAVE_NV -DHAVE_WINTV -DHAVE_X10TV"; echo "/usr/lib/ccache/gcc $CFLAGS") > conf-cc; echo "exec true" > ./configure; chmod +x ./configure; ./configure
  410. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/djbfft.configure
  411. make -C djbfft* ; cd /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/; ln -sf djbfft.a libdjbfft.a
  412. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/djbfft-0.76'
  413. ( cat warn-auto.sh; \
  414. echo CC=\'`head -1 conf-cc`\'; \
  415. echo LD=\'`head -1 conf-ld`\'; \
  416. cat find-systype.sh; \
  417. ) | sh > systype
  418. ( cat warn-auto.sh; \
  419. echo 'main="$1"; shift'; \
  420. echo 'rm -f "$main"'; \
  421. echo 'ar cr "$main" ${1+"$@"}'; \
  422. case "`cat systype`" in \
  423. sunos-5.*) ;; \
  424. unix_sv*) ;; \
  425. irix64-*) ;; \
  426. irix-*) ;; \
  427. dgux-*) ;; \
  428. hp-ux-*) ;; \
  429. sco*) ;; \
  430. *) echo 'ranlib "$main"' ;; \
  431. esac \
  432. ) > makelib
  433. chmod 755 makelib
  434. ( cat warn-auto.sh; \
  435. echo exec \
  436. "`head -1 conf-cc`" '-c ${1+"$@"}' \
  437. ) > compilebase
  438. chmod 755 compilebase
  439. ( ./compilebase trycpp.c \
  440. -malign-double >/dev/null 2>&1 \
  441. && echo -malign-double || exit 0 ) > auto_align
  442. rm -f trycpp.o
  443. ( cat warn-auto.sh; \
  444. echo exec \
  445. "`head -1 conf-cc`" "`cat auto_align`" \
  446. '-c ${1+"$@"}' \
  447. ) > compile
  448. chmod 755 compile
  449. sh print-opt.sh > auto_opt
  450. sed 1s/PRE/pre8.c/ `cat auto_opt`/sc.c > 8sc.c
  451. sed 1s/PRE/pre8.c/ `cat auto_opt`/i.c > 8i.c
  452. ./compile 8sc.c
  453. sed 1s/PRE/pre8.c/ `cat auto_opt`/u5.c > 8u5.c
  454. ./compile 8u5.c
  455. sed 1s/PRE/pre8.c/ `cat auto_opt`/u4.c > 8u4.c
  456. ./compile 8u4.c
  457. sed 1s/PRE/pre8.c/ `cat auto_opt`/u3.c > 8u3.c
  458. ./compile 8u3.c
  459. sed 1s/PRE/pre8.c/ `cat auto_opt`/u2.c > 8u2.c
  460. ./compile 8u2.c
  461. sed 1s/PRE/pre8.c/ `cat auto_opt`/u1.c > 8u1.c
  462. ./compile 8u1.c
  463. sed 1s/PRE/pre8.c/ `cat auto_opt`/u0.c > 8u0.c
  464. ./compile 8u0.c
  465. 8u0.c: In function ‘fftc8_unpass’:
  466. 8u0.c:139:25: warning: unused variable ‘k’ [-Wunused-variable]
  467. 139 | register unsigned int k;
  468. | ^
  469. sed 1s/PRE/pre8.c/ `cat auto_opt`/mc.c > 8mc.c
  470. ./compile 8mc.c
  471. sed 1s/PRE/pre8.c/ `cat auto_opt`/c0.c > 8c0.c
  472. ./compile 8c0.c
  473. sed 1s/PRE/pre8.c/ `cat auto_opt`/c1.c > 8c1.c
  474. ./compile 8c1.c
  475. sed 1s/PRE/pre8.c/ `cat auto_opt`/c2.c > 8c2.c
  476. ./compile 8c2.c
  477. sed 1s/PRE/pre8.c/ `cat auto_opt`/c3.c > 8c3.c
  478. ./compile 8c3.c
  479. sed 1s/PRE/pre8.c/ `cat auto_opt`/c4.c > 8c4.c
  480. ./compile 8c4.c
  481. sed 1s/PRE/pre8.c/ `cat auto_opt`/c5.c > 8c5.c
  482. ./compile 8c5.c
  483. sed 1s/PRE/pre8.c/ `cat auto_opt`/d0.c > 8d0.c
  484. ./compile 8d0.c
  485. sed 1s/PRE/pre8.c/ `cat auto_opt`/d1.c > 8d1.c
  486. ./compile 8d1.c
  487. sed 1s/PRE/pre8.c/ `cat auto_opt`/d2.c > 8d2.c
  488. ./compile 8d2.c
  489. sed 1s/PRE/pre8.c/ `cat auto_opt`/d3.c > 8d3.c
  490. ./compile 8d3.c
  491. sed 1s/PRE/pre8.c/ `cat auto_opt`/d4.c > 8d4.c
  492. ./compile 8d4.c
  493. sed 1s/PRE/pre8.c/ `cat auto_opt`/d5.c > 8d5.c
  494. ./compile 8d5.c
  495. sed 1s/PRE/pre8.c/ `cat auto_opt`/v5.c > 8v5.c
  496. ./compile 8v5.c
  497. sed 1s/PRE/pre8.c/ `cat auto_opt`/v4.c > 8v4.c
  498. ./compile 8v4.c
  499. sed 1s/PRE/pre8.c/ `cat auto_opt`/v3.c > 8v3.c
  500. ./compile 8v3.c
  501. sed 1s/PRE/pre8.c/ `cat auto_opt`/v2.c > 8v2.c
  502. ./compile 8v2.c
  503. sed 1s/PRE/pre8.c/ `cat auto_opt`/v1.c > 8v1.c
  504. ./compile 8v1.c
  505. 8v1.c: In function ‘fftr8_unpassbig’:
  506. 8v1.c:6:45: warning: unused variable ‘t8’ [-Wunused-variable]
  507. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  508. | ^~
  509. 8v1.c:6:41: warning: unused variable ‘t7’ [-Wunused-variable]
  510. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  511. | ^~
  512. sed 1s/PRE/pre8.c/ `cat auto_opt`/v0.c > 8v0.c
  513. ./compile 8v0.c
  514. 8v0.c: In function ‘fftr8_un4’:
  515. 8v0.c:5:29: warning: unused variable ‘t4’ [-Wunused-variable]
  516. 5 | register real t1, t2, t3, t4, t5, t6;
  517. | ^~
  518. 8v0.c:5:21: warning: unused variable ‘t2’ [-Wunused-variable]
  519. 5 | register real t1, t2, t3, t4, t5, t6;
  520. | ^~
  521. 8v0.c: In function ‘fftr8_unpass’:
  522. 8v0.c:58:45: warning: unused variable ‘t8’ [-Wunused-variable]
  523. 58 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  524. | ^~
  525. 8v0.c:58:41: warning: unused variable ‘t7’ [-Wunused-variable]
  526. 58 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  527. | ^~
  528. 8v0.c: In function ‘fftr8_un16’:
  529. 8v0.c:84:45: warning: unused variable ‘t8’ [-Wunused-variable]
  530. 84 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  531. | ^~
  532. 8v0.c:84:41: warning: unused variable ‘t7’ [-Wunused-variable]
  533. 84 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  534. | ^~
  535. sed 1s/PRE/pre8.c/ `cat auto_opt`/mr.c > 8mr.c
  536. ./compile 8mr.c
  537. In file included from 8mr.c:1:
  538. 8mr.c: In function ‘fftr8_mul’:
  539. pre8.c:12:14: warning: implicit declaration of function ‘fftc8_mul’; did you mean ‘fftr8_mul’? [-Wimplicit-function-declaration]
  540. 12 | #define mulc fftc8_mul
  541. | ^~~~~~~~~
  542. 8mr.c:35:3: note: in expansion of macro ‘mulc’
  543. 35 | mulc((complex *)(a + 4),(complex *)(b + 4),(n - 4) / 2);
  544. | ^~~~
  545. sed 1s/PRE/pre8.c/ `cat auto_opt`/r0.c > 8r0.c
  546. ./compile 8r0.c
  547. 8r0.c: In function ‘fftr8_4’:
  548. 8r0.c:15:33: warning: unused variable ‘t5’ [-Wunused-variable]
  549. 15 | register real t1, t2, t3, t4, t5, t6;
  550. | ^~
  551. 8r0.c: In function ‘fftr8_pass’:
  552. 8r0.c:68:45: warning: unused variable ‘t8’ [-Wunused-variable]
  553. 68 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  554. | ^~
  555. 8r0.c:68:41: warning: unused variable ‘t7’ [-Wunused-variable]
  556. 68 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  557. | ^~
  558. 8r0.c: In function ‘fftr8_16’:
  559. 8r0.c:94:45: warning: unused variable ‘t8’ [-Wunused-variable]
  560. 94 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  561. | ^~
  562. 8r0.c:94:41: warning: unused variable ‘t7’ [-Wunused-variable]
  563. 94 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  564. | ^~
  565. sed 1s/PRE/pre8.c/ `cat auto_opt`/r1.c > 8r1.c
  566. ./compile 8r1.c
  567. 8r1.c: In function ‘fftr8_passbig’:
  568. 8r1.c:6:45: warning: unused variable ‘t8’ [-Wunused-variable]
  569. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  570. | ^~
  571. 8r1.c:6:41: warning: unused variable ‘t7’ [-Wunused-variable]
  572. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  573. | ^~
  574. sed 1s/PRE/pre8.c/ `cat auto_opt`/r2.c > 8r2.c
  575. ./compile 8r2.c
  576. sed 1s/PRE/pre8.c/ `cat auto_opt`/r3.c > 8r3.c
  577. ./compile 8r3.c
  578. sed 1s/PRE/pre8.c/ `cat auto_opt`/r4.c > 8r4.c
  579. ./compile 8r4.c
  580. sed 1s/PRE/pre8.c/ `cat auto_opt`/r5.c > 8r5.c
  581. ./compile 8r5.c
  582. sed 1s/PRE/pre8.c/ `cat auto_opt`/sr.c > 8sr.c
  583. ./compile 8sr.c
  584. sed 1s/PRE/pre4.c/ `cat auto_opt`/sc.c > 4sc.c
  585. sed 1s/PRE/pre4.c/ `cat auto_opt`/i.c > 4i.c
  586. ./compile 4sc.c
  587. sed 1s/PRE/pre4.c/ `cat auto_opt`/u5.c > 4u5.c
  588. ./compile 4u5.c
  589. sed 1s/PRE/pre4.c/ `cat auto_opt`/u4.c > 4u4.c
  590. ./compile 4u4.c
  591. sed 1s/PRE/pre4.c/ `cat auto_opt`/u3.c > 4u3.c
  592. ./compile 4u3.c
  593. sed 1s/PRE/pre4.c/ `cat auto_opt`/u2.c > 4u2.c
  594. ./compile 4u2.c
  595. sed 1s/PRE/pre4.c/ `cat auto_opt`/u1.c > 4u1.c
  596. ./compile 4u1.c
  597. sed 1s/PRE/pre4.c/ `cat auto_opt`/u0.c > 4u0.c
  598. ./compile 4u0.c
  599. 4u0.c: In function ‘fftc4_unpass’:
  600. 4u0.c:139:25: warning: unused variable ‘k’ [-Wunused-variable]
  601. 139 | register unsigned int k;
  602. | ^
  603. sed 1s/PRE/pre4.c/ `cat auto_opt`/mc.c > 4mc.c
  604. ./compile 4mc.c
  605. sed 1s/PRE/pre4.c/ `cat auto_opt`/c0.c > 4c0.c
  606. ./compile 4c0.c
  607. sed 1s/PRE/pre4.c/ `cat auto_opt`/c1.c > 4c1.c
  608. ./compile 4c1.c
  609. sed 1s/PRE/pre4.c/ `cat auto_opt`/c2.c > 4c2.c
  610. ./compile 4c2.c
  611. sed 1s/PRE/pre4.c/ `cat auto_opt`/c3.c > 4c3.c
  612. ./compile 4c3.c
  613. sed 1s/PRE/pre4.c/ `cat auto_opt`/c4.c > 4c4.c
  614. ./compile 4c4.c
  615. sed 1s/PRE/pre4.c/ `cat auto_opt`/c5.c > 4c5.c
  616. ./compile 4c5.c
  617. sed 1s/PRE/pre4.c/ `cat auto_opt`/d0.c > 4d0.c
  618. ./compile 4d0.c
  619. sed 1s/PRE/pre4.c/ `cat auto_opt`/d1.c > 4d1.c
  620. ./compile 4d1.c
  621. sed 1s/PRE/pre4.c/ `cat auto_opt`/d2.c > 4d2.c
  622. ./compile 4d2.c
  623. sed 1s/PRE/pre4.c/ `cat auto_opt`/d3.c > 4d3.c
  624. ./compile 4d3.c
  625. sed 1s/PRE/pre4.c/ `cat auto_opt`/d4.c > 4d4.c
  626. ./compile 4d4.c
  627. sed 1s/PRE/pre4.c/ `cat auto_opt`/d5.c > 4d5.c
  628. ./compile 4d5.c
  629. sed 1s/PRE/pre4.c/ `cat auto_opt`/v5.c > 4v5.c
  630. ./compile 4v5.c
  631. sed 1s/PRE/pre4.c/ `cat auto_opt`/v4.c > 4v4.c
  632. ./compile 4v4.c
  633. sed 1s/PRE/pre4.c/ `cat auto_opt`/v3.c > 4v3.c
  634. ./compile 4v3.c
  635. sed 1s/PRE/pre4.c/ `cat auto_opt`/v2.c > 4v2.c
  636. ./compile 4v2.c
  637. sed 1s/PRE/pre4.c/ `cat auto_opt`/v1.c > 4v1.c
  638. ./compile 4v1.c
  639. 4v1.c: In function ‘fftr4_unpassbig’:
  640. 4v1.c:6:45: warning: unused variable ‘t8’ [-Wunused-variable]
  641. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  642. | ^~
  643. 4v1.c:6:41: warning: unused variable ‘t7’ [-Wunused-variable]
  644. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  645. | ^~
  646. sed 1s/PRE/pre4.c/ `cat auto_opt`/v0.c > 4v0.c
  647. ./compile 4v0.c
  648. 4v0.c: In function ‘fftr4_un4’:
  649. 4v0.c:5:29: warning: unused variable ‘t4’ [-Wunused-variable]
  650. 5 | register real t1, t2, t3, t4, t5, t6;
  651. | ^~
  652. 4v0.c:5:21: warning: unused variable ‘t2’ [-Wunused-variable]
  653. 5 | register real t1, t2, t3, t4, t5, t6;
  654. | ^~
  655. 4v0.c: In function ‘fftr4_unpass’:
  656. 4v0.c:58:45: warning: unused variable ‘t8’ [-Wunused-variable]
  657. 58 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  658. | ^~
  659. 4v0.c:58:41: warning: unused variable ‘t7’ [-Wunused-variable]
  660. 58 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  661. | ^~
  662. 4v0.c: In function ‘fftr4_un16’:
  663. 4v0.c:84:45: warning: unused variable ‘t8’ [-Wunused-variable]
  664. 84 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  665. | ^~
  666. 4v0.c:84:41: warning: unused variable ‘t7’ [-Wunused-variable]
  667. 84 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  668. | ^~
  669. sed 1s/PRE/pre4.c/ `cat auto_opt`/mr.c > 4mr.c
  670. ./compile 4mr.c
  671. In file included from 4mr.c:1:
  672. 4mr.c: In function ‘fftr4_mul’:
  673. pre4.c:13:14: warning: implicit declaration of function ‘fftc4_mul’; did you mean ‘fftr4_mul’? [-Wimplicit-function-declaration]
  674. 13 | #define mulc fftc4_mul
  675. | ^~~~~~~~~
  676. 4mr.c:35:3: note: in expansion of macro ‘mulc’
  677. 35 | mulc((complex *)(a + 4),(complex *)(b + 4),(n - 4) / 2);
  678. | ^~~~
  679. sed 1s/PRE/pre4.c/ `cat auto_opt`/r0.c > 4r0.c
  680. ./compile 4r0.c
  681. 4r0.c: In function ‘fftr4_4’:
  682. 4r0.c:15:33: warning: unused variable ‘t5’ [-Wunused-variable]
  683. 15 | register real t1, t2, t3, t4, t5, t6;
  684. | ^~
  685. 4r0.c: In function ‘fftr4_pass’:
  686. 4r0.c:68:45: warning: unused variable ‘t8’ [-Wunused-variable]
  687. 68 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  688. | ^~
  689. 4r0.c:68:41: warning: unused variable ‘t7’ [-Wunused-variable]
  690. 68 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  691. | ^~
  692. 4r0.c: In function ‘fftr4_16’:
  693. 4r0.c:94:45: warning: unused variable ‘t8’ [-Wunused-variable]
  694. 94 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  695. | ^~
  696. 4r0.c:94:41: warning: unused variable ‘t7’ [-Wunused-variable]
  697. 94 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  698. | ^~
  699. sed 1s/PRE/pre4.c/ `cat auto_opt`/r1.c > 4r1.c
  700. ./compile 4r1.c
  701. 4r1.c: In function ‘fftr4_passbig’:
  702. 4r1.c:6:45: warning: unused variable ‘t8’ [-Wunused-variable]
  703. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  704. | ^~
  705. 4r1.c:6:41: warning: unused variable ‘t7’ [-Wunused-variable]
  706. 6 | register real t1, t2, t3, t4, t5, t6, t7, t8;
  707. | ^~
  708. sed 1s/PRE/pre4.c/ `cat auto_opt`/r2.c > 4r2.c
  709. ./compile 4r2.c
  710. sed 1s/PRE/pre4.c/ `cat auto_opt`/r3.c > 4r3.c
  711. ./compile 4r3.c
  712. sed 1s/PRE/pre4.c/ `cat auto_opt`/r4.c > 4r4.c
  713. ./compile 4r4.c
  714. sed 1s/PRE/pre4.c/ `cat auto_opt`/r5.c > 4r5.c
  715. ./compile 4r5.c
  716. sed 1s/PRE/pre4.c/ `cat auto_opt`/sr.c > 4sr.c
  717. ./compile 4sr.c
  718. ./compile fftfreq.c
  719. ./makelib djbfft.a 8sc.o 8u5.o 8u4.o 8u3.o 8u2.o 8u1.o \
  720. 8u0.o 8mc.o 8c0.o 8c1.o 8c2.o 8c3.o 8c4.o 8c5.o 8d0.o 8d1.o \
  721. 8d2.o 8d3.o 8d4.o 8d5.o 8v5.o 8v4.o 8v3.o 8v2.o 8v1.o 8v0.o \
  722. 8mr.o 8r0.o 8r1.o 8r2.o 8r3.o 8r4.o 8r5.o 8sr.o 4sc.o 4u5.o \
  723. 4u4.o 4u3.o 4u2.o 4u1.o 4u0.o 4mc.o 4c0.o 4c1.o 4c2.o 4c3.o \
  724. 4c4.o 4c5.o 4d0.o 4d1.o 4d2.o 4d3.o 4d4.o 4d5.o 4v5.o 4v4.o \
  725. 4v3.o 4v2.o 4v1.o 4v0.o 4mr.o 4r0.o 4r1.o 4r2.o 4r3.o 4r4.o \
  726. 4r5.o 4sr.o fftfreq.o
  727. ( cat warn-auto.sh; \
  728. echo 'main="$1"; shift'; \
  729. echo exec "`head -1 conf-ld`" \
  730. '-o "$main" "$main".o ${1+"$@"}' \
  731. ) > load
  732. chmod 755 load
  733. ./compile accuracy.c
  734. accuracy.c:230:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  735. 230 | main()
  736. | ^~~~
  737. accuracy.c: In function ‘main’:
  738. accuracy.c:286:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  739. 286 | exit(0);
  740. | ^~~~
  741. accuracy.c:286:3: warning: incompatible implicit declaration of built-in function ‘exit’
  742. accuracy.c:7:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
  743. 6 | #include "fftr8.h"
  744. +++ |+#include <stdlib.h>
  745. 7 |
  746. ./load accuracy djbfft.a `cat math.lib`
  747. ./compile accuracy2.c
  748. accuracy2.c:234:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  749. 234 | main()
  750. | ^~~~
  751. accuracy2.c: In function ‘main’:
  752. accuracy2.c:290:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  753. 290 | exit(0);
  754. | ^~~~
  755. accuracy2.c:290:3: warning: incompatible implicit declaration of built-in function ‘exit’
  756. accuracy2.c:8:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
  757. 7 | #include "fftfreq.h"
  758. +++ |+#include <stdlib.h>
  759. 8 |
  760. ./load accuracy2 djbfft.a `cat math.lib`
  761. cat warn-auto.sh choose.sh \
  762. | sed s}HOME}"`head -1 conf-home`"}g \
  763. > choose
  764. chmod 755 choose
  765. ./choose clr tryrdtsc hasrdtsc.h1 hasrdtsc.h2 > hasrdtsc.h
  766. ./choose cl trygethr hasgethr.h1 hasgethr.h2 > hasgethr.h
  767. ./compile speed.c
  768. speed.c: In function ‘nomem’:
  769. speed.c:11:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
  770. 11 | exit(111);
  771. | ^~~~
  772. speed.c:11:3: warning: incompatible implicit declaration of built-in function ‘exit’
  773. speed.c:7:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
  774. 6 | #include "timing.h"
  775. +++ |+#include <stdlib.h>
  776. 7 |
  777. speed.c: At top level:
  778. speed.c:103:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  779. 103 | main()
  780. | ^~~~
  781. speed.c: In function ‘main’:
  782. speed.c:110:21: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
  783. 110 | x4 = (complex4 *) malloc(16384 + 8192 * sizeof(complex4));
  784. | ^~~~~~
  785. speed.c:110:21: warning: incompatible implicit declaration of built-in function ‘malloc’
  786. speed.c:110:21: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
  787. speed.c:190:3: warning: incompatible implicit declaration of built-in function ‘exit’
  788. 190 | exit(0);
  789. | ^~~~
  790. speed.c:190:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
  791. ./load speed djbfft.a `cat math.lib`
  792. ./speed > speed.out
  793. ./compile install.c
  794. install.c: In function ‘h’:
  795. install.c:20:7: warning: implicit declaration of function ‘mkdir’ [-Wimplicit-function-declaration]
  796. 20 | if (mkdir(home,0700) == -1)
  797. | ^~~~~
  798. install.c:23:7: warning: implicit declaration of function ‘chown’ [-Wimplicit-function-declaration]
  799. 23 | if (chown(home,uid,gid) == -1)
  800. | ^~~~~
  801. install.c:25:7: warning: implicit declaration of function ‘chmod’ [-Wimplicit-function-declaration]
  802. 25 | if (chmod(home,mode) == -1)
  803. | ^~~~~
  804. install.c: In function ‘d’:
  805. install.c:36:7: warning: implicit declaration of function ‘chdir’ [-Wimplicit-function-declaration]
  806. 36 | if (chdir(home) == -1)
  807. | ^~~~~
  808. install.c: In function ‘c’:
  809. install.c:63:7: warning: implicit declaration of function ‘fchdir’ [-Wimplicit-function-declaration]
  810. 63 | if (fchdir(fdsourcedir) == -1)
  811. | ^~~~~~
  812. install.c:88:3: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
  813. 88 | close(fdin);
  814. | ^~~~~
  815. install.c:91:7: warning: implicit declaration of function ‘fsync’ [-Wimplicit-function-declaration]
  816. 91 | if (fsync(fdout) == -1)
  817. | ^~~~~
  818. install.c: At top level:
  819. install.c:140:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  820. 140 | main()
  821. | ^~~~
  822. install.c: In function ‘main’:
  823. install.c:146:3: warning: implicit declaration of function ‘umask’ [-Wimplicit-function-declaration]
  824. 146 | umask(077);
  825. | ^~~~~
  826. ./compile hier.c
  827. hier.c: In function ‘hier’:
  828. hier.c:5:3: warning: implicit declaration of function ‘h’ [-Wimplicit-function-declaration]
  829. 5 | h(auto_home,-1,-1,02755);
  830. | ^
  831. hier.c:7:3: warning: implicit declaration of function ‘d’ [-Wimplicit-function-declaration]
  832. 7 | d(auto_home,"lib",-1,-1,02755);
  833. | ^
  834. hier.c:8:3: warning: implicit declaration of function ‘c’ [-Wimplicit-function-declaration]
  835. 8 | c(auto_home,"lib","djbfft.a",-1,-1,0644);
  836. | ^
  837. ./compile auto-str.c
  838. auto-str.c:8:6: warning: conflicting types for built-in function ‘puts’; expected ‘int(const char *)’ [-Wbuiltin-declaration-mismatch]
  839. 8 | void puts(s)
  840. | ^~~~
  841. auto-str.c:4:1: note: ‘puts’ is declared in header ‘<stdio.h>’
  842. 3 | #include "exit.h"
  843. +++ |+#include <stdio.h>
  844. 4 |
  845. auto-str.c:14:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  846. 14 | main(argc,argv)
  847. | ^~~~
  848. ./compile substdio.c
  849. ./compile substdi.c
  850. ./compile substdo.c
  851. ./compile subfderr.c
  852. ./compile substdio_copy.c
  853. ./makelib substdio.a substdio.o substdi.o substdo.o \
  854. subfderr.o substdio_copy.o
  855. ./compile error.c
  856. ./compile error_str.c
  857. ./makelib error.a error.o error_str.o
  858. ./compile byte_copy.c
  859. byte_copy.c: In function ‘byte_copy’:
  860. byte_copy.c:9:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  861. 9 | if (!n) return; *to++ = *from++; --n;
  862. | ^~
  863. byte_copy.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  864. 9 | if (!n) return; *to++ = *from++; --n;
  865. | ^
  866. byte_copy.c:10:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  867. 10 | if (!n) return; *to++ = *from++; --n;
  868. | ^~
  869. byte_copy.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  870. 10 | if (!n) return; *to++ = *from++; --n;
  871. | ^
  872. byte_copy.c:11:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  873. 11 | if (!n) return; *to++ = *from++; --n;
  874. | ^~
  875. byte_copy.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  876. 11 | if (!n) return; *to++ = *from++; --n;
  877. | ^
  878. byte_copy.c:12:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  879. 12 | if (!n) return; *to++ = *from++; --n;
  880. | ^~
  881. byte_copy.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  882. 12 | if (!n) return; *to++ = *from++; --n;
  883. | ^
  884. ./compile byte_cr.c
  885. byte_cr.c: In function ‘byte_copyr’:
  886. byte_cr.c:11:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  887. 11 | if (!n) return; *--to = *--from; --n;
  888. | ^~
  889. byte_cr.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  890. 11 | if (!n) return; *--to = *--from; --n;
  891. | ^
  892. byte_cr.c:12:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  893. 12 | if (!n) return; *--to = *--from; --n;
  894. | ^~
  895. byte_cr.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  896. 12 | if (!n) return; *--to = *--from; --n;
  897. | ^
  898. byte_cr.c:13:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  899. 13 | if (!n) return; *--to = *--from; --n;
  900. | ^~
  901. byte_cr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  902. 13 | if (!n) return; *--to = *--from; --n;
  903. | ^
  904. byte_cr.c:14:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  905. 14 | if (!n) return; *--to = *--from; --n;
  906. | ^~
  907. byte_cr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  908. 14 | if (!n) return; *--to = *--from; --n;
  909. | ^
  910. ./compile str_len.c
  911. str_len.c: In function ‘str_len’:
  912. str_len.c:10:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  913. 10 | if (!*t) return t - s; ++t;
  914. | ^~
  915. str_len.c:10:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  916. 10 | if (!*t) return t - s; ++t;
  917. | ^~
  918. str_len.c:11:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  919. 11 | if (!*t) return t - s; ++t;
  920. | ^~
  921. str_len.c:11:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  922. 11 | if (!*t) return t - s; ++t;
  923. | ^~
  924. str_len.c:12:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  925. 12 | if (!*t) return t - s; ++t;
  926. | ^~
  927. str_len.c:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  928. 12 | if (!*t) return t - s; ++t;
  929. | ^~
  930. str_len.c:13:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  931. 13 | if (!*t) return t - s; ++t;
  932. | ^~
  933. str_len.c:13:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  934. 13 | if (!*t) return t - s; ++t;
  935. | ^~
  936. ./makelib str.a byte_copy.o byte_cr.o str_len.o
  937. ./load auto-str substdio.a error.a str.a
  938. ./auto-str auto_home `head -1 conf-home` > auto_home.c
  939. ./compile auto_home.c
  940. ./compile strerr_sys.c
  941. ./compile strerr_die.c
  942. ./makelib strerr.a strerr_sys.o strerr_die.o
  943. ./compile open_read.c
  944. ./compile open_trunc.c
  945. ./makelib open.a open_read.o open_trunc.o
  946. ./load install hier.o auto_home.o strerr.a substdio.a \
  947. open.a error.a str.a
  948. ./compile instcheck.c
  949. instcheck.c: In function ‘d’:
  950. instcheck.c:59:7: warning: implicit declaration of function ‘chdir’ [-Wimplicit-function-declaration]
  951. 59 | if (chdir(home) == -1)
  952. | ^~~~~
  953. instcheck.c: At top level:
  954. instcheck.c:104:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  955. 104 | main()
  956. | ^~~~
  957. ./load instcheck hier.o auto_home.o strerr.a substdio.a \
  958. error.a str.a
  959. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/djbfft-0.76'
  960. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/djbfft.built
  961. CONFIGURING a52dec
  962. cd a52dec* && CFLAGS+=" -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. " LIBS+=" -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a "; autoreconf -ifv && automake -caf; CFLAGS+="-I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. " LDFLAGS+="-L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a " ./configure --enable-djbfft --disable-oss
  963. autoreconf: Entering directory `.'
  964. autoreconf: configure.in: not using Gettext
  965. autoreconf: running: aclocal --force
  966. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  967. autoreconf: configure.in: tracing
  968. autoreconf: running: libtoolize --copy --force
  969. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
  970. libtoolize: copying file 'autotools/ltmain.sh'
  971. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
  972. libtoolize: and rerunning libtoolize and aclocal.
  973. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  974. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  975. autoreconf: running: /usr/bin/autoconf --force
  976. autoreconf: running: /usr/bin/autoheader --force
  977. autoreconf: running: automake --add-missing --copy --force-missing
  978. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  979. configure.in:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
  980. configure.in:8: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  981. configure.in:14: installing 'autotools/compile'
  982. configure.in:8: installing 'autotools/missing'
  983. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  984. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  985. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  986. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  987. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  988. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  989. liba52/Makefile.am: installing 'autotools/depcomp'
  990. liba52/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it;
  991. liba52/Makefile.am:1: use 'AM_CFLAGS' instead
  992. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  993. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  994. src/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it;
  995. src/Makefile.am:1: use 'AM_CFLAGS' instead
  996. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  997. parallel-tests: installing 'autotools/test-driver'
  998. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  999. autoreconf: Leaving directory `.'
  1000. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  1001. configure.in:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
  1002. configure.in:8: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  1003. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1004. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1005. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1006. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1007. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1008. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  1009. liba52/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it;
  1010. liba52/Makefile.am:1: use 'AM_CFLAGS' instead
  1011. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1012. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1013. src/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it;
  1014. src/Makefile.am:1: use 'AM_CFLAGS' instead
  1015. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1016. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  1017. checking for a BSD-compatible install... /usr/bin/install -c
  1018. checking whether build environment is sane... yes
  1019. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  1020. checking for gawk... gawk
  1021. checking whether make sets $(MAKE)... yes
  1022. checking whether make supports nested variables... yes
  1023. checking whether to enable maintainer-specific portions of Makefiles... no
  1024. checking build system type... x86_64-pc-linux-gnu
  1025. checking host system type... x86_64-pc-linux-gnu
  1026. checking for gcc... /usr/lib/ccache/gcc
  1027. checking whether the C compiler works... yes
  1028. checking for C compiler default output file name... a.out
  1029. checking for suffix of executables...
  1030. checking whether we are cross compiling... no
  1031. checking for suffix of object files... o
  1032. checking whether we are using the GNU C compiler... yes
  1033. checking whether /usr/lib/ccache/gcc accepts -g... yes
  1034. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  1035. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  1036. checking whether make supports the include directive... yes (GNU style)
  1037. checking dependency style of /usr/lib/ccache/gcc... gcc3
  1038. checking how to run the C preprocessor... /usr/lib/ccache/gcc -E
  1039. checking for grep that handles long lines and -e... /usr/bin/grep
  1040. checking for egrep... /usr/bin/grep -E
  1041. checking whether /usr/lib/ccache/gcc needs -traditional... no
  1042. checking if /usr/lib/ccache/gcc supports -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 flags... yes
  1043. checking if /usr/lib/ccache/gcc supports -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer flags... yes
  1044. checking how to print strings... printf
  1045. checking for a sed that does not truncate output... /usr/bin/sed
  1046. checking for fgrep... /usr/bin/grep -F
  1047. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld
  1048. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1049. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1050. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1051. checking whether ln -s works... yes
  1052. checking the maximum length of command line arguments... 1572864
  1053. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  1054. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1055. checking for /usr/bin/ld option to reload object files... -r
  1056. checking for objdump... objdump
  1057. checking how to recognize dependent libraries... pass_all
  1058. checking for dlltool... dlltool
  1059. checking how to associate runtime and link libraries... printf %s\n
  1060. checking for ar... ar
  1061. checking for archiver @FILE support... @
  1062. checking for strip... strip
  1063. checking for ranlib... ranlib
  1064. checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok
  1065. checking for sysroot... no
  1066. checking for a working dd... /usr/bin/dd
  1067. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  1068. checking for mt... mt
  1069. checking if mt is a manifest tool... no
  1070. checking for ANSI C header files... yes
  1071. checking for sys/types.h... yes
  1072. checking for sys/stat.h... yes
  1073. checking for stdlib.h... yes
  1074. checking for string.h... yes
  1075. checking for memory.h... yes
  1076. checking for strings.h... yes
  1077. checking for inttypes.h... yes
  1078. checking for stdint.h... yes
  1079. checking for unistd.h... yes
  1080. checking for dlfcn.h... yes
  1081. checking for objdir... .libs
  1082. checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no
  1083. checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC
  1084. checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes
  1085. checking if /usr/lib/ccache/gcc static flag -static works... yes
  1086. checking if /usr/lib/ccache/gcc supports -c -o file.o... yes
  1087. checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes
  1088. checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  1089. checking dynamic linker characteristics... GNU/Linux ld.so
  1090. checking how to hardcode library paths into programs... immediate
  1091. checking whether stripping libraries is possible... yes
  1092. checking if libtool supports shared libraries... yes
  1093. checking whether to build shared libraries... no
  1094. checking whether to build static libraries... yes
  1095. checking sys/time.h usability... yes
  1096. checking sys/time.h presence... yes
  1097. checking for sys/time.h... yes
  1098. checking sys/timeb.h usability... yes
  1099. checking sys/timeb.h presence... yes
  1100. checking for sys/timeb.h... yes
  1101. checking io.h usability... no
  1102. checking io.h presence... no
  1103. checking for io.h... no
  1104. checking for inttypes.h... (cached) yes
  1105. checking for an ANSI C-conforming const... yes
  1106. checking for inline... inline
  1107. checking for always_inline... yes
  1108. checking for restrict... restrict
  1109. checking for size_t... yes
  1110. checking whether byte ordering is bigendian... no
  1111. checking for memalign... yes
  1112. checking for gettimeofday... yes
  1113. checking for ftime... yes
  1114. checking return type of signal handlers... void
  1115. checking __attribute__ ((aligned ())) support... 64
  1116. checking that generated files are newer than configure... done
  1117. configure: creating ./config.status
  1118. config.status: creating Makefile
  1119. config.status: creating autotools/Makefile
  1120. config.status: creating include/Makefile
  1121. config.status: creating test/Makefile
  1122. config.status: creating doc/Makefile
  1123. config.status: creating src/Makefile
  1124. config.status: creating liba52/Makefile
  1125. config.status: creating libao/Makefile
  1126. config.status: creating vc++/Makefile
  1127. config.status: creating include/config.h
  1128. config.status: executing depfiles commands
  1129. config.status: executing libtool commands
  1130. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/a52dec.configure
  1131. make -C a52dec* ; cd /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/a52dec-0.7.4/include; ln -sf . a52dec
  1132. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4'
  1133. Making all in autotools
  1134. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/autotools'
  1135. make[5]: Nothing to be done for 'all'.
  1136. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/autotools'
  1137. Making all in include
  1138. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/include'
  1139. make all-am
  1140. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/include'
  1141. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/include'
  1142. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/include'
  1143. Making all in doc
  1144. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/doc'
  1145. make[5]: Nothing to be done for 'all'.
  1146. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/doc'
  1147. Making all in liba52
  1148. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/liba52'
  1149. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -prefer-non-pic -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
  1150. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
  1151. bitstream.c:44:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1152. 44 | static inline void bitstream_fill_current (a52_state_t * state)
  1153. | ^~~~~~~~~~~~~~~~~~~~~~
  1154. In file included from bitstream.c:30:
  1155. bitstream.h:66:23: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1156. 66 | static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
  1157. | ^~~~~~~~~~~~~~~
  1158. bitstream.h:53:24: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1159. 53 | static inline uint32_t bitstream_get (a52_state_t * state, uint32_t num_bits)
  1160. | ^~~~~~~~~~~~~
  1161. mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
  1162. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -prefer-non-pic -MT imdct.lo -MD -MP -MF .deps/imdct.Tpo -c -o imdct.lo imdct.c
  1163. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT imdct.lo -MD -MP -MF .deps/imdct.Tpo -c imdct.c -o imdct.o
  1164. imdct.c:170:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1165. 170 | static inline void ifft8 (complex_t * buf)
  1166. | ^~~~~
  1167. imdct.c:88:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1168. 88 | static inline void ifft4 (complex_t * buf)
  1169. | ^~~~~
  1170. imdct.c:76:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1171. 76 | static inline void ifft2 (complex_t * buf)
  1172. | ^~~~~
  1173. mv -f .deps/imdct.Tpo .deps/imdct.Plo
  1174. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -prefer-non-pic -MT bit_allocate.lo -MD -MP -MF .deps/bit_allocate.Tpo -c -o bit_allocate.lo bit_allocate.c
  1175. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT bit_allocate.lo -MD -MP -MF .deps/bit_allocate.Tpo -c bit_allocate.c -o bit_allocate.o
  1176. mv -f .deps/bit_allocate.Tpo .deps/bit_allocate.Plo
  1177. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -prefer-non-pic -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.c
  1178. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -o parse.o
  1179. parse.c:306:23: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1180. 306 | static inline int16_t dither_gen (a52_state_t * state)
  1181. | ^~~~~~~~~~
  1182. parse.c:292:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1183. 292 | static inline int zero_snr_offsets (int nfchans, a52_state_t * state)
  1184. | ^~~~~~~~~~~~~~~~
  1185. In file included from parse.c:32:
  1186. bitstream.h:66:23: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1187. 66 | static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
  1188. | ^~~~~~~~~~~~~~~
  1189. bitstream.h:53:24: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1190. 53 | static inline uint32_t bitstream_get (a52_state_t * state, uint32_t num_bits)
  1191. | ^~~~~~~~~~~~~
  1192. mv -f .deps/parse.Tpo .deps/parse.Plo
  1193. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -prefer-non-pic -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c -o downmix.lo downmix.c
  1194. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c -o downmix.o
  1195. mv -f .deps/downmix.Tpo .deps/downmix.Plo
  1196. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -prefer-non-pic -no-undefined -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a -o liba52.la -rpath /usr/local/lib bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -ldjbfft -lm
  1197.  
  1198. *** Warning: Linking the shared library liba52.la against the
  1199. *** static library /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a is not portable!
  1200. libtool: link: ar cr .libs/liba52.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a bitstream.o imdct.o bit_allocate.o parse.o downmix.o
  1201. libtool: link: ranlib .libs/liba52.a
  1202. libtool: link: ( cd ".libs" && rm -f "liba52.la" && ln -s "../liba52.la" "liba52.la" )
  1203. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/liba52'
  1204. Making all in libao
  1205. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/libao'
  1206. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out.o -MD -MP -MF .deps/audio_out.Tpo -c -o audio_out.o audio_out.c
  1207. In file included from audio_out.c:30:
  1208. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1209. 60 | static inline void ao_close (ao_instance_t * instance)
  1210. | ^~~~~~~~
  1211. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1212. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1213. | ^~~~~~~
  1214. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1215. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1216. | ^~~~~~~~
  1217. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1218. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1219. | ^~~~~~~
  1220. mv -f .deps/audio_out.Tpo .deps/audio_out.Po
  1221. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT float2s16.o -MD -MP -MF .deps/float2s16.Tpo -c -o float2s16.o float2s16.c
  1222. float2s16.c:31:23: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1223. 31 | static inline int16_t convert (int32_t i)
  1224. | ^~~~~~~
  1225. In file included from float2s16.c:29:
  1226. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1227. 60 | static inline void ao_close (ao_instance_t * instance)
  1228. | ^~~~~~~~
  1229. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1230. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1231. | ^~~~~~~
  1232. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1233. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1234. | ^~~~~~~~
  1235. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1236. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1237. | ^~~~~~~
  1238. mv -f .deps/float2s16.Tpo .deps/float2s16.Po
  1239. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_null.o -MD -MP -MF .deps/audio_out_null.Tpo -c -o audio_out_null.o audio_out_null.c
  1240. In file included from audio_out_null.c:29:
  1241. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1242. 60 | static inline void ao_close (ao_instance_t * instance)
  1243. | ^~~~~~~~
  1244. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1245. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1246. | ^~~~~~~
  1247. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1248. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1249. | ^~~~~~~~
  1250. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1251. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1252. | ^~~~~~~
  1253. mv -f .deps/audio_out_null.Tpo .deps/audio_out_null.Po
  1254. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_float.o -MD -MP -MF .deps/audio_out_float.Tpo -c -o audio_out_float.o audio_out_float.c
  1255. In file included from audio_out_float.c:30:
  1256. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1257. 60 | static inline void ao_close (ao_instance_t * instance)
  1258. | ^~~~~~~~
  1259. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1260. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1261. | ^~~~~~~
  1262. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1263. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1264. | ^~~~~~~~
  1265. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1266. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1267. | ^~~~~~~
  1268. mv -f .deps/audio_out_float.Tpo .deps/audio_out_float.Po
  1269. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_oss.o -MD -MP -MF .deps/audio_out_oss.Tpo -c -o audio_out_oss.o audio_out_oss.c
  1270. mv -f .deps/audio_out_oss.Tpo .deps/audio_out_oss.Po
  1271. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_solaris.o -MD -MP -MF .deps/audio_out_solaris.Tpo -c -o audio_out_solaris.o audio_out_solaris.c
  1272. mv -f .deps/audio_out_solaris.Tpo .deps/audio_out_solaris.Po
  1273. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_al.o -MD -MP -MF .deps/audio_out_al.Tpo -c -o audio_out_al.o audio_out_al.c
  1274. mv -f .deps/audio_out_al.Tpo .deps/audio_out_al.Po
  1275. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_win.o -MD -MP -MF .deps/audio_out_win.Tpo -c -o audio_out_win.o audio_out_win.c
  1276. mv -f .deps/audio_out_win.Tpo .deps/audio_out_win.Po
  1277. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_wav.o -MD -MP -MF .deps/audio_out_wav.Tpo -c -o audio_out_wav.o audio_out_wav.c
  1278. In file included from audio_out_wav.c:32:
  1279. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1280. 60 | static inline void ao_close (ao_instance_t * instance)
  1281. | ^~~~~~~~
  1282. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1283. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1284. | ^~~~~~~
  1285. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1286. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1287. | ^~~~~~~~
  1288. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1289. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1290. | ^~~~~~~
  1291. mv -f .deps/audio_out_wav.Tpo .deps/audio_out_wav.Po
  1292. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_aif.o -MD -MP -MF .deps/audio_out_aif.Tpo -c -o audio_out_aif.o audio_out_aif.c
  1293. In file included from audio_out_aif.c:32:
  1294. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1295. 60 | static inline void ao_close (ao_instance_t * instance)
  1296. | ^~~~~~~~
  1297. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1298. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1299. | ^~~~~~~
  1300. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1301. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1302. | ^~~~~~~~
  1303. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1304. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1305. | ^~~~~~~
  1306. mv -f .deps/audio_out_aif.Tpo .deps/audio_out_aif.Po
  1307. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT audio_out_peak.o -MD -MP -MF .deps/audio_out_peak.Tpo -c -o audio_out_peak.o audio_out_peak.c
  1308. In file included from audio_out_peak.c:9:
  1309. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1310. 60 | static inline void ao_close (ao_instance_t * instance)
  1311. | ^~~~~~~~
  1312. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1313. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1314. | ^~~~~~~
  1315. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1316. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1317. | ^~~~~~~~
  1318. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1319. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1320. | ^~~~~~~
  1321. mv -f .deps/audio_out_peak.Tpo .deps/audio_out_peak.Po
  1322. rm -f libao.a
  1323. ar cru libao.a audio_out.o float2s16.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o
  1324. ar: `u' modifier ignored since `D' is the default (see `U')
  1325. ranlib libao.a
  1326. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/libao'
  1327. Making all in src
  1328. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/src'
  1329. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT a52dec.o -MD -MP -MF .deps/a52dec.Tpo -c -o a52dec.o a52dec.c
  1330. In file included from a52dec.c:40:
  1331. ../include/audio_out.h:60:20: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1332. 60 | static inline void ao_close (ao_instance_t * instance)
  1333. | ^~~~~~~~
  1334. ../include/audio_out.h:54:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1335. 54 | static inline int ao_play (ao_instance_t * instance, int flags,
  1336. | ^~~~~~~
  1337. ../include/audio_out.h:48:19: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1338. 48 | static inline int ao_setup (ao_instance_t * instance, int sample_rate,
  1339. | ^~~~~~~~
  1340. ../include/audio_out.h:43:31: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
  1341. 43 | static inline ao_instance_t * ao_open (ao_open_t * open)
  1342. | ^~~~~~~
  1343. mv -f .deps/a52dec.Tpo .deps/a52dec.Po
  1344. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
  1345. mv -f .deps/getopt.Tpo .deps/getopt.Po
  1346. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c
  1347. mv -f .deps/gettimeofday.Tpo .deps/gettimeofday.Po
  1348. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a -o a52dec a52dec.o getopt.o gettimeofday.o ../liba52/liba52.la ../libao/libao.a
  1349. libtool: link: /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -o a52dec a52dec.o getopt.o gettimeofday.o -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a ../liba52/.libs/liba52.a -ldjbfft -lm ../libao/libao.a
  1350. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT extract_a52.o -MD -MP -MF .deps/extract_a52.Tpo -c -o extract_a52.o extract_a52.c
  1351. mv -f .deps/extract_a52.Tpo .deps/extract_a52.Po
  1352. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a -o extract_a52 extract_a52.o getopt.o
  1353. libtool: link: /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -o extract_a52 extract_a52.o getopt.o -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a
  1354. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/src'
  1355. Making all in vc++
  1356. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/vc++'
  1357. make[5]: Nothing to be done for 'all'.
  1358. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/vc++'
  1359. Making all in test
  1360. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/test'
  1361. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -MT compare.o -MD -MP -MF .deps/compare.Tpo -c -o compare.o compare.c
  1362. mv -f .deps/compare.Tpo .deps/compare.Po
  1363. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a -o compare compare.o -lm
  1364. libtool: link: /usr/lib/ccache/gcc -U__FreeBSD__ -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/. -O3 -fomit-frame-pointer -o compare compare.o -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/ /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/djbfft-0.76/libdjbfft.a -lm
  1365. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4/test'
  1366. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4'
  1367. make[5]: Nothing to be done for 'all-am'.
  1368. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4'
  1369. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/a52dec-0.7.4'
  1370. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/a52dec.built
  1371. tar -xJf src/ffmpeg-4.4.tar.xz
  1372. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch0
  1373. patching file fftools/cmdutils.c
  1374. Hunk #1 succeeded at 1182 (offset -2 lines).
  1375. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch1
  1376. patching file libavformat/bluray.c
  1377. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch2
  1378. patching file libavformat/mpegtsenc.c
  1379. patching file libavformat/mpegts.h
  1380. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch3
  1381. patching file libavformat/avformat.h
  1382. Hunk #2 succeeded at 657 (offset 4 lines).
  1383. patching file libavformat/dv.c
  1384. Hunk #1 succeeded at 617 (offset -25 lines).
  1385. patching file libavformat/matroskadec.c
  1386. Hunk #1 succeeded at 4328 (offset 77 lines).
  1387. Hunk #2 succeeded at 4342 (offset 77 lines).
  1388. patching file libavformat/utils.c
  1389. Hunk #1 succeeded at 2453 (offset -33 lines).
  1390. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch5
  1391. patching file libavfilter/formats.c
  1392. Hunk #1 succeeded at 110 (offset 3 lines).
  1393. Hunk #2 succeeded at 124 (offset 3 lines).
  1394. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch6
  1395. patching file libavcodec/vdpau_mpeg12.c
  1396. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch7
  1397. patching file libavcodec/h263dec.c
  1398. Hunk #1 succeeded at 685 (offset 1 line).
  1399. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch8
  1400. patching file libavformat/mpegenc.c
  1401. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch9
  1402. patching file libavutil/hwcontext_cuda.c
  1403. Hunk #1 succeeded at 286 (offset 17 lines).
  1404. Hunk #2 succeeded at 340 (offset 17 lines).
  1405. Hunk #3 succeeded at 361 (offset 17 lines).
  1406. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patchA
  1407. patching file libavutil/hwcontext_vdpau.c
  1408. Hunk #1 succeeded at 47 (offset -21 lines).
  1409. Hunk #2 succeeded at 76 (offset -21 lines).
  1410. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patchB
  1411. patching file libavcodec/encode.c
  1412. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patchZ1
  1413. patching file libavcodec/wrapped_avframe.c
  1414. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patchZ2
  1415. patching file libavformat/yuv4mpegenc.c
  1416. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patchZZ1
  1417. patching file libavformat/avidec.c
  1418. Hunk #1 succeeded at 1974 (offset 32 lines).
  1419. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch_1
  1420. patching file libavcodec/aaccoder.c
  1421. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch_10
  1422. patching file libavcodec/libdav1d.c
  1423. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch_2
  1424. patching file libavcodec/hevc_mvs.c
  1425. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch_3
  1426. patching file libavcodec/opus_pvq.c
  1427. patch -d ffmpeg* -p1 < src/ffmpeg-4.4.patch_4
  1428. patching file libavcodec/libx264.c
  1429. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/ffmpeg.source
  1430. tar -xJf src/twolame-0.4.0.tar.xz
  1431. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/twolame.source
  1432. CONFIGURING twolame
  1433. cd twolame* && ./configure --enable-shared=no
  1434. checking for a BSD-compatible install... /usr/bin/install -c
  1435. checking whether build environment is sane... yes
  1436. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  1437. checking for gawk... gawk
  1438. checking whether make sets $(MAKE)... yes
  1439. checking whether make supports nested variables... yes
  1440. checking whether to enable maintainer-specific portions of Makefiles... no
  1441. checking whether make supports the include directive... yes (GNU style)
  1442. checking for gcc... /usr/lib/ccache/gcc
  1443. checking whether the C compiler works... yes
  1444. checking for C compiler default output file name... a.out
  1445. checking for suffix of executables...
  1446. checking whether we are cross compiling... no
  1447. checking for suffix of object files... o
  1448. checking whether we are using the GNU C compiler... yes
  1449. checking whether /usr/lib/ccache/gcc accepts -g... yes
  1450. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  1451. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  1452. checking dependency style of /usr/lib/ccache/gcc... gcc3
  1453. checking for ar... ar
  1454. checking the archiver (ar) interface... ar
  1455. checking for gcc... (cached) /usr/lib/ccache/gcc
  1456. checking whether we are using the GNU C compiler... (cached) yes
  1457. checking whether /usr/lib/ccache/gcc accepts -g... (cached) yes
  1458. checking for /usr/lib/ccache/gcc option to accept ISO C89... (cached) none needed
  1459. checking whether /usr/lib/ccache/gcc understands -c and -o together... (cached) yes
  1460. checking dependency style of /usr/lib/ccache/gcc... (cached) gcc3
  1461. checking for /usr/lib/ccache/gcc option to accept ISO C99... none needed
  1462. checking whether ln -s works... yes
  1463. checking build system type... x86_64-pc-linux-gnu
  1464. checking host system type... x86_64-pc-linux-gnu
  1465. checking how to print strings... printf
  1466. checking for a sed that does not truncate output... /usr/bin/sed
  1467. checking for grep that handles long lines and -e... /usr/bin/grep
  1468. checking for egrep... /usr/bin/grep -E
  1469. checking for fgrep... /usr/bin/grep -F
  1470. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld
  1471. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1472. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1473. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1474. checking the maximum length of command line arguments... 1572864
  1475. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  1476. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1477. checking for /usr/bin/ld option to reload object files... -r
  1478. checking for objdump... objdump
  1479. checking how to recognize dependent libraries... pass_all
  1480. checking for dlltool... no
  1481. checking how to associate runtime and link libraries... printf %s\n
  1482. checking for archiver @FILE support... @
  1483. checking for strip... strip
  1484. checking for ranlib... ranlib
  1485. checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok
  1486. checking for sysroot... no
  1487. checking for a working dd... /usr/bin/dd
  1488. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  1489. checking for mt... mt
  1490. checking if mt is a manifest tool... no
  1491. checking how to run the C preprocessor... /usr/lib/ccache/gcc -E
  1492. checking for ANSI C header files... yes
  1493. checking for sys/types.h... yes
  1494. checking for sys/stat.h... yes
  1495. checking for stdlib.h... yes
  1496. checking for string.h... yes
  1497. checking for memory.h... yes
  1498. checking for strings.h... yes
  1499. checking for inttypes.h... yes
  1500. checking for stdint.h... yes
  1501. checking for unistd.h... yes
  1502. checking for dlfcn.h... yes
  1503. checking for objdir... .libs
  1504. checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no
  1505. checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC
  1506. checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes
  1507. checking if /usr/lib/ccache/gcc static flag -static works... yes
  1508. checking if /usr/lib/ccache/gcc supports -c -o file.o... yes
  1509. checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes
  1510. checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  1511. checking dynamic linker characteristics... GNU/Linux ld.so
  1512. checking how to hardcode library paths into programs... immediate
  1513. checking whether stripping libraries is possible... yes
  1514. checking if libtool supports shared libraries... yes
  1515. checking whether to build shared libraries... no
  1516. checking whether to build static libraries... yes
  1517. checking whether byte ordering is bigendian... no
  1518. checking for inline... inline
  1519. checking for an ANSI C-conforming const... yes
  1520. checking for perl... /usr/bin/perl
  1521. checking size of short... 2
  1522. checking size of float... 4
  1523. checking for sqrt in -lm... yes
  1524. checking for lrintf in -lm... yes
  1525. checking for powf in -lmx... no
  1526. checking for pkg-config... /usr/bin/pkg-config
  1527. checking pkg-config is at least version 0.9.0... yes
  1528. checking for SNDFILE... yes
  1529. checking for ANSI C header files... (cached) yes
  1530. checking malloc.h usability... yes
  1531. checking malloc.h presence... yes
  1532. checking for malloc.h... yes
  1533. checking assert.h usability... yes
  1534. checking assert.h presence... yes
  1535. checking for assert.h... yes
  1536. checking for unistd.h... (cached) yes
  1537. checking for inttypes.h... (cached) yes
  1538. checking getopt.h usability... yes
  1539. checking getopt.h presence... yes
  1540. checking for getopt.h... yes
  1541. checking that generated files are newer than configure... done
  1542. configure: creating ./config.status
  1543. config.status: creating Makefile
  1544. config.status: creating twolame.pc
  1545. config.status: creating twolame.spec
  1546. config.status: creating doc/Makefile
  1547. config.status: creating doc/html/Makefile
  1548. config.status: creating doc/html/Doxyfile
  1549. config.status: creating libtwolame/Makefile
  1550. config.status: creating frontend/Makefile
  1551. config.status: creating simplefrontend/Makefile
  1552. config.status: creating tests/Makefile
  1553. config.status: creating libtwolame/config.h
  1554. config.status: executing depfiles commands
  1555. config.status: executing libtool commands
  1556. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/twolame.configure
  1557. make -C twolame*
  1558. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0'
  1559. Making all in .
  1560. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0'
  1561. make[5]: Nothing to be done for 'all-am'.
  1562. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0'
  1563. Making all in libtwolame
  1564. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/libtwolame'
  1565. make all-am
  1566. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/libtwolame'
  1567. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-ath.lo -MD -MP -MF .deps/libtwolame_la-ath.Tpo -c -o libtwolame_la-ath.lo `test -f 'ath.c' || echo './'`ath.c
  1568. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-ath.lo -MD -MP -MF .deps/libtwolame_la-ath.Tpo -c ath.c -o libtwolame_la-ath.o
  1569. mv -f .deps/libtwolame_la-ath.Tpo .deps/libtwolame_la-ath.Plo
  1570. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-availbits.lo -MD -MP -MF .deps/libtwolame_la-availbits.Tpo -c -o libtwolame_la-availbits.lo `test -f 'availbits.c' || echo './'`availbits.c
  1571. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-availbits.lo -MD -MP -MF .deps/libtwolame_la-availbits.Tpo -c availbits.c -o libtwolame_la-availbits.o
  1572. mv -f .deps/libtwolame_la-availbits.Tpo .deps/libtwolame_la-availbits.Plo
  1573. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-bitbuffer.lo -MD -MP -MF .deps/libtwolame_la-bitbuffer.Tpo -c -o libtwolame_la-bitbuffer.lo `test -f 'bitbuffer.c' || echo './'`bitbuffer.c
  1574. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-bitbuffer.lo -MD -MP -MF .deps/libtwolame_la-bitbuffer.Tpo -c bitbuffer.c -o libtwolame_la-bitbuffer.o
  1575. mv -f .deps/libtwolame_la-bitbuffer.Tpo .deps/libtwolame_la-bitbuffer.Plo
  1576. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-crc.lo -MD -MP -MF .deps/libtwolame_la-crc.Tpo -c -o libtwolame_la-crc.lo `test -f 'crc.c' || echo './'`crc.c
  1577. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-crc.lo -MD -MP -MF .deps/libtwolame_la-crc.Tpo -c crc.c -o libtwolame_la-crc.o
  1578. mv -f .deps/libtwolame_la-crc.Tpo .deps/libtwolame_la-crc.Plo
  1579. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-dab.lo -MD -MP -MF .deps/libtwolame_la-dab.Tpo -c -o libtwolame_la-dab.lo `test -f 'dab.c' || echo './'`dab.c
  1580. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-dab.lo -MD -MP -MF .deps/libtwolame_la-dab.Tpo -c dab.c -o libtwolame_la-dab.o
  1581. mv -f .deps/libtwolame_la-dab.Tpo .deps/libtwolame_la-dab.Plo
  1582. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-encode.lo -MD -MP -MF .deps/libtwolame_la-encode.Tpo -c -o libtwolame_la-encode.lo `test -f 'encode.c' || echo './'`encode.c
  1583. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-encode.lo -MD -MP -MF .deps/libtwolame_la-encode.Tpo -c encode.c -o libtwolame_la-encode.o
  1584. mv -f .deps/libtwolame_la-encode.Tpo .deps/libtwolame_la-encode.Plo
  1585. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-energy.lo -MD -MP -MF .deps/libtwolame_la-energy.Tpo -c -o libtwolame_la-energy.lo `test -f 'energy.c' || echo './'`energy.c
  1586. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-energy.lo -MD -MP -MF .deps/libtwolame_la-energy.Tpo -c energy.c -o libtwolame_la-energy.o
  1587. mv -f .deps/libtwolame_la-energy.Tpo .deps/libtwolame_la-energy.Plo
  1588. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-fft.lo -MD -MP -MF .deps/libtwolame_la-fft.Tpo -c -o libtwolame_la-fft.lo `test -f 'fft.c' || echo './'`fft.c
  1589. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-fft.lo -MD -MP -MF .deps/libtwolame_la-fft.Tpo -c fft.c -o libtwolame_la-fft.o
  1590. mv -f .deps/libtwolame_la-fft.Tpo .deps/libtwolame_la-fft.Plo
  1591. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-get_set.lo -MD -MP -MF .deps/libtwolame_la-get_set.Tpo -c -o libtwolame_la-get_set.lo `test -f 'get_set.c' || echo './'`get_set.c
  1592. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-get_set.lo -MD -MP -MF .deps/libtwolame_la-get_set.Tpo -c get_set.c -o libtwolame_la-get_set.o
  1593. mv -f .deps/libtwolame_la-get_set.Tpo .deps/libtwolame_la-get_set.Plo
  1594. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-mem.lo -MD -MP -MF .deps/libtwolame_la-mem.Tpo -c -o libtwolame_la-mem.lo `test -f 'mem.c' || echo './'`mem.c
  1595. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-mem.lo -MD -MP -MF .deps/libtwolame_la-mem.Tpo -c mem.c -o libtwolame_la-mem.o
  1596. mv -f .deps/libtwolame_la-mem.Tpo .deps/libtwolame_la-mem.Plo
  1597. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_0.lo -MD -MP -MF .deps/libtwolame_la-psycho_0.Tpo -c -o libtwolame_la-psycho_0.lo `test -f 'psycho_0.c' || echo './'`psycho_0.c
  1598. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_0.lo -MD -MP -MF .deps/libtwolame_la-psycho_0.Tpo -c psycho_0.c -o libtwolame_la-psycho_0.o
  1599. mv -f .deps/libtwolame_la-psycho_0.Tpo .deps/libtwolame_la-psycho_0.Plo
  1600. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_1.lo -MD -MP -MF .deps/libtwolame_la-psycho_1.Tpo -c -o libtwolame_la-psycho_1.lo `test -f 'psycho_1.c' || echo './'`psycho_1.c
  1601. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_1.lo -MD -MP -MF .deps/libtwolame_la-psycho_1.Tpo -c psycho_1.c -o libtwolame_la-psycho_1.o
  1602. mv -f .deps/libtwolame_la-psycho_1.Tpo .deps/libtwolame_la-psycho_1.Plo
  1603. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_2.lo -MD -MP -MF .deps/libtwolame_la-psycho_2.Tpo -c -o libtwolame_la-psycho_2.lo `test -f 'psycho_2.c' || echo './'`psycho_2.c
  1604. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_2.lo -MD -MP -MF .deps/libtwolame_la-psycho_2.Tpo -c psycho_2.c -o libtwolame_la-psycho_2.o
  1605. mv -f .deps/libtwolame_la-psycho_2.Tpo .deps/libtwolame_la-psycho_2.Plo
  1606. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_3.lo -MD -MP -MF .deps/libtwolame_la-psycho_3.Tpo -c -o libtwolame_la-psycho_3.lo `test -f 'psycho_3.c' || echo './'`psycho_3.c
  1607. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_3.lo -MD -MP -MF .deps/libtwolame_la-psycho_3.Tpo -c psycho_3.c -o libtwolame_la-psycho_3.o
  1608. mv -f .deps/libtwolame_la-psycho_3.Tpo .deps/libtwolame_la-psycho_3.Plo
  1609. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_4.lo -MD -MP -MF .deps/libtwolame_la-psycho_4.Tpo -c -o libtwolame_la-psycho_4.lo `test -f 'psycho_4.c' || echo './'`psycho_4.c
  1610. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_4.lo -MD -MP -MF .deps/libtwolame_la-psycho_4.Tpo -c psycho_4.c -o libtwolame_la-psycho_4.o
  1611. mv -f .deps/libtwolame_la-psycho_4.Tpo .deps/libtwolame_la-psycho_4.Plo
  1612. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_n1.lo -MD -MP -MF .deps/libtwolame_la-psycho_n1.Tpo -c -o libtwolame_la-psycho_n1.lo `test -f 'psycho_n1.c' || echo './'`psycho_n1.c
  1613. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-psycho_n1.lo -MD -MP -MF .deps/libtwolame_la-psycho_n1.Tpo -c psycho_n1.c -o libtwolame_la-psycho_n1.o
  1614. mv -f .deps/libtwolame_la-psycho_n1.Tpo .deps/libtwolame_la-psycho_n1.Plo
  1615. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-subband.lo -MD -MP -MF .deps/libtwolame_la-subband.Tpo -c -o libtwolame_la-subband.lo `test -f 'subband.c' || echo './'`subband.c
  1616. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-subband.lo -MD -MP -MF .deps/libtwolame_la-subband.Tpo -c subband.c -o libtwolame_la-subband.o
  1617. mv -f .deps/libtwolame_la-subband.Tpo .deps/libtwolame_la-subband.Plo
  1618. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-twolame.lo -MD -MP -MF .deps/libtwolame_la-twolame.Tpo -c -o libtwolame_la-twolame.lo `test -f 'twolame.c' || echo './'`twolame.c
  1619. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-twolame.lo -MD -MP -MF .deps/libtwolame_la-twolame.Tpo -c twolame.c -o libtwolame_la-twolame.o
  1620. mv -f .deps/libtwolame_la-twolame.Tpo .deps/libtwolame_la-twolame.Plo
  1621. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-util.lo -MD -MP -MF .deps/libtwolame_la-util.Tpo -c -o libtwolame_la-util.lo `test -f 'util.c' || echo './'`util.c
  1622. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -DLIBTWOLAME_BUILD -Wdate-time -D_FORTIFY_SOURCE=2 -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -MT libtwolame_la-util.lo -MD -MP -MF .deps/libtwolame_la-util.Tpo -c util.c -o libtwolame_la-util.o
  1623. mv -f .deps/libtwolame_la-util.Tpo .deps/libtwolame_la-util.Plo
  1624. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -I ../build/ -g -O2 -DLIBTWOLAME_STATIC -export-dynamic -version-info 0:0:0 -no-undefined -o libtwolame.la -rpath /usr/local/lib libtwolame_la-ath.lo libtwolame_la-availbits.lo libtwolame_la-bitbuffer.lo libtwolame_la-crc.lo libtwolame_la-dab.lo libtwolame_la-encode.lo libtwolame_la-energy.lo libtwolame_la-fft.lo libtwolame_la-get_set.lo libtwolame_la-mem.lo libtwolame_la-psycho_0.lo libtwolame_la-psycho_1.lo libtwolame_la-psycho_2.lo libtwolame_la-psycho_3.lo libtwolame_la-psycho_4.lo libtwolame_la-psycho_n1.lo libtwolame_la-subband.lo libtwolame_la-twolame.lo libtwolame_la-util.lo -lm -lm
  1625. libtool: link: ar cru .libs/libtwolame.a libtwolame_la-ath.o libtwolame_la-availbits.o libtwolame_la-bitbuffer.o libtwolame_la-crc.o libtwolame_la-dab.o libtwolame_la-encode.o libtwolame_la-energy.o libtwolame_la-fft.o libtwolame_la-get_set.o libtwolame_la-mem.o libtwolame_la-psycho_0.o libtwolame_la-psycho_1.o libtwolame_la-psycho_2.o libtwolame_la-psycho_3.o libtwolame_la-psycho_4.o libtwolame_la-psycho_n1.o libtwolame_la-subband.o libtwolame_la-twolame.o libtwolame_la-util.o
  1626. ar: `u' modifier ignored since `D' is the default (see `U')
  1627. libtool: link: ranlib .libs/libtwolame.a
  1628. libtool: link: ( cd ".libs" && rm -f "libtwolame.la" && ln -s "../libtwolame.la" "libtwolame.la" )
  1629. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/libtwolame'
  1630. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/libtwolame'
  1631. Making all in frontend
  1632. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/frontend'
  1633. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../libtwolame -Wdate-time -D_FORTIFY_SOURCE=2 -I../build/ -I../libtwolame/ -I/usr/include/opus -g -O2 -DLIBTWOLAME_STATIC -MT frontend.o -MD -MP -MF .deps/frontend.Tpo -c -o frontend.o frontend.c
  1634. mv -f .deps/frontend.Tpo .deps/frontend.Po
  1635. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -I../build/ -I../libtwolame/ -I/usr/include/opus -g -O2 -DLIBTWOLAME_STATIC -o twolame frontend.o ../libtwolame/libtwolame.la -lsndfile -lm -lm
  1636. libtool: link: /usr/lib/ccache/gcc -I../build/ -I../libtwolame/ -I/usr/include/opus -g -O2 -DLIBTWOLAME_STATIC -o twolame frontend.o ../libtwolame/.libs/libtwolame.a -lsndfile -lm
  1637. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/frontend'
  1638. Making all in simplefrontend
  1639. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/simplefrontend'
  1640. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../libtwolame -Wdate-time -D_FORTIFY_SOURCE=2 -I../libtwolame/ -g -O2 -DLIBTWOLAME_STATIC -MT simplefrontend.o -MD -MP -MF .deps/simplefrontend.Tpo -c -o simplefrontend.o simplefrontend.c
  1641. mv -f .deps/simplefrontend.Tpo .deps/simplefrontend.Po
  1642. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I../libtwolame -Wdate-time -D_FORTIFY_SOURCE=2 -I../libtwolame/ -g -O2 -DLIBTWOLAME_STATIC -MT audio_wave.o -MD -MP -MF .deps/audio_wave.Tpo -c -o audio_wave.o audio_wave.c
  1643. mv -f .deps/audio_wave.Tpo .deps/audio_wave.Po
  1644. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -I../libtwolame/ -g -O2 -DLIBTWOLAME_STATIC -o stwolame simplefrontend.o audio_wave.o ../libtwolame/libtwolame.la -lm -lm
  1645. libtool: link: /usr/lib/ccache/gcc -I../libtwolame/ -g -O2 -DLIBTWOLAME_STATIC -o stwolame simplefrontend.o audio_wave.o ../libtwolame/.libs/libtwolame.a -lm
  1646. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/simplefrontend'
  1647. Making all in doc
  1648. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/doc'
  1649. Making all in html
  1650. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/doc/html'
  1651. make[6]: Nothing to be done for 'all'.
  1652. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/doc/html'
  1653. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/doc'
  1654. make[6]: Nothing to be done for 'all-am'.
  1655. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/doc'
  1656. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/doc'
  1657. Making all in tests
  1658. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/tests'
  1659. make[5]: Nothing to be done for 'all'.
  1660. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0/tests'
  1661. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/twolame-0.4.0'
  1662. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/twolame.built
  1663. tar -xJf src/lame-3.100.tar.xz
  1664. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/lame.source
  1665. CONFIGURING lame
  1666. cd lame* && CFLAGS+=" -O" ./configure --enable-shared=no
  1667. checking build system type... x86_64-unknown-linux-gnu
  1668. checking host system type... x86_64-unknown-linux-gnu
  1669. checking for a BSD-compatible install... /usr/bin/install -c
  1670. checking whether build environment is sane... yes
  1671. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  1672. checking for gawk... gawk
  1673. checking whether make sets $(MAKE)... yes
  1674. checking whether make supports nested variables... yes
  1675. checking whether to enable maintainer-specific portions of Makefiles... no
  1676. checking for style of include used by make... GNU
  1677. checking for gcc... /usr/lib/ccache/gcc
  1678. checking whether the C compiler works... yes
  1679. checking for C compiler default output file name... a.out
  1680. checking for suffix of executables...
  1681. checking whether we are cross compiling... no
  1682. checking for suffix of object files... o
  1683. checking whether we are using the GNU C compiler... yes
  1684. checking whether /usr/lib/ccache/gcc accepts -g... yes
  1685. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  1686. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  1687. checking dependency style of /usr/lib/ccache/gcc... gcc3
  1688. checking how to run the C preprocessor... /usr/lib/ccache/gcc -E
  1689. checking for grep that handles long lines and -e... /usr/bin/grep
  1690. checking for egrep... /usr/bin/grep -E
  1691. checking for ANSI C header files... yes
  1692. checking for sys/types.h... yes
  1693. checking for sys/stat.h... yes
  1694. checking for stdlib.h... yes
  1695. checking for string.h... yes
  1696. checking for memory.h... yes
  1697. checking for strings.h... yes
  1698. checking for inttypes.h... yes
  1699. checking for stdint.h... yes
  1700. checking for unistd.h... yes
  1701. checking minix/config.h usability... no
  1702. checking minix/config.h presence... no
  1703. checking for minix/config.h... no
  1704. checking whether it is safe to define __EXTENSIONS__... yes
  1705. checking for library containing strerror... none required
  1706. checking how to print strings... printf
  1707. checking for a sed that does not truncate output... /usr/bin/sed
  1708. checking for fgrep... /usr/bin/grep -F
  1709. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld
  1710. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1711. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1712. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1713. checking whether ln -s works... yes
  1714. checking the maximum length of command line arguments... 1572864
  1715. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1716. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1717. checking for /usr/bin/ld option to reload object files... -r
  1718. checking for objdump... objdump
  1719. checking how to recognize dependent libraries... pass_all
  1720. checking for dlltool... no
  1721. checking how to associate runtime and link libraries... printf %s\n
  1722. checking for ar... ar
  1723. checking for archiver @FILE support... @
  1724. checking for strip... strip
  1725. checking for ranlib... ranlib
  1726. checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok
  1727. checking for sysroot... no
  1728. checking for a working dd... /usr/bin/dd
  1729. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  1730. checking for mt... mt
  1731. checking if mt is a manifest tool... no
  1732. checking for dlfcn.h... yes
  1733. checking for objdir... .libs
  1734. checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no
  1735. checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC
  1736. checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes
  1737. checking if /usr/lib/ccache/gcc static flag -static works... yes
  1738. checking if /usr/lib/ccache/gcc supports -c -o file.o... yes
  1739. checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes
  1740. checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  1741. checking dynamic linker characteristics... GNU/Linux ld.so
  1742. checking how to hardcode library paths into programs... immediate
  1743. checking whether stripping libraries is possible... yes
  1744. checking if libtool supports shared libraries... yes
  1745. checking whether to build shared libraries... no
  1746. checking whether to build static libraries... yes
  1747. checking for gcc... (cached) /usr/lib/ccache/gcc
  1748. checking whether we are using the GNU C compiler... (cached) yes
  1749. checking whether /usr/lib/ccache/gcc accepts -g... (cached) yes
  1750. checking for /usr/lib/ccache/gcc option to accept ISO C89... (cached) none needed
  1751. checking whether /usr/lib/ccache/gcc understands -c and -o together... (cached) yes
  1752. checking dependency style of /usr/lib/ccache/gcc... (cached) gcc3
  1753. checking compiler... gcc
  1754. checking version of GCC... unknown compiler version pattern
  1755. checking dmalloc.h usability... no
  1756. checking dmalloc.h presence... no
  1757. checking for dmalloc.h... no
  1758. checking for ANSI C header files... (cached) yes
  1759. checking errno.h usability... yes
  1760. checking errno.h presence... yes
  1761. checking for errno.h... yes
  1762. checking fcntl.h usability... yes
  1763. checking fcntl.h presence... yes
  1764. checking for fcntl.h... yes
  1765. checking limits.h usability... yes
  1766. checking limits.h presence... yes
  1767. checking for limits.h... yes
  1768. checking for stdint.h... (cached) yes
  1769. checking for string.h... (cached) yes
  1770. checking sys/soundcard.h usability... yes
  1771. checking sys/soundcard.h presence... yes
  1772. checking for sys/soundcard.h... yes
  1773. checking sys/time.h usability... yes
  1774. checking sys/time.h presence... yes
  1775. checking for sys/time.h... yes
  1776. checking for unistd.h... (cached) yes
  1777. checking linux/soundcard.h usability... yes
  1778. checking linux/soundcard.h presence... yes
  1779. checking for linux/soundcard.h... yes
  1780. checking working SSE intrinsics... no
  1781. checking for an ANSI C-conforming const... yes
  1782. checking for inline... inline
  1783. checking whether byte ordering is bigendian... no
  1784. checking for special C compiler options needed for large files... no
  1785. checking for _FILE_OFFSET_BITS value needed for large files... 64
  1786. checking size of short... 2
  1787. checking size of unsigned short... 2
  1788. checking size of int... 4
  1789. checking size of unsigned int... 4
  1790. checking size of long... 4
  1791. checking size of unsigned long... 4
  1792. checking size of long long... 8
  1793. checking size of unsigned long long... 8
  1794. checking size of float... 4
  1795. checking size of double... 8
  1796. checking for long double with more range or precision than double... yes
  1797. checking for uint8_t... yes
  1798. checking for int8_t... yes
  1799. checking for uint16_t... yes
  1800. checking for int16_t... yes
  1801. checking for uint32_t... yes
  1802. checking for int32_t... yes
  1803. checking for uint64_t... yes
  1804. checking for int64_t... yes
  1805. checking for IEEE854 compliant 80 bit floats... yes
  1806. checking for ieee854_float80_t... no
  1807. checking for ieee754_float64_t... no
  1808. checking for ieee754_float32_t... no
  1809. checking for size_t... yes
  1810. checking whether time.h and sys/time.h may both be included... yes
  1811. checking for working alloca.h... yes
  1812. checking for alloca... yes
  1813. checking for gettimeofday... yes
  1814. checking for strtol... yes
  1815. checking for socket... yes
  1816. checking termcap.h usability... yes
  1817. checking termcap.h presence... yes
  1818. checking for termcap.h... yes
  1819. checking ncurses/termcap.h usability... no
  1820. checking ncurses/termcap.h presence... no
  1821. checking for ncurses/termcap.h... no
  1822. checking for initscr in -ltermcap... no
  1823. checking for initscr in -lcurses... yes
  1824. checking for initscr in -lncurses... yes
  1825. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld -m elf_i386
  1826. checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
  1827. checking for shared library run path origin... done
  1828. checking for iconv... yes
  1829. checking for working iconv... yes
  1830. checking for iconv declaration...
  1831. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1832. checking for cos in -lm... yes
  1833. checking for cos in -lffm... no
  1834. checking for cos in -lcpml... no
  1835. checking for gtk-config... no
  1836. checking for GTK - version >= 1.2.0... no
  1837. *** The gtk-config script installed by GTK could not be found
  1838. *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
  1839. *** your path, or set the GTK_CONFIG environment variable to the
  1840. *** full path to gtk-config.
  1841. checking use of ElectricFence malloc debugging... no
  1842. checking use of file io... lame
  1843. checking use of analyzer hooks... yes
  1844. checking use of mpg123 decoder... yes (Layer 1, 2, 3)
  1845. checking if the lame frontend should be build... yes
  1846. checking if mp3x is requested... no
  1847. checking if mp3rtp is requested... no
  1848. checking if dynamic linking of the frontends is requested... no
  1849. checking for termcap... yes
  1850. checking if I have to build the internal vector lib... no
  1851. checking for nasm... /usr/bin/nasm
  1852. checking for assembler routines for this processor type... no
  1853. checking for additional optimizations... no
  1854. checking for debug options... no
  1855. checking that generated files are newer than configure... done
  1856. configure: creating ./config.status
  1857. config.status: creating Makefile
  1858. config.status: creating libmp3lame/Makefile
  1859. config.status: creating libmp3lame/i386/Makefile
  1860. config.status: creating libmp3lame/vector/Makefile
  1861. config.status: creating frontend/Makefile
  1862. config.status: creating mpglib/Makefile
  1863. config.status: creating doc/Makefile
  1864. config.status: creating doc/html/Makefile
  1865. config.status: creating doc/man/Makefile
  1866. config.status: creating include/Makefile
  1867. config.status: creating Dll/Makefile
  1868. config.status: creating misc/Makefile
  1869. config.status: creating dshow/Makefile
  1870. config.status: creating ACM/Makefile
  1871. config.status: creating ACM/ADbg/Makefile
  1872. config.status: creating ACM/ddk/Makefile
  1873. config.status: creating ACM/tinyxml/Makefile
  1874. config.status: creating lame.spec
  1875. config.status: creating mac/Makefile
  1876. config.status: creating macosx/Makefile
  1877. config.status: creating macosx/English.lproj/Makefile
  1878. config.status: creating macosx/LAME.xcodeproj/Makefile
  1879. config.status: creating vc_solution/Makefile
  1880. config.status: creating config.h
  1881. config.status: executing depfiles commands
  1882. config.status: executing libtool commands
  1883. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/lame.configure
  1884. make -C lame* ; cd /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/lame-3.100/include; ln -sf . lame
  1885. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100'
  1886. make all-recursive
  1887. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100'
  1888. Making all in mpglib
  1889. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/mpglib'
  1890. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
  1891. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o
  1892. mv -f .deps/common.Tpo .deps/common.Plo
  1893. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c -o dct64_i386.lo dct64_i386.c
  1894. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT dct64_i386.lo -MD -MP -MF .deps/dct64_i386.Tpo -c dct64_i386.c -o dct64_i386.o
  1895. mv -f .deps/dct64_i386.Tpo .deps/dct64_i386.Plo
  1896. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c -o decode_i386.lo decode_i386.c
  1897. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT decode_i386.lo -MD -MP -MF .deps/decode_i386.Tpo -c decode_i386.c -o decode_i386.o
  1898. mv -f .deps/decode_i386.Tpo .deps/decode_i386.Plo
  1899. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
  1900. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o
  1901. mv -f .deps/interface.Tpo .deps/interface.Plo
  1902. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c -o layer1.lo layer1.c
  1903. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT layer1.lo -MD -MP -MF .deps/layer1.Tpo -c layer1.c -o layer1.o
  1904. mv -f .deps/layer1.Tpo .deps/layer1.Plo
  1905. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c -o layer2.lo layer2.c
  1906. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT layer2.lo -MD -MP -MF .deps/layer2.Tpo -c layer2.c -o layer2.o
  1907. mv -f .deps/layer2.Tpo .deps/layer2.Plo
  1908. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c -o layer3.lo layer3.c
  1909. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT layer3.lo -MD -MP -MF .deps/layer3.Tpo -c layer3.c -o layer3.o
  1910. mv -f .deps/layer3.Tpo .deps/layer3.Plo
  1911. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c -o tabinit.lo tabinit.c
  1912. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT tabinit.lo -MD -MP -MF .deps/tabinit.Tpo -c tabinit.c -o tabinit.o
  1913. mv -f .deps/tabinit.Tpo .deps/tabinit.Plo
  1914. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -O -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo
  1915. libtool: link: ar cru .libs/libmpgdecoder.a common.o dct64_i386.o decode_i386.o interface.o layer1.o layer2.o layer3.o tabinit.o
  1916. ar: `u' modifier ignored since `D' is the default (see `U')
  1917. libtool: link: ranlib .libs/libmpgdecoder.a
  1918. libtool: link: ( cd ".libs" && rm -f "libmpgdecoder.la" && ln -s "../libmpgdecoder.la" "libmpgdecoder.la" )
  1919. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/mpglib'
  1920. Making all in libmp3lame
  1921. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame'
  1922. Making all in i386
  1923. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame/i386'
  1924. Makefile:622: warning: ignoring prerequisites on suffix rule definition
  1925. Makefile:619: warning: ignoring prerequisites on suffix rule definition
  1926. make[7]: Nothing to be done for 'all'.
  1927. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame/i386'
  1928. Making all in vector
  1929. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame/vector'
  1930. make[7]: Nothing to be done for 'all'.
  1931. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame/vector'
  1932. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame'
  1933. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c -o VbrTag.lo VbrTag.c
  1934. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT VbrTag.lo -MD -MP -MF .deps/VbrTag.Tpo -c VbrTag.c -o VbrTag.o
  1935. mv -f .deps/VbrTag.Tpo .deps/VbrTag.Plo
  1936. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
  1937. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
  1938. mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
  1939. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c -o encoder.lo encoder.c
  1940. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT encoder.lo -MD -MP -MF .deps/encoder.Tpo -c encoder.c -o encoder.o
  1941. mv -f .deps/encoder.Tpo .deps/encoder.Plo
  1942. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
  1943. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o
  1944. mv -f .deps/fft.Tpo .deps/fft.Plo
  1945. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c -o gain_analysis.lo gain_analysis.c
  1946. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT gain_analysis.lo -MD -MP -MF .deps/gain_analysis.Tpo -c gain_analysis.c -o gain_analysis.o
  1947. mv -f .deps/gain_analysis.Tpo .deps/gain_analysis.Plo
  1948. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c -o id3tag.lo id3tag.c
  1949. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT id3tag.lo -MD -MP -MF .deps/id3tag.Tpo -c id3tag.c -o id3tag.o
  1950. mv -f .deps/id3tag.Tpo .deps/id3tag.Plo
  1951. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c -o lame.lo lame.c
  1952. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT lame.lo -MD -MP -MF .deps/lame.Tpo -c lame.c -o lame.o
  1953. mv -f .deps/lame.Tpo .deps/lame.Plo
  1954. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c -o newmdct.lo newmdct.c
  1955. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT newmdct.lo -MD -MP -MF .deps/newmdct.Tpo -c newmdct.c -o newmdct.o
  1956. mv -f .deps/newmdct.Tpo .deps/newmdct.Plo
  1957. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c -o presets.lo presets.c
  1958. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT presets.lo -MD -MP -MF .deps/presets.Tpo -c presets.c -o presets.o
  1959. mv -f .deps/presets.Tpo .deps/presets.Plo
  1960. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c -o psymodel.lo psymodel.c
  1961. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT psymodel.lo -MD -MP -MF .deps/psymodel.Tpo -c psymodel.c -o psymodel.o
  1962. mv -f .deps/psymodel.Tpo .deps/psymodel.Plo
  1963. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c -o quantize.lo quantize.c
  1964. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT quantize.lo -MD -MP -MF .deps/quantize.Tpo -c quantize.c -o quantize.o
  1965. mv -f .deps/quantize.Tpo .deps/quantize.Plo
  1966. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c -o quantize_pvt.lo quantize_pvt.c
  1967. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT quantize_pvt.lo -MD -MP -MF .deps/quantize_pvt.Tpo -c quantize_pvt.c -o quantize_pvt.o
  1968. mv -f .deps/quantize_pvt.Tpo .deps/quantize_pvt.Plo
  1969. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c -o reservoir.lo reservoir.c
  1970. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT reservoir.lo -MD -MP -MF .deps/reservoir.Tpo -c reservoir.c -o reservoir.o
  1971. mv -f .deps/reservoir.Tpo .deps/reservoir.Plo
  1972. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c -o set_get.lo set_get.c
  1973. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT set_get.lo -MD -MP -MF .deps/set_get.Tpo -c set_get.c -o set_get.o
  1974. mv -f .deps/set_get.Tpo .deps/set_get.Plo
  1975. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c -o tables.lo tables.c
  1976. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT tables.lo -MD -MP -MF .deps/tables.Tpo -c tables.c -o tables.o
  1977. mv -f .deps/tables.Tpo .deps/tables.Plo
  1978. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c -o takehiro.lo takehiro.c
  1979. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT takehiro.lo -MD -MP -MF .deps/takehiro.Tpo -c takehiro.c -o takehiro.o
  1980. mv -f .deps/takehiro.Tpo .deps/takehiro.Plo
  1981. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
  1982. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o
  1983. mv -f .deps/util.Tpo .deps/util.Plo
  1984. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c -o vbrquantize.lo vbrquantize.c
  1985. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT vbrquantize.lo -MD -MP -MF .deps/vbrquantize.Tpo -c vbrquantize.c -o vbrquantize.o
  1986. mv -f .deps/vbrquantize.Tpo .deps/vbrquantize.Plo
  1987. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
  1988. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o
  1989. mv -f .deps/version.Tpo .deps/version.Plo
  1990. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c -o mpglib_interface.lo mpglib_interface.c
  1991. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT mpglib_interface.lo -MD -MP -MF .deps/mpglib_interface.Tpo -c mpglib_interface.c -o mpglib_interface.o
  1992. mv -f .deps/mpglib_interface.Tpo .deps/mpglib_interface.Plo
  1993. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -O -version-info 0:0 -export-symbols ../include/libmp3lame.sym -no-undefined -o libmp3lame.la -rpath /usr/local/lib VbrTag.lo bitstream.lo encoder.lo fft.lo gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo version.lo mpglib_interface.lo ../mpglib/libmpgdecoder.la -lm
  1994. libtool: link: (cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x "/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame/../mpglib/.libs/libmpgdecoder.a")
  1995. libtool: link: ar cru .libs/libmp3lame.a VbrTag.o bitstream.o encoder.o fft.o gain_analysis.o id3tag.o lame.o newmdct.o presets.o psymodel.o quantize.o quantize_pvt.o reservoir.o set_get.o tables.o takehiro.o util.o vbrquantize.o version.o mpglib_interface.o .libs/libmp3lame.lax/libmpgdecoder.a/common.o .libs/libmp3lame.lax/libmpgdecoder.a/dct64_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/decode_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/interface.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o
  1996. ar: `u' modifier ignored since `D' is the default (see `U')
  1997. libtool: link: ranlib .libs/libmp3lame.a
  1998. libtool: link: rm -fr .libs/libmp3lame.lax
  1999. libtool: link: ( cd ".libs" && rm -f "libmp3lame.la" && ln -s "../libmp3lame.la" "libmp3lame.la" )
  2000. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame'
  2001. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/libmp3lame'
  2002. Making all in frontend
  2003. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/frontend'
  2004. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT lame_main.o -MD -MP -MF .deps/lame_main.Tpo -c -o lame_main.o lame_main.c
  2005. mv -f .deps/lame_main.Tpo .deps/lame_main.Po
  2006. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
  2007. mv -f .deps/main.Tpo .deps/main.Po
  2008. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT brhist.o -MD -MP -MF .deps/brhist.Tpo -c -o brhist.o brhist.c
  2009. mv -f .deps/brhist.Tpo .deps/brhist.Po
  2010. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT console.o -MD -MP -MF .deps/console.Tpo -c -o console.o console.c
  2011. mv -f .deps/console.Tpo .deps/console.Po
  2012. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT get_audio.o -MD -MP -MF .deps/get_audio.Tpo -c -o get_audio.o get_audio.c
  2013. get_audio.c: In function ‘read_32_bits_high_low’:
  2014. get_audio.c:186:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  2015. 186 | fread(bytes, 1, 4, fp);
  2016. | ^~~~~~~~~~~~~~~~~~~~~~
  2017. get_audio.c: In function ‘read_16_bits_low_high’:
  2018. get_audio.c:147:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  2019. 147 | fread(bytes, 1, 2, fp);
  2020. | ^~~~~~~~~~~~~~~~~~~~~~
  2021. get_audio.c: In function ‘read_32_bits_low_high’:
  2022. get_audio.c:160:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  2023. 160 | fread(bytes, 1, 4, fp);
  2024. | ^~~~~~~~~~~~~~~~~~~~~~
  2025. get_audio.c: In function ‘read_16_bits_high_low’:
  2026. get_audio.c:174:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  2027. 174 | fread(bytes, 1, 2, fp);
  2028. | ^~~~~~~~~~~~~~~~~~~~~~
  2029. get_audio.c: In function ‘read_ieee_extended_high_low’:
  2030. get_audio.c:115:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  2031. 115 | fread(bytes, 1, 10, fp);
  2032. | ^~~~~~~~~~~~~~~~~~~~~~~
  2033. mv -f .deps/get_audio.Tpo .deps/get_audio.Po
  2034. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT lametime.o -MD -MP -MF .deps/lametime.Tpo -c -o lametime.o lametime.c
  2035. mv -f .deps/lametime.Tpo .deps/lametime.Po
  2036. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
  2037. mv -f .deps/parse.Tpo .deps/parse.Po
  2038. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O -MT timestatus.o -MD -MP -MF .deps/timestatus.Tpo -c -o timestatus.o timestatus.c
  2039. mv -f .deps/timestatus.Tpo .deps/timestatus.Po
  2040. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -O -static -o lame lame_main.o main.o brhist.o console.o get_audio.o lametime.o parse.o timestatus.o ../libmp3lame/libmp3lame.la -lncurses -lm
  2041. libtool: link: /usr/lib/ccache/gcc -O -o lame lame_main.o main.o brhist.o console.o get_audio.o lametime.o parse.o timestatus.o ../libmp3lame/.libs/libmp3lame.a -lncurses -lm
  2042. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/frontend'
  2043. Making all in Dll
  2044. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/Dll'
  2045. make[6]: Nothing to be done for 'all'.
  2046. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/Dll'
  2047. Making all in doc
  2048. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc'
  2049. Making all in html
  2050. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc/html'
  2051. make[7]: Nothing to be done for 'all'.
  2052. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc/html'
  2053. Making all in man
  2054. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc/man'
  2055. make[7]: Nothing to be done for 'all'.
  2056. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc/man'
  2057. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc'
  2058. make[7]: Nothing to be done for 'all-am'.
  2059. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc'
  2060. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/doc'
  2061. Making all in include
  2062. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/include'
  2063. make[6]: Nothing to be done for 'all'.
  2064. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/include'
  2065. Making all in misc
  2066. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/misc'
  2067. make[6]: Nothing to be done for 'all'.
  2068. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/misc'
  2069. Making all in dshow
  2070. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/dshow'
  2071. make[6]: Nothing to be done for 'all'.
  2072. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/dshow'
  2073. Making all in ACM
  2074. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM'
  2075. Making all in ADbg
  2076. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM/ADbg'
  2077. make[7]: Nothing to be done for 'all'.
  2078. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM/ADbg'
  2079. Making all in ddk
  2080. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM/ddk'
  2081. make[7]: Nothing to be done for 'all'.
  2082. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM/ddk'
  2083. Making all in tinyxml
  2084. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM/tinyxml'
  2085. make[7]: Nothing to be done for 'all'.
  2086. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM/tinyxml'
  2087. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM'
  2088. make[7]: Nothing to be done for 'all-am'.
  2089. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM'
  2090. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/ACM'
  2091. Making all in mac
  2092. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/mac'
  2093. make[6]: Nothing to be done for 'all'.
  2094. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/mac'
  2095. Making all in macosx
  2096. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx'
  2097. Making all in English.lproj
  2098. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx/English.lproj'
  2099. make[7]: Nothing to be done for 'all'.
  2100. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx/English.lproj'
  2101. Making all in LAME.xcodeproj
  2102. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx/LAME.xcodeproj'
  2103. make[7]: Nothing to be done for 'all'.
  2104. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx/LAME.xcodeproj'
  2105. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx'
  2106. make[7]: Nothing to be done for 'all-am'.
  2107. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx'
  2108. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/macosx'
  2109. Making all in vc_solution
  2110. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/vc_solution'
  2111. make[6]: Nothing to be done for 'all'.
  2112. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100/vc_solution'
  2113. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100'
  2114. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100'
  2115. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100'
  2116. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/lame-3.100'
  2117. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/lame.built
  2118. tar -xJf src/openjpeg-2.4.0.tar.xz
  2119. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/openjpeg.source
  2120. CONFIGURING openjpeg
  2121. cd openjpeg* && echo 'cmake "$@" "."' > ./configure; chmod +x ./configure; ./configure -DBUILD_SHARED_LIBS:BOOL=OFF
  2122. -- The C compiler identification is GNU 10.2.1
  2123. -- The CXX compiler identification is GNU 10.2.1
  2124. -- Detecting C compiler ABI info
  2125. -- Detecting C compiler ABI info - done
  2126. -- Check for working C compiler: /usr/lib/ccache/gcc - skipped
  2127. -- Detecting C compile features
  2128. -- Detecting C compile features - done
  2129. -- Detecting CXX compiler ABI info
  2130. -- Detecting CXX compiler ABI info - done
  2131. -- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
  2132. -- Detecting CXX compile features
  2133. -- Detecting CXX compile features - done
  2134. -- Check if the system is big endian
  2135. -- Searching 16 bit integer
  2136. -- Looking for sys/types.h
  2137. -- Looking for sys/types.h - found
  2138. -- Looking for stdint.h
  2139. -- Looking for stdint.h - found
  2140. -- Looking for stddef.h
  2141. -- Looking for stddef.h - found
  2142. -- Check size of unsigned short
  2143. -- Check size of unsigned short - done
  2144. -- Searching 16 bit integer - Using unsigned short
  2145. -- Check if the system is big endian - little endian
  2146. -- Looking for string.h
  2147. -- Looking for string.h - found
  2148. -- Looking for memory.h
  2149. -- Looking for memory.h - found
  2150. -- Looking for stdlib.h
  2151. -- Looking for stdlib.h - found
  2152. -- Looking for stdio.h
  2153. -- Looking for stdio.h - found
  2154. -- Looking for math.h
  2155. -- Looking for math.h - found
  2156. -- Looking for float.h
  2157. -- Looking for float.h - found
  2158. -- Looking for time.h
  2159. -- Looking for time.h - found
  2160. -- Looking for stdarg.h
  2161. -- Looking for stdarg.h - found
  2162. -- Looking for ctype.h
  2163. -- Looking for ctype.h - found
  2164. -- Looking for assert.h
  2165. -- Looking for assert.h - found
  2166. -- Looking for stdint.h
  2167. -- Looking for stdint.h - found
  2168. -- Looking for inttypes.h
  2169. -- Looking for inttypes.h - found
  2170. -- Looking for strings.h
  2171. -- Looking for strings.h - found
  2172. -- Looking for sys/stat.h
  2173. -- Looking for sys/stat.h - found
  2174. -- Looking for unistd.h
  2175. -- Looking for unistd.h - found
  2176. -- Checking for 64-bit off_t
  2177. -- Checking for 64-bit off_t - present with _FILE_OFFSET_BITS=64
  2178. -- Checking for fseeko/ftello
  2179. -- Checking for fseeko/ftello - present
  2180. -- Large File support - found
  2181. -- Looking for include file malloc.h
  2182. -- Looking for include file malloc.h - found
  2183. -- Looking for _aligned_malloc
  2184. -- Looking for _aligned_malloc - not found
  2185. -- Looking for posix_memalign
  2186. -- Looking for posix_memalign - found
  2187. -- Looking for memalign
  2188. -- Looking for memalign - found
  2189. -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.11")
  2190. -- Your system seems to have a Z lib available, we will use it to generate PNG lib
  2191. -- Found PNG: /usr/lib/i386-linux-gnu/libpng.so (found version "1.6.37")
  2192. -- Your system seems to have a PNG lib available, we will use it
  2193. -- Found TIFF: /usr/lib/i386-linux-gnu/libtiff.so (found version "4.2.0")
  2194. -- Your system seems to have a TIFF lib available, we will use it
  2195. -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR)
  2196. -- Could NOT find LCMS (missing: LCMS_LIBRARY LCMS_INCLUDE_DIR)
  2197. -- LCMS2 or LCMS lib not found, activate BUILD_THIRDPARTY if you want build it
  2198. -- Configuring done
  2199. -- Generating done
  2200. -- Build files have been written to: /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0
  2201. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/openjpeg.configure
  2202. make -C openjpeg* ; cd /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/openjpeg-2.4.0/src/lib/openjp2; ln -sf . openjpeg-2.1
  2203. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2204. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2205. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2206. Scanning dependencies of target openjp2
  2207. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2208. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2209. [ 2%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/thread.c.o
  2210. [ 4%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/bio.c.o
  2211. [ 6%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/cio.c.o
  2212. [ 8%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/dwt.c.o
  2213. [ 10%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/event.c.o
  2214. [ 12%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/image.c.o
  2215. [ 14%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/invert.c.o
  2216. [ 16%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/j2k.c.o
  2217. [ 18%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/jp2.c.o
  2218. [ 20%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/mct.c.o
  2219. [ 22%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/mqc.c.o
  2220. [ 24%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/openjpeg.c.o
  2221. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/lib/openjp2/openjpeg.c: In function ‘opj_stream_create_file_stream’:
  2222. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/lib/openjp2/openjpeg.c:1078:30: warning: cast between incompatible function types from ‘int (*)(FILE *)’ to ‘void (*)(void *)’ [-Wcast-function-type]
  2223. 1078 | (opj_stream_free_user_data_fn) fclose);
  2224. | ^
  2225. [ 26%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/opj_clock.c.o
  2226. [ 28%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/pi.c.o
  2227. [ 30%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/t1.c.o
  2228. [ 32%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/t2.c.o
  2229. [ 34%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/tcd.c.o
  2230. [ 36%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/tgt.c.o
  2231. [ 38%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/function_list.c.o
  2232. [ 40%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/opj_malloc.c.o
  2233. [ 42%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/sparse_array.c.o
  2234. [ 44%] Linking C static library ../../../bin/libopenjp2.a
  2235. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2236. [ 44%] Built target openjp2
  2237. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2238. Scanning dependencies of target opj_dump
  2239. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2240. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2241. [ 46%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/opj_dump.c.o
  2242. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_dump.c: In function ‘get_next_file’:
  2243. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_dump.c:214:31: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
  2244. 214 | sprintf(infilename, "%s/%s", img_fol->imgdirpath, image_filename);
  2245. | ^
  2246. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_dump.c:214:5: note: ‘sprintf’ output 2 or more bytes (assuming 4097) into a destination of size 4096
  2247. 214 | sprintf(infilename, "%s/%s", img_fol->imgdirpath, image_filename);
  2248. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2249. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_dump.c:227:36: warning: ‘.’ directive writing 1 byte into a region of size between 0 and 4095 [-Wformat-overflow=]
  2250. 227 | sprintf(outfilename, "%s/%s.%s", img_fol->imgdirpath, temp_ofname,
  2251. | ^
  2252. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_dump.c:227:9: note: ‘sprintf’ output 3 or more bytes (assuming 4098) into a destination of size 4096
  2253. 227 | sprintf(outfilename, "%s/%s.%s", img_fol->imgdirpath, temp_ofname,
  2254. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2255. 228 | img_fol->out_format);
  2256. | ~~~~~~~~~~~~~~~~~~~~
  2257. [ 48%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/convert.c.o
  2258. [ 51%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/convertbmp.c.o
  2259. [ 53%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/index.c.o
  2260. [ 55%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/__/common/color.c.o
  2261. [ 57%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/__/common/opj_getopt.c.o
  2262. [ 59%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/converttif.c.o
  2263. [ 61%] Building C object src/bin/jp2/CMakeFiles/opj_dump.dir/convertpng.c.o
  2264. [ 63%] Linking C executable ../../../bin/opj_dump
  2265. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2266. [ 63%] Built target opj_dump
  2267. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2268. Scanning dependencies of target opj_compress
  2269. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2270. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2271. [ 65%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/opj_compress.c.o
  2272. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_compress.c: In function ‘get_next_file’:
  2273. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_compress.c:556:31: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
  2274. 556 | sprintf(infilename, "%s/%s", img_fol->imgdirpath, image_filename);
  2275. | ^
  2276. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_compress.c:556:5: note: ‘sprintf’ output 2 or more bytes (assuming 4097) into a destination of size 4096
  2277. 556 | sprintf(infilename, "%s/%s", img_fol->imgdirpath, image_filename);
  2278. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2279. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_compress.c:569:36: warning: ‘.’ directive writing 1 byte into a region of size between 0 and 4095 [-Wformat-overflow=]
  2280. 569 | sprintf(outfilename, "%s/%s.%s", img_fol->imgdirpath, temp_ofname,
  2281. | ^
  2282. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_compress.c:569:9: note: ‘sprintf’ output 3 or more bytes (assuming 4098) into a destination of size 4096
  2283. 569 | sprintf(outfilename, "%s/%s.%s", img_fol->imgdirpath, temp_ofname,
  2284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2285. 570 | img_fol->out_format);
  2286. | ~~~~~~~~~~~~~~~~~~~~
  2287. [ 67%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/convert.c.o
  2288. [ 69%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/convertbmp.c.o
  2289. [ 71%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/index.c.o
  2290. [ 73%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/__/common/color.c.o
  2291. [ 75%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/__/common/opj_getopt.c.o
  2292. [ 77%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/converttif.c.o
  2293. [ 79%] Building C object src/bin/jp2/CMakeFiles/opj_compress.dir/convertpng.c.o
  2294. [ 81%] Linking C executable ../../../bin/opj_compress
  2295. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2296. [ 81%] Built target opj_compress
  2297. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2298. Scanning dependencies of target opj_decompress
  2299. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2300. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2301. [ 83%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/opj_decompress.c.o
  2302. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_decompress.c: In function ‘get_next_file’:
  2303. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_decompress.c:482:36: warning: ‘.’ directive writing 1 byte into a region of size between 0 and 4095 [-Wformat-overflow=]
  2304. 482 | sprintf(outfilename, "%s/%s.%s", img_fol->imgdirpath, temp_ofname,
  2305. | ^
  2306. /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0/src/bin/jp2/opj_decompress.c:482:9: note: ‘sprintf’ output 3 or more bytes (assuming 4098) into a destination of size 4096
  2307. 482 | sprintf(outfilename, "%s/%s.%s", img_fol->imgdirpath, temp_ofname,
  2308. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2309. 483 | img_fol->out_format);
  2310. | ~~~~~~~~~~~~~~~~~~~~
  2311. [ 85%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/convert.c.o
  2312. [ 87%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/convertbmp.c.o
  2313. [ 89%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/index.c.o
  2314. [ 91%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/__/common/color.c.o
  2315. [ 93%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/__/common/opj_getopt.c.o
  2316. [ 95%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/converttif.c.o
  2317. [ 97%] Building C object src/bin/jp2/CMakeFiles/opj_decompress.dir/convertpng.c.o
  2318. [100%] Linking C executable ../../../bin/opj_decompress
  2319. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2320. [100%] Built target opj_decompress
  2321. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2322. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/openjpeg-2.4.0'
  2323. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/openjpeg.built
  2324. tar -xJf src/libtheora-1.1.1.tar.xz
  2325. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libtheora.source
  2326. tar -xJf src/libogg-1.3.5.tar.xz
  2327. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libogg.source
  2328. CONFIGURING libogg
  2329. cd libogg* && autoreconf -ifv -I m4 && automake -caf; ./configure --enable-shared=no
  2330. autoreconf: Entering directory `.'
  2331. autoreconf: configure.ac: not using Gettext
  2332. autoreconf: running: aclocal -I m4 --force -I m4
  2333. autoreconf: configure.ac: tracing
  2334. autoreconf: running: libtoolize --copy --force
  2335. libtoolize: putting auxiliary files in '.'.
  2336. libtoolize: copying file './ltmain.sh'
  2337. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  2338. libtoolize: copying file 'm4/libtool.m4'
  2339. libtoolize: copying file 'm4/ltoptions.m4'
  2340. libtoolize: copying file 'm4/ltsugar.m4'
  2341. libtoolize: copying file 'm4/ltversion.m4'
  2342. libtoolize: copying file 'm4/lt~obsolete.m4'
  2343. autoreconf: running: /usr/bin/autoconf --include=m4 --force
  2344. autoreconf: running: /usr/bin/autoheader --include=m4 --force
  2345. autoreconf: running: automake --add-missing --copy --force-missing
  2346. configure.ac:5: installing './compile'
  2347. configure.ac:9: installing './missing'
  2348. src/Makefile.am: installing './depcomp'
  2349. autoreconf: Leaving directory `.'
  2350. checking build system type... x86_64-pc-linux-gnu
  2351. checking host system type... x86_64-pc-linux-gnu
  2352. checking how to print strings... printf
  2353. checking for gcc... /usr/lib/ccache/gcc
  2354. checking whether the C compiler works... yes
  2355. checking for C compiler default output file name... a.out
  2356. checking for suffix of executables...
  2357. checking whether we are cross compiling... no
  2358. checking for suffix of object files... o
  2359. checking whether we are using the GNU C compiler... yes
  2360. checking whether /usr/lib/ccache/gcc accepts -g... yes
  2361. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  2362. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  2363. checking for a sed that does not truncate output... /usr/bin/sed
  2364. checking for grep that handles long lines and -e... /usr/bin/grep
  2365. checking for egrep... /usr/bin/grep -E
  2366. checking for fgrep... /usr/bin/grep -F
  2367. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld
  2368. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2369. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  2370. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  2371. checking whether ln -s works... yes
  2372. checking the maximum length of command line arguments... 1572864
  2373. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  2374. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  2375. checking for /usr/bin/ld option to reload object files... -r
  2376. checking for objdump... objdump
  2377. checking how to recognize dependent libraries... pass_all
  2378. checking for dlltool... no
  2379. checking how to associate runtime and link libraries... printf %s\n
  2380. checking for ar... ar
  2381. checking for archiver @FILE support... @
  2382. checking for strip... strip
  2383. checking for ranlib... ranlib
  2384. checking for gawk... gawk
  2385. checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok
  2386. checking for sysroot... no
  2387. checking for a working dd... /usr/bin/dd
  2388. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  2389. checking for mt... mt
  2390. checking if mt is a manifest tool... no
  2391. checking how to run the C preprocessor... /usr/lib/ccache/gcc -E
  2392. checking for ANSI C header files... yes
  2393. checking for sys/types.h... yes
  2394. checking for sys/stat.h... yes
  2395. checking for stdlib.h... yes
  2396. checking for string.h... yes
  2397. checking for memory.h... yes
  2398. checking for strings.h... yes
  2399. checking for inttypes.h... yes
  2400. checking for stdint.h... yes
  2401. checking for unistd.h... yes
  2402. checking for dlfcn.h... yes
  2403. checking for objdir... .libs
  2404. checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no
  2405. checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC
  2406. checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes
  2407. checking if /usr/lib/ccache/gcc static flag -static works... yes
  2408. checking if /usr/lib/ccache/gcc supports -c -o file.o... yes
  2409. checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes
  2410. checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  2411. checking dynamic linker characteristics... GNU/Linux ld.so
  2412. checking how to hardcode library paths into programs... immediate
  2413. checking whether stripping libraries is possible... yes
  2414. checking if libtool supports shared libraries... yes
  2415. checking whether to build shared libraries... no
  2416. checking whether to build static libraries... yes
  2417. checking for a BSD-compatible install... /usr/bin/install -c
  2418. checking whether build environment is sane... yes
  2419. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  2420. checking whether make sets $(MAKE)... yes
  2421. checking whether make supports the include directive... yes (GNU style)
  2422. checking whether make supports nested variables... yes
  2423. checking dependency style of /usr/lib/ccache/gcc... gcc3
  2424. checking whether to enable maintainer-specific portions of Makefiles... yes
  2425. checking for gcc... (cached) /usr/lib/ccache/gcc
  2426. checking whether we are using the GNU C compiler... (cached) yes
  2427. checking whether /usr/lib/ccache/gcc accepts -g... (cached) yes
  2428. checking for /usr/lib/ccache/gcc option to accept ISO C89... (cached) none needed
  2429. checking whether /usr/lib/ccache/gcc understands -c and -o together... (cached) yes
  2430. checking for ANSI C header files... (cached) yes
  2431. checking for inttypes.h... (cached) yes
  2432. checking for stdint.h... (cached) yes
  2433. checking for sys/types.h... (cached) yes
  2434. checking for an ANSI C-conforming const... yes
  2435. checking size of int16_t... 2
  2436. checking size of uint16_t... 2
  2437. checking size of u_int16_t... 2
  2438. checking size of int32_t... 4
  2439. checking size of uint32_t... 4
  2440. checking size of u_int32_t... 4
  2441. checking size of int64_t... 8
  2442. checking size of uint64_t... 8
  2443. checking size of short... 2
  2444. checking size of int... 4
  2445. checking size of long... 4
  2446. checking size of long long... 8
  2447. checking for working memcmp... yes
  2448. checking that generated files are newer than configure... done
  2449. configure: creating ./config.status
  2450. config.status: creating Makefile
  2451. config.status: creating src/Makefile
  2452. config.status: creating doc/Makefile
  2453. config.status: creating doc/libogg/Makefile
  2454. config.status: creating include/Makefile
  2455. config.status: creating include/ogg/Makefile
  2456. config.status: creating include/ogg/config_types.h
  2457. config.status: creating libogg.spec
  2458. config.status: creating ogg.pc
  2459. config.status: creating ogg-uninstalled.pc
  2460. config.status: creating config.h
  2461. config.status: executing libtool commands
  2462. config.status: executing depfiles commands
  2463. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libogg.configure
  2464. make -C libogg*
  2465. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5'
  2466. make all-recursive
  2467. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5'
  2468. Making all in src
  2469. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/src'
  2470. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -D_V_SELFTEST -O2 -Wall -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
  2471. mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
  2472. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -D_V_SELFTEST -O2 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
  2473. libtool: link: /usr/lib/ccache/gcc -D_V_SELFTEST -O2 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
  2474. /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -D_V_SELFTEST -O2 -Wall -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
  2475. mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
  2476. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -D_V_SELFTEST -O2 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
  2477. libtool: link: /usr/lib/ccache/gcc -D_V_SELFTEST -O2 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
  2478. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
  2479. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o
  2480. mv -f .deps/framing.Tpo .deps/framing.Plo
  2481. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
  2482. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o
  2483. mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
  2484. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -O2 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 8:5:8 -o libogg.la -rpath /usr/local/lib framing.lo bitwise.lo
  2485. libtool: link: ar cr .libs/libogg.a framing.o bitwise.o
  2486. libtool: link: ranlib .libs/libogg.a
  2487. libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
  2488. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/src'
  2489. Making all in include
  2490. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/include'
  2491. Making all in ogg
  2492. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/include/ogg'
  2493. make[7]: Nothing to be done for 'all'.
  2494. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/include/ogg'
  2495. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/include'
  2496. make[7]: Nothing to be done for 'all-am'.
  2497. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/include'
  2498. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/include'
  2499. Making all in doc
  2500. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/doc'
  2501. Making all in libogg
  2502. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/doc/libogg'
  2503. make[7]: Nothing to be done for 'all'.
  2504. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/doc/libogg'
  2505. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/doc'
  2506. make[7]: Nothing to be done for 'all-am'.
  2507. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/doc'
  2508. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5/doc'
  2509. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5'
  2510. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5'
  2511. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5'
  2512. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libogg-1.3.5'
  2513. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libogg.built
  2514. tar -xJf src/libvorbis-1.3.7.tar.xz
  2515. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libvorbis.source
  2516. CONFIGURING libvorbis
  2517. cd libvorbis* && ./configure --disable-oggtest --enable-shared=no
  2518. checking build system type... x86_64-pc-linux-gnu
  2519. checking host system type... x86_64-pc-linux-gnu
  2520. checking for a BSD-compatible install... /usr/bin/install -c
  2521. checking whether build environment is sane... yes
  2522. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  2523. checking for gawk... gawk
  2524. checking whether make sets $(MAKE)... yes
  2525. checking whether make supports nested variables... yes
  2526. checking whether to enable maintainer-specific portions of Makefiles... no
  2527. checking whether make supports nested variables... (cached) yes
  2528. checking for gcc... /usr/lib/ccache/gcc
  2529. checking whether the C compiler works... yes
  2530. checking for C compiler default output file name... a.out
  2531. checking for suffix of executables...
  2532. checking whether we are cross compiling... no
  2533. checking for suffix of object files... o
  2534. checking whether we are using the GNU C compiler... yes
  2535. checking whether /usr/lib/ccache/gcc accepts -g... yes
  2536. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  2537. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  2538. checking whether make supports the include directive... yes (GNU style)
  2539. checking dependency style of /usr/lib/ccache/gcc... gcc3
  2540. checking how to run the C preprocessor... /usr/lib/ccache/gcc -E
  2541. checking for inline... inline
  2542. checking how to print strings... printf
  2543. checking for a sed that does not truncate output... /usr/bin/sed
  2544. checking for grep that handles long lines and -e... /usr/bin/grep
  2545. checking for egrep... /usr/bin/grep -E
  2546. checking for fgrep... /usr/bin/grep -F
  2547. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld
  2548. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2549. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  2550. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  2551. checking whether ln -s works... yes
  2552. checking the maximum length of command line arguments... 1572864
  2553. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  2554. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  2555. checking for /usr/bin/ld option to reload object files... -r
  2556. checking for objdump... objdump
  2557. checking how to recognize dependent libraries... pass_all
  2558. checking for dlltool... dlltool
  2559. checking how to associate runtime and link libraries... printf %s\n
  2560. checking for ar... ar
  2561. checking for archiver @FILE support... @
  2562. checking for strip... strip
  2563. checking for ranlib... ranlib
  2564. checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok
  2565. checking for sysroot... no
  2566. checking for a working dd... /usr/bin/dd
  2567. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  2568. checking for mt... mt
  2569. checking if mt is a manifest tool... no
  2570. checking for ANSI C header files... yes
  2571. checking for sys/types.h... yes
  2572. checking for sys/stat.h... yes
  2573. checking for stdlib.h... yes
  2574. checking for string.h... yes
  2575. checking for memory.h... yes
  2576. checking for strings.h... yes
  2577. checking for inttypes.h... yes
  2578. checking for stdint.h... yes
  2579. checking for unistd.h... yes
  2580. checking for dlfcn.h... yes
  2581. checking for objdir... .libs
  2582. checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no
  2583. checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC
  2584. checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes
  2585. checking if /usr/lib/ccache/gcc static flag -static works... yes
  2586. checking if /usr/lib/ccache/gcc supports -c -o file.o... yes
  2587. checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes
  2588. checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  2589. checking dynamic linker characteristics... GNU/Linux ld.so
  2590. checking how to hardcode library paths into programs... immediate
  2591. checking whether stripping libraries is possible... yes
  2592. checking if libtool supports shared libraries... yes
  2593. checking whether to build shared libraries... no
  2594. checking whether to build static libraries... yes
  2595. checking GCC version... 10
  2596. checking if /usr/lib/ccache/gcc accepts -Wdeclaration-after-statement... yes
  2597. checking for memory.h... (cached) yes
  2598. checking for cos in -lm... yes
  2599. checking for pthread_create in -lpthread... yes
  2600. checking for pkg-config... /usr/bin/pkg-config
  2601. checking pkg-config is at least version 0.9.0... yes
  2602. checking for OGG... yes
  2603. checking for size_t... yes
  2604. checking for working alloca.h... yes
  2605. checking for alloca... yes
  2606. checking for working memcmp... yes
  2607. checking that generated files are newer than configure... done
  2608. configure: creating ./config.status
  2609. config.status: creating Makefile
  2610. config.status: creating m4/Makefile
  2611. config.status: creating lib/Makefile
  2612. config.status: creating lib/modes/Makefile
  2613. config.status: creating lib/books/Makefile
  2614. config.status: creating lib/books/coupled/Makefile
  2615. config.status: creating lib/books/uncoupled/Makefile
  2616. config.status: creating lib/books/floor/Makefile
  2617. config.status: creating doc/Makefile
  2618. config.status: creating doc/vorbisfile/Makefile
  2619. config.status: creating doc/vorbisenc/Makefile
  2620. config.status: creating doc/libvorbis/Makefile
  2621. config.status: creating doc/Doxyfile
  2622. config.status: creating include/Makefile
  2623. config.status: creating include/vorbis/Makefile
  2624. config.status: creating examples/Makefile
  2625. config.status: creating test/Makefile
  2626. config.status: creating vq/Makefile
  2627. config.status: creating libvorbis.spec
  2628. config.status: creating vorbis.pc
  2629. config.status: creating vorbisenc.pc
  2630. config.status: creating vorbisfile.pc
  2631. config.status: creating vorbis-uninstalled.pc
  2632. config.status: creating vorbisenc-uninstalled.pc
  2633. config.status: creating vorbisfile-uninstalled.pc
  2634. config.status: creating config.h
  2635. config.status: executing depfiles commands
  2636. config.status: executing libtool commands
  2637. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libvorbis.configure
  2638. make -C libvorbis*
  2639. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7'
  2640. make all-recursive
  2641. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7'
  2642. Making all in m4
  2643. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/m4'
  2644. make[6]: Nothing to be done for 'all'.
  2645. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/m4'
  2646. Making all in include
  2647. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/include'
  2648. Making all in vorbis
  2649. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/include/vorbis'
  2650. make[7]: Nothing to be done for 'all'.
  2651. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/include/vorbis'
  2652. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/include'
  2653. make[7]: Nothing to be done for 'all-am'.
  2654. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/include'
  2655. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/include'
  2656. Making all in vq
  2657. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/vq'
  2658. make[6]: Nothing to be done for 'all'.
  2659. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/vq'
  2660. Making all in lib
  2661. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib'
  2662. Making all in modes
  2663. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/modes'
  2664. make[7]: Nothing to be done for 'all'.
  2665. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/modes'
  2666. Making all in books
  2667. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books'
  2668. Making all in coupled
  2669. make[8]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books/coupled'
  2670. make[8]: Nothing to be done for 'all'.
  2671. make[8]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books/coupled'
  2672. Making all in uncoupled
  2673. make[8]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books/uncoupled'
  2674. make[8]: Nothing to be done for 'all'.
  2675. make[8]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books/uncoupled'
  2676. Making all in floor
  2677. make[8]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books/floor'
  2678. make[8]: Nothing to be done for 'all'.
  2679. make[8]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books/floor'
  2680. make[8]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books'
  2681. make[8]: Nothing to be done for 'all-am'.
  2682. make[8]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books'
  2683. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib/books'
  2684. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib'
  2685. CC test_sharedbook-sharedbook.o
  2686. CCLD test_sharedbook
  2687. CC mdct.lo
  2688. CC smallft.lo
  2689. CC block.lo
  2690. CC envelope.lo
  2691. CC window.lo
  2692. CC lsp.lo
  2693. CC lpc.lo
  2694. CC analysis.lo
  2695. CC synthesis.lo
  2696. CC psy.lo
  2697. CC info.lo
  2698. CC floor1.lo
  2699. CC floor0.lo
  2700. CC res0.lo
  2701. CC mapping0.lo
  2702. CC registry.lo
  2703. CC codebook.lo
  2704. CC sharedbook.lo
  2705. CC lookup.lo
  2706. CC bitrate.lo
  2707. CCLD libvorbis.la
  2708. CC vorbisfile.lo
  2709. CCLD libvorbisfile.la
  2710. CC vorbisenc.lo
  2711. CCLD libvorbisenc.la
  2712. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib'
  2713. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/lib'
  2714. Making all in test
  2715. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/test'
  2716. make[6]: Nothing to be done for 'all'.
  2717. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/test'
  2718. Making all in doc
  2719. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc'
  2720. Making all in libvorbis
  2721. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc/libvorbis'
  2722. make[7]: Nothing to be done for 'all'.
  2723. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc/libvorbis'
  2724. Making all in vorbisfile
  2725. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc/vorbisfile'
  2726. make[7]: Nothing to be done for 'all'.
  2727. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc/vorbisfile'
  2728. Making all in vorbisenc
  2729. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc/vorbisenc'
  2730. make[7]: Nothing to be done for 'all'.
  2731. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc/vorbisenc'
  2732. make[7]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc'
  2733. echo "*** Warning: Documentation build is disabled."
  2734. *** Warning: Documentation build is disabled.
  2735. touch doxygen-build.stamp
  2736. make[7]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc'
  2737. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7/doc'
  2738. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7'
  2739. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7'
  2740. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7'
  2741. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libvorbis-1.3.7'
  2742. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libvorbis.built
  2743. CONFIGURING libtheora
  2744. cd libtheora* && PKG_CONFIG_PATH=/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/:/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/; autoreconf -ifv -I m4 && automake -caf; CFLAGS+="-I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. " LDFLAGS+="-L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbis.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisenc.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisfile.a -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/src/.libs /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/src/.libs/libogg.a " ./configure --disable-examples --disable-spec --enable-shared=no
  2745. autoreconf: Entering directory `.'
  2746. autoreconf: configure.ac: not using Gettext
  2747. autoreconf: running: aclocal -I m4 --force
  2748. autoreconf: configure.ac: tracing
  2749. autoreconf: running: libtoolize --copy --force
  2750. libtoolize: putting auxiliary files in '.'.
  2751. libtoolize: copying file './ltmain.sh'
  2752. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  2753. libtoolize: and rerunning libtoolize and aclocal.
  2754. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  2755. autoreconf: running: /usr/bin/autoconf --include=m4 --force
  2756. autoreconf: running: /usr/bin/autoheader --include=m4 --force
  2757. autoreconf: running: automake --add-missing --copy --force-missing
  2758. configure.ac:55: installing './compile'
  2759. configure.ac:14: installing './missing'
  2760. doc/spec/Makefile.am: installing './depcomp'
  2761. examples/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  2762. lib/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  2763. lib/Makefile.am:90: warning: source file 'x86/mmxidct.c' is in a subdirectory,
  2764. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2765. automake: warning: possible forward-incompatibility.
  2766. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  2767. automake: automake option hasn't been enabled. For now, the corresponding output
  2768. automake: object file(s) will be placed in the top-level directory. However,
  2769. automake: this behaviour will change in future Automake versions: they will
  2770. automake: unconditionally cause object files to be placed in the same subdirectory
  2771. automake: of the corresponding sources.
  2772. automake: You are advised to start using 'subdir-objects' option throughout your
  2773. automake: project, to avoid future incompatibilities.
  2774. lib/Makefile.am:90: warning: source file 'x86/mmxfrag.c' is in a subdirectory,
  2775. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2776. lib/Makefile.am:90: warning: source file 'x86/mmxstate.c' is in a subdirectory,
  2777. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2778. lib/Makefile.am:90: warning: source file 'x86/x86state.c' is in a subdirectory,
  2779. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2780. lib/Makefile.am:30: warning: source file 'x86/mmxencfrag.c' is in a subdirectory,
  2781. lib/Makefile.am:30: but option 'subdir-objects' is disabled
  2782. lib/Makefile.am:30: warning: source file 'x86/mmxfdct.c' is in a subdirectory,
  2783. lib/Makefile.am:30: but option 'subdir-objects' is disabled
  2784. lib/Makefile.am:30: warning: source file 'x86/x86enc.c' is in a subdirectory,
  2785. lib/Makefile.am:30: but option 'subdir-objects' is disabled
  2786. lib/Makefile.am:35: warning: source file 'x86/sse2fdct.c' is in a subdirectory,
  2787. lib/Makefile.am:35: but option 'subdir-objects' is disabled
  2788. lib/Makefile.am:38: warning: source file 'x86/mmxfrag.c' is in a subdirectory,
  2789. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2790. lib/Makefile.am:38: warning: source file 'x86/mmxidct.c' is in a subdirectory,
  2791. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2792. lib/Makefile.am:38: warning: source file 'x86/mmxstate.c' is in a subdirectory,
  2793. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2794. lib/Makefile.am:38: warning: source file 'x86/x86state.c' is in a subdirectory,
  2795. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2796. tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  2797. parallel-tests: installing './test-driver'
  2798. autoreconf: Leaving directory `.'
  2799. examples/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  2800. lib/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  2801. lib/Makefile.am:90: warning: source file 'x86/mmxidct.c' is in a subdirectory,
  2802. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2803. automake: warning: possible forward-incompatibility.
  2804. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  2805. automake: automake option hasn't been enabled. For now, the corresponding output
  2806. automake: object file(s) will be placed in the top-level directory. However,
  2807. automake: this behaviour will change in future Automake versions: they will
  2808. automake: unconditionally cause object files to be placed in the same subdirectory
  2809. automake: of the corresponding sources.
  2810. automake: You are advised to start using 'subdir-objects' option throughout your
  2811. automake: project, to avoid future incompatibilities.
  2812. lib/Makefile.am:90: warning: source file 'x86/mmxfrag.c' is in a subdirectory,
  2813. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2814. lib/Makefile.am:90: warning: source file 'x86/mmxstate.c' is in a subdirectory,
  2815. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2816. lib/Makefile.am:90: warning: source file 'x86/x86state.c' is in a subdirectory,
  2817. lib/Makefile.am:90: but option 'subdir-objects' is disabled
  2818. lib/Makefile.am:30: warning: source file 'x86/mmxencfrag.c' is in a subdirectory,
  2819. lib/Makefile.am:30: but option 'subdir-objects' is disabled
  2820. lib/Makefile.am:30: warning: source file 'x86/mmxfdct.c' is in a subdirectory,
  2821. lib/Makefile.am:30: but option 'subdir-objects' is disabled
  2822. lib/Makefile.am:30: warning: source file 'x86/x86enc.c' is in a subdirectory,
  2823. lib/Makefile.am:30: but option 'subdir-objects' is disabled
  2824. lib/Makefile.am:35: warning: source file 'x86/sse2fdct.c' is in a subdirectory,
  2825. lib/Makefile.am:35: but option 'subdir-objects' is disabled
  2826. lib/Makefile.am:38: warning: source file 'x86/mmxfrag.c' is in a subdirectory,
  2827. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2828. lib/Makefile.am:38: warning: source file 'x86/mmxidct.c' is in a subdirectory,
  2829. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2830. lib/Makefile.am:38: warning: source file 'x86/mmxstate.c' is in a subdirectory,
  2831. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2832. lib/Makefile.am:38: warning: source file 'x86/x86state.c' is in a subdirectory,
  2833. lib/Makefile.am:38: but option 'subdir-objects' is disabled
  2834. tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  2835. checking build system type... x86_64-pc-linux-gnu
  2836. checking host system type... x86_64-pc-linux-gnu
  2837. checking target system type... x86_64-pc-linux-gnu
  2838. checking for a BSD-compatible install... /usr/bin/install -c
  2839. checking whether build environment is sane... yes
  2840. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  2841. checking for gawk... gawk
  2842. checking whether make sets $(MAKE)... yes
  2843. checking whether make supports nested variables... yes
  2844. checking whether to enable maintainer-specific portions of Makefiles... no
  2845. checking for gcc... /usr/lib/ccache/gcc
  2846. checking whether the C compiler works... yes
  2847. checking for C compiler default output file name... a.out
  2848. checking for suffix of executables...
  2849. checking whether we are cross compiling... no
  2850. checking for suffix of object files... o
  2851. checking whether we are using the GNU C compiler... yes
  2852. checking whether /usr/lib/ccache/gcc accepts -g... yes
  2853. checking for /usr/lib/ccache/gcc option to accept ISO C89... none needed
  2854. checking whether /usr/lib/ccache/gcc understands -c and -o together... yes
  2855. checking whether make supports the include directive... yes (GNU style)
  2856. checking dependency style of /usr/lib/ccache/gcc... gcc3
  2857. checking how to run the C preprocessor... /usr/lib/ccache/gcc -E
  2858. checking how to print strings... printf
  2859. checking for a sed that does not truncate output... /usr/bin/sed
  2860. checking for grep that handles long lines and -e... /usr/bin/grep
  2861. checking for egrep... /usr/bin/grep -E
  2862. checking for fgrep... /usr/bin/grep -F
  2863. checking for ld used by /usr/lib/ccache/gcc... /usr/bin/ld
  2864. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2865. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  2866. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  2867. checking whether ln -s works... yes
  2868. checking the maximum length of command line arguments... 1572864
  2869. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  2870. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  2871. checking for /usr/bin/ld option to reload object files... -r
  2872. checking for objdump... objdump
  2873. checking how to recognize dependent libraries... pass_all
  2874. checking for dlltool... dlltool
  2875. checking how to associate runtime and link libraries... printf %s\n
  2876. checking for ar... ar
  2877. checking for archiver @FILE support... @
  2878. checking for strip... strip
  2879. checking for ranlib... ranlib
  2880. checking command to parse /usr/bin/nm -B output from /usr/lib/ccache/gcc object... ok
  2881. checking for sysroot... no
  2882. checking for a working dd... /usr/bin/dd
  2883. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  2884. checking for mt... mt
  2885. checking if mt is a manifest tool... no
  2886. checking for ANSI C header files... yes
  2887. checking for sys/types.h... yes
  2888. checking for sys/stat.h... yes
  2889. checking for stdlib.h... yes
  2890. checking for string.h... yes
  2891. checking for memory.h... yes
  2892. checking for strings.h... yes
  2893. checking for inttypes.h... yes
  2894. checking for stdint.h... yes
  2895. checking for unistd.h... yes
  2896. checking for dlfcn.h... yes
  2897. checking for objdir... .libs
  2898. checking if /usr/lib/ccache/gcc supports -fno-rtti -fno-exceptions... no
  2899. checking for /usr/lib/ccache/gcc option to produce PIC... -fPIC -DPIC
  2900. checking if /usr/lib/ccache/gcc PIC flag -fPIC -DPIC works... yes
  2901. checking if /usr/lib/ccache/gcc static flag -static works... yes
  2902. checking if /usr/lib/ccache/gcc supports -c -o file.o... yes
  2903. checking if /usr/lib/ccache/gcc supports -c -o file.o... (cached) yes
  2904. checking whether the /usr/lib/ccache/gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  2905. checking dynamic linker characteristics... GNU/Linux ld.so
  2906. checking how to hardcode library paths into programs... immediate
  2907. checking whether stripping libraries is possible... yes
  2908. checking if libtool supports shared libraries... yes
  2909. checking whether to build shared libraries... no
  2910. checking whether to build static libraries... yes
  2911. checking for doxygen... true
  2912. configure: WARNING: *** Format Specification will not built.
  2913. checking for ld used by /usr/lib/ccache/gcc... (cached) /usr/bin/ld
  2914. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  2915. checking how to control symbol export... --version-script
  2916. checking for pkg-config... yes
  2917. checking for pkg-config... /usr/bin/pkg-config
  2918. checking pkg-config is at least version 0.9.0... yes
  2919. checking for OGG... yes
  2920. checking for VORBIS... yes
  2921. checking for sdl-config... no
  2922. checking for SDL - version >= 0.11.0... no
  2923. *** The sdl-config script installed by SDL could not be found
  2924. *** If SDL was installed in PREFIX, make sure PREFIX/bin is in
  2925. *** your path, or set the SDL_CONFIG environment variable to the
  2926. *** full path to sdl-config.
  2927. configure: WARNING: *** Unable to find SDL -- Not compiling example players ***
  2928. checking sys/soundcard.h usability... yes
  2929. checking sys/soundcard.h presence... yes
  2930. checking for sys/soundcard.h... yes
  2931. checking for PNG... yes
  2932. checking for library containing ftime... none required
  2933. checking for getopt_long... yes
  2934. checking that generated files are newer than configure... done
  2935. configure: creating ./config.status
  2936. config.status: creating Makefile
  2937. config.status: creating lib/Makefile
  2938. config.status: creating include/Makefile
  2939. config.status: creating include/theora/Makefile
  2940. config.status: creating examples/Makefile
  2941. config.status: creating doc/Makefile
  2942. config.status: creating doc/Doxyfile
  2943. config.status: creating doc/spec/Makefile
  2944. config.status: creating tests/Makefile
  2945. config.status: creating m4/Makefile
  2946. config.status: creating libtheora.spec
  2947. config.status: creating theora.pc
  2948. config.status: creating theora-uninstalled.pc
  2949. config.status: creating theoradec.pc
  2950. config.status: creating theoradec-uninstalled.pc
  2951. config.status: creating theoraenc.pc
  2952. config.status: creating theoraenc-uninstalled.pc
  2953. config.status: creating config.h
  2954. config.status: executing depfiles commands
  2955. config.status: executing libtool commands
  2956.  
  2957. ------------------------------------------------------------------------
  2958. libtheora 1.1.1: Automatic configuration OK.
  2959.  
  2960. General configuration:
  2961.  
  2962. Encoding support: ........... yes
  2963. Floating point support: ..... yes
  2964. Assembly optimization: ...... 64 bit x86
  2965. Debugging telemetry: ........ no
  2966. Build example code: ......... no
  2967. API Documentation: .......... yes
  2968. Format Documentation: ....... no
  2969.  
  2970. Installation paths:
  2971.  
  2972. libtheora: ................... /usr/local/lib
  2973. C header files: .............. /usr/local/include/theora
  2974. Documentation: ............... /usr/local/share/doc/libtheora
  2975.  
  2976. Building:
  2977.  
  2978. Type 'make' to compile libtheora.
  2979.  
  2980. Type 'make install' to install libtheora.
  2981.  
  2982. Type 'make check' to run test suite (Valgrind testing not enabled)
  2983.  
  2984. Example programs will be built but not installed.
  2985. ------------------------------------------------------------------------
  2986.  
  2987. touch /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libtheora.configure
  2988. make -C libtheora*
  2989. make[4]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libtheora-1.1.1'
  2990. make all-recursive
  2991. make[5]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libtheora-1.1.1'
  2992. Making all in lib
  2993. make[6]: Entering directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libtheora-1.1.1/lib'
  2994. Makefile:1105: warning: ignoring prerequisites on suffix rule definition
  2995. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT apiwrapper.lo -MD -MP -MF .deps/apiwrapper.Tpo -c -o apiwrapper.lo apiwrapper.c
  2996. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT apiwrapper.lo -MD -MP -MF .deps/apiwrapper.Tpo -c apiwrapper.c -o apiwrapper.o
  2997. mv -f .deps/apiwrapper.Tpo .deps/apiwrapper.Plo
  2998. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT bitpack.lo -MD -MP -MF .deps/bitpack.Tpo -c -o bitpack.lo bitpack.c
  2999. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT bitpack.lo -MD -MP -MF .deps/bitpack.Tpo -c bitpack.c -o bitpack.o
  3000. mv -f .deps/bitpack.Tpo .deps/bitpack.Plo
  3001. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT decapiwrapper.lo -MD -MP -MF .deps/decapiwrapper.Tpo -c -o decapiwrapper.lo decapiwrapper.c
  3002. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT decapiwrapper.lo -MD -MP -MF .deps/decapiwrapper.Tpo -c decapiwrapper.c -o decapiwrapper.o
  3003. mv -f .deps/decapiwrapper.Tpo .deps/decapiwrapper.Plo
  3004. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT decinfo.lo -MD -MP -MF .deps/decinfo.Tpo -c -o decinfo.lo decinfo.c
  3005. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT decinfo.lo -MD -MP -MF .deps/decinfo.Tpo -c decinfo.c -o decinfo.o
  3006. mv -f .deps/decinfo.Tpo .deps/decinfo.Plo
  3007. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
  3008. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o
  3009. decode.c: In function ‘th_decode_alloc’:
  3010. decode.c:400:49: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations]
  3011. 400 | qsum+=_dec->state.dequant_tables[qti][pli][qi][12]+
  3012. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  3013. decode.c:396:3: note: within this loop
  3014. 396 | for(qi=0;qi<64;qi++){
  3015. | ^~~
  3016. mv -f .deps/decode.Tpo .deps/decode.Plo
  3017. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT dequant.lo -MD -MP -MF .deps/dequant.Tpo -c -o dequant.lo dequant.c
  3018. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT dequant.lo -MD -MP -MF .deps/dequant.Tpo -c dequant.c -o dequant.o
  3019. mv -f .deps/dequant.Tpo .deps/dequant.Plo
  3020. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT fragment.lo -MD -MP -MF .deps/fragment.Tpo -c -o fragment.lo fragment.c
  3021. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT fragment.lo -MD -MP -MF .deps/fragment.Tpo -c fragment.c -o fragment.o
  3022. mv -f .deps/fragment.Tpo .deps/fragment.Plo
  3023. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT huffdec.lo -MD -MP -MF .deps/huffdec.Tpo -c -o huffdec.lo huffdec.c
  3024. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT huffdec.lo -MD -MP -MF .deps/huffdec.Tpo -c huffdec.c -o huffdec.o
  3025. mv -f .deps/huffdec.Tpo .deps/huffdec.Plo
  3026. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c -o idct.lo idct.c
  3027. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT idct.lo -MD -MP -MF .deps/idct.Tpo -c idct.c -o idct.o
  3028. mv -f .deps/idct.Tpo .deps/idct.Plo
  3029. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
  3030. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o
  3031. mv -f .deps/info.Tpo .deps/info.Plo
  3032. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT internal.lo -MD -MP -MF .deps/internal.Tpo -c -o internal.lo internal.c
  3033. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT internal.lo -MD -MP -MF .deps/internal.Tpo -c internal.c -o internal.o
  3034. mv -f .deps/internal.Tpo .deps/internal.Plo
  3035. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT quant.lo -MD -MP -MF .deps/quant.Tpo -c -o quant.lo quant.c
  3036. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT quant.lo -MD -MP -MF .deps/quant.Tpo -c quant.c -o quant.o
  3037. mv -f .deps/quant.Tpo .deps/quant.Plo
  3038. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT state.lo -MD -MP -MF .deps/state.Tpo -c -o state.lo state.c
  3039. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT state.lo -MD -MP -MF .deps/state.Tpo -c state.c -o state.o
  3040. mv -f .deps/state.Tpo .deps/state.Plo
  3041. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxidct.lo -MD -MP -MF .deps/mmxidct.Tpo -c -o mmxidct.lo `test -f 'x86/mmxidct.c' || echo './'`x86/mmxidct.c
  3042. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxidct.lo -MD -MP -MF .deps/mmxidct.Tpo -c x86/mmxidct.c -o mmxidct.o
  3043. mv -f .deps/mmxidct.Tpo .deps/mmxidct.Plo
  3044. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxfrag.lo -MD -MP -MF .deps/mmxfrag.Tpo -c -o mmxfrag.lo `test -f 'x86/mmxfrag.c' || echo './'`x86/mmxfrag.c
  3045. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxfrag.lo -MD -MP -MF .deps/mmxfrag.Tpo -c x86/mmxfrag.c -o mmxfrag.o
  3046. mv -f .deps/mmxfrag.Tpo .deps/mmxfrag.Plo
  3047. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxstate.lo -MD -MP -MF .deps/mmxstate.Tpo -c -o mmxstate.lo `test -f 'x86/mmxstate.c' || echo './'`x86/mmxstate.c
  3048. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxstate.lo -MD -MP -MF .deps/mmxstate.Tpo -c x86/mmxstate.c -o mmxstate.o
  3049. mv -f .deps/mmxstate.Tpo .deps/mmxstate.Plo
  3050. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT x86state.lo -MD -MP -MF .deps/x86state.Tpo -c -o x86state.lo `test -f 'x86/x86state.c' || echo './'`x86/x86state.c
  3051. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT x86state.lo -MD -MP -MF .deps/x86state.Tpo -c x86/x86state.c -o x86state.o
  3052. mv -f .deps/x86state.Tpo .deps/x86state.Plo
  3053. /bin/bash ../libtool --tag=CC --mode=link /usr/lib/ccache/gcc -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -version-info 2:4:1 -Wl,--version-script=./Version_script-dec -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbis.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisenc.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisfile.a -L/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/src/.libs /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/src/.libs/libogg.a -o libtheoradec.la -rpath /usr/local/lib apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo
  3054.  
  3055. *** Warning: Linking the shared library libtheoradec.la against the
  3056. *** static library /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbis.a is not portable!
  3057.  
  3058. *** Warning: Linking the shared library libtheoradec.la against the
  3059. *** static library /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisenc.a is not portable!
  3060.  
  3061. *** Warning: Linking the shared library libtheoradec.la against the
  3062. *** static library /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisfile.a is not portable!
  3063.  
  3064. *** Warning: Linking the shared library libtheoradec.la against the
  3065. *** static library /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/src/.libs/libogg.a is not portable!
  3066. libtool: link: ar cr .libs/libtheoradec.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbis.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisenc.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/lib/.libs/libvorbisfile.a /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/src/.libs/libogg.a apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o mmxidct.o mmxfrag.o mmxstate.o x86state.o
  3067. libtool: link: ranlib .libs/libtheoradec.a
  3068. libtool: link: ( cd ".libs" && rm -f "libtheoradec.la" && ln -s "../libtheoradec.la" "libtheoradec.la" )
  3069. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT analyze.lo -MD -MP -MF .deps/analyze.Tpo -c -o analyze.lo analyze.c
  3070. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT analyze.lo -MD -MP -MF .deps/analyze.Tpo -c analyze.c -o analyze.o
  3071. analyze.c: In function ‘oc_enc_sb_transform_quantize_intra_chroma’:
  3072. analyze.c:1198:20: warning: variable ‘sb_flags’ set but not used [-Wunused-but-set-variable]
  3073. 1198 | oc_sb_flags *sb_flags;
  3074. | ^~~~~~~~
  3075. analyze.c: In function ‘oc_enc_analyze_intra’:
  3076. analyze.c:1235:27: warning: variable ‘embs’ set but not used [-Wunused-but-set-variable]
  3077. 1235 | oc_mb_enc_info *embs;
  3078. | ^~~~
  3079. analyze.c: In function ‘oc_enc_analyze_inter’:
  3080. analyze.c:1879:27: warning: variable ‘vdec’ set but not used [-Wunused-but-set-variable]
  3081. 1879 | int vdec;
  3082. | ^~~~
  3083. analyze.c:1874:27: warning: variable ‘qi’ set but not used [-Wunused-but-set-variable]
  3084. 1874 | int qi;
  3085. | ^~
  3086. mv -f .deps/analyze.Tpo .deps/analyze.Plo
  3087. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT fdct.lo -MD -MP -MF .deps/fdct.Tpo -c -o fdct.lo fdct.c
  3088. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT fdct.lo -MD -MP -MF .deps/fdct.Tpo -c fdct.c -o fdct.o
  3089. mv -f .deps/fdct.Tpo .deps/fdct.Plo
  3090. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encfrag.lo -MD -MP -MF .deps/encfrag.Tpo -c -o encfrag.lo encfrag.c
  3091. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encfrag.lo -MD -MP -MF .deps/encfrag.Tpo -c encfrag.c -o encfrag.o
  3092. mv -f .deps/encfrag.Tpo .deps/encfrag.Plo
  3093. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encapiwrapper.lo -MD -MP -MF .deps/encapiwrapper.Tpo -c -o encapiwrapper.lo encapiwrapper.c
  3094. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encapiwrapper.lo -MD -MP -MF .deps/encapiwrapper.Tpo -c encapiwrapper.c -o encapiwrapper.o
  3095. mv -f .deps/encapiwrapper.Tpo .deps/encapiwrapper.Plo
  3096. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encinfo.lo -MD -MP -MF .deps/encinfo.Tpo -c -o encinfo.lo encinfo.c
  3097. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encinfo.lo -MD -MP -MF .deps/encinfo.Tpo -c encinfo.c -o encinfo.o
  3098. mv -f .deps/encinfo.Tpo .deps/encinfo.Plo
  3099. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c -o encode.lo encode.c
  3100. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o
  3101. mv -f .deps/encode.Tpo .deps/encode.Plo
  3102. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT enquant.lo -MD -MP -MF .deps/enquant.Tpo -c -o enquant.lo enquant.c
  3103. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT enquant.lo -MD -MP -MF .deps/enquant.Tpo -c enquant.c -o enquant.o
  3104. mv -f .deps/enquant.Tpo .deps/enquant.Plo
  3105. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT huffenc.lo -MD -MP -MF .deps/huffenc.Tpo -c -o huffenc.lo huffenc.c
  3106. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT huffenc.lo -MD -MP -MF .deps/huffenc.Tpo -c huffenc.c -o huffenc.o
  3107. mv -f .deps/huffenc.Tpo .deps/huffenc.Plo
  3108. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mathops.lo -MD -MP -MF .deps/mathops.Tpo -c -o mathops.lo mathops.c
  3109. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mathops.lo -MD -MP -MF .deps/mathops.Tpo -c mathops.c -o mathops.o
  3110. mv -f .deps/mathops.Tpo .deps/mathops.Plo
  3111. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mcenc.lo -MD -MP -MF .deps/mcenc.Tpo -c -o mcenc.lo mcenc.c
  3112. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mcenc.lo -MD -MP -MF .deps/mcenc.Tpo -c mcenc.c -o mcenc.o
  3113. mv -f .deps/mcenc.Tpo .deps/mcenc.Plo
  3114. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT rate.lo -MD -MP -MF .deps/rate.Tpo -c -o rate.lo rate.c
  3115. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT rate.lo -MD -MP -MF .deps/rate.Tpo -c rate.c -o rate.o
  3116. mv -f .deps/rate.Tpo .deps/rate.Plo
  3117. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT tokenize.lo -MD -MP -MF .deps/tokenize.Tpo -c -o tokenize.lo tokenize.c
  3118. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT tokenize.lo -MD -MP -MF .deps/tokenize.Tpo -c tokenize.c -o tokenize.o
  3119. mv -f .deps/tokenize.Tpo .deps/tokenize.Plo
  3120. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxencfrag.lo -MD -MP -MF .deps/mmxencfrag.Tpo -c -o mmxencfrag.lo `test -f 'x86/mmxencfrag.c' || echo './'`x86/mmxencfrag.c
  3121. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxencfrag.lo -MD -MP -MF .deps/mmxencfrag.Tpo -c x86/mmxencfrag.c -o mmxencfrag.o
  3122. mv -f .deps/mmxencfrag.Tpo .deps/mmxencfrag.Plo
  3123. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxfdct.lo -MD -MP -MF .deps/mmxfdct.Tpo -c -o mmxfdct.lo `test -f 'x86/mmxfdct.c' || echo './'`x86/mmxfdct.c
  3124. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT mmxfdct.lo -MD -MP -MF .deps/mmxfdct.Tpo -c x86/mmxfdct.c -o mmxfdct.o
  3125. mv -f .deps/mmxfdct.Tpo .deps/mmxfdct.Plo
  3126. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT x86enc.lo -MD -MP -MF .deps/x86enc.Tpo -c -o x86enc.lo `test -f 'x86/x86enc.c' || echo './'`x86/x86enc.c
  3127. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT x86enc.lo -MD -MP -MF .deps/x86enc.Tpo -c x86/x86enc.c -o x86enc.o
  3128. mv -f .deps/x86enc.Tpo .deps/x86enc.Plo
  3129. /bin/bash ../libtool --tag=CC --mode=compile /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT sse2fdct.lo -MD -MP -MF .deps/sse2fdct.Tpo -c -o sse2fdct.lo `test -f 'x86/sse2fdct.c' || echo './'`x86/sse2fdct.c
  3130. libtool: compile: /usr/lib/ccache/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libogg-1.3.5/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/include -I/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/libvorbis-1.3.7/. -MT sse2fdct.lo -MD -MP -MF .deps/sse2fdct.Tpo -c x86/sse2fdct.c -o sse2fdct.o
  3131. x86/sse2fdct.c: Assembler messages:
  3132. x86/sse2fdct.c:440: Error: bad register name `%xmm15'
  3133. x86/sse2fdct.c:441: Error: bad register name `%xmm14'
  3134. x86/sse2fdct.c:443: Error: bad register name `%xmm8'
  3135. x86/sse2fdct.c:445: Error: bad register name `%xmm15'
  3136. x86/sse2fdct.c:447: Error: bad register name `%xmm14'
  3137. x86/sse2fdct.c:450: Error: bad register name `%xmm8'
  3138. x86/sse2fdct.c:452: Error: bad register name `%xmm9'
  3139. x86/sse2fdct.c:453: Error: bad register name `%xmm8'
  3140. x86/sse2fdct.c:456: Error: bad register name `%xmm8'
  3141. x86/sse2fdct.c:458: Error: bad register name `%xmm10'
  3142. x86/sse2fdct.c:459: Error: bad register name `%xmm8'
  3143. x86/sse2fdct.c:461: Error: bad register name `%xmm10'
  3144. x86/sse2fdct.c:462: Error: bad register name `%xmm9'
  3145. x86/sse2fdct.c:464: Error: bad register name `%xmm11'
  3146. x86/sse2fdct.c:465: Error: bad register name `%xmm10'
  3147. x86/sse2fdct.c:466: Error: bad register name `%xmm9'
  3148. x86/sse2fdct.c:467: Error: bad register name `%xmm8'
  3149. x86/sse2fdct.c:468: Error: bad register name `%xmm11'
  3150. x86/sse2fdct.c:469: Error: bad register name `%xmm10'
  3151. x86/sse2fdct.c:470: Error: bad register name `%xmm9'
  3152. x86/sse2fdct.c:471: Error: bad register name `%xmm8'
  3153. x86/sse2fdct.c:479: Error: bad register name `%xmm13'
  3154. x86/sse2fdct.c:480: Error: bad register name `%xmm10'
  3155. x86/sse2fdct.c:481: Error: bad register name `%xmm13'
  3156. x86/sse2fdct.c:483: Error: bad register name `%xmm12'
  3157. x86/sse2fdct.c:485: Error: bad register name `%xmm14'
  3158. x86/sse2fdct.c:486: Error: bad register name `%xmm9'
  3159. x86/sse2fdct.c:487: Error: bad register name `%xmm12'
  3160. x86/sse2fdct.c:490: Error: bad register name `%xmm9'
  3161. x86/sse2fdct.c:491: Error: bad register name `%xmm10'
  3162. x86/sse2fdct.c:492: Error: bad register name `%xmm10'
  3163. x86/sse2fdct.c:493: Error: bad register name `%xmm12'
  3164. x86/sse2fdct.c:494: Error: bad register name `%xmm13'
  3165. x86/sse2fdct.c:495: Error: bad register name `%xmm12'
  3166. x86/sse2fdct.c:496: Error: bad register name `%xmm13'
  3167. x86/sse2fdct.c:497: Error: bad register name `%xmm10'
  3168. x86/sse2fdct.c:499: Error: bad register name `%xmm10'
  3169. x86/sse2fdct.c:501: Error: bad register name `%xmm15'
  3170. x86/sse2fdct.c:502: Error: bad register name `%xmm14'
  3171. x86/sse2fdct.c:504: Error: bad register name `%xmm8'
  3172. x86/sse2fdct.c:507: Error: bad register name `%xmm8'
  3173. x86/sse2fdct.c:509: Error: bad register name `%xmm9'
  3174. x86/sse2fdct.c:510: Error: bad register name `%xmm12'
  3175. x86/sse2fdct.c:511: Error: bad register name `%xmm13'
  3176. x86/sse2fdct.c:512: Error: bad register name `%xmm12'
  3177. x86/sse2fdct.c:513: Error: bad register name `%xmm13'
  3178. x86/sse2fdct.c:515: Error: bad register name `%xmm9'
  3179. x86/sse2fdct.c:516: Error: bad register name `%xmm9'
  3180. x86/sse2fdct.c:517: Error: bad register name `%xmm9'
  3181. x86/sse2fdct.c:518: Error: bad register name `%xmm15'
  3182. x86/sse2fdct.c:519: Error: bad register name `%xmm14'
  3183. x86/sse2fdct.c:520: Error: bad register name `%xmm9'
  3184. x86/sse2fdct.c:521: Error: bad register name `%xmm11'
  3185. x86/sse2fdct.c:522: Error: bad register name `%xmm9'
  3186. x86/sse2fdct.c:523: Error: bad register name `%xmm9'
  3187. x86/sse2fdct.c:524: Error: bad register name `%xmm11'
  3188. x86/sse2fdct.c:526: Error: bad register name `%xmm10'
  3189. x86/sse2fdct.c:527: Error: bad register name `%xmm12'
  3190. x86/sse2fdct.c:528: Error: bad register name `%xmm13'
  3191. x86/sse2fdct.c:529: Error: bad register name `%xmm12'
  3192. x86/sse2fdct.c:530: Error: bad register name `%xmm13'
  3193. x86/sse2fdct.c:532: Error: bad register name `%xmm10'
  3194. x86/sse2fdct.c:534: Error: bad register name `%xmm10'
  3195. x86/sse2fdct.c:535: Error: bad register name `%xmm13'
  3196. x86/sse2fdct.c:537: Error: bad register name `%xmm15'
  3197. x86/sse2fdct.c:538: Error: bad register name `%xmm13'
  3198. x86/sse2fdct.c:539: Error: bad register name `%xmm14'
  3199. x86/sse2fdct.c:542: Error: bad register name `%xmm10'
  3200. x86/sse2fdct.c:543: Error: bad register name `%xmm12'
  3201. x86/sse2fdct.c:544: Error: bad register name `%xmm13'
  3202. x86/sse2fdct.c:545: Error: bad register name `%xmm12'
  3203. x86/sse2fdct.c:546: Error: bad register name `%xmm13'
  3204. x86/sse2fdct.c:548: Error: bad register name `%xmm10'
  3205. x86/sse2fdct.c:550: Error: bad register name `%xmm10'
  3206. x86/sse2fdct.c:551: Error: bad register name `%xmm12'
  3207. x86/sse2fdct.c:553: Error: bad register name `%xmm15'
  3208. x86/sse2fdct.c:554: Error: bad register name `%xmm12'
  3209. x86/sse2fdct.c:555: Error: bad register name `%xmm14'
  3210. x86/sse2fdct.c:562: Error: bad register name `%xmm13'
  3211. x86/sse2fdct.c:564: Error: bad register name `%xmm13'
  3212. x86/sse2fdct.c:566: Error: bad register name `%xmm10'
  3213. x86/sse2fdct.c:568: Error: bad register name `%xmm10'
  3214. x86/sse2fdct.c:569: Error: bad register name `%xmm13'
  3215. x86/sse2fdct.c:572: Error: bad register name `%xmm13'
  3216. x86/sse2fdct.c:573: Error: bad register name `%xmm13'
  3217. x86/sse2fdct.c:574: Error: bad register name `%xmm12'
  3218. x86/sse2fdct.c:575: Error: bad register name `%xmm13'
  3219. x86/sse2fdct.c:576: Error: bad register name `%xmm12'
  3220. x86/sse2fdct.c:577: Error: bad register name `%xmm11'
  3221. x86/sse2fdct.c:578: Error: bad register name `%xmm12'
  3222. x86/sse2fdct.c:579: Error: bad register name `%xmm13'
  3223. x86/sse2fdct.c:580: Error: bad register name `%xmm13'
  3224. x86/sse2fdct.c:582: Error: bad register name `%xmm11'
  3225. x86/sse2fdct.c:583: Error: bad register name `%xmm11'
  3226. x86/sse2fdct.c:584: Error: bad register name `%xmm10'
  3227. x86/sse2fdct.c:586: Error: bad register name `%xmm10'
  3228. x86/sse2fdct.c:587: Error: bad register name `%xmm15'
  3229. x86/sse2fdct.c:589: Error: bad register name `%xmm14'
  3230. x86/sse2fdct.c:590: Error: bad register name `%xmm10'
  3231. x86/sse2fdct.c:591: Error: bad register name `%xmm10'
  3232. x86/sse2fdct.c:592: Error: bad register name `%xmm10'
  3233. x86/sse2fdct.c:593: Error: bad register name `%xmm13'
  3234. x86/sse2fdct.c:594: Error: bad register name `%xmm12'
  3235. x86/sse2fdct.c:595: Error: bad register name `%xmm12'
  3236. x86/sse2fdct.c:596: Error: bad register name `%xmm14'
  3237. x86/sse2fdct.c:598: Error: bad register name `%xmm13'
  3238. x86/sse2fdct.c:599: Error: bad register name `%xmm13'
  3239. x86/sse2fdct.c:600: Error: bad register name `%xmm10'
  3240. x86/sse2fdct.c:601: Error: bad register name `%xmm10'
  3241. x86/sse2fdct.c:602: Error: bad register name `%xmm12'
  3242. x86/sse2fdct.c:603: Error: bad register name `%xmm13'
  3243. x86/sse2fdct.c:605: Error: bad register name `%xmm12'
  3244. x86/sse2fdct.c:606: Error: bad register name `%xmm13'
  3245. x86/sse2fdct.c:609: Error: bad register name `%xmm12'
  3246. x86/sse2fdct.c:611: Error: bad register name `%xmm12'
  3247. x86/sse2fdct.c:612: Error: bad register name `%xmm10'
  3248. x86/sse2fdct.c:614: Error: bad register name `%xmm15'
  3249. x86/sse2fdct.c:615: Error: bad register name `%xmm13'
  3250. x86/sse2fdct.c:616: Error: bad register name `%xmm14'
  3251. x86/sse2fdct.c:617: Error: bad register name `%xmm13'
  3252. x86/sse2fdct.c:618: Error: bad register name `%xmm10'
  3253. x86/sse2fdct.c:619: Error: bad register name `%xmm10'
  3254. x86/sse2fdct.c:620: Error: bad register name `%xmm11'
  3255. x86/sse2fdct.c:621: Error: bad register name `%xmm10'
  3256. x86/sse2fdct.c:622: Error: bad register name `%xmm13'
  3257. x86/sse2fdct.c:624: Error: bad register name `%xmm11'
  3258. x86/sse2fdct.c:625: Error: bad register name `%xmm13'
  3259. x86/sse2fdct.c:626: Error: bad register name `%xmm13'
  3260. x86/sse2fdct.c:627: Error: bad register name `%xmm12'
  3261. x86/sse2fdct.c:628: Error: bad register name `%xmm13'
  3262. x86/sse2fdct.c:629: Error: bad register name `%xmm12'
  3263. x86/sse2fdct.c:632: Error: bad register name `%xmm13'
  3264. x86/sse2fdct.c:633: Error: bad register name `%xmm13'
  3265. x86/sse2fdct.c:635: Error: bad register name `%xmm12'
  3266. x86/sse2fdct.c:637: Error: bad register name `%xmm12'
  3267. x86/sse2fdct.c:638: Error: bad register name `%xmm12'
  3268. x86/sse2fdct.c:639: Error: bad register name `%xmm11'
  3269. x86/sse2fdct.c:640: Error: bad register name `%xmm10'
  3270. x86/sse2fdct.c:641: Error: bad register name `%xmm15'
  3271. x86/sse2fdct.c:642: Error: bad register name `%xmm11'
  3272. x86/sse2fdct.c:643: Error: bad register name `%xmm14'
  3273. x86/sse2fdct.c:644: Error: bad register name `%xmm11'
  3274. x86/sse2fdct.c:645: Error: bad register name `%xmm12'
  3275. x86/sse2fdct.c:646: Error: bad register name `%xmm10'
  3276. x86/sse2fdct.c:647: Error: bad register name `%xmm14'
  3277. x86/sse2fdct.c:648: Error: bad register name `%xmm10'
  3278. x86/sse2fdct.c:650: Error: bad register name `%xmm13'
  3279. x86/sse2fdct.c:651: Error: bad register name `%xmm13'
  3280. x86/sse2fdct.c:652: Error: bad register name `%xmm10'
  3281. x86/sse2fdct.c:653: Error: bad register name `%xmm13'
  3282. x86/sse2fdct.c:654: Error: bad register name `%xmm10'
  3283. x86/sse2fdct.c:656: Error: bad register name `%xmm11'
  3284. x86/sse2fdct.c:657: Error: bad register name `%xmm12'
  3285. x86/sse2fdct.c:658: Error: bad register name `%xmm13'
  3286. x86/sse2fdct.c:660: Error: bad register name `%xmm12'
  3287. x86/sse2fdct.c:661: Error: bad register name `%xmm13'
  3288. x86/sse2fdct.c:663: Error: bad register name `%xmm11'
  3289. x86/sse2fdct.c:664: Error: bad register name `%xmm12'
  3290. x86/sse2fdct.c:665: Error: bad register name `%xmm11'
  3291. x86/sse2fdct.c:666: Error: bad register name `%xmm12'
  3292. x86/sse2fdct.c:669: Error: bad register name `%xmm15'
  3293. x86/sse2fdct.c:670: Error: bad register name `%xmm13'
  3294. x86/sse2fdct.c:671: Error: bad register name `%xmm14'
  3295. x86/sse2fdct.c:672: Error: bad register name `%xmm13'
  3296. x86/sse2fdct.c:674: Error: bad register name `%xmm9'
  3297. x86/sse2fdct.c:675: Error: bad register name `%xmm9'
  3298. x86/sse2fdct.c:676: Error: bad register name `%xmm9'
  3299. x86/sse2fdct.c:677: Error: bad register name `%xmm13'
  3300. x86/sse2fdct.c:679: Error: bad register name `%xmm9'
  3301. x86/sse2fdct.c:680: Error: bad register name `%xmm13'
  3302. x86/sse2fdct.c:681: Error: bad register name `%xmm13'
  3303. x86/sse2fdct.c:682: Error: bad register name `%xmm12'
  3304. x86/sse2fdct.c:683: Error: bad register name `%xmm13'
  3305. x86/sse2fdct.c:684: Error: bad register name `%xmm12'
  3306. x86/sse2fdct.c:685: Error: bad register name `%xmm8'
  3307. x86/sse2fdct.c:686: Error: bad register name `%xmm8'
  3308. x86/sse2fdct.c:687: Error: bad register name `%xmm13'
  3309. x86/sse2fdct.c:688: Error: bad register name `%xmm13'
  3310. x86/sse2fdct.c:689: Error: bad register name `%xmm12'
  3311. x86/sse2fdct.c:691: Error: bad register name `%xmm12'
  3312. x86/sse2fdct.c:692: Error: bad register name `%xmm10'
  3313. x86/sse2fdct.c:693: Error: bad register name `%xmm12'
  3314. x86/sse2fdct.c:694: Error: bad register name `%xmm10'
  3315. x86/sse2fdct.c:695: Error: bad register name `%xmm15'
  3316. x86/sse2fdct.c:696: Error: bad register name `%xmm11'
  3317. x86/sse2fdct.c:697: Error: bad register name `%xmm14'
  3318. x86/sse2fdct.c:698: Error: bad register name `%xmm11'
  3319. x86/sse2fdct.c:699: Error: bad register name `%xmm12'
  3320. x86/sse2fdct.c:700: Error: bad register name `%xmm9'
  3321. x86/sse2fdct.c:701: Error: bad register name `%xmm14'
  3322. x86/sse2fdct.c:702: Error: bad register name `%xmm10'
  3323. x86/sse2fdct.c:704: Error: bad register name `%xmm13'
  3324. x86/sse2fdct.c:705: Error: bad register name `%xmm13'
  3325. x86/sse2fdct.c:706: Error: bad register name `%xmm8'
  3326. x86/sse2fdct.c:707: Error: bad register name `%xmm13'
  3327. x86/sse2fdct.c:708: Error: bad register name `%xmm10'
  3328. x86/sse2fdct.c:709: Error: bad register name `%xmm10'
  3329. x86/sse2fdct.c:710: Error: bad register name `%xmm12'
  3330. x86/sse2fdct.c:711: Error: bad register name `%xmm13'
  3331. x86/sse2fdct.c:712: Error: bad register name `%xmm12'
  3332. x86/sse2fdct.c:713: Error: bad register name `%xmm13'
  3333. x86/sse2fdct.c:715: Error: bad register name `%xmm8'
  3334. x86/sse2fdct.c:716: Error: bad register name `%xmm8'
  3335. x86/sse2fdct.c:717: Error: bad register name `%xmm10'
  3336. x86/sse2fdct.c:718: Error: bad register name `%xmm15'
  3337. x86/sse2fdct.c:719: Error: bad register name `%xmm14'
  3338. x86/sse2fdct.c:720: Error: bad register name `%xmm10'
  3339. x86/sse2fdct.c:722: Error: bad register name `%xmm8'
  3340. x86/sse2fdct.c:724: Error: bad register name `%xmm8'
  3341. x86/sse2fdct.c:743: Error: bad register name `%xmm8'
  3342. x86/sse2fdct.c:745: Error: bad register name `%xmm8'
  3343. x86/sse2fdct.c:756: Error: bad register name `%xmm8'
  3344. x86/sse2fdct.c:757: Error: bad register name `%xmm8'
  3345. x86/sse2fdct.c:759: Error: bad register name `%xmm11'
  3346. x86/sse2fdct.c:760: Error: bad register name `%xmm10'
  3347. x86/sse2fdct.c:761: Error: bad register name `%xmm9'
  3348. x86/sse2fdct.c:762: Error: bad register name `%xmm8'
  3349. x86/sse2fdct.c:763: Error: bad register name `%xmm11'
  3350. x86/sse2fdct.c:764: Error: bad register name `%xmm10'
  3351. x86/sse2fdct.c:765: Error: bad register name `%xmm9'
  3352. x86/sse2fdct.c:766: Error: bad register name `%xmm8'
  3353. x86/sse2fdct.c:774: Error: bad register name `%xmm13'
  3354. x86/sse2fdct.c:775: Error: bad register name `%xmm10'
  3355. x86/sse2fdct.c:776: Error: bad register name `%xmm13'
  3356. x86/sse2fdct.c:778: Error: bad register name `%xmm12'
  3357. x86/sse2fdct.c:780: Error: bad register name `%xmm14'
  3358. x86/sse2fdct.c:781: Error: bad register name `%xmm9'
  3359. x86/sse2fdct.c:782: Error: bad register name `%xmm12'
  3360. x86/sse2fdct.c:785: Error: bad register name `%xmm9'
  3361. x86/sse2fdct.c:786: Error: bad register name `%xmm10'
  3362. x86/sse2fdct.c:787: Error: bad register name `%xmm10'
  3363. x86/sse2fdct.c:788: Error: bad register name `%xmm12'
  3364. x86/sse2fdct.c:789: Error: bad register name `%xmm13'
  3365. x86/sse2fdct.c:790: Error: bad register name `%xmm12'
  3366. x86/sse2fdct.c:791: Error: bad register name `%xmm13'
  3367. x86/sse2fdct.c:792: Error: bad register name `%xmm10'
  3368. x86/sse2fdct.c:794: Error: bad register name `%xmm10'
  3369. x86/sse2fdct.c:796: Error: bad register name `%xmm15'
  3370. x86/sse2fdct.c:797: Error: bad register name `%xmm14'
  3371. x86/sse2fdct.c:799: Error: bad register name `%xmm8'
  3372. x86/sse2fdct.c:802: Error: bad register name `%xmm8'
  3373. x86/sse2fdct.c:804: Error: bad register name `%xmm9'
  3374. x86/sse2fdct.c:805: Error: bad register name `%xmm12'
  3375. x86/sse2fdct.c:806: Error: bad register name `%xmm13'
  3376. x86/sse2fdct.c:807: Error: bad register name `%xmm12'
  3377. x86/sse2fdct.c:808: Error: bad register name `%xmm13'
  3378. x86/sse2fdct.c:810: Error: bad register name `%xmm9'
  3379. x86/sse2fdct.c:811: Error: bad register name `%xmm9'
  3380. x86/sse2fdct.c:812: Error: bad register name `%xmm9'
  3381. x86/sse2fdct.c:813: Error: bad register name `%xmm15'
  3382. x86/sse2fdct.c:814: Error: bad register name `%xmm14'
  3383. x86/sse2fdct.c:815: Error: bad register name `%xmm9'
  3384. x86/sse2fdct.c:816: Error: bad register name `%xmm11'
  3385. x86/sse2fdct.c:817: Error: bad register name `%xmm9'
  3386. x86/sse2fdct.c:818: Error: bad register name `%xmm9'
  3387. x86/sse2fdct.c:819: Error: bad register name `%xmm11'
  3388. x86/sse2fdct.c:821: Error: bad register name `%xmm10'
  3389. x86/sse2fdct.c:822: Error: bad register name `%xmm12'
  3390. x86/sse2fdct.c:823: Error: bad register name `%xmm13'
  3391. x86/sse2fdct.c:824: Error: bad register name `%xmm12'
  3392. x86/sse2fdct.c:825: Error: bad register name `%xmm13'
  3393. x86/sse2fdct.c:827: Error: bad register name `%xmm10'
  3394. x86/sse2fdct.c:829: Error: bad register name `%xmm10'
  3395. x86/sse2fdct.c:830: Error: bad register name `%xmm13'
  3396. x86/sse2fdct.c:832: Error: bad register name `%xmm15'
  3397. x86/sse2fdct.c:833: Error: bad register name `%xmm13'
  3398. x86/sse2fdct.c:834: Error: bad register name `%xmm14'
  3399. x86/sse2fdct.c:837: Error: bad register name `%xmm10'
  3400. x86/sse2fdct.c:838: Error: bad register name `%xmm12'
  3401. x86/sse2fdct.c:839: Error: bad register name `%xmm13'
  3402. x86/sse2fdct.c:840: Error: bad register name `%xmm12'
  3403. x86/sse2fdct.c:841: Error: bad register name `%xmm13'
  3404. x86/sse2fdct.c:843: Error: bad register name `%xmm10'
  3405. x86/sse2fdct.c:845: Error: bad register name `%xmm10'
  3406. x86/sse2fdct.c:846: Error: bad register name `%xmm12'
  3407. x86/sse2fdct.c:848: Error: bad register name `%xmm15'
  3408. x86/sse2fdct.c:849: Error: bad register name `%xmm12'
  3409. x86/sse2fdct.c:850: Error: bad register name `%xmm14'
  3410. x86/sse2fdct.c:857: Error: bad register name `%xmm13'
  3411. x86/sse2fdct.c:859: Error: bad register name `%xmm13'
  3412. x86/sse2fdct.c:861: Error: bad register name `%xmm10'
  3413. x86/sse2fdct.c:863: Error: bad register name `%xmm10'
  3414. x86/sse2fdct.c:864: Error: bad register name `%xmm13'
  3415. x86/sse2fdct.c:867: Error: bad register name `%xmm13'
  3416. x86/sse2fdct.c:868: Error: bad register name `%xmm13'
  3417. x86/sse2fdct.c:869: Error: bad register name `%xmm12'
  3418. x86/sse2fdct.c:870: Error: bad register name `%xmm13'
  3419. x86/sse2fdct.c:871: Error: bad register name `%xmm12'
  3420. x86/sse2fdct.c:872: Error: bad register name `%xmm11'
  3421. x86/sse2fdct.c:873: Error: bad register name `%xmm12'
  3422. x86/sse2fdct.c:874: Error: bad register name `%xmm13'
  3423. x86/sse2fdct.c:875: Error: bad register name `%xmm13'
  3424. x86/sse2fdct.c:877: Error: bad register name `%xmm11'
  3425. x86/sse2fdct.c:878: Error: bad register name `%xmm11'
  3426. x86/sse2fdct.c:879: Error: bad register name `%xmm10'
  3427. x86/sse2fdct.c:881: Error: bad register name `%xmm10'
  3428. x86/sse2fdct.c:882: Error: bad register name `%xmm15'
  3429. x86/sse2fdct.c:884: Error: bad register name `%xmm14'
  3430. x86/sse2fdct.c:885: Error: bad register name `%xmm10'
  3431. x86/sse2fdct.c:886: Error: bad register name `%xmm10'
  3432. x86/sse2fdct.c:887: Error: bad register name `%xmm10'
  3433. x86/sse2fdct.c:888: Error: bad register name `%xmm13'
  3434. x86/sse2fdct.c:889: Error: bad register name `%xmm12'
  3435. x86/sse2fdct.c:890: Error: bad register name `%xmm12'
  3436. x86/sse2fdct.c:891: Error: bad register name `%xmm14'
  3437. x86/sse2fdct.c:893: Error: bad register name `%xmm13'
  3438. x86/sse2fdct.c:894: Error: bad register name `%xmm13'
  3439. x86/sse2fdct.c:895: Error: bad register name `%xmm10'
  3440. x86/sse2fdct.c:896: Error: bad register name `%xmm10'
  3441. x86/sse2fdct.c:897: Error: bad register name `%xmm12'
  3442. x86/sse2fdct.c:898: Error: bad register name `%xmm13'
  3443. x86/sse2fdct.c:900: Error: bad register name `%xmm12'
  3444. x86/sse2fdct.c:901: Error: bad register name `%xmm13'
  3445. x86/sse2fdct.c:904: Error: bad register name `%xmm12'
  3446. x86/sse2fdct.c:906: Error: bad register name `%xmm12'
  3447. x86/sse2fdct.c:907: Error: bad register name `%xmm10'
  3448. x86/sse2fdct.c:909: Error: bad register name `%xmm15'
  3449. x86/sse2fdct.c:910: Error: bad register name `%xmm13'
  3450. x86/sse2fdct.c:911: Error: bad register name `%xmm14'
  3451. x86/sse2fdct.c:912: Error: bad register name `%xmm13'
  3452. x86/sse2fdct.c:913: Error: bad register name `%xmm10'
  3453. x86/sse2fdct.c:914: Error: bad register name `%xmm10'
  3454. x86/sse2fdct.c:915: Error: bad register name `%xmm11'
  3455. x86/sse2fdct.c:916: Error: bad register name `%xmm10'
  3456. x86/sse2fdct.c:917: Error: bad register name `%xmm13'
  3457. x86/sse2fdct.c:919: Error: bad register name `%xmm11'
  3458. x86/sse2fdct.c:920: Error: bad register name `%xmm13'
  3459. x86/sse2fdct.c:921: Error: bad register name `%xmm13'
  3460. x86/sse2fdct.c:922: Error: bad register name `%xmm12'
  3461. x86/sse2fdct.c:923: Error: bad register name `%xmm13'
  3462. x86/sse2fdct.c:924: Error: bad register name `%xmm12'
  3463. x86/sse2fdct.c:927: Error: bad register name `%xmm13'
  3464. x86/sse2fdct.c:928: Error: bad register name `%xmm13'
  3465. x86/sse2fdct.c:930: Error: bad register name `%xmm12'
  3466. x86/sse2fdct.c:932: Error: bad register name `%xmm12'
  3467. x86/sse2fdct.c:933: Error: bad register name `%xmm12'
  3468. x86/sse2fdct.c:934: Error: bad register name `%xmm11'
  3469. x86/sse2fdct.c:935: Error: bad register name `%xmm10'
  3470. x86/sse2fdct.c:936: Error: bad register name `%xmm15'
  3471. x86/sse2fdct.c:937: Error: bad register name `%xmm11'
  3472. x86/sse2fdct.c:938: Error: bad register name `%xmm14'
  3473. x86/sse2fdct.c:939: Error: bad register name `%xmm11'
  3474. x86/sse2fdct.c:940: Error: bad register name `%xmm12'
  3475. x86/sse2fdct.c:941: Error: bad register name `%xmm10'
  3476. x86/sse2fdct.c:942: Error: bad register name `%xmm14'
  3477. x86/sse2fdct.c:943: Error: bad register name `%xmm10'
  3478. x86/sse2fdct.c:945: Error: bad register name `%xmm13'
  3479. x86/sse2fdct.c:946: Error: bad register name `%xmm13'
  3480. x86/sse2fdct.c:947: Error: bad register name `%xmm10'
  3481. x86/sse2fdct.c:948: Error: bad register name `%xmm13'
  3482. x86/sse2fdct.c:949: Error: bad register name `%xmm10'
  3483. x86/sse2fdct.c:951: Error: bad register name `%xmm11'
  3484. x86/sse2fdct.c:952: Error: bad register name `%xmm12'
  3485. x86/sse2fdct.c:953: Error: bad register name `%xmm13'
  3486. x86/sse2fdct.c:955: Error: bad register name `%xmm12'
  3487. x86/sse2fdct.c:956: Error: bad register name `%xmm13'
  3488. x86/sse2fdct.c:958: Error: bad register name `%xmm11'
  3489. x86/sse2fdct.c:959: Error: bad register name `%xmm12'
  3490. x86/sse2fdct.c:960: Error: bad register name `%xmm11'
  3491. x86/sse2fdct.c:961: Error: bad register name `%xmm12'
  3492. x86/sse2fdct.c:964: Error: bad register name `%xmm15'
  3493. x86/sse2fdct.c:965: Error: bad register name `%xmm13'
  3494. x86/sse2fdct.c:966: Error: bad register name `%xmm14'
  3495. x86/sse2fdct.c:967: Error: bad register name `%xmm13'
  3496. x86/sse2fdct.c:969: Error: bad register name `%xmm9'
  3497. x86/sse2fdct.c:970: Error: bad register name `%xmm9'
  3498. x86/sse2fdct.c:971: Error: bad register name `%xmm9'
  3499. x86/sse2fdct.c:972: Error: bad register name `%xmm13'
  3500. x86/sse2fdct.c:974: Error: bad register name `%xmm9'
  3501. x86/sse2fdct.c:975: Error: bad register name `%xmm13'
  3502. x86/sse2fdct.c:976: Error: bad register name `%xmm13'
  3503. x86/sse2fdct.c:977: Error: bad register name `%xmm12'
  3504. x86/sse2fdct.c:978: Error: bad register name `%xmm13'
  3505. x86/sse2fdct.c:979: Error: bad register name `%xmm12'
  3506. x86/sse2fdct.c:980: Error: bad register name `%xmm8'
  3507. x86/sse2fdct.c:981: Error: bad register name `%xmm8'
  3508. x86/sse2fdct.c:982: Error: bad register name `%xmm13'
  3509. x86/sse2fdct.c:983: Error: bad register name `%xmm13'
  3510. x86/sse2fdct.c:984: Error: bad register name `%xmm12'
  3511. x86/sse2fdct.c:986: Error: bad register name `%xmm12'
  3512. x86/sse2fdct.c:987: Error: bad register name `%xmm10'
  3513. x86/sse2fdct.c:988: Error: bad register name `%xmm12'
  3514. x86/sse2fdct.c:989: Error: bad register name `%xmm10'
  3515. x86/sse2fdct.c:990: Error: bad register name `%xmm15'
  3516. x86/sse2fdct.c:991: Error: bad register name `%xmm11'
  3517. x86/sse2fdct.c:992: Error: bad register name `%xmm14'
  3518. x86/sse2fdct.c:993: Error: bad register name `%xmm11'
  3519. x86/sse2fdct.c:994: Error: bad register name `%xmm12'
  3520. x86/sse2fdct.c:995: Error: bad register name `%xmm9'
  3521. x86/sse2fdct.c:996: Error: bad register name `%xmm14'
  3522. x86/sse2fdct.c:997: Error: bad register name `%xmm10'
  3523. x86/sse2fdct.c:999: Error: bad register name `%xmm13'
  3524. x86/sse2fdct.c:1000: Error: bad register name `%xmm13'
  3525. x86/sse2fdct.c:1001: Error: bad register name `%xmm8'
  3526. x86/sse2fdct.c:1002: Error: bad register name `%xmm13'
  3527. x86/sse2fdct.c:1003: Error: bad register name `%xmm10'
  3528. x86/sse2fdct.c:1004: Error: bad register name `%xmm10'
  3529. x86/sse2fdct.c:1005: Error: bad register name `%xmm12'
  3530. x86/sse2fdct.c:1006: Error: bad register name `%xmm13'
  3531. x86/sse2fdct.c:1007: Error: bad register name `%xmm12'
  3532. x86/sse2fdct.c:1008: Error: bad register name `%xmm13'
  3533. x86/sse2fdct.c:1010: Error: bad register name `%xmm8'
  3534. x86/sse2fdct.c:1011: Error: bad register name `%xmm8'
  3535. x86/sse2fdct.c:1012: Error: bad register name `%xmm10'
  3536. x86/sse2fdct.c:1013: Error: bad register name `%xmm15'
  3537. x86/sse2fdct.c:1014: Error: bad register name `%xmm14'
  3538. x86/sse2fdct.c:1015: Error: bad register name `%xmm10'
  3539. x86/sse2fdct.c:1017: Error: bad register name `%xmm8'
  3540. x86/sse2fdct.c:1019: Error: bad register name `%xmm8'
  3541. x86/sse2fdct.c:1038: Error: bad register name `%xmm8'
  3542. x86/sse2fdct.c:1040: Error: bad register name `%xmm8'
  3543. x86/sse2fdct.c:1051: Error: bad register name `%xmm8'
  3544. x86/sse2fdct.c:1052: Error: bad register name `%xmm8'
  3545. x86/sse2fdct.c:1053: Error: bad register name `%xmm14'
  3546. x86/sse2fdct.c:1054: Error: bad register name `%xmm14'
  3547. x86/sse2fdct.c:1055: Error: bad register name `%xmm14'
  3548. x86/sse2fdct.c:1057: Error: bad register name `%xmm14'
  3549. x86/sse2fdct.c:1059: Error: bad register name `%xmm14'
  3550. x86/sse2fdct.c:1061: Error: bad register name `%xmm14'
  3551. x86/sse2fdct.c:1063: Error: bad register name `%xmm14'
  3552. x86/sse2fdct.c:1065: Error: bad register name `%xmm14'
  3553. x86/sse2fdct.c:1067: Error: bad register name `%xmm14'
  3554. make[6]: *** [Makefile:807: sse2fdct.lo] Error 1
  3555. make[6]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libtheora-1.1.1/lib'
  3556. make[5]: *** [Makefile:534: all-recursive] Error 1
  3557. make[5]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libtheora-1.1.1'
  3558. make[4]: *** [Makefile:431: all] Error 2
  3559. make[4]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/libtheora-1.1.1'
  3560. make[3]: *** [Makefile:356: /mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty/../thirdparty/build/libtheora.built] Error 2
  3561. make[3]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg/thirdparty'
  3562. make[2]: *** [Makefile:531: all-recursive] Error 1
  3563. make[2]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  3564. make[1]: *** [Makefile:487: all] Error 2
  3565. make[1]: Leaving directory '/mkdeb/build/i386/cinelerra-gg/cinelerra-gg'
  3566. dh_auto_build: error: make -j4 returned exit code 2
  3567. make: *** [debian/rules:28: build] Error 25
  3568. dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
  3569.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement