Sebastien Bacher wrote:
Update situation:
I think flac transition went smoothly, so I did:
- apt-get -u build-dep libxine1, everything went fine
- DEB_BUILD_OPTIONS="nostrip noopt" apt-get source -b libxine1
building ends with next error:
make[6]: Entering directory `/home/kerka/root/xine-lib-1.0/src/libffmpeg/libavcodec/i386'
if /bin/sh ../../../../libtool-nofpic --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../include -I../../../../include -I../../../../src -I../../../../src/xine-engine -I../../../../src/xine-engine -I../../../../src/xine-utils -I../../../../src/input -I../../../../src/input -I../../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB `echo -mcpu=pentiumpro -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -g -O0 | sed -e 's/-funroll-loops//g'` -MT cputest.lo -MD -MP -MF ".deps/cputest.Tpo" -c -o cputest.lo cputest.c; \
then mv -f ".deps/cputest.Tpo" ".deps/cputest.Plo"; else rm -f ".deps/cputest.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../include -I../../../../include -I../../../../src -I../../../../src/xine-engine -I../../../../src/xine-engine -I../../../../src/xine-utils -I../../../../src/input -I../../../../src/input -I../../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -mcpu=pentiumpro -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -g -O0 -MT cputest.lo -MD -MP -MF .deps/cputest.Tpo -c cputest.c -o .libs/cputest.o
if /bin/sh ../../../../libtool-nofpic --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../include -I../../../../include -I../../../../src -I../../../../src/xine-engine -I../../../../src/xine-engine -I../../../../src/xine-utils -I../../../../src/input -I../../../../src/input -I../../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB `echo -mcpu=pentiumpro -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -g -O0 | sed -e 's/-funroll-loops//g'` -MT dsputil_mmx.lo -MD -MP -MF ".deps/dsputil_mmx.Tpo" -c -o dsputil_mmx.lo dsputil_mmx.c; \
then mv -f ".deps/dsputil_mmx.Tpo" ".deps/dsputil_mmx.Plo"; else rm -f ".deps/dsputil_mmx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../include -I../../../../include -I../../../../src -I../../../../src/xine-engine -I../../../../src/xine-engine -I../../../../src/xine-utils -I../../../../src/input -I../../../../src/input -I../../../../lib -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -mcpu=pentiumpro -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -g -O0 -MT dsputil_mmx.lo -MD -MP -MF .deps/dsputil_mmx.Tpo -c dsputil_mmx.c -o .libs/dsputil_mmx.o
dsputil_mmx.c: In function `h263_h_loop_filter_mmx':
dsputil_mmx.c:633: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
make[6]: *** [dsputil_mmx.lo] Error 1
make[6]: Leaving directory `/home/kerka/root/xine-lib-1.0/src/libffmpeg/libavcodec/i386'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/kerka/root/xine-lib-1.0/src/libffmpeg/libavcodec'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/kerka/root/xine-lib-1.0/src/libffmpeg'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kerka/root/xine-lib-1.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kerka/root/xine-lib-1.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/kerka/root/xine-lib-1.0'
make: *** [build-stamp] Error 2
Build command 'cd xine-lib-1.0 && dpkg-buildpackage -b -uc' failed.
E: Child process failed


Any hint?

Cheers,

V.M.Kerka

--
Ing. Vladimir M. Kerka
Klukovicka 1530
155 00 Praha 5 - Stodulky
Czech Republic
e-mail: [EMAIL PROTECTED]
        [EMAIL PROTECTED]
web:    www.dinmont.cz

NOTE: rm -rf /bin/ladin
Nedostavam a nerozesilam viry, protoze nepouzivam M$ Windows



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to