Your message dated Tue, 03 Apr 2007 13:32:17 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417568: fixed in libart-lgpl 2.3.19-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libart-2.0-dev
Version: 2.3.19-1

Hi,
while trying to rebuild kdelibs it failed beacuse it could not
find the functions art_alloc, art_free etc when linking
(though libart_lgpl.la was correctly specified for "libtool --link ...").
Turns out that these functions where taken as C++ functions
(i.e. with mangled names). art_misc.h is to blame -
functions were not marked as 'extern "C"', suggested patch below.

Cheers, Roderich

--- libart-lgpl-2.3.19-ORIG/art_misc.h  2007-04-03 13:04:00.000000000 +0200
+++ libart-lgpl-2.3.19/art_misc.h       2007-04-03 13:04:40.000000000 +0200
@@ -34,10 +34,6 @@
#include <libart_lgpl/art_config.h>
#endif

-void *art_alloc(size_t size);
-void art_free(void *ptr);
-void *art_realloc(void *ptr, size_t size);
-
/* These aren't, strictly speaking, configuration macros, but they're
   damn handy to have around, and may be worth playing with for
   debugging. */
@@ -78,6 +74,10 @@
extern "C" {
#endif

+void *art_alloc(size_t size);
+void art_free(void *ptr);
+void *art_realloc(void *ptr, size_t size);
+
void ART_GNUC_NORETURN
art_die (const char *fmt, ...) ART_GNUC_PRINTF (1, 2);


--- End Message ---
--- Begin Message ---
Source: libart-lgpl
Source-Version: 2.3.19-2

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

libart-2.0-2_2.3.19-2_i386.deb
  to pool/main/liba/libart-lgpl/libart-2.0-2_2.3.19-2_i386.deb
libart-2.0-dev_2.3.19-2_i386.deb
  to pool/main/liba/libart-lgpl/libart-2.0-dev_2.3.19-2_i386.deb
libart-lgpl_2.3.19-2.diff.gz
  to pool/main/liba/libart-lgpl/libart-lgpl_2.3.19-2.diff.gz
libart-lgpl_2.3.19-2.dsc
  to pool/main/liba/libart-lgpl/libart-lgpl_2.3.19-2.dsc



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 PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated libart-lgpl 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 PROTECTED])


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

Format: 1.7
Date: Tue, 03 Apr 2007 15:23:09 +0200
Source: libart-lgpl
Binary: libart-2.0-2 libart-2.0-dev
Architecture: source i386
Version: 2.3.19-2
Distribution: experimental
Urgency: high
Maintainer: Ondřej Surý <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description: 
 libart-2.0-2 - Library of functions for 2D graphics - runtime files
 libart-2.0-dev - Library of functions for 2D graphics - development files
Closes: 417568
Changes: 
 libart-lgpl (2.3.19-2) experimental; urgency=high
 .
   * Use clean-la.mk and require gnome-pkg-tools 0.7.
   * New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++
     applications; GNOME #413197; SVN r278; closes: #417568.
   * Rename patch 070_relibtoolize to 70_relibtoolize.
Files: 
 3b8a05cbc915632bc91b345f3c829c41 777 devel optional libart-lgpl_2.3.19-2.dsc
 976d97ba2e9672e025791634d127f8cc 14968 devel optional 
libart-lgpl_2.3.19-2.diff.gz
 644b66abc95fcfbd6a55721f1d8535d1 64426 libs optional 
libart-2.0-2_2.3.19-2_i386.deb
 b5f6494c23c2bc34caad0b5ff23830dd 81530 libdevel optional 
libart-2.0-dev_2.3.19-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGElXS4VUX8isJIMARAtWKAKCnR9jAykYf7LbaMurtnCeUdyi7vACgg0xL
Cz9VZpWrjudKrEl2yAmt7bM=
=gFLW
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to