Comment 10 for bug 215658

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

The import error reported above is not reproducible in Intrepid and Jaunty as least
=====
Traceback (most recent call last):
cant import cStringIO
<type 'exceptions.ImportError'>: /usr/lib/python2.5/lib-dynload/time.so: undefined symbol: PyExc_ValueError
=====

The following change may have solved this issue.
===============
--- liferea-1.4.14/src/liferea.in 2007-11-21 23:37:39.000000000 +0100
+++ liferea-1.4.23/src/liferea.in 2008-11-29 20:57:04.000000000 +0100
@@ -14,19 +14,6 @@

 params="$@"

-#
-# If we run with Gecko or XulRunner we need to set
-# LD_LIBRARY_PATH (WebKit and GtkHTML do not need this).
-#
-if [ "@MOZILLA_LIB_ROOT@" != "" ]; then
- if [ "$LD_LIBRARY_PATH" = "" ]; then
- LD_LIBRARY_PATH=@MOZILLA_LIB_ROOT@
- else
- LD_LIBRARY_PATH=@MOZILLA_LIB_ROOT@:$LD_LIBRARY_PATH
- fi
- export LD_LIBRARY_PATH
-fi
-
 if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
  eval `dbus-launch`
  export DBUS_SESSION_BUS_ADDRESS
=================

I'm not sure why and when this has been fixed but it's fixed.