Summary: | libdv fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Rose <doppler> |
Component: | Current packages | Assignee: | Mark Guertin <mguertin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | owen, trance |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | updated ebuild |
Description
David Rose
2002-06-24 20:58:13 UTC
It appear this build will just plain not work on ppc (has heavy x86 optimzation according to their docs). Masked on ppc for now. new release available that compiles on ppc (0.9.8) http://belnet.dl.sourceforge.net/sourceforge/libdv/libdv-0.98.tar.gz Created attachment 2721 [details]
updated ebuild
here's an updated ebuild
Added this new build, can you 2 confirm that it works? If so we can move ahead to the other things that failed because of this libdv 0.98 won't compile too here... gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -I/usr/include/SDL -D_REENTRANT -c `test -f bitstream.c || echo './'`bitstream.c /bin/sh ../libtool --silent --mode=link gcc -g -O2 -Wall -I/usr/include/SDL -D_REENTRANT -o gasmoff gasmoff.o bitstream.o -lpopt -lm -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread /usr/i686-pc-linux-gnu/bin/ld: cannot find -lartsc collect2: ld returned 1 exit status make[2]: *** [gasmoff] Error 1 make[2]: Leaving directory `/var/tmp/portage/libdv-0.98/work/libdv-0.98/libdv' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libdv-0.98/work/libdv-0.98' make: *** [all] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line -197, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/media-libs/libdv/libdv-0.98.ebuild . |