Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.71 KB | None | 0 0
  1. root@server:/usr/src/tvheadend# rm -rf libav_static
  2. root@server:/usr/src/tvheadend# AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh -t precise-amd64 > log.txt
  3. dpkg-source --before-build tvheadend
  4. debian/rules clean
  5. debian/rules build
  6. 2014-11-27 15:41:45 URL:http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz [1492156/1492156] -> "/usr/src/tvheadend/libav_static/yasm-1.3.0.tar.gz" [1]
  7. configure: WARNING: xmlto not found, manpages will not be rebuilt.
  8. fail to map group of size 2 for tab size 512
  9. modules/objfmts/bin/bin-objfmt.c: In function âdosexe_objfmt_outputâ:
  10. modules/objfmts/bin/bin-objfmt.c:1869:18: warning: ignoring return value of âftruncateâ, declared with attribute warn_unused_result [-Wunused-result]
  11. ftruncate(fileno(f), EXE_HEADER_SIZE + size);
  12. ^
  13. 2014-11-27 15:42:04 URL:http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gz [550250/550250] -> "/usr/src/tvheadend/libav_static/libogg-1.3.2.tar.gz" [1]
  14. 2014-11-27 15:42:08 URL:http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.gz [1632091/1632091] -> "/usr/src/tvheadend/libav_static/libvorbis-1.3.4.tar.gz" [1]
  15. libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'
  16. In file included from mdct.c:44:0:
  17. ../include/vorbis/codec.h:26:21: fatal error: ogg/ogg.h: No such file or directory
  18. #include <ogg/ogg.h>
  19. ^
  20. compilation terminated.
  21. make[6]: *** [mdct.lo] Error 1
  22. make[5]: *** [install-recursive] Error 1
  23. make[4]: *** [install-recursive] Error 1
  24. make[3]: *** [/usr/src/tvheadend/libav_static/libvorbis-1.3.4/.tvh_build] Error 2
  25. In file included from src/main.c:69:0:
  26. src/libav.h:23:34: fatal error: libavformat/avformat.h: No such file or directory
  27. #include <libavformat/avformat.h>
  28. ^
  29. compilation terminated.
  30. make[2]: *** [/usr/src/tvheadend/build.linux/src/main.o] Error 1
  31. make[1]: *** [override_dh_auto_build] Error 2
  32. make: *** [build] Error 2
  33. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  34. root@server:/usr/src/tvheadend#
  35.  
  36. ------------------- OUTPUT OF BUILD ------------------
  37.  
  38.  
  39. dpkg-buildpackage: source package tvheadend
  40. dpkg-buildpackage: source version 3.9.2170~g36a06a6~precise
  41. dpkg-buildpackage: source distribution precise
  42. dpkg-buildpackage: source changed by Andreas Öman <andreas@tvheadend.org>
  43. dpkg-buildpackage: host architecture amd64
  44. dh clean
  45. dh_testdir
  46. dh_clean
  47. rm -f debian/tvheadend.substvars
  48. rm -f debian/tvheadend.*.debhelper
  49. rm -rf debian/tvheadend/
  50. rm -f debian/tvheadend-dbg.substvars
  51. rm -f debian/tvheadend-dbg.*.debhelper
  52. rm -rf debian/tvheadend-dbg/
  53. rm -f debian/*.debhelper.log
  54. rm -f debian/files
  55. find . \( \( -type f -a \
  56. \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
  57. -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
  58. -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
  59. -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
  60. \) -exec rm -f {} + \) -o \
  61. \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
  62. dh build
  63. dh_testdir
  64. debian/rules override_dh_auto_configure
  65. make[1]: Entering directory `/usr/src/tvheadend'
  66. dh_auto_configure -- --enable-libffmpeg_static --arch=x86_64
  67. ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=\${prefix}/lib/tvheadend --disable-maintainer-mode --disable-dependency-tracking --enable-libffmpeg_static --arch=x86_64
  68. Checking support/features
  69. checking for cc execinfo.h ... ok
  70. checking for cc -mmmx ... ok
  71. checking for cc -msse2 ... ok
  72. checking for cc getloadavg ... ok
  73. checking for cc atomic64 ... ok
  74. checking for cc lockowner ... ok
  75. checking for cc qsort_r ... ok
  76. checking for cc recvmmsg ... ok
  77. checking for cc libiconv ... ok
  78. checking for py module gzip ... ok
  79. checking for bzip2 ... ok
  80. checking for pkg openssl ... ok (detected 1.0.1f)
  81. checking for cc linux/dvb/version.h ... ok
  82. checking for cc libhdhomerun/hdhomerun.h ... fail
  83. checking for pkg zlib ... ok (detected 1.2.8)
  84. checking for pkg liburiparser ... ok (detected 0.7.5)
  85. checking for pkg avahi-client ... ok (detected 0.6.31)
  86. checking for cc sys/inotify.h ... ok
  87. fetching dvb-scan files ... ok
  88. checking for pkg dbus-1 ... ok (detected 1.6.18)
  89.  
  90. Compiler:
  91. Using C compiler: cc
  92. Build for arch: x86_64
  93.  
  94. Binaries:
  95. Using PYTHON: python
  96.  
  97. Options:
  98. cwc yes
  99. capmt yes
  100. constcw yes
  101. v4l no
  102. linuxdvb yes
  103. satip_client yes
  104. hdhomerun_client no
  105. hdhomerun_static no
  106. iptv yes
  107. tsfile yes
  108. dvbscan yes
  109. timeshift yes
  110. trace yes
  111. imagecache yes
  112. avahi yes
  113. zlib yes
  114. libav yes
  115. libffmpeg_static yes
  116. inotify yes
  117. epoll yes
  118. uriparser yes
  119. ccache no
  120. tvhcsa yes
  121. bundle no
  122. dvbcsa no
  123. kqueue no
  124. dbus_1 yes
  125. android no
  126. execinfo yes
  127. mmx yes
  128. sse2 yes
  129. getloadavg yes
  130. atomic64 yes
  131. lockowner yes
  132. qsort_r yes
  133. recvmmsg yes
  134. libiconv yes
  135. py_gzip yes
  136. bin_bzip2 yes
  137. ssl yes
  138. linuxdvbapi yes
  139. upnp yes
  140. inotify_h yes
  141. mpegts yes
  142. mpegps no
  143. mpegts_dvb yes
  144.  
  145. Packages:
  146. openssl 1.0.1f
  147. zlib 1.2.8
  148. liburiparser 0.7.5
  149. avahi-client 0.6.31
  150. dbus-1 1.6.18
  151.  
  152. Installation paths:
  153. Prefix: /usr
  154. Binaries: ${prefix}/bin
  155. Libraries: ${prefix}/lib
  156. Data files: ${prefix}/share
  157. Man pages: /usr/share/man
  158.  
  159. Final Binary:
  160. /usr/src/tvheadend/build.linux/tvheadend
  161.  
  162. Tvheadend Data Directory:
  163. /usr/share/tvheadend
  164.  
  165. make[1]: Leaving directory `/usr/src/tvheadend'
  166. debian/rules override_dh_auto_build
  167. make[1]: Entering directory `/usr/src/tvheadend'
  168. make
  169. make[2]: Entering directory `/usr/src/tvheadend'
  170. make -f Makefile.ffmpeg build
  171. make[3]: Entering directory `/usr/src/tvheadend'
  172. if test -z "${TVHEADEND_FILE_CACHE}"; then wget --no-verbose -O /usr/src/tvheadend/libav_static/yasm-1.3.0.tar.gz http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz; else file=$(basename /usr/src/tvheadend/libav_static/yasm-1.3.0.tar.gz); cp "$TVHEADEND_FILE_CACHE/$(file)" /usr/src/tvheadend/libav_static/yasm-1.3.0.tar.gz; fi
  173. SHA1SUM test 'b7574e9f0826bedef975d64d3825f75fbaeef55e' == 'b7574e9f0826bedef975d64d3825f75fbaeef55e': OK
  174. tar x -C /usr/src/tvheadend/libav_static -zf /usr/src/tvheadend/libav_static/yasm-1.3.0.tar.gz
  175. cd /usr/src/tvheadend/libav_static/yasm-1.3.0 && ./configure \
  176. --prefix=/ffmpeg
  177. checking for a BSD-compatible install... /usr/bin/install -c
  178. checking whether build environment is sane... yes
  179. checking for a thread-safe mkdir -p... /bin/mkdir -p
  180. checking for gawk... gawk
  181. checking whether make sets $(MAKE)... yes
  182. checking whether make supports nested variables... yes
  183. checking whether to enable maintainer-specific portions of Makefiles... no
  184. checking for style of include used by make... GNU
  185. checking for gcc... gcc
  186. checking whether the C compiler works... yes
  187. checking for C compiler default output file name... a.out
  188. checking for suffix of executables...
  189. checking whether we are cross compiling... no
  190. checking for suffix of object files... o
  191. checking whether we are using the GNU C compiler... yes
  192. checking whether gcc accepts -g... yes
  193. checking for gcc option to accept ISO C89... none needed
  194. checking whether gcc understands -c and -o together... yes
  195. checking dependency style of gcc... gcc3
  196. checking how to run the C preprocessor... gcc -E
  197. checking for gcc option to accept ISO C99... -std=gnu99
  198. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  199. checking whether ln -s works... yes
  200. checking for ar... ar
  201. checking for ranlib... ranlib
  202. checking for xmlto... no
  203. checking if malloc debugging is wanted... no
  204. checking for grep that handles long lines and -e... /bin/grep
  205. checking for egrep... /bin/grep -E
  206. checking for ANSI C header files... yes
  207. checking for sys/types.h... yes
  208. checking for sys/stat.h... yes
  209. checking for stdlib.h... yes
  210. checking for string.h... yes
  211. checking for memory.h... yes
  212. checking for strings.h... yes
  213. checking for inttypes.h... yes
  214. checking for stdint.h... yes
  215. checking for unistd.h... yes
  216. checking for strings.h... (cached) yes
  217. checking libgen.h usability... yes
  218. checking libgen.h presence... yes
  219. checking for libgen.h... yes
  220. checking for unistd.h... (cached) yes
  221. checking direct.h usability... no
  222. checking direct.h presence... no
  223. checking for direct.h... no
  224. checking for sys/stat.h... (cached) yes
  225. checking for an ANSI C-conforming const... yes
  226. checking for inline... inline
  227. checking for function prototypes... yes
  228. checking for size_t... yes
  229. checking for stdint types... stdint.h (shortcircuit)
  230. make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
  231. checking for abort... yes
  232. checking for toascii... yes
  233. checking for vsnprintf... yes
  234. checking for strsep... yes
  235. checking for mergesort... no
  236. checking for getcwd... yes
  237. checking for popen... yes
  238. checking for ftruncate... yes
  239. checking for strcasecmp... yes
  240. checking for strncasecmp... yes
  241. checking for stricmp... no
  242. checking for _stricmp... no
  243. checking for strcmpi... no
  244. checking for a sed that does not truncate output... /bin/sed
  245. checking whether NLS is requested... yes
  246. checking for msgfmt... /usr/bin/msgfmt
  247. checking for gmsgfmt... /usr/bin/msgfmt
  248. checking for xgettext... /usr/bin/xgettext
  249. checking for msgmerge... /usr/bin/msgmerge
  250. checking build system type... x86_64-unknown-linux-gnu
  251. checking host system type... x86_64-unknown-linux-gnu
  252. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  253. checking if the linker (/usr/bin/ld) is GNU ld... yes
  254. checking for shared library run path origin... done
  255. checking for CFPreferencesCopyAppValue... no
  256. checking for CFLocaleCopyCurrent... no
  257. checking for GNU gettext in libc... yes
  258. checking whether to use NLS... yes
  259. checking where the gettext function comes from... libc
  260. checking for GNU C Library... yes
  261. configure: Checking for Python
  262. checking for a Python interpreter with version >= 2.4... python
  263. checking for python... /usr/bin/python
  264. checking for python version... 2.7
  265. checking for python platform... linux2
  266. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  267. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  268. checking that generated files are newer than configure... done
  269. configure: creating ./config.status
  270. config.status: creating Makefile
  271. config.status: creating po/Makefile.in
  272. config.status: creating config.h
  273. config.status: executing depfiles commands
  274. config.status: executing libyasm-stdint.h commands
  275. config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
  276. config.status: executing po-directories commands
  277. config.status: creating po/POTFILES
  278. config.status: creating po/Makefile
  279. DESTDIR=/usr/src/tvheadend/libav_static/build \
  280. make -C /usr/src/tvheadend/libav_static/yasm-1.3.0 install
  281. make[4]: Entering directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  282. gcc -std=gnu99 -I. \
  283. -c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c
  284. gcc -std=gnu99 -I. \
  285. -c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c
  286. gcc -std=gnu99 -I. \
  287. -c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c
  288. gcc -std=gnu99 -I. \
  289. -c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c
  290. gcc -std=gnu99 -I. \
  291. -c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c
  292. gcc -std=gnu99 -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o
  293. ./genperf x86insn_nasm.gperf x86insn_nasm.c
  294. ./genperf x86insn_gas.gperf x86insn_gas.c
  295. gcc -std=gnu99 -I. \
  296. -c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c
  297. gcc -std=gnu99 -I. \
  298. -c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c
  299. gcc -std=gnu99 -I. \
  300. -c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c
  301. gcc -std=gnu99 -I. \
  302. -c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c
  303. gcc -std=gnu99 -I. \
  304. -c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c
  305. gcc -std=gnu99 -I. \
  306. -c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c
  307. gcc -std=gnu99 -I. \
  308. -c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c
  309. gcc -std=gnu99 -I. \
  310. -c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c
  311. gcc -std=gnu99 -I. \
  312. -c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c
  313. gcc -std=gnu99 -o re2c re2c-main.o re2c-code.o re2c-dfa.o re2c-parser.o re2c-actions.o re2c-scanner.o re2c-mbo_getopt.o re2c-substr.o re2c-translate.o
  314. ./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re
  315. ./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re
  316. gcc -std=gnu99 -I. \
  317. -c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c
  318. gcc -std=gnu99 -o genmacro genmacro.o
  319. ./genmacro nasm-macros.c nasm_standard_mac ./modules/parsers/nasm/nasm-std.mac
  320. gcc -std=gnu99 -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c
  321. gcc -std=gnu99 -o genversion genversion.o
  322. ./genversion version.mac
  323. ./genmacro nasm-version.c nasm_version_mac version.mac
  324. ./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac
  325. ./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac
  326. gcc -std=gnu99 -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c
  327. gcc -std=gnu99 -o genstring genstring.o
  328. ./genstring license_msg license.c ./COPYING
  329. make install-recursive
  330. make[5]: Entering directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  331. Making install in po
  332. make[6]: Entering directory `/usr/src/tvheadend/libav_static/yasm-1.3.0/po'
  333. if test "yasm" = "gettext-tools"; then \
  334. /bin/mkdir -p /usr/src/tvheadend/libav_static/build/ffmpeg/share/gettext/po; \
  335. for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
  336. /usr/bin/install -c -m 644 ./$file \
  337. /usr/src/tvheadend/libav_static/build/ffmpeg/share/gettext/po/$file; \
  338. done; \
  339. for file in Makevars; do \
  340. rm -f /usr/src/tvheadend/libav_static/build/ffmpeg/share/gettext/po/$file; \
  341. done; \
  342. else \
  343. : ; \
  344. fi
  345. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/yasm-1.3.0/po'
  346. Making install in .
  347. make[6]: Entering directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  348. depbase=`echo modules/arch/x86/x86arch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  349. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/arch/x86/x86arch.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c &&\
  350. mv -f $depbase.Tpo $depbase.Po
  351. depbase=`echo modules/arch/x86/x86bc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  352. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/arch/x86/x86bc.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c &&\
  353. mv -f $depbase.Tpo $depbase.Po
  354. depbase=`echo modules/arch/x86/x86expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  355. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/arch/x86/x86expr.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c &&\
  356. mv -f $depbase.Tpo $depbase.Po
  357. depbase=`echo modules/arch/x86/x86id.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  358. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/arch/x86/x86id.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/x86/x86id.o modules/arch/x86/x86id.c &&\
  359. mv -f $depbase.Tpo $depbase.Po
  360. depbase=`echo modules/arch/lc3b/lc3barch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  361. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/arch/lc3b/lc3barch.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3barch.c &&\
  362. mv -f $depbase.Tpo $depbase.Po
  363. depbase=`echo modules/arch/lc3b/lc3bbc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  364. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/arch/lc3b/lc3bbc.o -MD -MP -MF $depbase.Tpo -c -o modules/arch/lc3b/lc3bbc.o modules/arch/lc3b/lc3bbc.c &&\
  365. mv -f $depbase.Tpo $depbase.Po
  366. depbase=`echo modules/listfmts/nasm/nasm-listfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  367. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/listfmts/nasm/nasm-listfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/listfmts/nasm/nasm-listfmt.o modules/listfmts/nasm/nasm-listfmt.c &&\
  368. mv -f $depbase.Tpo $depbase.Po
  369. depbase=`echo modules/parsers/gas/gas-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  370. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/parsers/gas/gas-parser.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parser.c &&\
  371. mv -f $depbase.Tpo $depbase.Po
  372. depbase=`echo modules/parsers/gas/gas-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  373. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/parsers/gas/gas-parse.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse.c &&\
  374. mv -f $depbase.Tpo $depbase.Po
  375. depbase=`echo modules/parsers/gas/gas-parse-intel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  376. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/parsers/gas/gas-parse-intel.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/gas/gas-parse-intel.o modules/parsers/gas/gas-parse-intel.c &&\
  377. mv -f $depbase.Tpo $depbase.Po
  378. depbase=`echo modules/parsers/nasm/nasm-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  379. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/parsers/nasm/nasm-parser.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parser.c &&\
  380. mv -f $depbase.Tpo $depbase.Po
  381. depbase=`echo modules/parsers/nasm/nasm-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  382. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/parsers/nasm/nasm-parse.o -MD -MP -MF $depbase.Tpo -c -o modules/parsers/nasm/nasm-parse.o modules/parsers/nasm/nasm-parse.c &&\
  383. mv -f $depbase.Tpo $depbase.Po
  384. depbase=`echo modules/preprocs/nasm/nasm-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  385. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/nasm/nasm-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-preproc.c &&\
  386. mv -f $depbase.Tpo $depbase.Po
  387. depbase=`echo modules/preprocs/nasm/nasm-pp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  388. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/nasm/nasm-pp.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c &&\
  389. mv -f $depbase.Tpo $depbase.Po
  390. depbase=`echo modules/preprocs/nasm/nasmlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  391. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/nasm/nasmlib.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasmlib.c &&\
  392. mv -f $depbase.Tpo $depbase.Po
  393. depbase=`echo modules/preprocs/nasm/nasm-eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  394. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/nasm/nasm-eval.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c &&\
  395. mv -f $depbase.Tpo $depbase.Po
  396. depbase=`echo modules/preprocs/raw/raw-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  397. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/raw/raw-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/raw/raw-preproc.o modules/preprocs/raw/raw-preproc.c &&\
  398. mv -f $depbase.Tpo $depbase.Po
  399. depbase=`echo modules/preprocs/cpp/cpp-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  400. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/cpp/cpp-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/cpp/cpp-preproc.c &&\
  401. mv -f $depbase.Tpo $depbase.Po
  402. depbase=`echo modules/preprocs/gas/gas-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  403. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/gas/gas-preproc.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-preproc.c &&\
  404. mv -f $depbase.Tpo $depbase.Po
  405. depbase=`echo modules/preprocs/gas/gas-eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  406. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/preprocs/gas/gas-eval.o -MD -MP -MF $depbase.Tpo -c -o modules/preprocs/gas/gas-eval.o modules/preprocs/gas/gas-eval.c &&\
  407. mv -f $depbase.Tpo $depbase.Po
  408. depbase=`echo modules/dbgfmts/codeview/cv-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  409. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/codeview/cv-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-dbgfmt.c &&\
  410. mv -f $depbase.Tpo $depbase.Po
  411. depbase=`echo modules/dbgfmts/codeview/cv-symline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  412. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/codeview/cv-symline.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-symline.c &&\
  413. mv -f $depbase.Tpo $depbase.Po
  414. depbase=`echo modules/dbgfmts/codeview/cv-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  415. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/codeview/cv-type.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/codeview/cv-type.c &&\
  416. mv -f $depbase.Tpo $depbase.Po
  417. depbase=`echo modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  418. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c &&\
  419. mv -f $depbase.Tpo $depbase.Po
  420. depbase=`echo modules/dbgfmts/dwarf2/dwarf2-line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  421. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/dwarf2/dwarf2-line.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-line.c &&\
  422. mv -f $depbase.Tpo $depbase.Po
  423. depbase=`echo modules/dbgfmts/dwarf2/dwarf2-aranges.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  424. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/dwarf2/dwarf2-aranges.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-aranges.c &&\
  425. mv -f $depbase.Tpo $depbase.Po
  426. depbase=`echo modules/dbgfmts/dwarf2/dwarf2-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  427. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/dwarf2/dwarf2-info.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/dwarf2/dwarf2-info.c &&\
  428. mv -f $depbase.Tpo $depbase.Po
  429. depbase=`echo modules/dbgfmts/null/null-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  430. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/null/null-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/null/null-dbgfmt.c &&\
  431. mv -f $depbase.Tpo $depbase.Po
  432. depbase=`echo modules/dbgfmts/stabs/stabs-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  433. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/dbgfmts/stabs/stabs-dbgfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.c &&\
  434. mv -f $depbase.Tpo $depbase.Po
  435. depbase=`echo modules/objfmts/dbg/dbg-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  436. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/dbg/dbg-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/dbg/dbg-objfmt.c &&\
  437. mv -f $depbase.Tpo $depbase.Po
  438. depbase=`echo modules/objfmts/bin/bin-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  439. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/bin/bin-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/bin/bin-objfmt.o modules/objfmts/bin/bin-objfmt.c &&\
  440. mv -f $depbase.Tpo $depbase.Po
  441. depbase=`echo modules/objfmts/elf/elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  442. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/elf/elf.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf.o modules/objfmts/elf/elf.c &&\
  443. mv -f $depbase.Tpo $depbase.Po
  444. depbase=`echo modules/objfmts/elf/elf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  445. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/elf/elf-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-objfmt.c &&\
  446. mv -f $depbase.Tpo $depbase.Po
  447. depbase=`echo modules/objfmts/elf/elf-x86-x86.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  448. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/elf/elf-x86-x86.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-x86.c &&\
  449. mv -f $depbase.Tpo $depbase.Po
  450. depbase=`echo modules/objfmts/elf/elf-x86-amd64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  451. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/elf/elf-x86-amd64.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-amd64.c &&\
  452. mv -f $depbase.Tpo $depbase.Po
  453. depbase=`echo modules/objfmts/elf/elf-x86-x32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  454. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/elf/elf-x86-x32.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/elf/elf-x86-x32.c &&\
  455. mv -f $depbase.Tpo $depbase.Po
  456. depbase=`echo modules/objfmts/coff/coff-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  457. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/coff/coff-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/coff-objfmt.c &&\
  458. mv -f $depbase.Tpo $depbase.Po
  459. depbase=`echo modules/objfmts/coff/win64-except.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  460. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/coff/win64-except.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/coff/win64-except.o modules/objfmts/coff/win64-except.c &&\
  461. mv -f $depbase.Tpo $depbase.Po
  462. depbase=`echo modules/objfmts/macho/macho-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  463. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/macho/macho-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/macho/macho-objfmt.o modules/objfmts/macho/macho-objfmt.c &&\
  464. mv -f $depbase.Tpo $depbase.Po
  465. depbase=`echo modules/objfmts/rdf/rdf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  466. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/rdf/rdf-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/rdf/rdf-objfmt.c &&\
  467. mv -f $depbase.Tpo $depbase.Po
  468. depbase=`echo modules/objfmts/xdf/xdf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  469. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT modules/objfmts/xdf/xdf-objfmt.o -MD -MP -MF $depbase.Tpo -c -o modules/objfmts/xdf/xdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.c &&\
  470. mv -f $depbase.Tpo $depbase.Po
  471. depbase=`echo libyasm/assocdat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  472. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/assocdat.o -MD -MP -MF $depbase.Tpo -c -o libyasm/assocdat.o libyasm/assocdat.c &&\
  473. mv -f $depbase.Tpo $depbase.Po
  474. depbase=`echo libyasm/bitvect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  475. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bitvect.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bitvect.o libyasm/bitvect.c &&\
  476. mv -f $depbase.Tpo $depbase.Po
  477. depbase=`echo libyasm/bc-align.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  478. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bc-align.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-align.o libyasm/bc-align.c &&\
  479. mv -f $depbase.Tpo $depbase.Po
  480. depbase=`echo libyasm/bc-data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  481. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bc-data.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-data.o libyasm/bc-data.c &&\
  482. mv -f $depbase.Tpo $depbase.Po
  483. depbase=`echo libyasm/bc-incbin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  484. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bc-incbin.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-incbin.o libyasm/bc-incbin.c &&\
  485. mv -f $depbase.Tpo $depbase.Po
  486. depbase=`echo libyasm/bc-org.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  487. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bc-org.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-org.o libyasm/bc-org.c &&\
  488. mv -f $depbase.Tpo $depbase.Po
  489. depbase=`echo libyasm/bc-reserve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  490. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bc-reserve.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bc-reserve.o libyasm/bc-reserve.c &&\
  491. mv -f $depbase.Tpo $depbase.Po
  492. depbase=`echo libyasm/bytecode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  493. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/bytecode.o -MD -MP -MF $depbase.Tpo -c -o libyasm/bytecode.o libyasm/bytecode.c &&\
  494. mv -f $depbase.Tpo $depbase.Po
  495. depbase=`echo libyasm/errwarn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  496. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/errwarn.o -MD -MP -MF $depbase.Tpo -c -o libyasm/errwarn.o libyasm/errwarn.c &&\
  497. mv -f $depbase.Tpo $depbase.Po
  498. depbase=`echo libyasm/expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  499. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/expr.o -MD -MP -MF $depbase.Tpo -c -o libyasm/expr.o libyasm/expr.c &&\
  500. mv -f $depbase.Tpo $depbase.Po
  501. depbase=`echo libyasm/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  502. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/file.o -MD -MP -MF $depbase.Tpo -c -o libyasm/file.o libyasm/file.c &&\
  503. mv -f $depbase.Tpo $depbase.Po
  504. depbase=`echo libyasm/floatnum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  505. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/floatnum.o -MD -MP -MF $depbase.Tpo -c -o libyasm/floatnum.o libyasm/floatnum.c &&\
  506. mv -f $depbase.Tpo $depbase.Po
  507. depbase=`echo libyasm/hamt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  508. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/hamt.o -MD -MP -MF $depbase.Tpo -c -o libyasm/hamt.o libyasm/hamt.c &&\
  509. mv -f $depbase.Tpo $depbase.Po
  510. depbase=`echo libyasm/insn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  511. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/insn.o -MD -MP -MF $depbase.Tpo -c -o libyasm/insn.o libyasm/insn.c &&\
  512. mv -f $depbase.Tpo $depbase.Po
  513. depbase=`echo libyasm/intnum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  514. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/intnum.o -MD -MP -MF $depbase.Tpo -c -o libyasm/intnum.o libyasm/intnum.c &&\
  515. mv -f $depbase.Tpo $depbase.Po
  516. depbase=`echo libyasm/inttree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  517. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/inttree.o -MD -MP -MF $depbase.Tpo -c -o libyasm/inttree.o libyasm/inttree.c &&\
  518. mv -f $depbase.Tpo $depbase.Po
  519. depbase=`echo libyasm/linemap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  520. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/linemap.o -MD -MP -MF $depbase.Tpo -c -o libyasm/linemap.o libyasm/linemap.c &&\
  521. mv -f $depbase.Tpo $depbase.Po
  522. depbase=`echo libyasm/md5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  523. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/md5.o -MD -MP -MF $depbase.Tpo -c -o libyasm/md5.o libyasm/md5.c &&\
  524. mv -f $depbase.Tpo $depbase.Po
  525. depbase=`echo libyasm/mergesort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  526. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/mergesort.o -MD -MP -MF $depbase.Tpo -c -o libyasm/mergesort.o libyasm/mergesort.c &&\
  527. mv -f $depbase.Tpo $depbase.Po
  528. depbase=`echo libyasm/phash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  529. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/phash.o -MD -MP -MF $depbase.Tpo -c -o libyasm/phash.o libyasm/phash.c &&\
  530. mv -f $depbase.Tpo $depbase.Po
  531. depbase=`echo libyasm/section.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  532. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/section.o -MD -MP -MF $depbase.Tpo -c -o libyasm/section.o libyasm/section.c &&\
  533. mv -f $depbase.Tpo $depbase.Po
  534. depbase=`echo libyasm/strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  535. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o libyasm/strcasecmp.o libyasm/strcasecmp.c &&\
  536. mv -f $depbase.Tpo $depbase.Po
  537. depbase=`echo libyasm/strsep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  538. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/strsep.o -MD -MP -MF $depbase.Tpo -c -o libyasm/strsep.o libyasm/strsep.c &&\
  539. mv -f $depbase.Tpo $depbase.Po
  540. depbase=`echo libyasm/symrec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  541. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/symrec.o -MD -MP -MF $depbase.Tpo -c -o libyasm/symrec.o libyasm/symrec.c &&\
  542. mv -f $depbase.Tpo $depbase.Po
  543. depbase=`echo libyasm/valparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  544. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/valparam.o -MD -MP -MF $depbase.Tpo -c -o libyasm/valparam.o libyasm/valparam.c &&\
  545. mv -f $depbase.Tpo $depbase.Po
  546. depbase=`echo libyasm/value.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  547. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/value.o -MD -MP -MF $depbase.Tpo -c -o libyasm/value.o libyasm/value.c &&\
  548. mv -f $depbase.Tpo $depbase.Po
  549. depbase=`echo libyasm/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  550. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/xmalloc.o -MD -MP -MF $depbase.Tpo -c -o libyasm/xmalloc.o libyasm/xmalloc.c &&\
  551. mv -f $depbase.Tpo $depbase.Po
  552. depbase=`echo libyasm/xstrdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  553. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT libyasm/xstrdup.o -MD -MP -MF $depbase.Tpo -c -o libyasm/xstrdup.o libyasm/xstrdup.c &&\
  554. mv -f $depbase.Tpo $depbase.Po
  555. ./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c
  556. depbase=`echo x86cpu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  557. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT x86cpu.o -MD -MP -MF $depbase.Tpo -c -o x86cpu.o x86cpu.c &&\
  558. mv -f $depbase.Tpo $depbase.Po
  559. ./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c
  560. depbase=`echo x86regtmod.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  561. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT x86regtmod.o -MD -MP -MF $depbase.Tpo -c -o x86regtmod.o x86regtmod.c &&\
  562. mv -f $depbase.Tpo $depbase.Po
  563. ./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re
  564. depbase=`echo lc3bid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  565. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT lc3bid.o -MD -MP -MF $depbase.Tpo -c -o lc3bid.o lc3bid.c &&\
  566. mv -f $depbase.Tpo $depbase.Po
  567. depbase=`echo gas-token.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  568. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT gas-token.o -MD -MP -MF $depbase.Tpo -c -o gas-token.o gas-token.c &&\
  569. mv -f $depbase.Tpo $depbase.Po
  570. depbase=`echo nasm-token.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  571. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT nasm-token.o -MD -MP -MF $depbase.Tpo -c -o nasm-token.o nasm-token.c &&\
  572. mv -f $depbase.Tpo $depbase.Po
  573. gcc -std=gnu99 -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c
  574. gcc -std=gnu99 -o genmodule genmodule.o
  575. ./genmodule ./libyasm/module.in Makefile
  576. depbase=`echo module.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  577. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT module.o -MD -MP -MF $depbase.Tpo -c -o module.o module.c &&\
  578. mv -f $depbase.Tpo $depbase.Po
  579. rm -f libyasm.a
  580. ar cru libyasm.a modules/arch/x86/x86arch.o modules/arch/x86/x86bc.o modules/arch/x86/x86expr.o modules/arch/x86/x86id.o modules/arch/lc3b/lc3barch.o modules/arch/lc3b/lc3bbc.o modules/listfmts/nasm/nasm-listfmt.o modules/parsers/gas/gas-parser.o modules/parsers/gas/gas-parse.o modules/parsers/gas/gas-parse-intel.o modules/parsers/nasm/nasm-parser.o modules/parsers/nasm/nasm-parse.o modules/preprocs/nasm/nasm-preproc.o modules/preprocs/nasm/nasm-pp.o modules/preprocs/nasm/nasmlib.o modules/preprocs/nasm/nasm-eval.o modules/preprocs/raw/raw-preproc.o modules/preprocs/cpp/cpp-preproc.o modules/preprocs/gas/gas-preproc.o modules/preprocs/gas/gas-eval.o modules/dbgfmts/codeview/cv-dbgfmt.o modules/dbgfmts/codeview/cv-symline.o modules/dbgfmts/codeview/cv-type.o modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o modules/dbgfmts/dwarf2/dwarf2-line.o modules/dbgfmts/dwarf2/dwarf2-aranges.o modules/dbgfmts/dwarf2/dwarf2-info.o modules/dbgfmts/null/null-dbgfmt.o modules/dbgfmts/stabs/stabs-dbgfmt.o modules/objfmts/dbg/dbg-objfmt.o modules/objfmts/bin/bin-objfmt.o modules/objfmts/elf/elf.o modules/objfmts/elf/elf-objfmt.o modules/objfmts/elf/elf-x86-x86.o modules/objfmts/elf/elf-x86-amd64.o modules/objfmts/elf/elf-x86-x32.o modules/objfmts/coff/coff-objfmt.o modules/objfmts/coff/win64-except.o modules/objfmts/macho/macho-objfmt.o modules/objfmts/rdf/rdf-objfmt.o modules/objfmts/xdf/xdf-objfmt.o libyasm/assocdat.o libyasm/bitvect.o libyasm/bc-align.o libyasm/bc-data.o libyasm/bc-incbin.o libyasm/bc-org.o libyasm/bc-reserve.o libyasm/bytecode.o libyasm/errwarn.o libyasm/expr.o libyasm/file.o libyasm/floatnum.o libyasm/hamt.o libyasm/insn.o libyasm/intnum.o libyasm/inttree.o libyasm/linemap.o libyasm/md5.o libyasm/mergesort.o libyasm/phash.o libyasm/section.o libyasm/strcasecmp.o libyasm/strsep.o libyasm/symrec.o libyasm/valparam.o libyasm/value.o libyasm/xmalloc.o libyasm/xstrdup.o x86cpu.o x86regtmod.o lc3bid.o gas-token.o nasm-token.o module.o
  581. ranlib libyasm.a
  582. depbase=`echo frontends/yasm/yasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  583. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT frontends/yasm/yasm.o -MD -MP -MF $depbase.Tpo -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c &&\
  584. mv -f $depbase.Tpo $depbase.Po
  585. depbase=`echo frontends/yasm/yasm-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  586. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT frontends/yasm/yasm-options.o -MD -MP -MF $depbase.Tpo -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c &&\
  587. mv -f $depbase.Tpo $depbase.Po
  588. gcc -std=gnu99 -g -O2 -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a
  589. depbase=`echo frontends/tasm/tasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  590. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT frontends/tasm/tasm.o -MD -MP -MF $depbase.Tpo -c -o frontends/tasm/tasm.o frontends/tasm/tasm.c &&\
  591. mv -f $depbase.Tpo $depbase.Po
  592. depbase=`echo frontends/tasm/tasm-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  593. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT frontends/tasm/tasm-options.o -MD -MP -MF $depbase.Tpo -c -o frontends/tasm/tasm-options.o frontends/tasm/tasm-options.c &&\
  594. mv -f $depbase.Tpo $depbase.Po
  595. gcc -std=gnu99 -g -O2 -o ytasm frontends/tasm/tasm.o frontends/tasm/tasm-options.o libyasm.a
  596. depbase=`echo frontends/vsyasm/vsyasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  597. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT frontends/vsyasm/vsyasm.o -MD -MP -MF $depbase.Tpo -c -o frontends/vsyasm/vsyasm.o frontends/vsyasm/vsyasm.c &&\
  598. mv -f $depbase.Tpo $depbase.Po
  599. gcc -std=gnu99 -g -O2 -o vsyasm frontends/vsyasm/vsyasm.o frontends/yasm/yasm-options.o libyasm.a
  600. make[7]: Entering directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  601. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/bin'
  602. /usr/bin/install -c yasm ytasm vsyasm '/usr/src/tvheadend/libav_static/build/ffmpeg/bin'
  603. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/lib'
  604. /usr/bin/install -c -m 644 libyasm.a '/usr/src/tvheadend/libav_static/build/ffmpeg/lib'
  605. ( cd '/usr/src/tvheadend/libav_static/build/ffmpeg/lib' && ranlib libyasm.a )
  606. make install-exec-hook
  607. make[8]: Entering directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  608. make[8]: Nothing to be done for `install-exec-hook'.
  609. make[8]: Leaving directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  610. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/include'
  611. /usr/bin/install -c -m 644 libyasm.h '/usr/src/tvheadend/libav_static/build/ffmpeg/include'
  612. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/man/man1'
  613. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/man/man1'
  614. /usr/bin/install -c -m 644 yasm.1 '/usr/src/tvheadend/libav_static/build/ffmpeg/share/man/man1'
  615. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/man/man7'
  616. /usr/bin/install -c -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/usr/src/tvheadend/libav_static/build/ffmpeg/share/man/man7'
  617. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/man/man7'
  618. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/include/libyasm'
  619. /usr/bin/install -c -m 644 libyasm/arch.h libyasm/assocdat.h libyasm/bitvect.h libyasm/bytecode.h libyasm/compat-queue.h libyasm/coretype.h libyasm/dbgfmt.h libyasm/errwarn.h libyasm/expr.h libyasm/file.h libyasm/floatnum.h libyasm/hamt.h libyasm/insn.h libyasm/intnum.h libyasm/inttree.h libyasm/linemap.h libyasm/listfmt.h libyasm/md5.h libyasm/module.h libyasm/objfmt.h libyasm/parser.h libyasm/phash.h libyasm/preproc.h libyasm/section.h libyasm/symrec.h libyasm/valparam.h libyasm/value.h '/usr/src/tvheadend/libav_static/build/ffmpeg/include/libyasm'
  620. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/include'
  621. /usr/bin/install -c -m 644 libyasm-stdint.h '/usr/src/tvheadend/libav_static/build/ffmpeg/include'
  622. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  623. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  624. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  625. make[4]: Leaving directory `/usr/src/tvheadend/libav_static/yasm-1.3.0'
  626. if test -z "${TVHEADEND_FILE_CACHE}"; then wget --no-verbose -O /usr/src/tvheadend/libav_static/libogg-1.3.2.tar.gz http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gz; else file=$(basename /usr/src/tvheadend/libav_static/libogg-1.3.2.tar.gz); cp "$TVHEADEND_FILE_CACHE/$(file)" /usr/src/tvheadend/libav_static/libogg-1.3.2.tar.gz; fi
  627. SHA1SUM test 'df7f3977bbeda67306bc2a427257dd7375319d7d' == 'df7f3977bbeda67306bc2a427257dd7375319d7d': OK
  628. tar x -C /usr/src/tvheadend/libav_static -zf /usr/src/tvheadend/libav_static/libogg-1.3.2.tar.gz
  629. if test -z "${TVHEADEND_FILE_CACHE}"; then wget --no-verbose -O /usr/src/tvheadend/libav_static/libvorbis-1.3.4.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.gz; else file=$(basename /usr/src/tvheadend/libav_static/libvorbis-1.3.4.tar.gz); cp "$TVHEADEND_FILE_CACHE/$(file)" /usr/src/tvheadend/libav_static/libvorbis-1.3.4.tar.gz; fi
  630. SHA1SUM test '1602716c187593ffe4302124535240cec2079df3' == '1602716c187593ffe4302124535240cec2079df3': OK
  631. tar x -C /usr/src/tvheadend/libav_static -zf /usr/src/tvheadend/libav_static/libvorbis-1.3.4.tar.gz
  632. cd /usr/src/tvheadend/libav_static/libogg-1.3.2 && ./configure \
  633. --prefix=/ffmpeg \
  634. --enable-static \
  635. --disable-shared
  636. checking for a BSD-compatible install... /usr/bin/install -c
  637. checking whether build environment is sane... yes
  638. checking for a thread-safe mkdir -p... /bin/mkdir -p
  639. checking for gawk... gawk
  640. checking whether make sets $(MAKE)... yes
  641. checking whether make supports nested variables... yes
  642. checking whether to enable maintainer-specific portions of Makefiles... yes
  643. checking for gcc... gcc
  644. checking whether the C compiler works... yes
  645. checking for C compiler default output file name... a.out
  646. checking for suffix of executables...
  647. checking whether we are cross compiling... no
  648. checking for suffix of object files... o
  649. checking whether we are using the GNU C compiler... yes
  650. checking whether gcc accepts -g... yes
  651. checking for gcc option to accept ISO C89... none needed
  652. checking for style of include used by make... GNU
  653. checking dependency style of gcc... gcc3
  654. checking build system type... x86_64-unknown-linux-gnu
  655. checking host system type... x86_64-unknown-linux-gnu
  656. checking how to print strings... printf
  657. checking for a sed that does not truncate output... /bin/sed
  658. checking for grep that handles long lines and -e... /bin/grep
  659. checking for egrep... /bin/grep -E
  660. checking for fgrep... /bin/grep -F
  661. checking for ld used by gcc... /usr/bin/ld
  662. checking if the linker (/usr/bin/ld) is GNU ld... yes
  663. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  664. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  665. checking whether ln -s works... yes
  666. checking the maximum length of command line arguments... 3458764513820540925
  667. checking whether the shell understands some XSI constructs... yes
  668. checking whether the shell understands "+="... yes
  669. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  670. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  671. checking for /usr/bin/ld option to reload object files... -r
  672. checking for objdump... objdump
  673. checking how to recognize dependent libraries... pass_all
  674. checking for dlltool... no
  675. checking how to associate runtime and link libraries... printf %s\n
  676. checking for ar... ar
  677. checking for archiver @FILE support... @
  678. checking for strip... strip
  679. checking for ranlib... ranlib
  680. checking command to parse /usr/bin/nm -B output from gcc object... ok
  681. checking for sysroot... no
  682. checking for mt... mt
  683. checking if mt is a manifest tool... no
  684. checking how to run the C preprocessor... gcc -E
  685. checking for ANSI C header files... yes
  686. checking for sys/types.h... yes
  687. checking for sys/stat.h... yes
  688. checking for stdlib.h... yes
  689. checking for string.h... yes
  690. checking for memory.h... yes
  691. checking for strings.h... yes
  692. checking for inttypes.h... yes
  693. checking for stdint.h... yes
  694. checking for unistd.h... yes
  695. checking for dlfcn.h... yes
  696. checking for objdir... .libs
  697. checking if gcc supports -fno-rtti -fno-exceptions... no
  698. checking for gcc option to produce PIC... -fPIC -DPIC
  699. checking if gcc PIC flag -fPIC -DPIC works... yes
  700. checking if gcc static flag -static works... yes
  701. checking if gcc supports -c -o file.o... yes
  702. checking if gcc supports -c -o file.o... (cached) yes
  703. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  704. checking dynamic linker characteristics... GNU/Linux ld.so
  705. checking how to hardcode library paths into programs... immediate
  706. checking whether stripping libraries is possible... yes
  707. checking if libtool supports shared libraries... yes
  708. checking whether to build shared libraries... no
  709. checking whether to build static libraries... yes
  710. checking whether gcc and cc understand -c and -o together... yes
  711. checking for ANSI C header files... (cached) yes
  712. checking for inttypes.h... (cached) yes
  713. checking for stdint.h... (cached) yes
  714. checking for sys/types.h... (cached) yes
  715. checking for an ANSI C-conforming const... yes
  716. checking size of int16_t... 2
  717. checking size of uint16_t... 2
  718. checking size of u_int16_t... 2
  719. checking size of int32_t... 4
  720. checking size of uint32_t... 4
  721. checking size of u_int32_t... 4
  722. checking size of int64_t... 8
  723. checking size of short... 2
  724. checking size of int... 4
  725. checking size of long... 8
  726. checking size of long long... 8
  727. checking for working memcmp... yes
  728. checking that generated files are newer than configure... done
  729. configure: creating ./config.status
  730. config.status: creating Makefile
  731. config.status: creating src/Makefile
  732. config.status: creating doc/Makefile
  733. config.status: creating doc/libogg/Makefile
  734. config.status: creating include/Makefile
  735. config.status: creating include/ogg/Makefile
  736. config.status: creating include/ogg/config_types.h
  737. config.status: creating libogg.spec
  738. config.status: creating ogg.pc
  739. config.status: creating ogg-uninstalled.pc
  740. config.status: creating config.h
  741. config.status: executing depfiles commands
  742. config.status: executing libtool commands
  743. DESTDIR=/usr/src/tvheadend/libav_static/build \
  744. make -C /usr/src/tvheadend/libav_static/libogg-1.3.2 install
  745. make[4]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2'
  746. Making install in src
  747. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/src'
  748. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
  749. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o
  750. mv -f .deps/framing.Tpo .deps/framing.Plo
  751. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
  752. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o
  753. mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
  754. /bin/bash ../libtool --tag=CC --mode=link gcc -O20 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 8:2:8 -o libogg.la -rpath /ffmpeg/lib framing.lo bitwise.lo
  755. libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
  756. libtool: link: ranlib .libs/libogg.a
  757. libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
  758. gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -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
  759. mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
  760. /bin/bash ../libtool --tag=CC --mode=link gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
  761. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
  762. gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -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
  763. mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
  764. /bin/bash ../libtool --tag=CC --mode=link gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
  765. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
  766. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/src'
  767. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/lib'
  768. /bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/usr/src/tvheadend/libav_static/build/ffmpeg/lib'
  769. libtool: install: /usr/bin/install -c .libs/libogg.lai /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libogg.la
  770. libtool: install: /usr/bin/install -c .libs/libogg.a /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
  771. libtool: install: chmod 644 /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
  772. libtool: install: ranlib /usr/src/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
  773. make[6]: Nothing to be done for `install-data-am'.
  774. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/src'
  775. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/src'
  776. Making install in include
  777. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include'
  778. Making install in ogg
  779. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include/ogg'
  780. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include/ogg'
  781. make[7]: Nothing to be done for `install-exec-am'.
  782. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/include/ogg'
  783. /usr/bin/install -c -m 644 config_types.h '/usr/src/tvheadend/libav_static/build/ffmpeg/include/ogg'
  784. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/include/ogg'
  785. /usr/bin/install -c -m 644 ogg.h os_types.h '/usr/src/tvheadend/libav_static/build/ffmpeg/include/ogg'
  786. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include/ogg'
  787. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include/ogg'
  788. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include'
  789. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include'
  790. make[7]: Nothing to be done for `install-exec-am'.
  791. make[7]: Nothing to be done for `install-data-am'.
  792. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include'
  793. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include'
  794. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/include'
  795. Making install in doc
  796. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc'
  797. Making install in libogg
  798. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
  799. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
  800. make[7]: Nothing to be done for `install-exec-am'.
  801. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
  802. /usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html ogg_stream_iovecin.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_check.html ogg_sync_clear.html ogg_sync_destroy.html '/usr/src/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
  803. /usr/bin/install -c -m 644 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/usr/src/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
  804. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
  805. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
  806. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc'
  807. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc'
  808. make[7]: Nothing to be done for `install-exec-am'.
  809. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/doc/libogg'
  810. /usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html fish_xiph_org.png multiplex1.png packets.png pages.png stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/usr/src/tvheadend/libav_static/build/ffmpeg/share/doc/libogg'
  811. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc'
  812. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc'
  813. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2/doc'
  814. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2'
  815. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libogg-1.3.2'
  816. make[6]: Nothing to be done for `install-exec-am'.
  817. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/share/aclocal'
  818. /usr/bin/install -c -m 644 ogg.m4 '/usr/src/tvheadend/libav_static/build/ffmpeg/share/aclocal'
  819. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
  820. /usr/bin/install -c -m 644 ogg.pc '/usr/src/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
  821. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2'
  822. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2'
  823. make[4]: Leaving directory `/usr/src/tvheadend/libav_static/libogg-1.3.2'
  824. cd /usr/src/tvheadend/libav_static/libvorbis-1.3.4 && ./configure \
  825. --prefix=/ffmpeg \
  826. --enable-static \
  827. --disable-shared \
  828. --with-ogg=/usr/src/tvheadend/libav_static/build/ffmpeg
  829. checking build system type... x86_64-unknown-linux-gnu
  830. checking host system type... x86_64-unknown-linux-gnu
  831. checking target system type... x86_64-unknown-linux-gnu
  832. checking for a BSD-compatible install... /usr/bin/install -c
  833. checking whether build environment is sane... yes
  834. checking for a thread-safe mkdir -p... /bin/mkdir -p
  835. checking for gawk... gawk
  836. checking whether make sets $(MAKE)... yes
  837. checking whether to enable maintainer-specific portions of Makefiles... no
  838. checking for gcc... gcc
  839. checking whether the C compiler works... yes
  840. checking for C compiler default output file name... a.out
  841. checking for suffix of executables...
  842. checking whether we are cross compiling... no
  843. checking for suffix of object files... o
  844. checking whether we are using the GNU C compiler... yes
  845. checking whether gcc accepts -g... yes
  846. checking for gcc option to accept ISO C89... none needed
  847. checking for style of include used by make... GNU
  848. checking dependency style of gcc... gcc3
  849. checking how to run the C preprocessor... gcc -E
  850. checking for inline... inline
  851. checking how to print strings... printf
  852. checking for a sed that does not truncate output... /bin/sed
  853. checking for grep that handles long lines and -e... /bin/grep
  854. checking for egrep... /bin/grep -E
  855. checking for fgrep... /bin/grep -F
  856. checking for ld used by gcc... /usr/bin/ld
  857. checking if the linker (/usr/bin/ld) is GNU ld... yes
  858. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  859. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  860. checking whether ln -s works... yes
  861. checking the maximum length of command line arguments... 3458764513820540925
  862. checking whether the shell understands some XSI constructs... yes
  863. checking whether the shell understands "+="... yes
  864. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  865. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  866. checking for /usr/bin/ld option to reload object files... -r
  867. checking for objdump... objdump
  868. checking how to recognize dependent libraries... pass_all
  869. checking for dlltool... dlltool
  870. checking how to associate runtime and link libraries... printf %s\n
  871. checking for ar... ar
  872. checking for archiver @FILE support... @
  873. checking for strip... strip
  874. checking for ranlib... ranlib
  875. checking command to parse /usr/bin/nm -B output from gcc object... ok
  876. checking for sysroot... no
  877. checking for mt... mt
  878. checking if mt is a manifest tool... no
  879. checking for ANSI C header files... yes
  880. checking for sys/types.h... yes
  881. checking for sys/stat.h... yes
  882. checking for stdlib.h... yes
  883. checking for string.h... yes
  884. checking for memory.h... yes
  885. checking for strings.h... yes
  886. checking for inttypes.h... yes
  887. checking for stdint.h... yes
  888. checking for unistd.h... yes
  889. checking for dlfcn.h... yes
  890. checking for objdir... .libs
  891. checking if gcc supports -fno-rtti -fno-exceptions... no
  892. checking for gcc option to produce PIC... -fPIC -DPIC
  893. checking if gcc PIC flag -fPIC -DPIC works... yes
  894. checking if gcc static flag -static works... yes
  895. checking if gcc supports -c -o file.o... yes
  896. checking if gcc supports -c -o file.o... (cached) yes
  897. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  898. checking dynamic linker characteristics... GNU/Linux ld.so
  899. checking how to hardcode library paths into programs... immediate
  900. checking whether stripping libraries is possible... yes
  901. checking if libtool supports shared libraries... yes
  902. checking whether to build shared libraries... no
  903. checking whether to build static libraries... yes
  904. checking whether gcc and cc understand -c and -o together... yes
  905. checking GCC version... 4.8
  906. checking if gcc accepts -Wdeclaration-after-statement... yes
  907. checking for memory.h... (cached) yes
  908. checking for cos in -lm... yes
  909. checking for pthread_create in -lpthread... yes
  910. checking for pkg-config... /usr/bin/pkg-config
  911. checking pkg-config is at least version 0.9.0... yes
  912. checking for OGG... yes
  913. checking for size_t... yes
  914. checking for working alloca.h... yes
  915. checking for alloca... yes
  916. checking for working memcmp... yes
  917. configure: creating ./config.status
  918. config.status: creating Makefile
  919. config.status: creating m4/Makefile
  920. config.status: creating lib/Makefile
  921. config.status: creating lib/modes/Makefile
  922. config.status: creating lib/books/Makefile
  923. config.status: creating lib/books/coupled/Makefile
  924. config.status: creating lib/books/uncoupled/Makefile
  925. config.status: creating lib/books/floor/Makefile
  926. config.status: creating doc/Makefile
  927. config.status: creating doc/vorbisfile/Makefile
  928. config.status: creating doc/vorbisenc/Makefile
  929. config.status: creating doc/libvorbis/Makefile
  930. config.status: creating doc/Doxyfile
  931. config.status: creating include/Makefile
  932. config.status: creating include/vorbis/Makefile
  933. config.status: creating examples/Makefile
  934. config.status: creating test/Makefile
  935. config.status: creating vq/Makefile
  936. config.status: creating libvorbis.spec
  937. config.status: creating vorbis.pc
  938. config.status: creating vorbisenc.pc
  939. config.status: creating vorbisfile.pc
  940. config.status: creating vorbis-uninstalled.pc
  941. config.status: creating vorbisenc-uninstalled.pc
  942. config.status: creating vorbisfile-uninstalled.pc
  943. config.status: creating config.h
  944. config.status: executing depfiles commands
  945. config.status: executing libtool commands
  946. DESTDIR=/usr/src/tvheadend/libav_static/build \
  947. make -C /usr/src/tvheadend/libav_static/libvorbis-1.3.4 install
  948. make[4]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4'
  949. Making install in m4
  950. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/m4'
  951. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/m4'
  952. make[6]: Nothing to be done for `install-exec-am'.
  953. make[6]: Nothing to be done for `install-data-am'.
  954. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/m4'
  955. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/m4'
  956. Making install in include
  957. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include'
  958. Making install in vorbis
  959. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include/vorbis'
  960. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include/vorbis'
  961. make[7]: Nothing to be done for `install-exec-am'.
  962. /bin/mkdir -p '/usr/src/tvheadend/libav_static/build/ffmpeg/include/vorbis'
  963. /usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/usr/src/tvheadend/libav_static/build/ffmpeg/include/vorbis'
  964. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include/vorbis'
  965. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include/vorbis'
  966. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include'
  967. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include'
  968. make[7]: Nothing to be done for `install-exec-am'.
  969. make[7]: Nothing to be done for `install-data-am'.
  970. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include'
  971. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include'
  972. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/include'
  973. Making install in vq
  974. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/vq'
  975. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/vq'
  976. make[6]: Nothing to be done for `install-exec-am'.
  977. make[6]: Nothing to be done for `install-data-am'.
  978. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/vq'
  979. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/vq'
  980. Making install in lib
  981. make[5]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib'
  982. Making install in modes
  983. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/modes'
  984. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/modes'
  985. make[7]: Nothing to be done for `install-exec-am'.
  986. make[7]: Nothing to be done for `install-data-am'.
  987. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/modes'
  988. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/modes'
  989. Making install in books
  990. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books'
  991. Making install in coupled
  992. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/coupled'
  993. make[8]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/coupled'
  994. make[8]: Nothing to be done for `install-exec-am'.
  995. make[8]: Nothing to be done for `install-data-am'.
  996. make[8]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/coupled'
  997. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/coupled'
  998. Making install in uncoupled
  999. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/uncoupled'
  1000. make[8]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/uncoupled'
  1001. make[8]: Nothing to be done for `install-exec-am'.
  1002. make[8]: Nothing to be done for `install-data-am'.
  1003. make[8]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/uncoupled'
  1004. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/uncoupled'
  1005. Making install in floor
  1006. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/floor'
  1007. make[8]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/floor'
  1008. make[8]: Nothing to be done for `install-exec-am'.
  1009. make[8]: Nothing to be done for `install-data-am'.
  1010. make[8]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/floor'
  1011. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books/floor'
  1012. make[7]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books'
  1013. make[8]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books'
  1014. make[8]: Nothing to be done for `install-exec-am'.
  1015. make[8]: Nothing to be done for `install-data-am'.
  1016. make[8]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books'
  1017. make[7]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books'
  1018. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib/books'
  1019. make[6]: Entering directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib'
  1020. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
  1021. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o
  1022. make[6]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib'
  1023. make[5]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4/lib'
  1024. make[4]: Leaving directory `/usr/src/tvheadend/libav_static/libvorbis-1.3.4'
  1025. make[3]: Leaving directory `/usr/src/tvheadend'
  1026. CC src/uuid.o
  1027. CC src/main.o
  1028. make[2]: Leaving directory `/usr/src/tvheadend'
  1029. make[1]: Leaving directory `/usr/src/tvheadend'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement