Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149933 - dev-python/wxpython-2.6.3.2 does not compile
Summary: dev-python/wxpython-2.6.3.2 does not compile
Status: RESOLVED DUPLICATE of bug 112626
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-03 03:18 UTC by Juergen Rose
Modified: 2006-10-03 05:24 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 Juergen Rose 2006-10-03 03:18:46 UTC
emerging wxPython fails with:

root@shark:/root(17)# emerge wxpython
>>> Emerging (1 of 1) dev-python/wxpython-2.6.3.2 to /
 * wxPython-src-2.6.3.2.tar.gz MD5 ;-) ...                                                                                               [ ok ]
 * wxPython-src-2.6.3.2.tar.gz RMD160 ;-) ...                                                                                            [ ok ]
 * wxPython-src-2.6.3.2.tar.gz SHA1 ;-) ...                                                                                              [ ok ]
 * wxPython-src-2.6.3.2.tar.gz SHA256 ;-) ...                                                                                            [ ok ]
 * wxPython-src-2.6.3.2.tar.gz size ;-) ...                                                                                              [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                     [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                    [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                   [ ok ]
 * checking wxPython-src-2.6.3.2.tar.gz ;-) ...                                                                                          [ ok ]
>>> Unpacking source...
>>> Unpacking wxPython-src-2.6.3.2.tar.gz to /var/tmp/portage/wxpython-2.6.3.2/work
 * Applying scripts-multiver-2.6.1.0.diff ...                                                                                            [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/wxpython-2.6.3.2/work/wxPython-src-2.6.3.2/wxPython/ ...
!!! set-wxconfig: Error:  Can't find normal or debug version:
!!! set-wxconfig:         /usr/lib/wx/config/gtk2-unicode-release-2.6 not found
!!! set-wxconfig:         /usr/lib/wx/config/gtk2-unicode-debug-2.6 not found
!!! You need to emerge wxGTK with unicode in your USE

wxGTK was compiles sith unicode USE flag:
root@shark:/root(20)# emerge -pvD wxGTK

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

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

But the  /usr/lib/wx/config/gtk2-unicode-*-2.6 files are really missing:

root@shark:/root(21)# ll  /usr/lib/wx/config/
total 80
-rwxr-xr-x 1 root root 39178 Sep 30 17:05 base-ansi-release-2.6*
-rwxr-xr-x 1 root root 39168 Sep 30 17:05 base-unicode-release-2.6*
Comment 1 Mart Raudsepp gentoo-dev 2006-10-03 05:24:49 UTC
*** This bug has been marked as a duplicate of 112626 ***