Version 0.4.6 of libchamplain (that now in ports tree) contains bug, that breaks python bindings (champlain.so). You can read this for details: https://bugzilla.gnome.org/show_bug.cgi?id=622232 The problem is that libchamplain tarball contains bull-sized bindings/python/champlain/pychamplain.c (that is autogenerated) and so this breaks the things (while builds and installs correctly). As author said 0.4.7 that will contain the fix will not be released right now, so there is the patch that removes pychamplain.c on post-patch files to let the Makefile generate it from scratch. It's completely feature safe and actually i vote for commit this before port freeze, as this breaks all the apps in ports that rely upon champlain.so (deskutils/gtg for example). Fix: Patch attached with submission follows: How-To-Repeat: Install graphics/libchamplain. run python -c "import champlain". You'll get this: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: /usr/local/lib/python2.6/site-packages/champlain.so: Undefined symbol "champlain_functions"
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Comitted Thanks!
kwm 2010-07-03 12:27:52 UTC FreeBSD ports repository Modified files: graphics/libchamplain Makefile Log: Force regenerate of a .c file to fix the python bindings. This file was empty. PR: ports/148239 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes Revision Changes Path 1.8 +3 -0 ports/graphics/libchamplain/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"