First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 178713
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: William L. Thomson Jr. (RETIRED) <wltjr@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pavel Dobes <gentoo@lnx.cz>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 178713 depends on: Show dependency tree
Bug 178713 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-16 05:18 0000
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 From Ryan Hill 2007-05-16 16:15:52 0000 -------
Sorry about that.  Should be fixed now.

First Last Prev Next    No search results available      Search page      Enter new bug