Your message dated Wed, 14 Mar 2012 21:11:26 +0200
with message-id <201203142111.29437.mo...@debian.org>
and subject line Re: Bug#653400: ktorrent-1.1.3 not starting
has caused the Debian Bug report #653400,
regarding libktorrent3 gcry_check_version too strict, overriding shlibs system
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
653400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ktorrent
Version: 4.1.3-1
Severity: important

Dear Maintainer,

I had ktorrent running for quite a long time, then upon a restart
ktorrent refuses to start:

| $ ktorrent
| Failed to initialize libktorrent

Please let me know how can I supply more information (if needed).

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ktorrent depends on:
ii  kdebase-runtime    4:4.6.5-1+b1        
ii  ktorrent-data      4.1.3-1             
ii  libc6              2.13-7              
ii  libgcc1            1:4.6.1-10          
ii  libgeoip1          1.4.8+dfsg-2        
ii  libkcmutils4       4:4.6.5-2+b1        
ii  libkdecore5        4:4.6.5-2+b1        
ii  libkdeui5          4:4.6.5-2+b1        
ii  libkdewebkit5      4:4.6.5-2+b1        
ii  libkdnssd4         4:4.6.5-2+b1        
ii  libkemoticons4     4:4.6.5-2+b1        
ii  libkidletime4      4:4.6.5-2+b1        
ii  libkio5            4:4.6.5-2+b1        
ii  libknotifyconfig4  4:4.6.5-2+b1        
ii  libkparts4         4:4.6.5-2+b1        
ii  libkprintutils4    4:4.6.5-2+b1        
ii  libkrosscore4      4:4.6.5-2+b1        
ii  libktorrent-l10n   1.1.3-1             
ii  libktorrent3       1.1.3-1             
ii  libkutils4         4:4.6.5-2+b1        
ii  libkworkspace4     4:4.6.5-3           
ii  libnepomuk4        4:4.6.5-2+b1        
ii  libnepomukutils4   4:4.6.5-2+b1        
ii  libphonon4         4:4.6.0really4.5.0-3
ii  libqt4-dbus        4:4.7.3-5           
ii  libqt4-network     4:4.7.3-5           
ii  libqt4-qt3support  4:4.7.3-5           
ii  libqt4-script      4:4.7.3-5           
ii  libqt4-svg         4:4.7.3-5           
ii  libqt4-xml         4:4.7.3-5           
ii  libqtcore4         4:4.7.3-5           
ii  libqtgui4          4:4.7.3-5           
ii  libqtwebkit4       2.1.0~2011week09-3  
ii  libsolid4          4:4.6.5-2+b1        
ii  libsoprano4        2.6.0+dfsg.1-3      
ii  libstdc++6         4.6.1-10            
ii  libsyndication4    4:4.6.3-1           
ii  libtag1c2a         1.7-1               
ii  phonon             4:4.6.0really4.4.2-1

ktorrent recommends no packages.

Versions of packages ktorrent suggests:
pn  krosspython             <none>
pn  plasma-widget-ktorrent  <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.2.0-1

Hello,

On sekmadienis 26 Vasaris 2012 11:23:21 Andreas Metzler wrote:
> Hello,
> 
> the cause of the breakage is this line in src/util/functions.cpp
> 
> if (!gcry_check_version(GCRYPT_VERSION))
> 
> 
> The macro GCRYPT_VERSION is expanded *at* *build* *time*. Therefore if
> you build against 1.5.0 you end up with gcry_check_version("1.5.0"),
> which fails (by design) when running against 1.4.6.
> 
> My advise would be to use the gcrypt version that libktorrent3 requires
> instead of hardcoding the version it was built against.
> 
> Just specifying something non-ancient should work, e.g. 1.4.5:
> -               if (!gcry_check_version(GCRYPT_VERSION))
> +               if (!gcry_check_version("1.4.5"))

The bug has been fixed upstream in 1.2.0.

-- 
Modestas Vainius <mo...@debian.org>

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to