Your message dated Sun, 10 Jun 2012 09:58:37 +0000
with message-id <[email protected]>
and subject line Bug#656591: Removed package(s) from unstable
has caused the Debian Bug report #627771,
regarding fossology: fails to build 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.)


-- 
627771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627771
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fossology
Version: 1.2.0-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch oneiric

(This was originally filed as
https://bugs.launchpad.net/ubuntu/+source/fossology/+bug/770861.)

fossology fails to build with 'ld --as-needed', because it places
libraries on its link line in the wrong order: libfossdb refers to
symbols in libpq, so -lpq needs to come after -lfossdb.  See
http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries.
Patch follows.

  * Move -lpq after -lfossdb, fixing build failure with 'ld --as-needed'.

--- fossology-1.2.0.orig/devel/libfossdb/Makefile
+++ fossology-1.2.0/devel/libfossdb/Makefile
@@ -15,7 +15,7 @@
        $(AR) cr $@ libfossdb.o
 
 $(EXE): %: %.c $(LIB) $(VARS)
-       $(CC) $< -lpq $(CFLAGS_DB) -I`pg_config --includedir` -o $@
+       $(CC) $< $(CFLAGS_DB) -lpq -I`pg_config --includedir` -o $@
 
 install: install-dev install-lib install-exe
 

Thanks,

-- 
Colin Watson                                       [[email protected]]



--- End Message ---
--- Begin Message ---
Version: 1.2.0-3.1+rm

Dear submitter,

as the package fossology has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/656591

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to