21.06.2010 00:37, Ruslan Mahmatkhanov пишет:
Good day!
I (still) have a trouble in using deskutils/gtg after gnome update,
but i was able to make it work partially (it was new intel video
driver issue). So, new problem is appear when i try to select some menu
item - it crashes with:
"""
/libexec/ld-elf.so.1:
/usr/local/lib/python2.6/site-packages/champlain.so: Undefined symbol
"champlain_add_constants"
"""
So i now know that gtg geolocation plugin is depends on champlain.so,
but it do nothing special to get a crash, because our libchamplain
python binding seems broken by itself:
[...@smeshariki2 ~]> python
Python 2.6.5 (r265:79063, Jun 18 2010, 09:30:32)
[GCC 4.2.1 20070719 [FreeBSD]] on freebsd8
Type "help", "copyright", "credits" or "license" for more information.
>>> import champlain
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python2.6/site-packages/champlain.so:
Undefined symbol "champlain_functions"
>>>
--
Regards,
Ruslan
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"