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

Bug 149099

Summary: libgda-1.2.3 doesnt find firebird due to wrong path in ebuild
Product: Gentoo Linux Reporter: Bernd Jürgens <bernd>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bernd Jürgens 2006-09-25 11:23:13 UTC
libgda-1.2.3 doesnt find firebird due to wrong path in ebuild. firebird is in /opt, not /usr. 

.... from ebuild:
pkg_setup() {
        G2CONF="$(use_with berkdb bdb /usr)    \
                $(use_with firebird firebird /usr) \

should read:
pkg_setup() {
        G2CONF="$(use_with berkdb bdb /usr)    \
                $(use_with firebird firebird /opt) \
Comment 1 Leonardo Boshell (RETIRED) gentoo-dev 2006-11-15 14:30:03 UTC
I've tested libgda with firebird-1.5.2 and 1.5.3-r1 and I haven't seen the problem you describe. Firebird installs some symlinks that make the standard process of looking for the include and lib files under /usr work.

If you still see this problem, please re-open and attach the full emerge log. Thanks.