Bug #3314
After update no WEB stream profile
0%
Description
Hello
I update my TVHeadend to version 4.1.999 and now after update i see that in stream profile i dont have profile WEB... ? Why ? I have only matroska, htsp and pass. And now i can not set specific option to this profile like as codec and other...
History
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Invalid
Enable transcoding. Ask on the forum next time.
Updated by Mark Clarkstone almost 9 years ago
Piotr Kuchciak wrote:
Please help me....
I think Jaroslav means you need to build Tvheadend with transcoding support.
E.g:
---------------
Quick & Easy guide to building Tvheadend on a RPi2 (This also works on any other deb system!).
sudo apt-get install git build-essential debhelper pkg-config fakeroot git clone https://github.com/tvheadend/tvheadend.git build/tvheadend/master cd build/tvheadend/master ./Autobuild.shWhat each lines does.
- 1 Installs a few dependencies (you'll need to install some more later on).
- 2 Clones the Tvheadend master branch from github & places it in build/tvheadend/master.
- 3 Changes directory to the above path.
- 4 Runs the Autobuild script that will build a debian package so that you can install it in a nice and neat way.
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh if you want transcoding
Other info.
The Autobuild.sh script will complain about other missing dependencies you need to install those (using sudo apt-get install) and then run the script again.
Once the build has completed you'll find the built debian package (E.g tvheadend_4.1-368~geeda7d7_armhf.deb) in build/tvheadend.
You can then install it (and the debug package) using.
cd build/tvheadend sudo dpkg -i tvheadend*.deb
Updated by Piotr Kuchciak almost 9 years ago
On my synology with Debian Chroot i biuld my TVHeaden as:
@#!/bin/bash
rm -fr /home/hts/tvheadend
git clone https://github.com/tvheadend/tvheadend
cd tvheadend
./configure --prefix=/usr --enable-bundle --disable-avahi --disable-dvben50221
make
sudo /etc/init.d/tvheadend stop
sleep 15
sudo make install
sleep 5
sudo /etc/init.d/tvheadend start@
Please help me how install ffmpeg and how build with transcoding.
hts@PePe_DS713:~$ sudo apt-cache policy ffmpeg
ffmpeg:
Zainstalowana: (brak)
Kandydująca: 6:0.8.17-1
Tabela wersji:
7:2.8.1-1+b1 0
50 http://ftp.fr.debian.org/debian/ sid/main i386 Packages
6:0.8.17-1 0
500 http://ftp.fr.debian.org/debian/ wheezy/main i386 Packages
500 http://security.debian.org/ wheezy/updates/main i386 Packages
500 http://ftp.at.debian.org/debian/ wheezy/main i386 Packages
hts@PePe_DS713:~$
Updated by Mark Clarkstone almost 9 years ago
Piotr Kuchciak wrote:
Sorry but i am begginer user linux...
Adding --enable-libffmpeg_static to the configure line should work, not sure how good it'll be on a low power device though.
Updated by Piotr Kuchciak almost 9 years ago
But how install latest good ffmpeg on my Debian Chroot ?
Updated by Piotr Kuchciak almost 9 years ago
Please step by step or what source i must add to sources.list
Updated by Mark Clarkstone almost 9 years ago
Piotr Kuchciak wrote:
Please step by step or what source i must add to sources.list
You don't need to add sources, it should pull whats needed in for you.
Updated by Piotr Kuchciak almost 9 years ago
But i must install it by
sudo apt-get install ffmpeg
Updated by Mark Clarkstone almost 9 years ago
Piotr Kuchciak wrote:
But i must install it by
sudo apt-get install ffmpeg
It's a static build, it's built into Tvheadend :p
Updated by Piotr Kuchciak almost 9 years ago
But when now i build with ffmpeg all my now configuration will be clear ? My channel and ep and other ?
Updated by Mark Clarkstone almost 9 years ago
Piotr Kuchciak wrote:
But when now i build with ffmpeg all my now configuration will be clear ? My channel and ep and other ?
No your current configuration should be fine, if you're worried back it up!
Updated by Piotr Kuchciak almost 9 years ago
Ok i build my TVHeadend with add --enable-libffmpeg_static but still i dont have transcoding and profile web in stream
@hts@PePe_DS713:~$ sudo ./update.sh
Cloning into 'tvheadend'...
remote: Counting objects: 56931, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 56931 (delta 1), reused 1 (delta 1), pack-reused 56928
Receiving objects: 100% (56931/56931), 34.06 MiB | 6.39 MiB/s, done.
Resolving deltas: 100% (42042/42042), done.
Checking support/features
checking for cc execinfo.h ... ok
checking for cc -mmmx ... ok
checking for cc -msse2 ... ok
checking for cc -Wunused-result ... ok
checking for cc getloadavg ... ok
checking for cc atomic64 ... ok
checking for cc atomic_time_t ... ok
checking for cc lockowner ... ok
checking for cc qsort_r ... ok
checking for cc stime ... ok
checking for cc gmtoff ... ok
checking for cc recvmmsg ... ok
checking for cc sendmmsg ... fail
checking for cc libiconv ... ok
checking for cc ifnames ... ok
checking for py module gzip ... ok
checking for pkg-config ... ok
checking for xgettext ... ok
checking for msgmerge ... ok
checking for gzip ... ok
checking for bzip2 ... ok
checking for pkg openssl ... ok (detected 1.0.1k)
checking for cc linux/dvb/version.h ... ok
checking for cc libhdhomerun/hdhomerun.h ... fail
checking for pkg zlib ... ok (detected 1.2.7)
checking for pkg liburiparser ... ok (detected 0.7.5)
checking for pkg vdpau ... fail (detected <none>)
checking for cc sys/inotify.h ... ok
fetching dvb-scan files ... ok
checking for pkg dbus-1 ... ok (detected 1.6.8)
Compiler:
Using C compiler: ccache cc
Build for arch: x86_64
Binaries:
Using PYTHON: python
Using GZIP: gzip
Using BZIP2: bzip2
Options:
cwc yes
capmt yes
constcw yes
linuxdvb yes
satip_server yes
satip_client yes
hdhomerun_client no
hdhomerun_static no
iptv yes
tsfile yes
dvbscan yes
timeshift yes
trace yes
imagecache yes
avahi no
zlib yes
libav yes
libffmpeg_static yes
libx264_static yes
libx265 no
libx265_static no
vdpau no
libmfx no
libmfx_static no
inotify yes
epoll yes
uriparser yes
ccache yes
tvhcsa yes
bundle yes
dvbcsa no
dvben50221 no
kqueue no
dbus_1 yes
android no
tsdebug no
gtimer_check no
libsystemd_daemon no
execinfo yes
mmx yes
sse2 yes
W_unused_result yes
getloadavg yes
atomic64 yes
atomic_time_t yes
lockowner yes
qsort_r yes
stime yes
gmtoff yes
recvmmsg yes
libiconv yes
ifnames yes
py_gzip yes
bin_pkg_config yes
bin_xgettext yes
bin_msgmerge yes
bin_gzip yes
bin_bzip2 yes
ssl yes
linuxdvbapi yes
upnp yes
inotify_h yes
mpegts yes
mpegts_dvb yes
Packages:
openssl 1.0.1k
zlib 1.2.7
liburiparser 0.7.5
dbus-1 1.6.8
Installation paths:
Prefix: /usr
Binaries: ${prefix}/bin
Libraries: ${prefix}/lib
Data files: ${prefix}/share
Man pages: ${datadir}/man
Final Binary:
/home/hts/tvheadend/build.linux/tvheadend
Tvheadend Data Directory:
/usr/share/tvheadend
Receiving data/dvb-scan/dvb-t from http://linuxtv.org/git/dtv-scan-tables.git
make f Makefile.ffmpeg build or MS-compatible name lister (nm)... /usr/bin/nm
make1: Wejście do katalogu `/home/hts/tvheadend'
WGET http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
2015-12-09 12:15:32 URL:http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz [1492156/1492156] -> "/home/hts/tvheadend/libav_static/yasm-1.3.0.tar.gz" [1]
SHA1SUM test 'b7574e9f0826bedef975d64d3825f75fbaeef55e' == 'b7574e9f0826bedef975d64d3825f75fbaeef55e': OK
UNTAR yasm-1.3.0.tar.gz
cd /home/hts/tvheadend/libav_static/yasm-1.3.0 && TVHEADEND_LIBAV_BUILD=/home/hts/tvheadend/libav_static/build/ffmpeg PKG_CONFIG=/home/hts/tvheadend/support/pkg-config.ffmpeg ./configure \
--prefix=/ffmpeg
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether ln -s works... yes
checking for ar... ar
checking for ranlib... ranlib
checking for xmlto... no
configure: WARNING: xmlto not found, manpages will not be rebuilt.
checking if malloc debugging is wanted... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for strings.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking for sys/stat.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for function prototypes... yes
checking for size_t... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
checking for abort... yes
checking for toascii... yes
checking for vsnprintf... yes
checking for strsep... yes
checking for mergesort... no
checking for getcwd... yes
checking for popen... yes
checking for ftruncate... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for stricmp... no
checking for _stricmp... no
checking for strcmpi... no
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for GNU C Library... yes
configure: Checking for Python
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libyasm-stdint.h commands
config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
DESTDIR=/home/hts/tvheadend/libav_static/build \
make -C /home/hts/tvheadend/libav_static/yasm-1.3.0 install
make2: Wejście do katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
gcc -std=gnu99 -I. \
-c -o genperf.o `test -f tools/genperf/genperf.c || echo './'`tools/genperf/genperf.c
gcc -std=gnu99 -I. \
-c -o gp-perfect.o `test -f tools/genperf/perfect.c || echo './'`tools/genperf/perfect.c
gcc -std=gnu99 -I. \
-c -o gp-phash.o `test -f libyasm/phash.c || echo './'`libyasm/phash.c
gcc -std=gnu99 -I. \
-c -o gp-xmalloc.o `test -f libyasm/xmalloc.c || echo './'`libyasm/xmalloc.c
gcc -std=gnu99 -I. \
-c -o gp-xstrdup.o `test -f libyasm/xstrdup.c || echo './'`libyasm/xstrdup.c
gcc -std=gnu99 -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o
./genperf x86insn_nasm.gperf x86insn_nasm.c
./genperf x86insn_gas.gperf x86insn_gas.c
fail to map group of size 2 for tab size 512
gcc -std=gnu99 -I. \
-c -o re2c-main.o `test -f tools/re2c/main.c || echo './'`tools/re2c/main.c
gcc -std=gnu99 -I. \
-c -o re2c-code.o `test -f tools/re2c/code.c || echo './'`tools/re2c/code.c
gcc -std=gnu99 -I. \
-c -o re2c-dfa.o `test -f tools/re2c/dfa.c || echo './'`tools/re2c/dfa.c
gcc -std=gnu99 -I. \
-c -o re2c-parser.o `test -f tools/re2c/parser.c || echo './'`tools/re2c/parser.c
gcc -std=gnu99 -I. \
-c -o re2c-actions.o `test -f tools/re2c/actions.c || echo './'`tools/re2c/actions.c
gcc -std=gnu99 -I. \
-c -o re2c-scanner.o `test -f tools/re2c/scanner.c || echo './'`tools/re2c/scanner.c
gcc -std=gnu99 -I. \
-c -o re2c-mbo_getopt.o `test -f tools/re2c/mbo_getopt.c || echo './'`tools/re2c/mbo_getopt.c
gcc -std=gnu99 -I. \
-c -o re2c-substr.o `test -f tools/re2c/substr.c || echo './'`tools/re2c/substr.c
gcc -std=gnu99 -I. \
-c -o re2c-translate.o `test -f tools/re2c/translate.c || echo './'`tools/re2c/translate.c
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
./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re
./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re
gcc -std=gnu99 -I. \
-c -o genmacro.o `test -f tools/genmacro/genmacro.c || echo './'`tools/genmacro/genmacro.c
gcc -std=gnu99 -o genmacro genmacro.o
./genmacro nasm-macros.c nasm_standard_mac ./modules/parsers/nasm/nasm-std.mac
gcc -std=gnu99 -I. -c -o genversion.o `test -f modules/preprocs/nasm/genversion.c || echo './'`modules/preprocs/nasm/genversion.c
gcc -std=gnu99 -o genversion genversion.o
./genversion version.mac
./genmacro nasm-version.c nasm_version_mac version.mac
./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac
./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac
gcc -std=gnu99 -I. -c -o genstring.o `test -f genstring.c || echo './'`genstring.c
gcc -std=gnu99 -o genstring genstring.o
./genstring license_msg license.c ./COPYING
make install-recursive
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
Making install in po
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0/po'
if test "yasm" = "gettext-tools"; then \
/bin/mkdir -p /home/hts/tvheadend/libav_static/build/ffmpeg/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/home/hts/tvheadend/libav_static/build/ffmpeg/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /home/hts/tvheadend/libav_static/build/ffmpeg/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0/po'
Making install in .
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
depbase=`echo modules/arch/x86/x86arch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/x86/x86bc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/x86/x86expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/x86/x86id.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/lc3b/lc3barch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/arch/lc3b/lc3bbc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/listfmts/nasm/nasm-listfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/gas/gas-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/gas/gas-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/gas/gas-parse-intel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/nasm/nasm-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/parsers/nasm/nasm-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasm-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasm-pp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasmlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/nasm/nasm-eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/raw/raw-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/cpp/cpp-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/gas/gas-preproc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/preprocs/gas/gas-eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/codeview/cv-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/codeview/cv-symline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/codeview/cv-type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-aranges.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/dwarf2/dwarf2-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/null/null-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/dbgfmts/stabs/stabs-dbgfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/dbg/dbg-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/bin/bin-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-x86-x86.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-x86-amd64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/elf/elf-x86-x32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/coff/coff-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/coff/win64-except.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/macho/macho-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/rdf/rdf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo modules/objfmts/xdf/xdf-objfmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/assocdat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bitvect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-align.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-incbin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-org.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bc-reserve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/bytecode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/errwarn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/floatnum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/hamt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/insn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/intnum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/inttree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/linemap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/md5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/mergesort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/phash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/section.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/strsep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/symrec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/valparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/value.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo libyasm/xstrdup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c
depbase=`echo x86cpu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT x86cpu.o -MD -MP -MF $depbase.Tpo -c -o x86cpu.o x86cpu.c &&\
mv -f $depbase.Tpo $depbase.Po
./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c
depbase=`echo x86regtmod.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT x86regtmod.o -MD -MP -MF $depbase.Tpo -c -o x86regtmod.o x86regtmod.c &&\
mv -f $depbase.Tpo $depbase.Po
./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re
depbase=`echo lc3bid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT lc3bid.o -MD -MP -MF $depbase.Tpo -c -o lc3bid.o lc3bid.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gas-token.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nasm-token.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c
gcc -std=gnu99 -o genmodule genmodule.o
./genmodule ./libyasm/module.in Makefile
depbase=`echo module.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -MT module.o -MD -MP -MF $depbase.Tpo -c -o module.o module.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libyasm.a
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
ranlib libyasm.a
depbase=`echo frontends/yasm/yasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frontends/yasm/yasm-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -g -O2 -o yasm frontends/yasm/yasm.o frontends/yasm/yasm-options.o libyasm.a
depbase=`echo frontends/tasm/tasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frontends/tasm/tasm-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -g -O2 -o ytasm frontends/tasm/tasm.o frontends/tasm/tasm-options.o libyasm.a
depbase=`echo frontends/vsyasm/vsyasm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
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 &&\
mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -g -O2 -o vsyasm frontends/vsyasm/vsyasm.o frontends/yasm/yasm-options.o libyasm.a
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/bin'
/usr/bin/install -c yasm ytasm vsyasm '/home/hts/tvheadend/libav_static/build/ffmpeg/bin'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
/usr/bin/install -c -m 644 libyasm.a '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
( cd '/home/hts/tvheadend/libav_static/build/ffmpeg/lib' && ranlib libyasm.a )
make install-exec-hook
make6: Wejście do katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
make6: Nie ma nic do zrobienia w `install-exec-hook'.
make6: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include'
/usr/bin/install -c -m 644 libyasm.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/man/man1'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/man/man1'
/usr/bin/install -c -m 644 yasm.1 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/man/man1'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/man/man7'
/usr/bin/install -c -m 644 yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 yasm_objfmts.7 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/man/man7'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/man/man7'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include/libyasm'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/include/libyasm'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include'
/usr/bin/install -c -m 644 libyasm-stdint.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
make2: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/yasm-1.3.0'
WGET http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gz
wget: nie udało się rozwiązać adresu hosta `downloads.xiph.org'
make1: * [/home/hts/tvheadend/libav_static/libogg-1.3.2/.tvh_download] Błąd 4
make1: Opuszczenie katalogu `/home/hts/tvheadend'
make: * [/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libavcodec.a] Błąd 2
[ ok ] Stopping Tvheadend: tvheadend.
make -f Makefile.webui LANGUAGES="bg cs da de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru sv uk" all
make1: Wejście do katalogu `/home/hts/tvheadend'
make -f Makefile.webui WEBUI=std compile-std
make2: Wejście do katalogu `/home/hts/tvheadend'
src/webui/static/tvh.js.gz.tmp 1235940
src/webui/static/tvh.js.gz.tmp2 996933
src/webui/static/tvh.js.gz 268724
src/webui/static/tvh.css.gz.tmp 166927
src/webui/static/tvh.css.gz.tmp2 134638
src/webui/static/tvh.css.gz 21497
src/webui/static/tvh-tv.js.gz.tmp 749487
src/webui/static/tvh-tv.js.gz.tmp2 739368
src/webui/static/tvh-tv.js.gz 206260
src/webui/static/tvh-tv.css.gz.tmp 3457
src/webui/static/tvh-tv.css.gz.tmp2 2600
src/webui/static/tvh-tv.css.gz 842
Building src/webui/static/intl/tvh.bg.js.gz
Building src/webui/static/intl/tvh.cs.js.gz
Building src/webui/static/intl/tvh.da.js.gz
Building src/webui/static/intl/tvh.de.js.gz
Building src/webui/static/intl/tvh.en_US.js.gz
Building src/webui/static/intl/tvh.en_GB.js.gz
Building src/webui/static/intl/tvh.es.js.gz
Building src/webui/static/intl/tvh.et.js.gz
Building src/webui/static/intl/tvh.fa.js.gz
Building src/webui/static/intl/tvh.fi.js.gz
Building src/webui/static/intl/tvh.fr.js.gz
Building src/webui/static/intl/tvh.he.js.gz
Building src/webui/static/intl/tvh.hr.js.gz
Building src/webui/static/intl/tvh.hu.js.gz
Building src/webui/static/intl/tvh.it.js.gz
Building src/webui/static/intl/tvh.lv.js.gz
Building src/webui/static/intl/tvh.nl.js.gz
Building src/webui/static/intl/tvh.pl.js.gz
Building src/webui/static/intl/tvh.pt.js.gz
Building src/webui/static/intl/tvh.ru.js.gz
Building src/webui/static/intl/tvh.sv.js.gz
Building src/webui/static/intl/tvh.uk.js.gz
WEBUI std finished
make2: Opuszczenie katalogu `/home/hts/tvheadend'
make -f Makefile.webui WEBUI=debug compile-debug
make2: Wejście do katalogu `/home/hts/tvheadend'
WEBUI debug finished
make2: Opuszczenie katalogu `/home/hts/tvheadend'
make1: Opuszczenie katalogu `/home/hts/tvheadend'
CC src/version.o
CC src/uuid.o
make -f Makefile.ffmpeg build
make1: Wejście do katalogu `/home/hts/tvheadend'
WGET http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gz
2015-12-09 12:17:12 URL:http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gz [550250/550250] -> "/home/hts/tvheadend/libav_static/libogg-1.3.2.tar.gz" [1]
SHA1SUM test 'df7f3977bbeda67306bc2a427257dd7375319d7d' 'df7f3977bbeda67306bc2a427257dd7375319d7d': OK
UNTAR libogg-1.3.2.tar.gz
WGET http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.gz
2015-12-09 12:17:16 URL:http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.gz [1638779/1638779] -> "/home/hts/tvheadend/libav_static/libvorbis-1.3.5.tar.gz" [1]
SHA1SUM test '10c7fee173178d72855aa7593dfe49d9b3d6c804' '10c7fee173178d72855aa7593dfe49d9b3d6c804': OK
UNTAR libvorbis-1.3.5.tar.gz
cd /home/hts/tvheadend/libav_static/libogg-1.3.2 && TVHEADEND_LIBAV_BUILD=/home/hts/tvheadend/libav_static/build/ffmpeg PKG_CONFIG=/home/hts/tvheadend/support/pkg-config.ffmpeg ./configure \
--prefix=/ffmpeg \
--enable-static \
--disable-shared
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSDB or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf s\n
checking for ar... ar
checking for archiver FILE support...
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether gcc and cc understand -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of u_int16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of u_int32_t... 4
checking size of int64_t... 8
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for working memcmp... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/libogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating libogg.spec
config.status: creating ogg.pc
config.status: creating ogg-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
DESTDIR=/home/hts/tvheadend/libav_static/build \
make -C /home/hts/tvheadend/libav_static/libogg-1.3.2 install
make2: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
Making install in src
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
/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
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
mv -f .deps/framing.Tpo .deps/framing.Plo
/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
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
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
/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
libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
libtool: link: ranlib .libs/libogg.a
libtool: link: ( cd ".libs" &x%x rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
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
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
/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
libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
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
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
/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
libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libogg.lai /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la
libtool: install: /usr/bin/install -c .libs/libogg.a /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
libtool: install: chmod 644 /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
libtool: install: ranlib /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'
make4: Nie ma nic do zrobienia w `install-data-am'.
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
Making install in include
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
Making install in ogg
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
/usr/bin/install -c -m 644 config_types.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
/usr/bin/install -c -m 644 ogg.h os_types.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make5: Nie ma nic do zrobienia w `install-exec-am'.
make5: Nie ma nic do zrobienia w `install-data-am'.
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
Making install in doc
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
Making install in libogg
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make4: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/aclocal'
/usr/bin/install -c -m 644 ogg.m4 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/aclocal'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 ogg.pc '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make2: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
cd /home/hts/tvheadend/libav_static/libvorbis-1.3.5 && TVHEADEND_LIBAV_BUILD=/home/hts/tvheadend/libav_static/build/ffmpeg PKG_CONFIG=/home/hts/tvheadend/support/pkg-config.ffmpeg ./configure \
--prefix=/ffmpeg \
--enable-static \
--disable-shared \
--with-ogg=/home/hts/tvheadend/libav_static/build/ffmpeg
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver FILE support...
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gc
Updated by Piotr Kuchciak almost 9 years ago
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether gcc and cc understand -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of u_int16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of u_int32_t... 4
checking size of int64_t... 8
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for working memcmp... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/libogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating libogg.spec
config.status: creating ogg.pc
config.status: creating ogg-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
DESTDIR=/home/hts/tvheadend/libav_static/build \
make -C /home/hts/tvheadend/libav_static/libogg-1.3.2 install
make2: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
Making install in src
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
/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
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
mv -f .deps/framing.Tpo .deps/framing.Plo
/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
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
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
/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
libtool: link: ar cru .libs/libogg.a framing.o bitwise.o
libtool: link: ranlib .libs/libogg.a
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
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
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
/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
libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
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
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
/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
libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libogg.la '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libogg.lai /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la
libtool: install: /usr/bin/install -c .libs/libogg.a /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
libtool: install: chmod 644 /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
libtool: install: ranlib /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.a
libtool: install: warning: remember to run `libtool --finish /ffmpeg/lib'
make4: Nie ma nic do zrobienia w `install-data-am'.
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/src'
Making install in include
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
Making install in ogg
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
/usr/bin/install -c -m 644 config_types.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
/usr/bin/install -c -m 644 ogg.h os_types.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include/ogg'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include/ogg'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make5: Nie ma nic do zrobienia w `install-exec-am'.
make5: Nie ma nic do zrobienia w `install-data-am'.
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/include'
Making install in doc
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
Making install in libogg
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg/libogg'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc/libogg'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg'
/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 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libogg'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2/doc'
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make4: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/aclocal'
/usr/bin/install -c -m 644 ogg.m4 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/aclocal'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 ogg.pc '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
make2: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libogg-1.3.2'
cd /home/hts/tvheadend/libav_static/libvorbis-1.3.5 && TVHEADEND_LIBAV_BUILD=/home/hts/tvheadend/libav_static/build/ffmpeg PKG_CONFIG=/home/hts/tvheadend/support/pkg-config.ffmpeg ./configure \
--prefix=/ffmpeg \
--enable-static \
--disable-shared \
--with-ogg=/home/hts/tvheadend/libav_static/build/ffmpeg
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf s\n
checking for ar... ar
checking for archiver
FILE support...
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking GCC version... 4.7
checking if gcc accepts -Wdeclaration-after-statement... yes
checking for memory.h... (cached) yes
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking pkg-config is at least version 0.9.0... no
checking for Ogg... yes
checking for oggpack_writealign... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating lib/Makefile
config.status: creating lib/modes/Makefile
config.status: creating lib/books/Makefile
config.status: creating lib/books/coupled/Makefile
config.status: creating lib/books/uncoupled/Makefile
config.status: creating lib/books/floor/Makefile
config.status: creating doc/Makefile
config.status: creating doc/vorbisfile/Makefile
config.status: creating doc/vorbisenc/Makefile
config.status: creating doc/libvorbis/Makefile
config.status: creating doc/Doxyfile
config.status: creating include/Makefile
config.status: creating include/vorbis/Makefile
config.status: creating examples/Makefile
config.status: creating test/Makefile
config.status: creating vq/Makefile
config.status: creating libvorbis.spec
config.status: creating vorbis.pc
config.status: creating vorbisenc.pc
config.status: creating vorbisfile.pc
config.status: creating vorbis-uninstalled.pc
config.status: creating vorbisenc-uninstalled.pc
config.status: creating vorbisfile-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
DESTDIR=/home/hts/tvheadend/libav_static/build \
make -C /home/hts/tvheadend/libav_static/libvorbis-1.3.5 install
make2: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5'
Making install in m4
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/m4'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/m4'
make4: Nie ma nic do zrobienia w `install-exec-am'.
make4: Nie ma nic do zrobienia w `install-data-am'.
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/m4'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/m4'
Making install in include
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include'
Making install in vorbis
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include/vorbis'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include/vorbis'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/include/vorbis'
/usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/home/hts/tvheadend/libav_static/build/ffmpeg/include/vorbis'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include/vorbis'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include/vorbis'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include'
make5: Nie ma nic do zrobienia w `install-exec-am'.
make5: Nie ma nic do zrobienia w `install-data-am'.
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/include'
Making install in vq
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/vq'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/vq'
make4: Nie ma nic do zrobienia w `install-exec-am'.
make4: Nie ma nic do zrobienia w `install-data-am'.
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/vq'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/vq'
Making install in lib
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib'
Making install in modes
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/modes'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/modes'
make5: Nie ma nic do zrobienia w `install-exec-am'.
make5: Nie ma nic do zrobienia w `install-data-am'.
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/modes'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/modes'
Making install in books
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books'
Making install in coupled
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/coupled'
make6: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/coupled'
make6: Nie ma nic do zrobienia w `install-exec-am'.
make6: Nie ma nic do zrobienia w `install-data-am'.
make6: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/coupled'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/coupled'
Making install in uncoupled
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/uncoupled'
make6: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/uncoupled'
make6: Nie ma nic do zrobienia w `install-exec-am'.
make6: Nie ma nic do zrobienia w `install-data-am'.
make6: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/uncoupled'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/uncoupled'
Making install in floor
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/floor'
make6: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/floor'
make6: Nie ma nic do zrobienia w `install-exec-am'.
make6: Nie ma nic do zrobienia w `install-data-am'.
make6: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/floor'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books/floor'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books'
make6: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books'
make6: Nie ma nic do zrobienia w `install-exec-am'.
make6: Nie ma nic do zrobienia w `install-data-am'.
make6: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib/books'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -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
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -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
mv -f .deps/mdct.Tpo .deps/mdct.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c -o smallft.lo smallft.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c -o smallft.o
mv -f .deps/smallft.Tpo .deps/smallft.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o
mv -f .deps/block.Tpo .deps/block.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c -o envelope.lo envelope.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c -o envelope.o
mv -f .deps/envelope.Tpo .deps/envelope.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c -o window.lo window.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c -o window.o
mv -f .deps/window.Tpo .deps/window.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c -o lsp.lo lsp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c -o lsp.o
mv -f .deps/lsp.Tpo .deps/lsp.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c -o lpc.lo lpc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -o lpc.o
mv -f .deps/lpc.Tpo .deps/lpc.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c -o analysis.lo analysis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c -o analysis.o
mv -f .deps/analysis.Tpo .deps/analysis.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c -o synthesis.lo synthesis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c -o synthesis.o
mv -f .deps/synthesis.Tpo .deps/synthesis.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c -o psy.lo psy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -o psy.o
mv -f .deps/psy.Tpo .deps/psy.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -o info.o
mv -f .deps/info.Tpo .deps/info.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c -o floor1.lo floor1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c -o floor1.o
mv -f .deps/floor1.Tpo .deps/floor1.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c -o floor0.lo floor0.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c -o floor0.o
mv -f .deps/floor0.Tpo .deps/floor0.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c -o res0.lo res0.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c -o res0.o
mv -f .deps/res0.Tpo .deps/res0.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c -o mapping0.lo mapping0.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c -o mapping0.o
mv -f .deps/mapping0.Tpo .deps/mapping0.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c -o registry.lo registry.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -o registry.o
mv -f .deps/registry.Tpo .deps/registry.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c -o codebook.lo codebook.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c -o codebook.o
mv -f .deps/codebook.Tpo .deps/codebook.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c -o sharedbook.lo sharedbook.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c -o sharedbook.o
mv -f .deps/sharedbook.Tpo .deps/sharedbook.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c -o lookup.lo lookup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c -o lookup.o
mv -f .deps/lookup.Tpo .deps/lookup.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c -o bitrate.lo bitrate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c -o bitrate.o
mv -f .deps/bitrate.Tpo .deps/bitrate.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 4:8:4 -o libvorbis.la -rpath /ffmpeg/lib mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo lookup.lo bitrate.lo -lm -L/home/hts/tvheadend/libav_static/build/ffmpeg/lib -logg
libtool: warning: library '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la' was moved.
libtool: link: ar cru .libs/libvorbis.a mdct.o smallft.o block.o envelope.o window.o lsp.o lpc.o analysis.o synthesis.o psy.o info.o floor1.o floor0.o res0.o mapping0.o registry.o codebook.o sharedbook.o lookup.o bitrate.o
libtool: link: ranlib .libs/libvorbis.a
libtool: link: ( cd ".libs" &x%x rm -f "libvorbis.la" && ln -s "../libvorbis.la" "libvorbis.la" )
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c -o vorbisfile.lo vorbisfile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c -o vorbisfile.o
mv -f .deps/vorbisfile.Tpo .deps/vorbisfile.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 6:7:3 -o libvorbisfile.la -rpath /ffmpeg/lib vorbisfile.lo libvorbis.la -L/home/hts/tvheadend/libav_static/build/ffmpeg/lib -logg
libtool: warning: '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la' seems to be moved
libtool: warning: library '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la' was moved.
libtool: link: ar cru .libs/libvorbisfile.a vorbisfile.o
libtool: link: ranlib .libs/libvorbisfile.a
libtool: link: ( cd ".libs" && rm -f "libvorbisfile.la" && ln -s "../libvorbisfile.la" "libvorbisfile.la" )
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c -o vorbisenc.lo vorbisenc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c -o vorbisenc.o
mv -f .deps/vorbisenc.Tpo .deps/vorbisenc.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 2:11:0 -o libvorbisenc.la -rpath /ffmpeg/lib vorbisenc.lo libvorbis.la -L/home/hts/tvheadend/libav_static/build/ffmpeg/lib -logg
libtool: warning: '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la' seems to be moved
libtool: warning: library '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libogg.la' was moved.
libtool: link: ar cru .libs/libvorbisenc.a vorbisenc.o
libtool: link: ranlib .libs/libvorbisenc.a
libtool: link: ( cd ".libs" && rm -f "libvorbisenc.la" && ln -s "../libvorbisenc.la" "libvorbisenc.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/hts/tvheadend/libav_static/build/ffmpeg/include -D_V_SELFTEST -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT test_sharedbook-sharedbook.o -MD -MP -MF .deps/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo './'`sharedbook.c
mv -f .deps/test_sharedbook-sharedbook.Tpo .deps/test_sharedbook-sharedbook.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -D_V_SELFTEST -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -o test_sharedbook test_sharedbook-sharedbook.o -lm
libtool: link: gcc -D_V_SELFTEST -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -o test_sharedbook test_sharedbook-sharedbook.o -lm
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libvorbis.la libvorbisfile.la libvorbisenc.la '/home/hts/tvheadend/libav_static/build/ffmpeg/lib'
libtool: install: /usr/bin/install -c .libs/libvorbis.lai /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbis.la
libtool: install: /usr/bin/install -c .libs/libvorbisfile.lai /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisfile.la
libtool: install: /usr/bin/install -c .libs/libvorbisenc.lai /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisenc.la
libtool: install: /usr/bin/install -c .libs/libvorbis.a /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbis.a
libtool: install: chmod 644 /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbis.a
libtool: install: ranlib /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbis.a
libtool: install: /usr/bin/install -c .libs/libvorbisfile.a /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisfile.a
libtool: install: chmod 644 /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisfile.a
libtool: install: ranlib /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisfile.a
libtool: install: /usr/bin/install -c .libs/libvorbisenc.a /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisenc.a
libtool: install: chmod 644 /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisenc.a
libtool: install: ranlib /home/hts/tvheadend/libav_static/build/ffmpeg/lib/libvorbisenc.a
libtool: warning: remember to run 'libtool --finish /ffmpeg/lib'
make5: Nie ma nic do zrobienia w `install-data-am'.
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/lib'
Making install in test
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/test'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/test'
make4: Nie ma nic do zrobienia w `install-exec-am'.
make4: Nie ma nic do zrobienia w `install-data-am'.
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/test'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/test'
Making install in doc
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc'
Making install in libvorbis
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/libvorbis'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/libvorbis'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/libvorbis'
/usr/bin/install -c -m 644 index.html reference.html style.css vorbis_comment.html vorbis_info.html vorbis_analysis_blockout.html vorbis_analysis_buffer.html vorbis_analysis_headerout.html vorbis_analysis_init.html vorbis_analysis_wrote.html vorbis_analysis.html vorbis_bitrate_addblock.html vorbis_bitrate_flushpacket.html vorbis_block_init.html vorbis_block_clear.html vorbis_dsp_clear.html vorbis_granule_time.html vorbis_version_string.html vorbis_info_blocksize.html vorbis_info_clear.html vorbis_info_init.html vorbis_comment_add.html vorbis_comment_add_tag.html vorbis_comment_clear.html vorbis_comment_init.html vorbis_comment_query.html vorbis_comment_query_count.html vorbis_commentheader_out.html vorbis_packet_blocksize.html vorbis_synthesis.html vorbis_synthesis_blockin.html vorbis_synthesis_halfrate.html vorbis_synthesis_halfrate_p.html vorbis_synthesis_headerin.html vorbis_synthesis_idheader.html vorbis_synthesis_init.html vorbis_synthesis_lapout.html vorbis_synthesis_pcmout.html vorbis_synthesis_read.html vorbis_synthesis_restart.html '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/libvorbis'
/usr/bin/install -c -m 644 vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html return.html overview.html '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/libvorbis'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/libvorbis'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/libvorbis'
Making install in vorbisfile
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisfile'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisfile'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/vorbisfile'
/usr/bin/install -c -m 644 OggVorbis_File.html callbacks.html chaining_example_c.html chainingexample.html crosslap.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html ov_fopen.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_read_float.html ov_read_filter.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_test.html ov_test_callbacks.html '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/vorbisfile'
/usr/bin/install -c -m 644 ov_test_open.html ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html overview.html reference.html seekexample.html seeking.html seeking_example_c.html seeking_test_c.html seekingexample.html style.css threads.html vorbisfile_example_c.html '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/vorbisfile'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisfile'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisfile'
Making install in vorbisenc
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisenc'
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisenc'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/vorbisenc'
/usr/bin/install -c -m 644 changes.html examples.html index.html ovectl_ratemanage2_arg.html ovectl_ratemanage_arg.html overview.html reference.html style.css vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html vorbis_encode_init_vbr.html '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/vorbisenc'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisenc'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc/vorbisenc'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc'
echo "*** Warning: Doxygen not found; documentation will not be built."
- Warning: Doxygen not found; documentation will not be built.
touch doxygen-build.stamp
make5: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc'
make5: Nie ma nic do zrobienia w `install-exec-am'.
/bin/bash /home/hts/tvheadend/libav_static/libvorbis-1.3.5/install-shd /home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5*
if test -d vorbis; then \
for dir in vorbis/*; do \
if test -d $dir; then \
b=`basename $dir`; \
/bin/bash /home/hts/tvheadend/libav_static/libvorbis-1.3.5/install-sh -d /home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/$b; \
for f in $dir/*; do \
/usr/bin/install -c -m 644 $f /home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5/$b; \
done \
fi \
done \
fi
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5'
/usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html doxygen-build.stamp '/home/hts/tvheadend/libav_static/build/ffmpeg/share/doc/libvorbis-1.3.5'
make5: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5/doc'
make3: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5'
make4: Wejście do katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5'
make4: Nie ma nic do zrobienia w `install-exec-am'.
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/share/aclocal'
/usr/bin/install -c -m 644 vorbis.m4 '/home/hts/tvheadend/libav_static/build/ffmpeg/share/aclocal'
/bin/mkdir -p '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
/usr/bin/install -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/home/hts/tvheadend/libav_static/build/ffmpeg/lib/pkgconfig'
make4: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5'
make3: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5'
make2: Opuszczenie katalogu `/home/hts/tvheadend/libav_static/libvorbis-1.3.5'
WGET http://ftp.via.ecp.fr/pub/videolan/x264/snapshots/x264-snapshot-20151120-2245.tar.bz2
2015-12-09 12:18:19 URL:http://ftp.via.ecp.fr/pub/videolan/x264/snapshots/x264-snapshot-20151120-2245.tar.bz2 [725028/725028] -> "/home/hts/tvheadend/libav_static/x264-snapshot-20151120-2245.tar.bz2" [1]
SHA1SUM test '6ca54b8e257ef52f55c752e94e77dbc93fe32fe4' == '6ca54b8e257ef52f55c752e94e77dbc93fe32fe4': OK
#rm -rf /home/hts/tvheadend/libav_static/x264-snapshot
UNTAR x264-snapshot-20151120-2245.tar.bz2
#{ lnsf $(basename /home/hts/tvheadend/libav_static/x264-snapshot*) /home/hts/tvheadend/libav_static/x264-snapshot-20151120-2245; }
cd /home/hts/tvheadend/libav_static/x264-snapshot-20151120-2245 && TVHEADEND_LIBAV_BUILD=/home/hts/tvheadend/libav_static/build/ffmpeg PKG_CONFIG=/home/hts/tvheadend/support/pkg-config.ffmpeg ./configure \
--prefix=/ffmpeg \
--enable-static \
--disable-shared \
--disable-avs \
--disable-swscale \
--disable-lavf \
--disable-ffms \
--disable-gpac \
--disable-lsmash
Unknown option --disable-shared, ignored
No working C compiler found.
make1: * [/home/hts/tvheadend/libav_static/x264-snapshot-20151120-2245/.tvh_build] Błąd 1
make1: Opuszczenie katalogu `/home/hts/tvheadend'
make: * [/home/hts/tvheadend/libav_static/build/ffmpeg/lib/libavcodec.a] Błąd 2
[ ok ] Starting Tvheadend: tvheadend.
hts@PePe_DS713:~$
@
Updated by Mark Clarkstone almost 9 years ago
No working C compiler found.
That's your problem, no clue how to fix that on a NAS..
Updated by Piotr Kuchciak almost 9 years ago
But it is installed on Debian Chroot on my NAS and on Debian Chroot is build TVHeadend.
Updated by Piotr Kuchciak almost 9 years ago
And install new gcc
@hts@PePe_DS713:~$ sudo apt-cache policy gcc
[sudo] password for hts:
gcc:
Zainstalowana: 4:4.9.2-2
Kandydująca: 4:4.9.2-2
Tabela wersji:
4:5.2.1-8 0
50 http://ftp.fr.debian.org/debian/ sid/main i386 Packages
*** 4:4.9.2-2 0
990 http://ftp.fr.debian.org/debian/ jessie/main i386 Packages
100 /var/lib/dpkg/status
4:4.7.2-1 0
500 http://ftp.fr.debian.org/debian/ wheezy/main i386 Packages
500 http://ftp.at.debian.org/debian/ wheezy/main i386 Packages
@
Updated by Mark Clarkstone almost 9 years ago
Piotr Kuchciak wrote:
And install new gcc
@hts@PePe_DS713:~$ sudo apt-cache policy gcc
[sudo] password for hts:
gcc:
Zainstalowana: 4:4.9.2-2
Kandydująca: 4:4.9.2-2
Tabela wersji:
4:5.2.1-8 0
50 http://ftp.fr.debian.org/debian/ sid/main i386 Packages
- 4:4.9.2-2 0
990 http://ftp.fr.debian.org/debian/ jessie/main i386 Packages
100 /var/lib/dpkg/status
4:4.7.2-1 0
500 http://ftp.fr.debian.org/debian/ wheezy/main i386 Packages
500 http://ftp.at.debian.org/debian/ wheezy/main i386 Packages
@
If it's failing here, it looks like an issue with c compiler what that is I'm not sure.