Bug#300944: python-librdf breaks with latest libcurl3 in sarge and sid

2005-03-22 Thread Jeff Licquia
Package: python2.3-librdf
Version: 1.0.0.2-1
Tags: sarge, sid
Severity: grave
Justification: renders package unusable

[EMAIL PROTECTED]:~$ python
Python 2.3.4 (#2, Dec  3 2004, 13:53:17)
[GCC 3.3.5 (Debian 1:3.3.5-2)] on linux2
Type help, copyright, credits or license for more information.
 import RDF
Traceback (most recent call last):
  File stdin, line 1, in ?
  File /usr/lib/python2.3/site-packages/RDF.py, line 130, in ?
import Redland
ImportError: /usr/lib/libcurl.so.3: undefined symbol: tld_strerror

[EMAIL PROTECTED]:~$ dpkg --list python2.3-librdf libcurl3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  python2.3-libr 1.0.0.2-1  Python 2.3 language bindings for the Redland
ii  libcurl3   7.13.1-1   Multi-protocol file transfer library, now wi
[EMAIL PROTECTED]:~$ sudo dpkg -i ~darrint/libcurl3_7.13.0-2_i386.deb
dpkg - warning: downgrading libcurl3 from 7.13.1-1 to 7.13.0-2.
(Reading database ... 70836 files and directories currently installed.)
Preparing to replace libcurl3 7.13.1-1 (using .../libcurl3_7.13.0-2_i386.deb) 
...
Unpacking replacement libcurl3 ...
Setting up libcurl3 (7.13.0-2) ...

[EMAIL PROTECTED]:~$ python
Python 2.3.4 (#2, Dec  3 2004, 13:53:17)
[GCC 3.3.5 (Debian 1:3.3.5-2)] on linux2
Type help, copyright, credits or license for more information.
 import RDF

[EMAIL PROTECTED]:~$



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#300944: python-librdf breaks with latest libcurl3 in sarge and sid

2005-03-22 Thread Dave Beckett
On Tue, 2005-03-22 at 15:25 -0500, Jeff Licquia wrote:
 Package: python2.3-librdf
 Version: 1.0.0.2-1
 Tags: sarge, sid
 Severity: grave
 Justification: renders package unusable
 
 [EMAIL PROTECTED]:~$ python
 Python 2.3.4 (#2, Dec  3 2004, 13:53:17)
 [GCC 3.3.5 (Debian 1:3.3.5-2)] on linux2
 Type help, copyright, credits or license for more information.
  import RDF
 Traceback (most recent call last):
   File stdin, line 1, in ?
   File /usr/lib/python2.3/site-packages/RDF.py, line 130, in ?
 import Redland
 ImportError: /usr/lib/libcurl.so.3: undefined symbol: tld_strerror
 
 [EMAIL PROTECTED]:~$ dpkg --list python2.3-librdf libcurl3
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 ii  python2.3-libr 1.0.0.2-1  Python 2.3 language bindings for the Redland
 ii  libcurl3   7.13.1-1   Multi-protocol file transfer library, now wi

Can you please try it with the actual latest one in sarge - 7.13.1-2

The changelog for that says:
  * Rebuilt to get the correct libidn11 dependency (closes: #299348).
which could be the missing symbol as the bug message mentions
tld_strerror.

 [EMAIL PROTECTED]:~$ sudo dpkg -i ~darrint/libcurl3_7.13.0-2_i386.deb
 dpkg - warning: downgrading libcurl3 from 7.13.1-1 to 7.13.0-2.
 (Reading database ... 70836 files and directories currently installed.)
 Preparing to replace libcurl3 7.13.1-1 (using .../libcurl3_7.13.0-2_i386.deb) 
 ...
 Unpacking replacement libcurl3 ...
 Setting up libcurl3 (7.13.0-2) ...
 
 [EMAIL PROTECTED]:~$ python
 Python 2.3.4 (#2, Dec  3 2004, 13:53:17)
 [GCC 3.3.5 (Debian 1:3.3.5-2)] on linux2
 Type help, copyright, credits or license for more information.
  import RDF
 
 [EMAIL PROTECTED]:~$

Cheers

Dave




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]