FS#996 - avifile will not compile
Attached to Project:
Arch Linux
Opened by Aaron Stechesen (sarah31) - Saturday, 12 June 2004, 09:30 GMT
Last edited by Judd Vinet (judd) - Monday, 14 June 2004, 01:06 GMT
Opened by Aaron Stechesen (sarah31) - Saturday, 12 June 2004, 09:30 GMT
Last edited by Judd Vinet (judd) - Monday, 14 June 2004, 01:06 GMT
|
Details
gives this error.
SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -c aviplay.cpp -fPIC -DPIC -o aviplay.lo In file included from aviplay_impl.h:7, from aviplay.cpp:8: ../../include/aviplay.h:15: error: default arguments are only permitted for function parameters ../../include/aviplay.h:16: error: default arguments are only permitted for function parameters make[2]: *** [aviplay.lo] Error 1 make[2]: Leaving directory `/var/abs/extra/multimedia/avifile/src/avifile-0.7-0.7.38/lib/aviplay' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/abs/extra/multimedia/avifile/src/avifile-0.7-0.7.38/lib' make: *** [all-recursive] Error 1 ==> ERROR: Build Failed. Aborting... |
This task depends upon
Closed by Roberto Carvajal (rcarvajal)
Wednesday, 15 September 2004, 16:16 GMT
Reason for closing: Fixed
Wednesday, 15 September 2004, 16:16 GMT
Reason for closing: Fixed
http://ftp.belnet.be/linux/gentoo-portage/media-video/avifile/files/avifile-gcc34.patch
but you will have to patch for freetype (sorry i did not get time to find or make a patch)
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -Wall -Wno-unused -I../../../include -march=i686 -O2 -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -c quantize-pvt.c -fPIC -DPIC -o quantize-pvt.lo
quantize-pvt.c: In function `quantize_xrpow':
quantize-pvt.c:978: error: PIC register `%ebx' clobbered in `asm'
make[3]: *** [quantize-pvt.lo] Error 1
make[3]: Leaving directory `/home/netkrash/archlinux/pkgs/extra/avifile/src/avifile-0.7-0.7.38/plugins/libmp3lame_audioenc/lame3.70'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/netkrash/archlinux/pkgs/extra/avifile/src/avifile-0.7-0.7.38/plugins/libmp3lame_audioenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/netkrash/archlinux/pkgs/extra/avifile/src/avifile-0.7-0.7.38/plugins'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed. Aborting...
any clues?
perhaps in teh mean time avifile package will have to remain as is but avifile support in transcode should be removed so that it can compile (i think since it grounds out on avifile stuff)
http://bugs.archlinux.org/index.php?do=details&id=995
and then focus on this one:
http://bugs.archlinux.org/index.php?do=details&id=994
though this won't be easy as far as I see. There are some issues with identical varnames or so. But it was long ago when I heard about that.