|
[Original]
[Print]
[Top]
|
So far today, I'm only batting less than .500 with the packages I've tried to emerge. :(
The stable verions of gnome-python-extras never did build, and I couldn't get the ebuild of cvsweb to work either (it installed fine by hand from a current source tarball).
However, the most recent failure is wxpython. I just emerged it, and it seemed to build fine, but it won't run. If anybody could lend me a clue, I'd appreciate it....
Python 2.4.2 (#1, Jan 24 2006, 22:52:33) [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import wx Traceback (most recent call last): File "[stdin]", line 1, in ? File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ? from wx._core import * File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ? import _core_ ImportError: /usr/lib/libwx_gtk2_core-2.6.so.0: undefined symbol: pango_x_get_context
-- Grant Edwards grante Yow! Sorry, wrong ZIP at CODE!! visi.com
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
On 2006-01-26, Grant Edwards [grante@visi.com] wrote:
However, the most recent failure is wxpython. I just emerged it, and it seemed to build fine, but it won't run. If anybody could lend me a clue, I'd appreciate it....
Python 2.4.2 (#1, Jan 24 2006, 22:52:33) [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. import wx Traceback (most recent call last): File "[stdin]", line 1, in ? File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ? from wx._core import * File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ? import _core_ ImportError: /usr/lib/libwx_gtk2_core-2.6.so.0: undefined symbol: pango_x_get_context
I unmerged pango, wxGTK, and wxpython. After re-emerging them, same error.
How do you avoid this constant battle with library compatibility issues???
-- Grant Edwards grante Yow! Now I can join WEIGHT at WATCHERS! visi.com
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
On Thu, 26 Jan 2006 01:29:33 -0000 Grant Edwards [grante@visi.com] wrote:
So far today, I'm only batting less than .500 with the packages I've tried to emerge. :(
The stable verions of gnome-python-extras never did build, and I couldn't get the ebuild of cvsweb to work either (it installed fine by hand from a current source tarball).
However, the most recent failure is wxpython. I just emerged it, and it seemed to build fine, but it won't run. If anybody could lend me a clue, I'd appreciate it....
Python 2.4.2 (#1, Jan 24 2006, 22:52:33) [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. import wx Traceback (most recent call last): File "[stdin]", line 1, in ? File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ? from wx._core import * File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ? import _core_ ImportError: /usr/lib/libwx_gtk2_core-2.6.so.0: undefined symbol: pango_x_get_context
which version of wxGTK have you installed? i had similar problems. try editing /etc/portage/package.keywords and add the following line: x11-libs/wxGTK ~x86
or ACCEPT_KEYWORDS=~x86 emerge wxGTK
then emerge wxGTK and maybe re-emerge the packages that don't work
-- illiteratum plausum non desidero
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
On 2006-01-27, Tobias Hommel [news@infernal-heaven.org] wrote:
which version of wxGTK have you installed?
I was using the current stable versions of wxGTK and pango.
i had similar problems. try editing /etc/portage/package.keywords and add the following line: x11-libs/wxGTK ~x86
or ACCEPT_KEYWORDS=3D~x86 emerge wxGTK
then emerge wxGTK and maybe re-emerge the packages that don't work
I masked the current versions and went back to versions of pango, GTK, wxGTK, and Gnome from a few weeks ago. Everything works fine now.
-- Grant Edwards grante Yow! Yow! Am I in at Milwaukee? visi.com
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
On 2006-01-27, Grant Edwards [grante@visi.com] wrote:
I masked the current versions and went back to versions of pango, GTK, wxGTK, and Gnome from a few weeks ago. Everything works fine now.
Of course the nagging question now is how will I know when it's safe to unask things and update to the "stable" versions.
-- Grant Edwards grante Yow! Do you think the at "Monkees" should get gas on visi.com odd or even days?
|
|
|
[Original]
[Print]
[Top]
|
|