Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1353

Summary: media-video/ogle-0.8.2-r2 fails with strange library path (possibly)
Product: Gentoo Linux Reporter: Ian Smith <13th.floor>
Component: Current packagesAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ian Smith 2002-03-26 17:16:13 UTC
Thought I'd better ask if the library path (with the .libs) is correct, no clues
in the ebuild file.  This problem is a bit deep for me, with the time I have
available, but here is the end of the emerge output:

i686-pc-linux-gnu-gcc -mcpu=i686 -march=i686 -O3 -pipe
-I/usr/include/libxml2/libxml -o .libs/ogle_gui main.o callbacks.o xsniffer.o
menu.o audio.o angle.o subpicture.o language.o fileselector.o actions.o
bindings.o interpret_config.o my_glade.o -rdynamic  -L/usr/lib/ogle
/usr/lib/ogle/.libs/libdvdcontrol.so -L/usr/lib -L/usr/X11R6/lib
/usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so /usr/lib/libglib.so
-ldl -lXi -lXext -lX11 -lpthread /usr/lib/libxml2.so -lz -lm -Wl,--rpath
-Wl,/usr/lib/ogle
i686-pc-linux-gnu-gcc: /usr/lib/ogle/.libs/libdvdcontrol.so: No such file or
directory
make[2]: *** [ogle_gui] Error 1
make[2]: Leaving directory
`/var/tmp/portage/ogle-gui-0.8.2-r2/work/ogle_gui-0.8.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ogle-gui-0.8.2-r2/work/ogle_gui-0.8.2'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 9, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/media-video/ogle-gui/ogle-gui-0.8.2-r2.ebuild .
Comment 1 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-26 22:54:23 UTC
Should be fixed in 0.8.2-r5... please unmerge all versions of ogle, remerge
ogle, and see if ogle-gui works for you again.

Please reopen bug if ogle-gui is still not building...
Comment 2 Ian Smith 2002-03-27 18:17:50 UTC
ogle itself isn't building as of /usr/portage/media-video/ogle/ogle-0.8.2-r5.ebuild

errors:

checking for _oss_ioctl in -lossaudio... no
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.4.5... no
*** Could not run libxml test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means LIBXML was incorrectly installed
*** or that you have moved LIBXML since it was installed. In the latter case, you
*** may want to edit the xml2-config script: /usr/bin/xml2-config
configure: error: Install libxml2(-dev) and/or specify it's location

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 14, Exitcode 1
!!! (no error message)

!!! emerge aborting on  /usr/portage/media-video/ogle/ogle-0.8.2-r5.ebuild .
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-27 20:33:23 UTC
libxml2 upstream changed something... it should compile now