Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149099 - libgda-1.2.3 doesnt find firebird due to wrong path in ebuild
Summary: libgda-1.2.3 doesnt find firebird due to wrong path in ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 11:23 UTC by Bernd Jürgens
Modified: 2006-11-15 14:30 UTC (History)
0 users

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 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.