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

Bug 484

Summary: ogle-gui doens't compile because of problem with ogle install
Product: Gentoo Linux Reporter: Sandy McArthur <Sandy>
Component: Current packagesAssignee: Bruce A. Locke (RETIRED) <blocke>
Status: RESOLVED FIXED    
Severity: major    
Priority: Low    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sandy McArthur 2002-02-01 16:01:52 UTC
I don't fully understand what is happening so if I explain the problem wrong plz
excuse me.

When ogle is merged it puts some libs and stuff in '/usr/lib/ogle/'. The file
/usr/lib/ogle/libdvdcontrol.la seems to have info on how programs are to link to
it. In that file you'll find two file paths to
'/var/tmp/portage/ogle-0.8.2-r2/work/ogle-0.8.2/ogle'. This is the compile
location but it's not where the ogle files are still located. When I chaged
those paths to '/usr/lib/ogle' the emerge of ogle-gui works.
Comment 1 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-01 23:10:50 UTC
Fix checked in... I unmerged and remerged both ogle and ogle-gui and watched a
movie...

Please file another bug if you find a problem...

BTW for those who care: The upstream package has a broke configure script and
Makefile system.  libdvdcontrol does not get installed if you use DESTDIR trick
and don't install directly to the directory specified with ./configure --prefix.
 I've tried fixing the makefiles but they are an autogenerated mess.