Advertisement
fbcyborg

handbrake error

Dec 28th, 2011
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.96 KB | None | 0 0
  1.  * Package: media-video/handbrake-0.9.5_p4210
  2.  * Repository: multimedia
  3.  * USE: amd64 css elibc_glibc gtk kernel_linux multilib userland_GNU
  4.  * FEATURES: preserve-libs sandbox
  5. >>> Unpacking source...
  6. >>> Unpacking handbrake-0.9.5_p4210.tar.bz2 to /var/tmp/portage/media-video/handbrake-0.9.5_p4210/work
  7. >>> Source unpacked in /var/tmp/portage/media-video/handbrake-0.9.5_p4210/work
  8. >>> Preparing source in /var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210 ...
  9. >>> Source prepared.
  10. >>> Configuring source in /var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210 ...
  11. probe: host tuple...(pass) x86_64-unknown-linux-gnu
  12. compute: available architectures...(pass) x86_64
  13. find: ar...(pass) /usr/bin/ar
  14. find: cp...(pass) /bin/cp
  15. find: curl...(pass) /usr/bin/curl
  16. find: gcc...(pass) /usr/bin/gcc
  17. find: gmake...(pass) /usr/bin/gmake
  18. find: m4...(pass) /usr/bin/m4
  19. find: mkdir...(pass) /bin/mkdir
  20. find: gpatch...(pass) /usr/bin/patch
  21. find: rm...(pass) /bin/rm
  22. find: ranlib...(pass) /usr/bin/ranlib
  23. find: strip...(pass) /usr/bin/strip
  24. find: gtar...(pass) /bin/tar
  25. find: wget...(pass) /usr/bin/wget
  26. find: yasm...(pass) /usr/bin/yasm
  27. find: xcodebuild...(fail) not found
  28. find: lipo...(fail) not found
  29. select: fetch...(pass) wget (/usr/bin/wget)
  30. compute: build tuple...(pass) x86_64-unknown-linux-gnu
  31. probe: number of CPU cores...(pass) 4
  32. probe: svn info...(fail) code 1
  33. compute: project data...(pass) HandBrake (unofficial)
  34. compute: makevar SRC/ = ..
  35. compute: makevar BUILD/ = .
  36. compute: makevar PREFIX/ = /usr
  37. mkdir: ./build
  38. chdir: ./build
  39. write: GNUmakefile
  40. mkdir: project
  41. write: project/handbrake.m4
  42. -------------------------------------------------------------------------------
  43. Build is configured!
  44. You may now cd into ./build and run make (/usr/bin/gmake).
  45. >>> Source configured.
  46. >>> Compiling source in /var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210 ...
  47. make -j6 -C build
  48. make: Entering directory `/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build'
  49. /bin/mkdir -p libhb/
  50. /bin/mkdir -p contrib/a52dec/
  51. /bin/mkdir -p contrib/lib/
  52. /bin/mkdir -p contrib/include/
  53. /bin/mkdir -p contrib/faac/
  54. /bin/mkdir -p contrib/ffmpeg/
  55. /bin/mkdir -p contrib/fontconfig/
  56. /bin/mkdir -p contrib/freetype/
  57. /bin/mkdir -p contrib/libxml2/
  58. /bin/mkdir -p contrib/lame/
  59. /bin/mkdir -p contrib/libass/
  60. /bin/mkdir -p contrib/libdca/
  61. /bin/mkdir -p contrib/libdvdread/
  62. /bin/mkdir -p contrib/libdvdnav/
  63. /bin/mkdir -p contrib/libmkv/
  64. /bin/mkdir -p contrib/libogg/
  65. /bin/mkdir -p contrib/libsamplerate/
  66. /bin/mkdir -p contrib/libtheora/
  67. /bin/mkdir -p contrib/libvorbis/
  68. /bin/mkdir -p contrib/mp4v2/
  69. /bin/mkdir -p contrib/mpeg2dec/
  70. /bin/mkdir -p contrib/x264/
  71. /bin/mkdir -p contrib/libbluray/
  72. /bin/mkdir -p test/
  73. /bin/mkdir -p gtk/
  74. /usr/bin/m4 -Iproject ../libhb/project.h.m4 > libhb/project.h
  75. /bin/cp ../libhb/eedi2.h libhb/eedi2.h
  76. /bin/cp ../libhb/hbffmpeg.h libhb/hbffmpeg.h
  77. /bin/cp ../libhb/common.h libhb/common.h
  78. /bin/cp ../libhb/ports.h libhb/ports.h
  79. /bin/cp ../libhb/dvd.h libhb/dvd.h
  80. /bin/cp ../libhb/downmix.h libhb/downmix.h
  81. /bin/cp ../libhb/lang.h libhb/lang.h
  82. /bin/cp ../libhb/internal.h libhb/internal.h
  83. /bin/cp ../libhb/deccc608sub.h libhb/deccc608sub.h
  84. /bin/cp ../libhb/hb.h libhb/hb.h
  85. /bin/rm -fr ./contrib/a52dec/a52dec/
  86. /bin/rm -fr ./contrib/faac/faac-1.28/
  87. /bin/tar xfC ../download/a52dec-0.7.4.tar.gz ./contrib/a52dec/
  88. /bin/tar xfC ../download/faac-1.28.tar.gz ./contrib/faac/
  89. /bin/rm -fr ./contrib/ffmpeg/ffmpeg-v0.7.1/
  90. /bin/rm -fr ./contrib/fontconfig/fontconfig-2.8.0/
  91. /bin/rm -fr ./contrib/freetype/freetype-2.3.9/
  92. /bin/tar xfC ../download/ffmpeg-v0.7.1.tar.bz2 ./contrib/ffmpeg/
  93. /bin/tar xfC ../download/fontconfig-2.8.0.tar.gz ./contrib/fontconfig/
  94. /bin/tar xfC ../download/freetype-2.3.9.tar.gz ./contrib/freetype/
  95. /bin/rm -fr ./contrib/libxml2/libxml2-2.7.7/
  96. /bin/tar xfC ../download/libxml2-2.7.7.tar.gz ./contrib/libxml2/
  97. touch contrib/a52dec/.stamp.extract
  98. /bin/rm -fr ./contrib/lame/lame/
  99. /bin/tar xfC ../download/lame-3.98.tar.gz ./contrib/lame/
  100. touch contrib/faac/.stamp.extract
  101. touch contrib/lame/.stamp.extract
  102. /bin/rm -fr ./contrib/libass/libass-0.9.9/
  103. /bin/rm -fr ./contrib/libdca/libdca/
  104. /bin/tar xfC ../download/libass-0.9.9.tar.bz2 ./contrib/libass/
  105. /bin/tar xfC ../download/libdca-r81-strapped.tar.gz ./contrib/libdca/
  106. touch contrib/libdca/.stamp.extract
  107. /bin/rm -fr ./contrib/libdvdread/libdvdread/
  108. /bin/tar xfC ../download/libdvdread-svn1168.tar.gz ./contrib/libdvdread/
  109. touch contrib/freetype/.stamp.extract
  110. /bin/rm -fr ./contrib/libdvdnav/libdvdnav/
  111. /bin/tar xfC ../download/libdvdnav-svn1168.tar.gz ./contrib/libdvdnav/
  112. touch contrib/fontconfig/.stamp.extract
  113. /bin/rm -fr ./contrib/libmkv/libmkv-0.6.4.1-3-g62ce8b9/
  114. /bin/tar xfC ../download/libmkv-0.6.4.1-3-g62ce8b9.tar.gz ./contrib/libmkv/
  115. touch contrib/libass/.stamp.extract
  116. /bin/rm -fr ./contrib/libogg/libogg/
  117. touch contrib/libmkv/.stamp.extract
  118. /bin/tar xfC ../download/libogg-1.1.3.tar.gz ./contrib/libogg/
  119. /bin/rm -fr ./contrib/libsamplerate/libsamplerate/
  120. /bin/tar xfC ../download/libsamplerate-0.1.4.tar.gz ./contrib/libsamplerate/
  121. touch contrib/libdvdread/.stamp.extract
  122. /bin/rm -fr ./contrib/libtheora/libtheora-1.1.0/
  123. touch contrib/libogg/.stamp.extract
  124. /bin/tar xfC ../download/libtheora-1.1.0.tar.bz2 ./contrib/libtheora/
  125. /bin/rm -fr ./contrib/libvorbis/libvorbis/
  126. /bin/tar xfC ../download/libvorbis-aotuv_b5.tar.gz ./contrib/libvorbis/
  127. touch contrib/libdvdnav/.stamp.extract
  128. /bin/rm -fr ./contrib/mp4v2/mp4v2-trunk-r355/
  129. /bin/tar xfC ../download/mp4v2-trunk-r355.tar.bz2 ./contrib/mp4v2/
  130. touch contrib/libvorbis/.stamp.extract
  131. /bin/rm -fr ./contrib/mpeg2dec/mpeg2dec/
  132. /bin/tar xfC ../download/mpeg2dec-0.5.1.tar.gz ./contrib/mpeg2dec/
  133. touch contrib/libsamplerate/.stamp.extract
  134. /bin/rm -fr ./contrib/x264/x264/
  135. /bin/tar xfC ../download/x264-r2044-392e762.tar.gz ./contrib/x264/
  136. touch contrib/mpeg2dec/.stamp.extract
  137. /bin/rm -fr ./contrib/libbluray/libbluray-0.0.1-pre-213-ga869da8/
  138. /bin/tar xfC ../download/libbluray-0.0.1-pre-213-ga869da8.tar.gz ./contrib/libbluray/
  139. touch contrib/x264/.stamp.extract
  140. set -e; cd ../gtk/; NOCONFIGURE=1 ./autogen.sh
  141. touch contrib/mp4v2/.stamp.extract
  142. /usr/bin/patch -t -N -p1 -d ./contrib/a52dec/a52dec/ < ../contrib/a52dec/A00-dpl2.patch
  143. patching file include/a52.h
  144. patching file liba52/a52_internal.h
  145. patching file liba52/downmix.c
  146. /usr/bin/patch -t -N -p1 -d ./contrib/a52dec/a52dec/ < ../contrib/a52dec/A02-imdct-shutup.patch
  147. patching file liba52/imdct.c
  148. /usr/bin/patch -t -N -p1 -d ./contrib/a52dec/a52dec/ < ../contrib/a52dec/A01-thread-safe.patch
  149. touch contrib/libbluray/.stamp.extract
  150. /usr/bin/patch -t -N -p1 -d ./contrib/faac/faac-1.28/ < ../contrib/faac/A00-bitrates.patch
  151. patching file liba52/a52_internal.h
  152. patching file liba52/imdct.c
  153. patching file liba52/parse.c
  154. touch contrib/a52dec/.stamp.patch
  155. patching file libfaac/frame.c
  156. touch contrib/faac/.stamp.patch
  157. /usr/bin/patch -t -N -p1 -d ./contrib/fontconfig/fontconfig-2.8.0/ < ../contrib/fontconfig/A00-mingw-disableShared.patch
  158. touch contrib/freetype/.stamp.patch
  159. touch contrib/lame/.stamp.patch
  160. patching file configure
  161. patching file configure.in
  162. patching file src/Makefile.am
  163. patching file src/Makefile.in
  164. touch contrib/fontconfig/.stamp.patch
  165. /usr/bin/patch -t -N -p1 -d ./contrib/libass/libass-0.9.9/ < ../contrib/libass/A00-configure.patch
  166. /usr/bin/patch -t -N -p1 -d ./contrib/libdca/libdca/ < ../contrib/libdca/A00-general.patch
  167. patching file configure
  168. touch contrib/libass/.stamp.patch
  169. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A02-msc_ver-defs.patch
  170. patching file include/audio_out.h
  171. patching file include/dca.h
  172. patching file libao/audio_out_aif.c
  173. patching file libao/audio_out_al.c
  174. patching file libao/audio_out_float.c
  175. patching file libao/audio_out_internal.h
  176. patching file libao/audio_out_null.c
  177. patching file libao/audio_out_oss.c
  178. patching file libao/audio_out_peak.c
  179. patching file libao/audio_out_solaris.c
  180. patching file libao/audio_out_wav.c
  181. touch contrib/libtheora/.stamp.extract
  182. patching file libao/audio_out_win.c
  183. patching file libdca/dca_internal.h
  184. patching file libdca/downmix.c
  185. patching file libdca/parse.c
  186. patching file src/dcadec.c
  187. touch contrib/libdca/.stamp.patch
  188. patching file src/dvd_reader.c
  189. patching file src/dvdread_internal.h
  190. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A00-volume-name.patch
  191. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A02-mult-pgc.patch
  192. touch contrib/libmkv/.stamp.patch
  193. touch contrib/libogg/.stamp.patch
  194. patching file src/dvd_udf.c
  195. patching file src/vm/vm.c
  196. Hunk #1 succeeded at 1702 (offset -56 lines).
  197. touch contrib/libsamplerate/.stamp.patch
  198. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A04-dup-lut-pgc.patch
  199. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A03-quiet.patch
  200. patching file src/ifo_read.c
  201. patching file src/dvdread/ifo_types.h
  202. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A05-short-ptt-table.patch
  203. touch contrib/libtheora/.stamp.patch
  204. patching file src/vm/vm.c
  205. patching file src/ifo_read.c
  206. Hunk #1 succeeded at 1127 (offset -11 lines).
  207. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A04-m4-uid0.patch
  208. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A03-m4-uid0.patch
  209. /usr/bin/patch -t -N -p1 -d ./contrib/libvorbis/libvorbis/ < ../contrib/libvorbis/A00-disable-examples.patch
  210. patching file configure.ac
  211. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A08-dvdnav-dup.patch
  212. patching file configure.ac
  213. touch contrib/libdvdread/.stamp.patch
  214. patching file Makefile.in
  215. patching file src/dvdnav.c
  216. patching file src/dvdnav/dvdnav.h
  217. patching file src/vm/vm.c
  218. /usr/bin/patch -t -N -p1 -d ./contrib/libvorbis/libvorbis/ < ../contrib/libvorbis/A01-docs.patch
  219. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A01-program-info.patch
  220. /usr/bin/patch -t -N -p1 -d ./contrib/mp4v2/mp4v2-trunk-r355/ < ../contrib/mp4v2/A00-nero-vobsub.patch
  221. patching file doc/Makefile.am
  222. patching file src/dvdnav/dvdnav.h
  223. Hunk #1 succeeded at 282 (offset 3 lines).
  224. Hunk #2 succeeded at 328 (offset 3 lines).
  225. patching file src/navigation.c
  226. patching file src/vm/vm.c
  227. Hunk #2 succeeded at 527 (offset 9 lines).
  228. Hunk #3 succeeded at 1673 (offset 9 lines).
  229. touch contrib/libvorbis/.stamp.patch
  230. patching file src/vm/vm.h
  231. touch contrib/libxml2/.stamp.extract
  232. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A00-log-stderr.patch
  233. patching file include/mp4v2/general.h
  234. patching file include/mp4v2/track.h
  235. patching file src/descriptors.h
  236. patching file src/mp4.cpp
  237. patching file src/mp4file.cpp
  238. /usr/bin/patch -t -N -p1 -d ./contrib/mpeg2dec/mpeg2dec/ < ../contrib/mpeg2dec/A01-gcc4.6.patch
  239. patching file src/mp4file.h
  240. touch contrib/mp4v2/.stamp.patch
  241. patching file src/dvdnav_internal.h
  242. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A07-missing-menu.patch
  243. patching file libmpeg2/idct_mmx.c
  244. /usr/bin/patch -t -N -p1 -d ./contrib/mpeg2dec/mpeg2dec/ < ../contrib/mpeg2dec/A00-tags.patch
  245. touch contrib/x264/.stamp.patch
  246. touch contrib/libbluray/.stamp.patch
  247. set -e; cd ./contrib/a52dec/a52dec/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/lib/pkgconfig" ./configure --prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static
  248. patching file libmpeg2/decode.c
  249. touch contrib/mpeg2dec/.stamp.patch
  250. patching file src/vm/vm.c
  251. Hunk #1 succeeded at 614 (offset 29 lines).
  252. Hunk #2 succeeded at 624 (offset 29 lines).
  253. Hunk #3 succeeded at 641 (offset 29 lines).
  254. Hunk #4 succeeded at 1448 (offset 29 lines).
  255. Hunk #5 succeeded at 1495 (offset 29 lines).
  256. Hunk #6 succeeded at 1507 (offset 29 lines).
  257. Hunk #7 succeeded at 1527 (offset 29 lines).
  258. set -e; cd ./contrib/faac/faac-1.28/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/lib/pkgconfig" ./configure --prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --without-mp4v2
  259. Hunk #8 succeeded at 1547 (offset 29 lines).
  260. Hunk #9 succeeded at 1584 (offset 29 lines).
  261. Hunk #10 succeeded at 1607 (offset 29 lines).
  262. Hunk #11 succeeded at 1622 (offset 29 lines).
  263. Hunk #12 succeeded at 1637 (offset 29 lines).
  264. Hunk #13 succeeded at 1701 (offset 29 lines).
  265. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A05-forward-seek.patch
  266. set -e; cd ./contrib/freetype/freetype-2.3.9/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/lib/pkgconfig" ./configure --prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static
  267. patching file src/searching.c
  268. /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A06-reset-mutex.patch
  269. patching file src/dvdnav.c
  270. Hunk #1 succeeded at 239 (offset 61 lines).
  271. Hunk #2 succeeded at 580 (offset 61 lines).
  272. touch contrib/libdvdnav/.stamp.patch
  273. touch contrib/libxml2/.stamp.patch
  274. set -e; cd ./contrib/lame/lame/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/lib/pkgconfig" ./configure --prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static
  275. make[1]: Entering directory `/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/freetype/freetype-2.3.9'
  276. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  277. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  278.  
  279. FreeType build system -- automatic system detection
  280.  
  281. The following settings are used:
  282.  
  283. platform unix
  284. compiler /usr/bin/gcc
  285. configuration directory ./builds/unix
  286. configuration rules ./builds/unix/unix.mk
  287.  
  288. If this does not correspond to your system or settings please remove the file
  289. `config.mk' from this directory then read the INSTALL file for help.
  290.  
  291. Otherwise, simply type `make' again to build the library,
  292. or `make refdoc' to build the API reference (the latter needs python).
  293.  
  294. Generating modules list in ./objs/ftmodule.h...
  295. * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
  296. * module: type1 (Postscript font files with extension *.pfa or *.pfb)
  297. * module: cff (OpenType fonts with extension *.otf)
  298. * module: cid (Postscript CID-keyed fonts, no known extension)
  299. * module: pfr (PFR/TrueDoc font files with extension *.pfr)
  300. * module: type42 (Type 42 font files with no known extension)
  301. * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
  302. * module: pcf (pcf bitmap fonts)
  303. * module: bdf (bdf bitmap fonts)
  304. * module: sfnt (helper module for TrueType & OpenType formats)
  305. * module: autofit (automatic hinting module)
  306. * module: pshinter (Postscript hinter module)
  307. * module: raster (monochrome bitmap renderer)
  308. * module: smooth (anti-aliased bitmap renderer)
  309. * module: smooth (anti-aliased bitmap renderer for LCDs)
  310. * module: smooth (anti-aliased bitmap renderer for vertical LCDs)
  311. * module: psaux (Postscript Type 1 & Type 2 helper module)
  312. * module: psnames (Postscript & Unicode Glyph name handling)
  313. done.
  314. cd builds/unix; ./configure '--prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/' '--disable-dependency-tracking' '--disable-shared' '--enable-static'
  315. checking for a BSD-compatible install... /usr/bin/install -c
  316. checking whether build environment is sane... **Warning**: I am going to run `configure' with no arguments.
  317. If you wish to pass any to it, please specify them on the
  318. `./autogen.sh' command line.
  319.  
  320. checking build system type... processing .
  321. Creating ./aclocal.m4 ...
  322. Running glib-gettextize... Ignore non-fatal messages.
  323. configure: WARNING: unrecognized options: --disable-dependency-tracking
  324. Copying file mkinstalldirs
  325. Copying file po/Makefile.in.in
  326. x86_64-unknown-linux-gnu
  327. checking host system type... x86_64-unknown-linux-gnu
  328. checking for a BSD-compatible install...
  329. Please add the files
  330. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  331. progtest.m4
  332. from the /usr/share/aclocal directory to your autoconf macro directory
  333. or directly to your aclocal.m4 file.
  334. You will also need config.guess and config.sub, which you can get from
  335. ftp://ftp.gnu.org/pub/gnu/config/.
  336.  
  337. Making ./aclocal.m4 writable ...
  338. /usr/bin/install -c
  339. checking whether build environment is sane... Running intltoolize...
  340. autoreconf-2.68: Entering directory `.'
  341. autoreconf-2.68: configure.in: not using Gettext
  342. checking build system type... x86_64-unknown-linux-gnu
  343. checking host system type... x86_64-unknown-linux-gnu
  344. checking for gcc... /usr/bin/gcc
  345. touch contrib/ffmpeg/.stamp.extract
  346. set -e; cd ./contrib/libdca/libdca/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/lib/pkgconfig" ./configure --prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static
  347. Running libtoolize...
  348. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  349. checking for C compiler default output file name... a.out
  350. checking whether the C compiler works... yes
  351. checking whether we are cross compiling... no
  352. checking for suffix of executables... libtoolize: putting auxiliary files in `.'.
  353. libtoolize: copying file `./ltmain.sh'
  354.  
  355. checking for suffix of object files... o
  356. checking whether we are using the GNU C compiler... yes
  357. checking whether /usr/bin/gcc accepts -g... yes
  358. checking for /usr/bin/gcc option to accept ISO C89... autoreconf-2.68: Entering directory `.'
  359. autoreconf-2.68: configure.ac: not using Gettext
  360. libtoolize: You should add the contents of the following files to `aclocal.m4':
  361. libtoolize: `/usr/share/aclocal/libtool.m4'
  362. libtoolize: `/usr/share/aclocal/ltoptions.m4'
  363. libtoolize: `/usr/share/aclocal/ltversion.m4'
  364. libtoolize: `/usr/share/aclocal/ltsugar.m4'
  365. libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
  366. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  367. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  368. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  369. Running aclocal ...
  370. none needed
  371. checking how to run the C preprocessor... /usr/bin/gcc -E
  372. checking for rm... rm -f
  373. checking for rmdir... rmdir
  374. checking for a BSD-compatible install... /usr/bin/install -c
  375. checking for grep that handles long lines and -e... /bin/grep
  376. checking for egrep... /bin/grep -E
  377. checking for ANSI C header files... yes
  378. checking for sys/types.h... yes
  379. checking for sys/stat.h... yes
  380. checking for stdlib.h... yes
  381. checking for string.h... yes
  382. checking for memory.h... yes
  383. checking for gawk... gawk
  384. checking whether make sets $(MAKE)... yes
  385. checking for gcc... /usr/bin/gcc
  386. checking for C compiler default output file name... yes
  387. checking for strings.h... yes
  388. checking for a thread-safe mkdir -p... /bin/mkdir -p
  389. checking for gawk... gawk
  390. checking whether make sets $(MAKE)... yes
  391. autoreconf-2.68: running: aclocal --force
  392. yes
  393. a.out
  394. checking whether the C compiler works... yes
  395. checking whether we are cross compiling... no
  396. checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
  397. checking for style of include used by make... checking for inttypes.h... GNU
  398. checking for gcc... /usr/bin/gcc
  399. yes
  400.  
  401. checking for suffix of object files... checking for stdint.h... checking for C compiler default output file name... o
  402. checking whether we are using the GNU C compiler... a.out
  403. checking whether the C compiler works... yes
  404. checking whether we are cross compiling... no
  405. checking for suffix of executables... yes
  406. checking for unistd.h... yes
  407. checking whether /usr/bin/gcc accepts -g...
  408. checking for suffix of object files... yes
  409. checking for /usr/bin/gcc option to accept ISO C89... o
  410. checking whether we are using the GNU C compiler... yes
  411. checking fcntl.h usability... autoreconf-2.68: running: aclocal --force
  412. none needed
  413. checking for style of include used by make... yes
  414. GNU
  415. checking whether /usr/bin/gcc accepts -g... yes
  416. checking fcntl.h presence... checking dependency style of /usr/bin/gcc... none
  417. yes
  418. checking for fcntl.h... yes
  419. checking whether we are using the GNU C++ compiler... yes
  420. checking for /usr/bin/gcc option to accept ISO C89... yes
  421. checking whether /usr/bin/g++ accepts -g... checking for unistd.h... (cached) yes
  422. none needed
  423. checking dependency style of /usr/bin/gcc... none
  424. checking how to run the C preprocessor... checking for an ANSI C-conforming const... yes
  425. checking dependency style of /usr/bin/g++... none
  426. yes
  427. checking size of int... checking build system type... 4
  428. checking size of long... /usr/bin/gcc -E
  429. checking for grep that handles long lines and -e... /bin/grep
  430. checking for egrep... /bin/grep -E
  431. checking for AIX... no
  432. checking for library containing strerror... x86_64-unknown-linux-gnu
  433. checking host system type... x86_64-unknown-linux-gnu
  434. checking for a sed that does not truncate output... 8
  435. /bin/sed
  436. checking for grep that handles long lines and -e... checking cpp computation of bit length in ftconfig.in works... /bin/grep
  437. checking for egrep... /bin/grep -E
  438. checking for ld used by /usr/bin/gcc... yes
  439. checking for stdlib.h... (cached) yes
  440. none required
  441. checking for ANSI C header files... checking for unistd.h... (cached) yes
  442. checking for getpagesize... /usr/x86_64-pc-linux-gnu/bin/ld
  443. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  444. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  445. checking for BSD-compatible nm... /usr/bin/nm -B
  446. checking whether ln -s works... yes
  447. checking how to recognise dependent libraries... pass_all
  448. checking how to run the C preprocessor... /usr/bin/gcc -E
  449. yes
  450. checking for working mmap... yes
  451. checking for sys/types.h... checking for ANSI C header files... yes
  452. checking for sys/stat.h... yes
  453. yes
  454. checking whether munmap is declared... checking for stdlib.h... yes
  455. checking for munmap's first parameter type... yes
  456. void *
  457. checking for string.h... yes
  458. checking for memcpy... checking for sys/types.h... yes
  459. yes
  460. checking for sys/stat.h... checking for memory.h... yes
  461. yes
  462. checking for memmove... checking for stdlib.h... yes
  463. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  464. checking for strings.h... yes
  465. yes
  466. checking for gzsetparams in -lz... checking for inttypes.h... yes
  467. checking for string.h... yes
  468. checking zlib.h usability... yes
  469. yes
  470. yes
  471. checking zlib.h presence... checking for stdint.h... checking for memory.h... yes
  472. checking for zlib.h... yes
  473. checking whether CFLAGS includes -isysroot option... no
  474. checking for a sed that does not truncate output... /bin/sed
  475. checking for fgrep... yes
  476. yes
  477. /bin/grep -F
  478. checking for ld used by /usr/bin/gcc... checking for unistd.h... checking for strings.h... /usr/x86_64-pc-linux-gnu/bin/ld
  479. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  480. checking for BSD- or MS-compatible name lister (nm)... yes
  481. /usr/bin/nm -B
  482. checking the name lister (/usr/bin/nm -B) interface... checking for inttypes.h... yes
  483. BSD nm
  484. checking whether ln -s works... yes
  485. checking the maximum length of command line arguments... 1572864
  486. checking whether the shell understands some XSI constructs... yes
  487. checking whether the shell understands "+="... checking minix/config.h usability... yes
  488. yes
  489. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  490. checking for objdump... objdump
  491. checking how to recognize dependent libraries... pass_all
  492. checking for ar... ar
  493. checking for strip... strip
  494. checking for ranlib... ranlib
  495. checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... checking for stdint.h... yes
  496. checking for unistd.h... no
  497. checking minix/config.h presence... no
  498. checking for minix/config.h... no
  499. checking for a sed that does not truncate output... /bin/sed
  500. checking for ld used by /usr/bin/gcc... yes
  501. ok
  502. /usr/x86_64-pc-linux-gnu/bin/ld
  503. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  504. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  505. checking for BSD-compatible nm... checking dlfcn.h usability... Running autoheader...
  506. /usr/bin/nm -B
  507. checking whether ln -s works... yes
  508. checking how to recognize dependent libraries... pass_all
  509. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  510. checking for dlfcn.h... checking dlfcn.h usability... yes
  511. checking dlfcn.h presence... yes
  512. checking dlfcn.h presence... yes
  513. yes
  514. checking for dlfcn.h... yes
  515. checking for objdir... .libs
  516. checking how to run the C++ preprocessor... yes
  517. checking for dlfcn.h... yes
  518. checking whether we are using the GNU C++ compiler... /usr/bin/g++ -E
  519. checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... checking for g77... no
  520. checking for xlf... no
  521. checking for f77... no
  522. checking for frt... no
  523. checking for pgf77... no
  524. checking for cf77... no
  525. checking for fort77... no
  526. checking for fl32... no
  527. checking for af77... no
  528. checking for xlf90... no
  529. checking for f90... no
  530. checking for pgf90... no
  531. checking for pghpf... no
  532. checking for epcf90... no
  533. checking for gfortran... gfortran
  534. yes
  535. checking whether /usr/bin/g++ accepts -g... yes
  536. checking dependency style of /usr/bin/g++... none
  537. checking how to run the C++ preprocessor... no
  538. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  539. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... checking whether we are using the GNU Fortran 77 compiler... /usr/bin/g++ -E
  540. yes
  541. checking if /usr/bin/gcc static flag -static works... autoreconf-2.68: configure.in: tracing
  542. checking for g77... no
  543. checking for xlf... no
  544. checking for f77... no
  545. checking for frt... no
  546. checking for pgf77... no
  547. checking for cf77... no
  548. checking for fort77... no
  549. checking for fl32... no
  550. checking for af77... no
  551. checking for xlf90... no
  552. checking for f90... no
  553. checking for pgf90... no
  554. checking for pghpf... no
  555. checking for epcf90... no
  556. checking for gfortran... gfortran
  557. checking whether we are using the GNU Fortran 77 compiler... yes
  558. checking if /usr/bin/gcc supports -c -o file.o... yes
  559. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  560. checking whether the /usr/bin/gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... autoreconf-2.68: configure.ac: tracing
  561. yes
  562. checking dynamic linker characteristics... Running automake --gnu ...
  563. Useless use of /d modifier in transliteration operator at /usr/share/automake-1.9/Automake/Wrap.pm line 60.
  564. GNU/Linux ld.so
  565. checking how to hardcode library paths into programs... immediate
  566. checking whether stripping libraries is possible... yes
  567. checking if libtool supports shared libraries... yes
  568. checking whether to build shared libraries... no
  569. checking whether to build static libraries... yes
  570. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  571. configure: creating ./config.status
  572. yes
  573. checking whether gfortran accepts -g... yes
  574. checking whether gfortran accepts -g... autoreconf-2.68: running: libtoolize --copy --force
  575. yes
  576. checking the maximum length of command line arguments... 1572864
  577. checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... yes
  578. checking the maximum length of command line arguments... autoreconf-2.68: running: libtoolize --copy --force
  579. configure.ac: installing `./install-sh'
  580. configure.ac: installing `./missing'
  581. ok
  582. checking for objdir... .libs
  583. checking for ar... ar
  584. checking for ranlib... ranlib
  585. checking for strip... strip
  586. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
  587. libtoolize: copying file `autotools/ltmain.sh'
  588. src/Makefile.am: installing `./depcomp'
  589. checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
  590. libtoolize: copying file `autotools/ltmain.sh'
  591. configure.ac:85: installing `./config.guess'
  592. configure.ac:85: installing `./config.sub'
  593. no
  594. checking for /usr/bin/gcc option to produce PIC... -fPIC
  595. checking if /usr/bin/gcc PIC flag -fPIC works... yes
  596. checking if /usr/bin/gcc static flag -static works... Running autoconf ...
  597. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  598. yes
  599. checking if /usr/bin/gcc supports -c -o file.o... yes
  600. checking whether the /usr/bin/gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  601. checking dynamic linker characteristics... GNU/Linux ld.so
  602. checking how to hardcode library paths into programs... immediate
  603. checking whether stripping libraries is possible... yes
  604. checking if libtool supports shared libraries... yes
  605. checking whether to build shared libraries... no
  606. checking whether to build static libraries... yes
  607. config.status: creating unix-cc.mk
  608. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  609. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  610. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  611. config.status: creating unix-def.mk
  612. config.status: creating freetype-config
  613. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  614. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  615. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  616. config.status: creating freetype2.pc
  617. config.status: creating ftconfig.h
  618. config.status: executing libtool commands
  619. configure: WARNING: unrecognized options: --disable-dependency-tracking
  620. Skipping configure process.
  621. set -e; cd ./gtk/; /var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/../gtk/configure \
  622. \
  623. PKG_CONFIG_PATH=./contrib/lib/pkgconfig \
  624. CFLAGS="-g0 -O3" \
  625. LDFLAGS="-Wl,-S -g0 -O3 " \
  626. --prefix=/usr \
  627. --with-hb=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/
  628. make[1]: Nothing to be done for `unix'.
  629. make[1]: Leaving directory `/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/freetype/freetype-2.3.9'
  630. touch contrib/freetype/.stamp.configure
  631. set -e; cd ./contrib/libdvdread/libdvdread/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/lib/pkgconfig" ./configure --prefix=/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --enable-local-dlfcn
  632. ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.
  633. configure: creating libtool
  634. configure: loading site script /usr/share/config.site
  635. configure: loading site script /usr/share/crossdev/include/site/linux
  636. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  637. checking for a BSD-compatible install... appending configuration tag "CXX" to libtool
  638. /usr/bin/install -c
  639. checking whether build environment is sane... autoreconf-2.68: Entering directory `.'
  640. autoreconf-2.68: configure.ac: not using Gettext
  641. checking for ld used by /usr/bin/g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  642. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  643. checking whether the /usr/bin/g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  644. checking for /usr/bin/g++ option to produce PIC... -fPIC
  645. checking if /usr/bin/g++ PIC flag -fPIC works... yes
  646. checking if /usr/bin/g++ static flag -static works... yes
  647. checking if /usr/bin/g++ supports -c -o file.o... yes
  648. checking whether the /usr/bin/g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  649. checking dynamic linker characteristics... GNU/Linux ld.so
  650. checking how to hardcode library paths into programs... immediate
  651. appending configuration tag "F77" to libtool
  652. 32768
  653. checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... checking if libtool supports shared libraries... yes
  654. checking whether to build shared libraries... no
  655. checking whether to build static libraries... yes
  656. checking for gfortran option to produce PIC... -fPIC
  657. checking if gfortran PIC flag -fPIC works... yes
  658. checking if gfortran static flag -static works... ok
  659. checking for objdir... autoreconf-2.68: running: aclocal --force
  660. .libs
  661. checking for ar... ar
  662. checking for ranlib... ranlib
  663. checking for strip... strip
  664. yes
  665. checking for gawk... gawk
  666. checking whether make sets $(MAKE)... yes
  667. checking whether to enable maintainer-specific portions of Makefiles... no
  668. checking for style of include used by make... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... GNU
  669. checking for gcc... gcc
  670. no
  671. checking for /usr/bin/gcc option to produce PIC... -fPIC
  672. checking if /usr/bin/gcc PIC flag -fPIC works... yes
  673. checking if /usr/bin/gcc static flag -static works... checking whether the C compiler works... yes
  674. checking for C compiler default output file name... a.out
  675. checking for suffix of executables... yes
  676. checking if /usr/bin/gcc supports -c -o file.o... yes
  677. checking if gfortran supports -c -o file.o...
  678. checking whether we are cross compiling... yes
  679. checking whether the /usr/bin/gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  680. checking dynamic linker characteristics... no
  681. checking for suffix of object files... yes
  682. checking whether the gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... o
  683. checking whether we are using the GNU C compiler... GNU/Linux ld.so
  684. checking how to hardcode library paths into programs... immediate
  685. checking whether stripping libraries is possible... yes
  686. checking if libtool supports shared libraries... yes
  687. checking whether to build shared libraries... no
  688. checking whether to build static libraries... yes
  689. yes
  690. checking dynamic linker characteristics... GNU/Linux ld.so
  691. checking how to hardcode library paths into programs... immediate
  692. yes
  693. checking whether gcc accepts -g... yes
  694. checking for gcc option to accept ISO C89... none needed
  695. checking dependency style of gcc... autoreconf-2.68: running: /usr/bin/autoconf-2.68 --force
  696. gcc3
  697. checking for library containing strerror... none required
  698. checking for gcc... (cached) gcc
  699. checking whether we are using the GNU C compiler... (cached) yes
  700. checking whether gcc accepts -g... (cached) yes
  701. checking for gcc option to accept ISO C89... (cached) none needed
  702. checking dependency style of gcc... (cached) gcc3
  703. checking for g++... g++
  704. checking whether we are using the GNU C++ compiler... autoreconf-2.68: running: /usr/bin/autoconf-2.68 --force
  705. yes
  706. checking whether g++ accepts -g... yes
  707. checking dependency style of g++... configure: creating libtool
  708. checking for gcc... (cached) /usr/bin/gcc
  709. gcc3
  710. checking for gcc... (cached) gcc
  711. checking whether we are using the GNU C compiler... (cached) yes
  712. checking whether /usr/bin/gcc accepts -g... (cached) yes
  713. checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
  714. checking dependency style of /usr/bin/gcc... (cached) none
  715. checking version of GCC... 4.5.3
  716. checking for function prototypes... yes
  717. appending configuration tag "CXX" to libtool
  718. checking for string.h... (cached) yes
  719. checking dmalloc.h usability... checking whether we are using the GNU C compiler... (cached) yes
  720. checking whether gcc accepts -g... (cached) yes
  721. checking for gcc option to accept ISO C89... (cached) none needed
  722. checking dependency style of gcc... (cached) gcc3
  723. checking how to run the C preprocessor... no
  724. checking dmalloc.h presence... no
  725. checking for dmalloc.h... no
  726. checking for ANSI C header files... (cached) yes
  727. gcc -E
  728. checking errno.h usability... checking for ld used by /usr/bin/g++... yes
  729. checking errno.h presence... checking for grep that handles long lines and -e... /bin/grep
  730. checking for egrep... yes
  731. checking for errno.h... yes
  732. /bin/grep -E
  733. checking for ANSI C header files... checking fcntl.h usability... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  734. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  735. checking whether the /usr/bin/g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  736. yes
  737. checking fcntl.h presence... autoreconf-2.68: running: /usr/bin/autoheader-2.68 --force
  738. yes
  739. checking for fcntl.h... yes
  740. checking limits.h usability... checking for /usr/bin/g++ option to produce PIC... -fPIC
  741. checking if /usr/bin/g++ PIC flag -fPIC works... yes
  742. checking for sys/types.h... autoreconf-2.68: running: /usr/bin/autoheader-2.68 --force
  743. yes
  744. checking if /usr/bin/g++ static flag -static works... yes
  745. checking limits.h presence... yes
  746. yes
  747. checking for limits.h... yes
  748. checking for sys/stat.h... checking for stdint.h... (cached) yes
  749. yes
  750. checking for string.h... (cached) yes
  751. checking for stdlib.h... yes
  752. checking if /usr/bin/g++ supports -c -o file.o... checking sys/soundcard.h usability... yes
  753. yes
  754. checking whether the /usr/bin/g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  755. checking dynamic linker characteristics... checking for string.h... GNU/Linux ld.so
  756. checking how to hardcode library paths into programs... immediate
  757. yes
  758. checking for memory.h... yes
  759. checking sys/soundcard.h presence... yes
  760. yes
  761. checking for sys/soundcard.h... yes
  762. autoreconf-2.68: running: automake --add-missing --copy --force-missing
  763. checking for strings.h... checking sys/time.h usability... Useless use of /d modifier in transliteration operator at /usr/share/automake-1.9/Automake/Wrap.pm line 60.
  764. yes
  765. checking sys/time.h presence... yes
  766. yes
  767. checking for sys/time.h... yes
  768. checking for inttypes.h... checking for unistd.h... (cached) yes
  769. checking xmmintrin.h usability... yes
  770. checking for stdint.h... yes
  771. autoreconf-2.68: running: automake --add-missing --copy --force-missing
  772. checking for unistd.h... yes
  773. checking xmmintrin.h presence... Useless use of /d modifier in transliteration operator at /usr/share/automake-1.9/Automake/Wrap.pm line 60.
  774. yes
  775. checking locale.h usability... yes
  776. checking for xmmintrin.h... yes
  777. checking linux/soundcard.h usability... appending configuration tag "F77" to libtool
  778. yes
  779. checking locale.h presence... yes
  780. checking for locale.h... yes
  781. checking for LC_MESSAGES... yes
  782. checking linux/soundcard.h presence... yes
  783. checking for linux/soundcard.h... yes
  784. yes
  785. checking libintl.h usability... checking for an ANSI C-conforming const... checking if libtool supports shared libraries... yes
  786. checking whether to build shared libraries... no
  787. checking whether to build static libraries... yes
  788. checking for gfortran option to produce PIC... -fPIC
  789. checking if gfortran PIC flag -fPIC works... autoreconf-2.68: configure.ac: tracing
  790. yes
  791. checking libintl.h presence... yes
  792. checking for inline... yes
  793. checking for libintl.h... yes
  794. checking for ngettext in libc... yes
  795. checking if gfortran static flag -static works... inline
  796. checking whether byte ordering is bigendian... yes
  797. checking for dgettext in libc... yes
  798. checking for bind_textdomain_codeset... yes
  799. checking if gfortran supports -c -o file.o... yes
  800. no
  801. checking for special C compiler options needed for large files... no
  802. checking for _FILE_OFFSET_BITS value needed for large files... checking for msgfmt... yes
  803. checking whether the gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... /usr/bin/msgfmt
  804. checking for dcgettext... yes
  805. checking dynamic linker characteristics... no
  806. checking for short... yes
  807. checking if msgfmt accepts -c... GNU/Linux ld.so
  808. checking how to hardcode library paths into programs... immediate
  809. yes
  810. checking for gmsgfmt... /usr/bin/gmsgfmt
  811. checking for xgettext... yes
  812. checking size of short... /usr/bin/xgettext
  813. liba52/Makefile.am: installing `autotools/depcomp'
  814. liba52/Makefile.am:1: `CFLAGS' is a user variable, you should not override it;
  815. liba52/Makefile.am:1: use `AM_CFLAGS' instead.
  816. 2
  817. checking for unsigned short... checking whether NLS is requested... yes
  818. checking for intltool >= 0.35.0... yes
  819. checking size of unsigned short... autoreconf-2.68: running: libtoolize --copy --force
  820. src/Makefile.am:1: `CFLAGS' is a user variable, you should not override it;
  821. src/Makefile.am:1: use `AM_CFLAGS' instead.
  822. 0.41.1 found
  823. checking for intltool-update... /usr/bin/intltool-update
  824. checking for intltool-merge... /usr/bin/intltool-merge
  825. checking for intltool-extract... /usr/bin/intltool-extract
  826. checking for xgettext... (cached) /usr/bin/xgettext
  827. checking for msgmerge... /usr/bin/msgmerge
  828. checking for msgfmt... (cached) /usr/bin/msgfmt
  829. checking for gmsgfmt... (cached) /usr/bin/gmsgfmt
  830. 2
  831. checking for int... checking for perl... /usr/bin/perl
  832. checking for perl >= 5.8.1... 5.12.4
  833. checking for XML::Parser... yes
  834. checking size of int... libtoolize: putting auxiliary files in `.'.
  835. libtoolize: copying file `./ltmain.sh'
  836. ok
  837. 4
  838. checking for unsigned int... checking build system type... autoreconf-2.68: Leaving directory `.'
  839. yes
  840. checking size of unsigned int... checking getopt.h usability... x86_64-unknown-linux-gnu
  841. checking host system type... x86_64-unknown-linux-gnu
  842. checking how to print strings... printf
  843. checking for a sed that does not truncate output... /bin/sed
  844. checking for fgrep... /bin/grep -F
  845. checking for ld used by gcc... 4
  846. checking for long... /usr/x86_64-pc-linux-gnu/bin/ld
  847. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  848. checking getopt.h presence... yes
  849. checking for BSD- or MS-compatible name lister (nm)... autoreconf-2.68: Leaving directory `.'
  850. /usr/bin/nm -B
  851. checking the name lister (/usr/bin/nm -B) interface... checking for a BSD-compatible install... yes
  852. checking size of long... yes
  853. checking for getopt.h... yes
  854. /usr/bin/install -c
  855. checking whether build environment is sane... checking for u_int32_t... BSD nm
  856. checking whether ln -s works... yes
  857. checking the maximum length of command line arguments... 1572864
  858. checking whether the shell understands some XSI constructs... yes
  859. checking whether the shell understands "+="... yes
  860. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  861. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  862. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  863. checking for objdump... objdump
  864. checking how to recognize dependent libraries... pass_all
  865. checking for dlltool... no
  866. checking how to associate runtime and link libraries... printf %s\n
  867. checking for ar... ar
  868. checking for archiver @FILE support... @
  869. checking for strip... strip
  870. checking for ranlib... ranlib
  871. checking command to parse /usr/bin/nm -B output from gcc object... 8
  872. yes
  873. checking for unsigned long... checking for u_int16_t... yes
  874. checking size of unsigned long... libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  875. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  876. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  877. checking for a BSD-compatible install... yes
  878. checking for int32_t... /usr/bin/install -c
  879. checking whether build environment is sane... ok
  880. checking for sysroot... no
  881. checking for mt... no
  882. checking if : is a manifest tool... no
  883. checking for dlfcn.h... 8
  884. checking for long long... yes
  885. checking for int16_t... yes
  886. checking for objdir... yes
  887. checking size of long long... .libs
  888. yes
  889. checking whether strcasecmp is declared... 8
  890. checking for unsigned long long... checking if gcc supports -fno-rtti -fno-exceptions... yes
  891. checking for getopt_long in -lgnugetopt... no
  892. checking for gcc option to produce PIC... -fPIC -DPIC
  893. checking if gcc PIC flag -fPIC -DPIC works... yes
  894. checking size of unsigned long long... yes
  895. checking if gcc static flag -static works... no
  896. checking whether MP4Create is declared... 8
  897. checking for float... no
  898. checking whether MP4MetadataDelete is declared... yes
  899. checking if gcc supports -c -o file.o... no
  900. configure: *** Building WITHOUT mp4v2 ***
  901. checking whether byte ordering is bigendian... yes
  902. checking size of float... yes
  903. checking if gcc supports -c -o file.o... (cached) yes
  904. checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  905. checking whether -lc should be explicitly linked in... 4
  906. checking for double... no
  907. checking dynamic linker characteristics... no
  908. checking for ANSI C header files... (cached) yes
  909. checking for special C compiler options needed for large files... no
  910. checking for _FILE_OFFSET_BITS value needed for large files... yes
  911. checking size of double... no
  912. checking for stdint.h... (cached) yes
  913. checking for inttypes.h... (cached) yes
  914. checking mathf.h usability... GNU/Linux ld.so
  915. checking how to hardcode library paths into programs... immediate
  916. checking whether stripping libraries is possible... yes
  917. checking if libtool supports shared libraries... yes
  918. checking whether to build shared libraries... yes
  919. checking whether to build static libraries... yes
  920. checking how to run the C++ preprocessor... g++ -E
  921. 8
  922. checking for long double with more range or precision than double... no
  923. checking mathf.h presence... yes
  924. checking for gawk... gawk
  925. checking whether make sets $(MAKE)... yes
  926. checking for uint8_t... yes
  927. no
  928. checking for mathf.h... no
  929. checking float.h usability... checking whether to enable maintainer-specific portions of Makefiles... no
  930. checking build system type... yes
  931. checking for int8_t... yes
  932. checking float.h presence... yes
  933. checking for uint16_t... x86_64-unknown-linux-gnu
  934. checking host system type... x86_64-unknown-linux-gnu
  935. checking for gcc... /usr/bin/gcc
  936. yes
  937. checking for float.h... yes
  938. checking for ld used by g++... checking whether strchr is declared... yes
  939. checking whether the C compiler works... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  940. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... checking for gawk... gawk
  941. checking whether make sets $(MAKE)... yes
  942. yes
  943. checking for int16_t... checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  944. yes
  945. yes
  946. checking whether memcpy is declared... checking whether to enable maintainer-specific portions of Makefiles... no
  947. yes
  948. checking for C compiler default output file name... a.out
  949. checking build system type... yes
  950. checking for suffix of executables... checking for uint32_t... yes
  951. checking whether strsep is declared...
  952. checking whether we are cross compiling... yes
  953. checking for int32_t... x86_64-unknown-linux-gnu
  954. checking host system type... x86_64-unknown-linux-gnu
  955. checking for gcc... /usr/bin/gcc
  956. no
  957. checking for suffix of object files... yes
  958. checking sys/time.h usability... yes
  959. checking for g++ option to produce PIC... -fPIC -DPIC
  960. checking if g++ PIC flag -fPIC -DPIC works... o
  961. checking whether we are using the GNU C compiler... checking for uint64_t... checking whether the C compiler works... yes
  962. checking whether /usr/bin/gcc accepts -g... yes
  963. checking if g++ static flag -static works... yes
  964. checking sys/time.h presence... yes
  965. checking for C compiler default output file name... a.out
  966. checking for suffix of executables... yes
  967. checking for int64_t... yes
  968. checking for /usr/bin/gcc option to accept ISO C89... yes
  969. checking for sys/time.h... yes
  970. checking whether time.h and sys/time.h may both be included...
  971. none needed
  972. checking whether we are cross compiling... checking for style of include used by make... yes
  973. yes
  974. checking if g++ supports -c -o file.o... GNU
  975. checking dependency style of /usr/bin/gcc... none
  976. checking how to run the C preprocessor... checking for IEEE854 compliant 80 bit floats... yes
  977. checking for off_t... yes
  978. checking if g++ supports -c -o file.o... (cached) yes
  979. checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  980. checking dynamic linker characteristics... (cached) no
  981. checking for suffix of object files... /usr/bin/gcc -E
  982. GNU/Linux ld.so
  983. checking how to hardcode library paths into programs... immediate
  984. checking for pkg-config... /usr/bin/pkg-config
  985. checking pkg-config is at least version 0.9.0... yes
  986. checking for OldWebKitGtk... o
  987. checking whether we are using the GNU C compiler... no
  988. checking for libappindicator... yes
  989. checking for ieee854_float80_t... no
  990. yes
  991. checking whether /usr/bin/gcc accepts -g... yes
  992. checking for in_port_t... checking for grep that handles long lines and -e... checking for GHB... /bin/grep
  993. checking for egrep... /bin/grep -E
  994. checking whether /usr/bin/gcc needs -traditional... yes
  995. checking for /usr/bin/gcc option to accept ISO C89... no
  996. no
  997. checking for ieee754_float64_t... yes
  998. checking for socklen_t... configure: error: Package requirements (gtk+-2.0 >= 2.10 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gio-2.0 libnotify dbus-glib-1 gudev-1.0 webkit-1.0) were not met:
  999.  
  1000. No package 'webkit-1.0' found
  1001.  
  1002. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1003. installed software in a non-standard prefix.
  1004.  
  1005. Alternatively, you may set the environment variables GHB_CFLAGS
  1006. and GHB_LIBS to avoid the need to call pkg-config.
  1007. See the pkg-config man page for more details.
  1008. none needed
  1009. checking for style of include used by make... GNU
  1010. checking dependency style of /usr/bin/gcc... none
  1011. checking whether /usr/bin/gcc and cc understand -c and -o together... yes
  1012. checking for fpos_t.__pos... no
  1013. checking for ieee754_float32_t... no
  1014. checking if /usr/bin/gcc supports -O3 flags... make: *** [gtk/.stamp.configure] Error 1
  1015. make: *** Waiting for unfinished jobs....
  1016. yes
  1017. checking if /usr/bin/gcc supports -O3 -fomit-frame-pointer flags... yes
  1018. no
  1019. checking for size_t... yes
  1020. checking how to print strings... yes
  1021. printf
  1022. checking for a sed that does not truncate output... checking how to run the C preprocessor... /bin/sed
  1023. checking for fgrep... /bin/grep -F
  1024. checking for ld used by /usr/bin/gcc... configure: creating ./config.status
  1025. yes
  1026. checking whether time.h and sys/time.h may both be included... /usr/bin/gcc -E
  1027. /usr/x86_64-pc-linux-gnu/bin/ld
  1028. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  1029. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1030. checking the name lister (/usr/bin/nm -B) interface... yes
  1031. checking for working alloca.h... checking for grep that handles long lines and -e... /bin/grep
  1032. checking for egrep... /bin/grep -E
  1033. BSD nm
  1034. checking whether ln -s works... yes
  1035. checking the maximum length of command line arguments... checking whether /usr/bin/gcc needs -traditional... 1572864
  1036. checking whether the shell understands some XSI constructs... yes
  1037. checking whether the shell understands "+="... yes
  1038. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1039. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1040. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  1041. checking for objdump... objdump
  1042. checking how to recognize dependent libraries... pass_all
  1043. checking for dlltool... dlltool
  1044. checking how to associate runtime and link libraries... printf %s\n
  1045. checking for ar... ar
  1046. checking for archiver @FILE support... no
  1047. checking if /usr/bin/gcc supports -Wall flags... yes
  1048. @
  1049. checking for strip... strip
  1050. checking for ranlib... ranlib
  1051. checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... checking for alloca... yes
  1052. checking if /usr/bin/gcc supports -Wall -O3 flags... yes
  1053. checking if /usr/bin/gcc supports -Wall -O3 -fomit-frame-pointer flags... config.status: creating common/Makefile
  1054. yes
  1055. yes
  1056. checking for gettimeofday... checking how to print strings... printf
  1057. checking for a sed that does not truncate output... /bin/sed
  1058. checking for fgrep... config.status: creating common/mp4v2/Makefile
  1059. /bin/grep -F
  1060. checking for ld used by /usr/bin/gcc... ok
  1061. checking for sysroot... no
  1062. /usr/x86_64-pc-linux-gnu/bin/ld
  1063. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  1064. checking for BSD- or MS-compatible name lister (nm)... config.status: creating libfaac/Makefile
  1065. /usr/bin/nm -B
  1066. checking the name lister (/usr/bin/nm -B) interface... checking for mt... no
  1067. checking if : is a manifest tool... no
  1068. checking for ANSI C header files... yes
  1069. config.status: creating frontend/Makefile
  1070. checking for strtol... BSD nm
  1071. checking whether ln -s works... yes
  1072. checking the maximum length of command line arguments... 1572864
  1073. checking whether the shell understands some XSI constructs... yes
  1074. checking whether the shell understands "+="... yes
  1075. autoreconf-2.68: running: /usr/bin/autoconf-2.68 --force
  1076. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1077. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1078. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  1079. checking for objdump... objdump
  1080. checking how to recognize dependent libraries... pass_all
  1081. checking for dlltool... no
  1082. checking how to associate runtime and link libraries... printf %s\n
  1083. checking for ar... ar
  1084. checking for archiver @FILE support... config.status: creating include/Makefile
  1085. config.status: creating Makefile
  1086. @
  1087. checking for strip... strip
  1088. checking for ranlib... ranlib
  1089. checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... yes
  1090. config.status: creating config.h
  1091. checking for socket... config.status: executing depfiles commands
  1092. yes
  1093. checking for sys/types.h... yes
  1094. checking termcap.h usability... yes
  1095. ok
  1096. checking for sysroot... touch contrib/faac/.stamp.configure
  1097. no
  1098. checking for sys/stat.h... checking for mt... no
  1099. checking if : is a manifest tool... no
  1100. checking for ANSI C header files... yes
  1101. yes
  1102. checking termcap.h presence... checking for stdlib.h... yes
  1103. checking for termcap.h... yes
  1104. checking ncurses/termcap.h usability... yes
  1105. checking for string.h... no
  1106. checking ncurses/termcap.h presence... yes
  1107. no
  1108. checking for ncurses/termcap.h... no
  1109. checking for initscr in -ltermcap... yes
  1110. checking for memory.h... checking for sys/types.h... yes
  1111. yes
  1112. checking for sys/stat.h... checking for strings.h... no
  1113. checking for initscr in -lcurses... yes
  1114. checking for stdlib.h... yes
  1115. checking for inttypes.h... yes
  1116. checking for initscr in -lncurses... yes
  1117. checking for string.h... yes
  1118. checking for stdint.h... yes
  1119. checking for memory.h... yes
  1120. checking for cos in -lm... yes
  1121. checking for unistd.h... yes
  1122. checking for strings.h... yes
  1123. checking for cos in -lffm... yes
  1124. yes
  1125. checking for inttypes.h... checking for dlfcn.h... no
  1126. checking for cos in -lcpml... yes
  1127. yes
  1128. checking for stdint.h... checking for objdir... .libs
  1129. autoreconf-2.68: running: /usr/bin/autoheader-2.68 --force
  1130. yes
  1131. checking for unistd.h... no
  1132. checking for gtk-config... no
  1133. checking for GTK - version >= 1.2.0... no
  1134. *** The gtk-config script installed by GTK could not be found
  1135. *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
  1136. *** your path, or set the GTK_CONFIG environment variable to the
  1137. *** full path to gtk-config.
  1138. checking use of ElectricFence malloc debugging... no
  1139. checking use of file io... lame
  1140. checking use of analyzer hooks... yes
  1141. checking use of mpg123 decoder... yes (Layer 2, 3)
  1142. checking if the lame frontend should be build... yes
  1143. checking if mp3x is requested... no
  1144. checking if mp3rtp is requested... no
  1145. checking use of VBR bitrate histogram... yes, with ncurses
  1146. checking if I have to build the internal vector lib... yes
  1147. checking for FLOAT8 as float... no
  1148. checking for nasm... /usr/bin/nasm
  1149. checking for assembler routines for this processor type... no
  1150. checking for additional optimizations... yes
  1151. no
  1152. checking for debug options... no
  1153. checking for dlfcn.h... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes
  1154. checking for objdir... .libs
  1155. no
  1156. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  1157. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... configure: creating ./config.status
  1158. yes
  1159. checking if /usr/bin/gcc static flag -static works... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes
  1160. checking if /usr/bin/gcc supports -c -o file.o... no
  1161. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  1162. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
  1163. checking if /usr/bin/gcc static flag -static works... yes
  1164. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  1165. checking whether the /usr/bin/gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  1166. checking dynamic linker characteristics... config.status: creating Makefile
  1167. config.status: creating libmp3lame/Makefile
  1168. yes
  1169. checking if /usr/bin/gcc supports -c -o file.o... config.status: creating libmp3lame/i386/Makefile
  1170. GNU/Linux ld.so
  1171. checking how to hardcode library paths into programs... immediate
  1172. checking whether stripping libraries is possible... yes
  1173. checking if libtool supports shared libraries... yes
  1174. checking whether to build shared libraries... no
  1175. checking whether to build static libraries... yes
  1176. checking sys/time.h usability... config.status: creating libmp3lame/vector/Makefile
  1177. yes
  1178. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  1179. checking whether the /usr/bin/gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  1180. checking dynamic linker characteristics... yes
  1181. checking sys/time.h presence... config.status: creating frontend/Makefile
  1182. yes
  1183. checking for sys/time.h... yes
  1184. checking sys/timeb.h usability... config.status: creating mpglib/Makefile
  1185. autoreconf-2.68: running: automake --add-missing --copy --force-missing
  1186. yes
  1187. checking sys/timeb.h presence... config.status: creating doc/Makefile
  1188. GNU/Linux ld.so
  1189. checking how to hardcode library paths into programs... immediate
  1190. checking whether stripping libraries is possible... yes
  1191. checking if libtool supports shared libraries... yes
  1192. checking whether to build shared libraries... no
  1193. checking whether to build static libraries... yes
  1194. checking for cos in -lm... yes
  1195. checking for sys/timeb.h... yes
  1196. checking io.h usability... config.status: creating doc/html/Makefile
  1197. Useless use of /d modifier in transliteration operator at /usr/share/automake-1.9/Automake/Wrap.pm line 60.
  1198. config.status: creating doc/man/Makefile
  1199. yes
  1200. no
  1201. checking io.h presence... checking sys/time.h usability... no
  1202. checking for io.h... no
  1203. config.status: creating include/Makefile
  1204. checking for inttypes.h... (cached) yes
  1205. checking for an ANSI C-conforming const... yes
  1206. checking sys/time.h presence... config.status: creating Dll/Makefile
  1207. yes
  1208. checking for inline... yes
  1209. checking for sys/time.h... yes
  1210. checking time.h usability... config.status: creating misc/Makefile
  1211. inline
  1212. checking for always_inline... config.status: creating debian/Makefile
  1213. yes
  1214. yes
  1215. checking time.h presence... checking for restrict... yes
  1216. checking for time.h... yes
  1217. config.status: creating dshow/Makefile
  1218. checking sys/timeb.h usability... config.status: creating ACM/Makefile
  1219. __restrict__
  1220. checking for size_t... yes
  1221. checking sys/timeb.h presence... config.status: creating ACM/ADbg/Makefile
  1222. yes
  1223. checking for sys/timeb.h... yes
  1224. checking io.h usability... config.status: creating ACM/ddk/Makefile
  1225. no
  1226. checking io.h presence... config.status: creating ACM/tinyxml/Makefile
  1227. no
  1228. checking for io.h... no
  1229. checking for struct timeval... config.status: creating lame.spec
  1230. yes
  1231. checking whether byte ordering is bigendian... config.status: creating mac/Makefile
  1232. yes
  1233. config.status: creating macosx/Makefile
  1234. checking for inttypes.h... (cached) yes
  1235. checking for an ANSI C-conforming const... config.status: creating macosx/English.lproj/Makefile
  1236. yes
  1237. checking for inline... no
  1238. checking for memalign... config.status: creating macosx/LAME.xcodeproj/Makefile
  1239. inline
  1240. checking for always_inline... config.status: creating config.h
  1241. yes
  1242. checking for C/C++ restrict keyword... config.status: executing depfiles commands
  1243. yes
  1244. checking for gettimeofday... __restrict
  1245. checking for __builtin_expect... yes
  1246. checking for size_t... touch contrib/lame/.stamp.configure
  1247. yes
  1248. checking for ftime... yes
  1249. yes
  1250. checking whether byte ordering is bigendian... checking return type of signal handlers... autoreconf-2.68: Leaving directory `.'
  1251. void
  1252. checking for _oss_ioctl in -lossaudio... no
  1253. checking for memalign... no
  1254. checking __attribute__ ((aligned ())) support... configure: WARNING: unrecognized options: --enable-local-dlfcn
  1255. yes
  1256. checking for gettimeofday... checking for a BSD-compatible install... /usr/bin/install -c
  1257. checking whether build environment is sane... yes
  1258. checking for ftime... 64
  1259. yes
  1260. checking return type of signal handlers... void
  1261. checking for _oss_ioctl in -lossaudio... configure: creating ./config.status
  1262. no
  1263. checking __attribute__ ((aligned ())) support... 64
  1264. configure: creating ./config.status
  1265. config.status: creating Makefile
  1266. config.status: creating autotools/Makefile
  1267. config.status: creating include/Makefile
  1268. config.status: creating test/Makefile
  1269. config.status: creating doc/Makefile
  1270. config.status: creating src/Makefile
  1271. config.status: creating liba52/Makefile
  1272. config.status: creating libao/Makefile
  1273. config.status: creating vc++/Makefile
  1274. config.status: creating include/config.h
  1275. config.status: executing depfiles commands
  1276. config.status: executing libtool commands
  1277. config.status: creating Makefile
  1278. config.status: creating autotools/Makefile
  1279. yes
  1280. checking for gawk... gawk
  1281. checking whether make sets $(MAKE)... config.status: creating include/Makefile
  1282. yes
  1283. config.status: creating test/Makefile
  1284. checking build system type... config.status: creating src/Makefile
  1285. config.status: creating libdca/Makefile
  1286. config.status: creating libao/Makefile
  1287. touch contrib/a52dec/.stamp.configure
  1288. x86_64-unknown-linux-gnu
  1289. checking host system type... x86_64-unknown-linux-gnu
  1290. checking for style of include used by make... GNU
  1291. config.status: creating vc++/Makefile
  1292. checking for gcc... /usr/bin/gcc
  1293. config.status: creating libdca/libdca.pc
  1294. checking whether the C compiler works... config.status: creating libdca/libdts.pc
  1295. config.status: creating config.h
  1296. config.status: executing depfiles commands
  1297. config.status: executing libtool commands
  1298. yes
  1299. checking for C compiler default output file name... a.out
  1300. checking for suffix of executables...
  1301. checking whether we are cross compiling... no
  1302. checking for suffix of object files... o
  1303. checking whether we are using the GNU C compiler... yes
  1304. checking whether /usr/bin/gcc accepts -g... touch contrib/libdca/.stamp.configure
  1305. yes
  1306. checking for /usr/bin/gcc option to accept ISO C89... none needed
  1307. checking dependency style of /usr/bin/gcc... none
  1308. checking for library containing strerror... none required
  1309. checking for gcc... (cached) /usr/bin/gcc
  1310. checking whether we are using the GNU C compiler... (cached) yes
  1311. checking whether /usr/bin/gcc accepts -g... (cached) yes
  1312. checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
  1313. checking dependency style of /usr/bin/gcc... (cached) none
  1314. checking whether make sets $(MAKE)... (cached) yes
  1315. checking whether ln -s works... yes
  1316. checking how to print strings... printf
  1317. checking for a sed that does not truncate output... /bin/sed
  1318. checking for grep that handles long lines and -e... /bin/grep
  1319. checking for egrep... /bin/grep -E
  1320. checking for fgrep... /bin/grep -F
  1321. checking for ld used by /usr/bin/gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  1322. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  1323. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1324. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1325. checking the maximum length of command line arguments... 1572864
  1326. checking whether the shell understands some XSI constructs... yes
  1327. checking whether the shell understands "+="... yes
  1328. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1329. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1330. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  1331. checking for objdump... objdump
  1332. checking how to recognize dependent libraries... pass_all
  1333. checking for dlltool... no
  1334. checking how to associate runtime and link libraries... printf %s\n
  1335. checking for ar... ar
  1336. checking for archiver @FILE support... @
  1337. checking for strip... strip
  1338. checking for ranlib... ranlib
  1339. checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok
  1340. checking for sysroot... no
  1341. checking for mt... no
  1342. checking if : is a manifest tool... no
  1343. checking how to run the C preprocessor... /usr/bin/gcc -E
  1344. checking for ANSI C header files... yes
  1345. checking for sys/types.h... yes
  1346. checking for sys/stat.h... yes
  1347. checking for stdlib.h... yes
  1348. checking for string.h... yes
  1349. checking for memory.h... yes
  1350. checking for strings.h... yes
  1351. checking for inttypes.h... yes
  1352. checking for stdint.h... yes
  1353. checking for unistd.h... yes
  1354. checking for dlfcn.h... yes
  1355. checking for objdir... .libs
  1356. checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
  1357. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  1358. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
  1359. checking if /usr/bin/gcc static flag -static works... yes
  1360. checking if /usr/bin/gcc supports -c -o file.o... yes
  1361. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  1362. checking whether the /usr/bin/gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  1363. checking dynamic linker characteristics... GNU/Linux ld.so
  1364. checking how to hardcode library paths into programs... immediate
  1365. checking for shl_load... no
  1366. checking for shl_load in -ldld... no
  1367. checking for dlopen... no
  1368. checking for dlopen in -ldl... yes
  1369. checking whether a program can dlopen itself... yes
  1370. checking whether a statically linked program can dlopen itself... no
  1371. checking whether stripping libraries is possible... yes
  1372. checking if libtool supports shared libraries... yes
  1373. checking whether to build shared libraries... no
  1374. checking whether to build static libraries... yes
  1375. ./configure: line 11971: ./libtool: No such file or directory
  1376. checking for ANSI C header files... (cached) yes
  1377. checking for unistd.h... (cached) yes
  1378. checking for string.h... (cached) yes
  1379. checking for an ANSI C-conforming const... yes
  1380. checking for inline... inline
  1381. checking for off_t... yes
  1382. checking for size_t... yes
  1383. checking whether byte ordering is bigendian... no
  1384. checking for dlopen in -lc... no
  1385. checking for dlopen in -ldl... (cached) yes
  1386. checking for doxygen... no
  1387. configure: creating ./config.status
  1388. config.status: creating Makefile
  1389. config.status: creating src/Makefile
  1390. config.status: creating misc/Makefile
  1391. config.status: creating misc/dvdread-config
  1392. config.status: creating misc/dvdread.pc
  1393. config.status: creating misc/libdvdread.spec
  1394. config.status: creating misc/relchk.sh
  1395. config.status: creating m4/Makefile
  1396. config.status: creating config.h
  1397. config.status: executing depfiles commands
  1398. config.status: executing libtool commands
  1399. configure: WARNING: unrecognized options: --enable-local-dlfcn
  1400. touch contrib/libdvdread/.stamp.configure
  1401. make: Leaving directory `/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210/build'
  1402. emake failed
  1403. * ERROR: media-video/handbrake-0.9.5_p4210 failed (compile phase):
  1404. * failed compiling handbrake
  1405. *
  1406. * Call stack:
  1407. * ebuild.sh, line 85: Called src_compile
  1408. * environment, line 2946: Called die
  1409. * The specific snippet of code:
  1410. * WANT_AUTOMAKE=1.9 emake -C build || die "failed compiling ${PN}"
  1411. *
  1412. * If you need support, post the output of 'emerge --info =media-video/handbrake-0.9.5_p4210',
  1413. * the complete build log and the output of 'emerge -pqv =media-video/handbrake-0.9.5_p4210'.
  1414. * This ebuild is from an overlay named 'multimedia': '/var/lib/layman/multimedia/'
  1415. * The complete build log is located at '/var/tmp/portage/media-video/handbrake-0.9.5_p4210/temp/build.log'.
  1416. * The ebuild environment file is located at '/var/tmp/portage/media-video/handbrake-0.9.5_p4210/temp/environment'.
  1417. * S: '/var/tmp/portage/media-video/handbrake-0.9.5_p4210/work/handbrake-0.9.5_p4210'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement