kdelibs4-dev: Ambigous overload for 'operator+' error in kresources/manager.h

Bug #25009 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
kdelibs (Debian)
Fix Released
Unknown
kdelibs (Ubuntu)
Fix Released
High
Kubuntu Bugs

Bug Description

Automatically imported from Debian bug report #337423 http://bugs.debian.org/337423

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #337423 http://bugs.debian.org/337423

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.5 KiB)

Message-ID: <email address hidden>
Date: Fri, 04 Nov 2005 12:26:31 +0100
From: Xavier FACQ <email address hidden>
To: Bug Tracking System <email address hidden>
Subject: kdelibs4-dev: Ambigous overload for 'operator+' error in kresources/manager.h

Package: kdelibs4-dev
Version: 4:3.4.2-4
Severity: serious
Justification: no longer builds from source

When i try to build kopete from svn or using sources from apt-get
source, it always failed with this error :

/usr/include/kde/kresources/manager.h: In member function 'QStringList
KRES::Manager<T>::resourceTypeDescriptions() const':
/usr/include/kde/kresources/manager.h:338: error: ambiguous overload for
'operator+' in '" (" + ((const
KRES::Manager<T>*)this)->KRES::Manager<T>::mFactory->.KRES::Factory::typeDescription((*
it))'
/usr/share/qt3/include/qstring.h:1072: note: candidates are: const
QString operator+(QChar, const QString&) <near match>
/usr/share/qt3/include/qstring.h:1080: note: const
QString operator+(char, const QString&) <near match>
make[2]: *** [addresseeitem.lo] Erreur 1
make[2]: Leaving directory
`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory
`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete'
make: *** [all-recursive] Erreur 1

I tried on Debian sid and etch.
My gcc version is : gcc (GCC) 4.0.3 20051023 (prerelease) (Debian 4.0.2-3)

It seems to appears in sources that use KABC calls like :
KABC::Picture pic = mAddressee.photo();

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages kdelibs4-dev depends on:
ii kdelibs-bin 4:3.4.2-4 core binaries for all KDE
applicat
ii kdelibs4c2 4:3.4.2-4 core libraries for all KDE
applica
ii libart-2.0-dev 2.3.17-1 Library of functions for 2D
graphi
ii libarts1-dev 1.4.2-5 development files for the
aRts sou
ii libasound2-dev 1.0.9-3 ALSA library development files
ii libaspell-dev 0.60.4-1 Development files for
applications
ii libbz2-dev 1.0.2-10 high-quality block-sorting
file co
ii libcupsys2-dev 1.1.23-12 Common UNIX Printing
System(tm) -
ii libfam-dev 2.7.0-8 client library to control
the FAM
ii libidn11-dev 0.5.18-1 Development files GNU
libidn, impl
ii libjasper-1.701-dev 1.701.0-2 Development files for the
JasPer J
ii libkrb5-dev 1.3.6-5 Headers and development
libraries
ii libopenexr-dev 1.2.2-4 development files for the
OpenEXR
ii libpcre3-dev 6.4-1.0.1 Perl 5 Compatible Regular
Expressi
ii libqt3-mt-dev 3:3.3.5-1 Qt development files (Threaded)
ii libsasl2-dev 2.1.19-1.6 Development files for
authenticati
ii libssl-dev 0.9.8a-3 SSL developme...

Read more...

Revision history for this message
In , Josh Metzler (joshdeb) wrote : Re: Bug#337423: kdelibs4-dev: Ambigous overload for 'operator+' error in kresources/manager.h

On Friday 04 November 2005 06:26 am, Xavier FACQ wrote:
> Package: kdelibs4-dev
> Version: 4:3.4.2-4
> Severity: serious
> Justification: no longer builds from source
>
> When i try to build kopete from svn or using sources from apt-get
> source, it always failed with this error :
>
> /usr/include/kde/kresources/manager.h: In member function 'QStringList
> KRES::Manager<T>::resourceTypeDescriptions() const':
> /usr/include/kde/kresources/manager.h:338: error: ambiguous overload for
> 'operator+' in '" (" + ((const
> KRES::Manager<T>*)this)->KRES::Manager<T>::mFactory->.KRES::Factory::typeDe
>scription((* it))'
> /usr/share/qt3/include/qstring.h:1072: note: candidates are: const
> QString operator+(QChar, const QString&) <near match>
> /usr/share/qt3/include/qstring.h:1080: note: const
> QString operator+(char, const QString&) <near match>
> make[2]: *** [addresseeitem.lo] Erreur 1
> make[2]: Leaving directory
> `/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
> make[1]: *** [all-recursive] Erreur 1
> make[1]: Leaving directory
> `/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete'
> make: *** [all-recursive] Erreur 1

Could you somehow have QT_NO_CAST_ASCII defined while building? Looking in
qstring.h, it should be using this operator+ on line 1050:
inline const QString operator+( const char *s1, const QString &s2 )

Your build doesn't appear to be finding that, though. Since the definition is
wrapped in a #ifndef QT_NO_CAST_ASCII, it seems like having that defined
while building could cause your build failure.

...

A quick grep -r through the kdenetwork sources shows that this appears to be
defined in all the kopete Makefile.am's and Makefile.in's, but not in any
other kdenetwork packages. So, I wonder how the buildd's built it?

Josh

Revision history for this message
In , Xavier FACQ (xavier-facq) wrote :
Download full text (3.2 KiB)

Hi,

my build command containts -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST and
the command line looks like :

Making all in ui
make[2]: Entering directory
`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../.. -DKDE_NO_COMPAT -DQT_NO_COMPAT
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete
-I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice
-I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui
-I../../../kopete/libkopete/private -I/usr/include/kde
-I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT addresseeitem.lo -MD
-MP -MF ".deps/addresseeitem.Tpo" -c -o addresseeitem.lo
addresseeitem.cpp; \
then mv -f ".deps/addresseeitem.Tpo" ".deps/addresseeitem.Plo"; else rm
-f ".deps/addresseeitem.Tpo"; exit 1; fi

But this "article"
(http://lists.trolltech.com/qt-interest/2004-03/msg01059.html) explains
why it's interesting to have this defines.

Xavier

Josh Metzler a écrit :
> On Friday 04 November 2005 06:26 am, Xavier FACQ wrote:
>
>>Package: kdelibs4-dev
>>Version: 4:3.4.2-4
>>Severity: serious
>>Justification: no longer builds from source
>>
>>When i try to build kopete from svn or using sources from apt-get
>>source, it always failed with this error :
>>
>>/usr/include/kde/kresources/manager.h: In member function 'QStringList
>>KRES::Manager<T>::resourceTypeDescriptions() const':
>>/usr/include/kde/kresources/manager.h:338: error: ambiguous overload for
>>'operator+' in '" (" + ((const
>>KRES::Manager<T>*)this)->KRES::Manager<T>::mFactory->.KRES::Factory::typeDe
>>scription((* it))'
>>/usr/share/qt3/include/qstring.h:1072: note: candidates are: const
>>QString operator+(QChar, const QString&) <near match>
>>/usr/share/qt3/include/qstring.h:1080: note: const
>>QString operator+(char, const QString&) <near match>
>>make[2]: *** [addresseeitem.lo] Erreur 1
>>make[2]: Leaving directory
>>`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
>>make[1]: *** [all-recursive] Erreur 1
>>make[1]: Leaving directory
>>`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete'
>>make: *** [all-recursive] Erreur 1
>
>
> Could you somehow have QT_NO_CAST_ASCII defined while building? Looking in
> qstring.h, it should be using this operator+ on line 1050:
> inline const QString operator+( const char *s1, const QString &s2 )
>
> Your build doesn't appear to be finding that, though. Since the definition is
> wrapped in a #ifndef QT_NO_CAST_ASCII, it seems like having that defined
> while building could cause your build failure.
>
> ...
>
> A quick grep -r through the kdenetwork sources shows that this appears to be
> defined in all the kopete Makefile.am's and Makefile.in's, but not in any ...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 4 Nov 2005 08:23:19 -0500
From: Josh Metzler <email address hidden>
To: Xavier FACQ <email address hidden>,
 <email address hidden>
Subject: Re: Bug#337423: kdelibs4-dev: Ambigous overload for 'operator+' error in
 kresources/manager.h

On Friday 04 November 2005 06:26 am, Xavier FACQ wrote:
> Package: kdelibs4-dev
> Version: 4:3.4.2-4
> Severity: serious
> Justification: no longer builds from source
>
> When i try to build kopete from svn or using sources from apt-get
> source, it always failed with this error :
>
> /usr/include/kde/kresources/manager.h: In member function 'QStringList
> KRES::Manager<T>::resourceTypeDescriptions() const':
> /usr/include/kde/kresources/manager.h:338: error: ambiguous overload for
> 'operator+' in '" (" + ((const
> KRES::Manager<T>*)this)->KRES::Manager<T>::mFactory->.KRES::Factory::typeDe
>scription((* it))'
> /usr/share/qt3/include/qstring.h:1072: note: candidates are: const
> QString operator+(QChar, const QString&) <near match>
> /usr/share/qt3/include/qstring.h:1080: note: const
> QString operator+(char, const QString&) <near match>
> make[2]: *** [addresseeitem.lo] Erreur 1
> make[2]: Leaving directory
> `/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
> make[1]: *** [all-recursive] Erreur 1
> make[1]: Leaving directory
> `/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete'
> make: *** [all-recursive] Erreur 1

Could you somehow have QT_NO_CAST_ASCII defined while building? Looking in
qstring.h, it should be using this operator+ on line 1050:
inline const QString operator+( const char *s1, const QString &s2 )

Your build doesn't appear to be finding that, though. Since the definition is
wrapped in a #ifndef QT_NO_CAST_ASCII, it seems like having that defined
while building could cause your build failure.

...

A quick grep -r through the kdenetwork sources shows that this appears to be
defined in all the kopete Makefile.am's and Makefile.in's, but not in any
other kdenetwork packages. So, I wonder how the buildd's built it?

Josh

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.6 KiB)

Message-ID: <email address hidden>
Date: Fri, 04 Nov 2005 14:53:36 +0100
From: Xavier FACQ <email address hidden>
To: Josh Metzler <email address hidden>
CC: <email address hidden>
Subject: Re: Bug#337423: kdelibs4-dev: Ambigous overload for 'operator+' error
 in kresources/manager.h

Hi,

my build command containts -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST and
the command line looks like :

Making all in ui
make[2]: Entering directory=20
`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
if /bin/sh ../../../libtool --silent --tag=3DCXX --mode=3Dcompile g++=20
-DHAVE_CONFIG_H -I. -I. -I../../.. -DKDE_NO_COMPAT -DQT_NO_COMPAT=20
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete=20
-I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice=20
-I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui=20
-I../../../kopete/libkopete/private -I/usr/include/kde=20
-I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT=20
-D_REENTRANT -D_FILE_OFFSET_BITS=3D64 -Wno-long-long -Wundef -ansi=20
-D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -Wcast-align -Wconversion=20
-Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security=20
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions=20
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST=20
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT addresseeitem.lo -MD=20
-MP -MF ".deps/addresseeitem.Tpo" -c -o addresseeitem.lo=20
addresseeitem.cpp; \
then mv -f ".deps/addresseeitem.Tpo" ".deps/addresseeitem.Plo"; else rm=20
-f ".deps/addresseeitem.Tpo"; exit 1; fi

But this "article"=20
(http://lists.trolltech.com/qt-interest/2004-03/msg01059.html) explains=20
why it's interesting to have this defines.

Xavier

Josh Metzler a =E9crit :
> On Friday 04 November 2005 06:26 am, Xavier FACQ wrote:
>=20
>>Package: kdelibs4-dev
>>Version: 4:3.4.2-4
>>Severity: serious
>>Justification: no longer builds from source
>>
>>When i try to build kopete from svn or using sources from apt-get
>>source, it always failed with this error :
>>
>>/usr/include/kde/kresources/manager.h: In member function 'QStringList
>>KRES::Manager<T>::resourceTypeDescriptions() const':
>>/usr/include/kde/kresources/manager.h:338: error: ambiguous overload fo=
r
>>'operator+' in '" (" + ((const
>>KRES::Manager<T>*)this)->KRES::Manager<T>::mFactory->.KRES::Factory::ty=
peDe
>>scription((* it))'
>>/usr/share/qt3/include/qstring.h:1072: note: candidates are: const
>>QString operator+(QChar, const QString&) <near match>
>>/usr/share/qt3/include/qstring.h:1080: note: const
>>QString operator+(char, const QString&) <near match>
>>make[2]: *** [addresseeitem.lo] Erreur 1
>>make[2]: Leaving directory
>>`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete/ui'
>>make[1]: *** [all-recursive] Erreur 1
>>make[1]: Leaving directory
>>`/home/xfacq/tmp/Dev/svndir/kdenetwork/kopete/libkopete'
>>make: *** [all-recursive] Erreur 1
>=20
>=20
> Could you somehow have QT_NO_CAST_ASCII defined while building? Lookin=
g in=20
> qstring.h, it should be using this operator+ on line 1050:
> inline const QString operator+( const char *s1, const QString &s2 )
>=20
> Your build doesn't app...

Read more...

Revision history for this message
In , Steve Langasek (vorlon) wrote : severity of 337423 is normal

# Automatically generated email from bts, devscripts version 2.9.7
severity 337423 normal

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 4 Nov 2005 14:49:39 -0800
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: severity of 337423 is normal

# Automatically generated email from bts, devscripts version 2.9.7
severity 337423 normal

Revision history for this message
In , Christopher Martin (chrsmrtn-debian) wrote : Re: Bug#337423: kdelibs4-dev: Ambigous overload for 'operator+' error in kresources/manager.h

On November 4, 2005 06:26, Xavier FACQ wrote:
> Package: kdelibs4-dev
> Version: 4:3.4.2-4
> Severity: serious
> Justification: no longer builds from source
>
> When i try to build kopete from svn or using sources from apt-get
> source, it always failed with this error :

This is fixed by an upstream commit that was backported to the KDE 3.4 and
3.5 branches. Thus the next kdelibs upload will contain the fix.

Cheers,
Christopher Martin

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 4 Nov 2005 18:50:51 -0500
From: Christopher Martin <email address hidden>
To: Xavier FACQ <email address hidden>,
 <email address hidden>
Subject: Re: Bug#337423: kdelibs4-dev: Ambigous overload for 'operator+' error in
 kresources/manager.h

On November 4, 2005 06:26, Xavier FACQ wrote:
> Package: kdelibs4-dev
> Version: 4:3.4.2-4
> Severity: serious
> Justification: no longer builds from source
>
> When i try to build kopete from svn or using sources from apt-get
> source, it always failed with this error :

This is fixed by an upstream commit that was backported to the KDE 3.4 and
3.5 branches. Thus the next kdelibs upload will contain the fix.

Cheers,
Christopher Martin

Revision history for this message
In , Mark Purcell (msp) wrote : Patch location

For those who are looking for the upstream patch workaround.

You need to apply to /usr/include/kde/kresources/manager.h, then you can build
kopete-svn and others...

It is available here:

http://websvn.kde.org/branches/KDE/3.5/kdelibs/kresources/manager.h?rev=472457&r1=465272&r2=472457

--- branches/KDE/3.5/kdelibs/kresources/manager.h 2005/09/29 09:47:40
465272
+++ branches/KDE/3.5/kdelibs/kresources/manager.h 2005/10/20 20:02:38
472457
@@ -335,7 +335,7 @@
             ++it ) {
         QString desc = mFactory->typeName( *it );
         if ( !mFactory->typeDescription( *it ).isEmpty() )
- desc += " (" + mFactory->typeDescription( *it ) + ")";
+ desc += QString::fromLatin1(" (") +
mFactory->typeDescription( *it ) + QString::fromLatin1(")");

         typeDescs.append( desc );
       }

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 24 Nov 2005 22:31:33 +0000
From: Mark Purcell <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: Patch location

For those who are looking for the upstream patch workaround.

You need to apply to /usr/include/kde/kresources/manager.h, then you can build
kopete-svn and others...

It is available here:

http://websvn.kde.org/branches/KDE/3.5/kdelibs/kresources/manager.h?rev=472457&r1=465272&r2=472457

--- branches/KDE/3.5/kdelibs/kresources/manager.h 2005/09/29 09:47:40
465272
+++ branches/KDE/3.5/kdelibs/kresources/manager.h 2005/10/20 20:02:38
472457
@@ -335,7 +335,7 @@
             ++it ) {
         QString desc = mFactory->typeName( *it );
         if ( !mFactory->typeDescription( *it ).isEmpty() )
- desc += " (" + mFactory->typeDescription( *it ) + ")";
+ desc += QString::fromLatin1(" (") +
mFactory->typeDescription( *it ) + QString::fromLatin1(")");

         typeDescs.append( desc );
       }

Revision history for this message
In , Debian Qt/KDE Maintainers (debian-qt-kde) wrote : Bug#337423: fixed in kdelibs 4:3.4.3-2
Download full text (4.5 KiB)

Source: kdelibs
Source-Version: 4:3.4.3-2

We believe that the bug you reported is fixed in the latest version of
kdelibs, which is due to be installed in the Debian FTP archive:

kdelibs-bin_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs-bin_3.4.3-2_i386.deb
kdelibs-data_3.4.3-2_all.deb
  to pool/main/k/kdelibs/kdelibs-data_3.4.3-2_all.deb
kdelibs4-dev_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs4-dev_3.4.3-2_i386.deb
kdelibs4-doc_3.4.3-2_all.deb
  to pool/main/k/kdelibs/kdelibs4-doc_3.4.3-2_all.deb
kdelibs4c2a-dbg_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs4c2a-dbg_3.4.3-2_i386.deb
kdelibs4c2a_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs4c2a_3.4.3-2_i386.deb
kdelibs_3.4.3-2.diff.gz
  to pool/main/k/kdelibs/kdelibs_3.4.3-2.diff.gz
kdelibs_3.4.3-2.dsc
  to pool/main/k/kdelibs/kdelibs_3.4.3-2.dsc
kdelibs_3.4.3-2_all.deb
  to pool/main/k/kdelibs/kdelibs_3.4.3-2_all.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Qt/KDE Maintainers <email address hidden> (supplier of updated kdelibs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 27 Nov 2005 23:47:21 +0100
Source: kdelibs
Binary: kdelibs4c2a kdelibs-bin kdelibs kdelibs4c2a-dbg kdelibs4-doc kdelibs-data kdelibs4-dev
Architecture: all i386 source
Version: 4:3.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <email address hidden>
Changed-By: Debian Qt/KDE Maintainers <email address hidden>
Description:
 kdelibs - core libraries from the official KDE release
 kdelibs-bin - core binaries for all KDE applications
 kdelibs-data - core shared data for all KDE applications
 kdelibs4-dev - development files for the KDE core libraries
 kdelibs4-doc - developer documentation for the KDE core libraries
 kdelibs4c2a - core libraries for all KDE applications
 kdelibs4c2a-dbg - debugging symbols for kdelibs4c2a
Closes: 326113 329404 337423 338901 339190
Changes:
 kdelibs (4:3.4.3-2) unstable; urgency=low
 .
   * KDE_3_4_BRANCH update (up to r483731).
 .
   +++ Changes by Christopher Martin:
 .
   * In the branch update is included a fix for kopete's compilation issues.
     (Closes: #337423, #338901)
 .
   +++ Changes by Adeodato Simó:
 .
   * libstdc++ allocator transition: rename kdelibs4c2 to kdelibs4c2a. Bumped
     build-dependency version on libarts1-dev and libopenexr-dev.
     (Closes: #339190)
 .
 kdelibs (4:3.4.3-1) experimental; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Christopher Martin:
 .
   * Tweak the rounded text selection patch to avoid it causing icon spacing
     issues in Konqueror. (Closes: #329404)
 .
   * Add a patch to generate a PIC static libkdefakes, libkdefakes_pic.a.
     This...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (4.7 KiB)

Message-Id: <email address hidden>
Date: Sun, 27 Nov 2005 17:46:02 -0800
From: Debian Qt/KDE Maintainers <email address hidden>
To: <email address hidden>
Subject: Bug#337423: fixed in kdelibs 4:3.4.3-2

Source: kdelibs
Source-Version: 4:3.4.3-2

We believe that the bug you reported is fixed in the latest version of
kdelibs, which is due to be installed in the Debian FTP archive:

kdelibs-bin_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs-bin_3.4.3-2_i386.deb
kdelibs-data_3.4.3-2_all.deb
  to pool/main/k/kdelibs/kdelibs-data_3.4.3-2_all.deb
kdelibs4-dev_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs4-dev_3.4.3-2_i386.deb
kdelibs4-doc_3.4.3-2_all.deb
  to pool/main/k/kdelibs/kdelibs4-doc_3.4.3-2_all.deb
kdelibs4c2a-dbg_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs4c2a-dbg_3.4.3-2_i386.deb
kdelibs4c2a_3.4.3-2_i386.deb
  to pool/main/k/kdelibs/kdelibs4c2a_3.4.3-2_i386.deb
kdelibs_3.4.3-2.diff.gz
  to pool/main/k/kdelibs/kdelibs_3.4.3-2.diff.gz
kdelibs_3.4.3-2.dsc
  to pool/main/k/kdelibs/kdelibs_3.4.3-2.dsc
kdelibs_3.4.3-2_all.deb
  to pool/main/k/kdelibs/kdelibs_3.4.3-2_all.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Qt/KDE Maintainers <email address hidden> (supplier of updated kdelibs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 27 Nov 2005 23:47:21 +0100
Source: kdelibs
Binary: kdelibs4c2a kdelibs-bin kdelibs kdelibs4c2a-dbg kdelibs4-doc kdelibs-data kdelibs4-dev
Architecture: all i386 source
Version: 4:3.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <email address hidden>
Changed-By: Debian Qt/KDE Maintainers <email address hidden>
Description:
 kdelibs - core libraries from the official KDE release
 kdelibs-bin - core binaries for all KDE applications
 kdelibs-data - core shared data for all KDE applications
 kdelibs4-dev - development files for the KDE core libraries
 kdelibs4-doc - developer documentation for the KDE core libraries
 kdelibs4c2a - core libraries for all KDE applications
 kdelibs4c2a-dbg - debugging symbols for kdelibs4c2a
Closes: 326113 329404 337423 338901 339190
Changes:
 kdelibs (4:3.4.3-2) unstable; urgency=low
 .
   * KDE_3_4_BRANCH update (up to r483731).
 .
   +++ Changes by Christopher Martin:
 .
   * In the branch update is included a fix for kopete's compilation issues.
     (Closes: #337423, #338901)
 .
   +++ Changes by Adeodato Simó:
 .
   * libstdc++ allocator transition: rename kdelibs4c2 to kdelibs4c2a. Bumped
     build-dependency version on libarts1-dev and libopenexr-dev.
     (Closes: #339190)
 .
 kdelibs (4:3.4.3-1) experimental; urgency=low
 .
   * New upstream release.
 .
   +++ Changes ...

Read more...

Revision history for this message
Frode M. Døving (frode) wrote :

Fixed upstream.

Changed in kdelibs:
assignee: jr → kubuntu-team
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.