Your message dated Fri, 17 Feb 2012 18:17:24 +0100
with message-id <[email protected]>
and subject line Re: Bug#604796: Fix FTBFS with ld --no-add-needed
has caused the Debian Bug report #604796,
regarding Fix FTBFS with ld --no-add-needed
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 [email protected]
immediately.)


-- 
604796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604796
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpst
Version: 0.5.3-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
User: [email protected]
Usertags: no-add-needed

Fix FTBFS with ld --no-add-needed. Note that the attached patch is for version 0.6.41.
diff -u libpst-0.6.41/debian/changelog libpst-0.6.41/debian/changelog
--- libpst-0.6.41/debian/changelog
+++ libpst-0.6.41/debian/changelog
@@ -1,3 +1,9 @@
+libpst (0.6.41-0ubuntu5) natty; urgency=low
+
+  * Fix build failure with DSO link changes (Rob Savoye).
+
+ -- Matthias Klose <[email protected]>  Mon, 11 Oct 2010 10:45:35 +0200
+
 libpst (0.6.41-0ubuntu4) lucid; urgency=low
 
   * debian/rules: Set DEB_AUTO_UPDATE_ACLOCAL explicitly, to fix a build
only in patch2:
unchanged:
--- libpst-0.6.41.orig/debian/patches/06-ld-no-add-needed.patch
+++ libpst-0.6.41/debian/patches/06-ld-no-add-needed.patch
@@ -0,0 +1,20 @@
+--- libpst-0.6.41.orig/src/Makefile.am
++++ libpst-0.6.41/src/Makefile.am
+@@ -76,7 +76,7 @@
+ endif
+ 
+ libpst_la_SOURCES     = $(common_source) $(common_header)
+-libpst_la_LIBADD      = $(LTLIBICONV)
++libpst_la_LIBADD      = $(LTLIBICONV) -lpthread
+ 
+ EXTRA_DIST =
+ if !NEED_XGETOPT
+@@ -88,7 +88,7 @@
+ 
+ # the library search path.
+ lspst_LDADD       = $(all_libraries) $(PSTLIB) $(LTLIBICONV)
+-readpst_LDADD     = $(all_libraries) $(PSTLIB) $(LTLIBICONV) $(REGEXLIB)
++readpst_LDADD     = $(all_libraries) $(PSTLIB) $(LTLIBICONV) $(REGEXLIB) 
-lpthread
+ pst2ldif_LDADD    = $(all_libraries) $(PSTLIB) $(LTLIBICONV)
+ pst2dii_LDADD     = $(all_libraries) $(PSTLIB) $(LTLIBICONV) -lgd
+ dumpblocks_LDADD  = $(all_libraries) $(PSTLIB) $(LTLIBICONV)

--- End Message ---
--- Begin Message ---
On Wed, Nov 24, 2010 at 12:39:24 +0100, Matthias Klose wrote:

> Package: libpst
> Version: 0.5.3-1
> Severity: important
> Tags: patch
> User: [email protected]
> Usertags: origin-ubuntu natty ubuntu-patch
> User: [email protected]
> Usertags: no-add-needed
> 
> Fix FTBFS with ld --no-add-needed. Note that the attached patch is
> for version 0.6.41.

I can't reproduce with either binutils-ld or binutils-gold in current
sid, closing.  Provide a build log from the Debian version if this is
still an issue.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to