Your message dated Fri, 15 Jul 2011 18:19:04 +0200
with message-id <20110715161904.GA12776@pegase>
and subject line closed by version 0.0.20100805-2
has caused the Debian Bug report #633570,
regarding ftbs with ld --as-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.)


-- 
633570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633570
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgmpada
Version: 0.0.20100805-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch

the package libgmpada fails to build with ld --as-needed
when building with ld --as-needed the libraries must be placed after
the objects needing their symbols.

See the log in the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/libgmpada/+bug/770987

Patch:
--- libgmpada-0.0.20100805.orig/Makefile
+++ libgmpada-0.0.20100805/Makefile
@@ -50,8 +50,10 @@ src/gmp-constants.ads: generate_constant
        ./$< > $@
 TO_CLEAN += src/gmp-constants.ads

-generate_constants: CFLAGS += -g -Wall -Wextra
-generate_constants: LDFLAGS += -lgmp
+CFLAGS += -g -Wall -Wextra
+LIBS += -lgmp
+generate_constants: generate_constants.c
+       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
 TO_CLEAN += generate_constants

 clean:


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Package: libgmpada
Version: 0.0.20100805-2

I believe that the version 0.0.20100805-2 in unstable closes this bug. Feel
free to reopen it if necessary.


--- End Message ---

Reply via email to