Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15267 - media-video/avifile-0.7.29.20030204 fails to build
Summary: media-video/avifile-0.7.29.20030204 fails to build
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 06:34 UTC by Charles Goodwin
Modified: 2003-02-11 06:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Goodwin 2003-02-07 06:34:28 UTC
i686-pc-linux-gnu-g++ -g -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENT
RANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe
 -o .libs/aviplay actioncfg.o main.o playercontrol.o decoder_config.o configdial
og.o configdialog_impl.o -Wl,-rpath -Wl,/usr/lib  ../libavqt/.libs/libqavm.so -L
/usr/qt/3/lib -lqt-mt ../lib/.libs/libaviplay.so -lz -L/usr/lib -L/usr/kde/3/lib
 -L/usr/X11R6/lib /usr/lib/libSDL.so -lartsc /usr/lib/libesd.so /usr/lib/libaudi
ofile.so -lm /usr/lib/libasound.so -lvga -lpthread -lSM -lICE -lXinerama -lXv -l
Xrender -lXft -lXxf86vm -lXxf86dga -lXi -lXext -lX11 -lnsl -ldl
../lib/.libs/libaviplay.so: undefined reference to `audio_init'
collect2: ld returned 1 exit status
make[1]: *** [aviplay] Error 1
make[1]: Leaving directory `/var/tmp/portage/avifile-0.7.29.20030204/work/avifil
e0.7-0.7.29/player'
make: *** [all-recursive] Error 1

!!! ERROR: media-video/avifile-0.7.29.20030204 failed.
!!! Function src_compile, Line 142, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Charles Goodwin 2003-02-07 09:41:54 UTC
Note this is a different error to: http://bugs.gentoo.org/show_bug.cgi?id=15248
Comment 2 Nick Hadaway 2003-02-09 18:29:41 UTC
Forcing --enable-oss as when diabled the build will fail as you experienced.
Comment 3 Charles Goodwin 2003-02-10 05:01:36 UTC
Will this fix work if the user hasn't installed OSS though?  Will this force the installation of OSS?
Comment 4 Nick Hadaway 2003-02-10 15:06:17 UTC
No this will not...
Comment 5 Charles Goodwin 2003-02-11 04:27:50 UTC
Thanks.  I did an 'emerge sync' and then retried and success!