Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178713 - dev-db/flamerobin fails on wx-config
Summary: dev-db/flamerobin fails on wx-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: William L. Thomson Jr. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 05:18 UTC by Pavel Dobes
Modified: 2007-05-16 16:15 UTC (History)
1 user (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 Pavel Dobes 2007-05-16 05:18:54 UTC
During emerge process compilation fails on

checking for gtk2-ansi-release-2.6... no
configure: error:
           wxWindows must be installed on your system
           but wx-config script couldn't be found.

           Please check that wx-config is in path, the directory
           where wxWindows libraries are installed (returned by
           'wx-config --libs' command) is in LD_LIBRARY_PATH or
           equivalent variable and wxWindows version is 2.6.0 or above.

but wx-config is in the system (part of wxGTK):
$ ls -l /usr/bin/wx-config
lrwxrwxrwx 1 root root 40 2007-05-10 10:35 /usr/bin/wx-config -> /usr/lib/wx/config/gtk2-ansi-release-2.6

# emerge -a1v wxGTK

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/wxGTK-2.6.3.3  USE="X doc gnome opengl sdl -debug -joystick -odbc -unicode" 19,837 kB

Only one is wrong. wx-config is not in the LD_LIBRARY_PATH.

# echo $LD_LIBRARY_PATH
/root/GNUstep/Library/Libraries:/usr/GNUstep/Local/Library/Libraries:/usr/GNUstep/Network/Library/Libraries:/usr/GNUstep/System/Library/Libraries

But adding wx-config into some of the to the LD_LIBRARY_PATH directories (to the /usr/GNUstep/Local/Library/Libraries in my case) does not help me too.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-05-16 16:15:52 UTC
Sorry about that.  Should be fixed now.