Your message dated Tue, 27 Sep 2011 01:11:02 +0200
with message-id <20110926231102.ga7...@jwilk.net>
and subject line Re: Bug#554758: FTBFS with binutils-gold [gupnp-tools]
has caused the Debian Bug report #554758,
regarding FTBFS with binutils-gold
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 ow...@bugs.debian.org
immediately.)


-- 
554758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554758
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gupnp-tools
Version: 0.8-1
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

/bin/bash ../../libtool --tag=CC   --mode=link cc -I/usr/include/gupnp-1.0 
-I/usr/include/gssdp-1.0 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I../.. 
-DDATA_DIR='"/usr/share/gupnp-tools"' -I../../src/common -g -O2 -g -Wall -O2 
-Wall -export-dynamic -Wl,--as-needed -o gupnp-network-light main.o gui.o 
upnp.o -lgupnp-1.0 -lgssdp-1.0 -lxml2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 
-lgmodule-2.0 -lglib-2.0   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype 
-lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2
 .0   -pthread -lgthread-2.0 -lrt -lglib-2.0   ../common/libicons.a 
libtool: link: cc -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 
-I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I../.. -DDATA_DIR=\"/usr/share/gupnp-tools\" 
-I../../src/common -g -O2 -g -Wall -O2 -Wall -Wl,--as-needed -o 
gupnp-network-light main.o gui.o upnp.o -pthread -Wl,--export-dynamic  
-lgupnp-1.0 -lgssdp-1.0 /usr/lib/libxml2.so -lsoup-2.4 
/usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so 
/usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm 
/usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so 
/usr/lib/libpango-1.0.so /usr
 /lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so 
/usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt 
/usr/lib/libglib-2.0.so ../common/libicons.a -pthread
/usr/bin/ld: upnp.o: in function init_upnp:upnp.c:321: error: undefined 
reference to 'uuid_generate'
/usr/bin/ld: upnp.o: in function init_upnp:upnp.c:322: error: undefined 
reference to 'uuid_unparse'
collect2: ld returned 1 exit status
make[4]: *** [gupnp-network-light] Error 1



--- End Message ---
--- Begin Message ---
Version: 0.8.1-1

* Andreas Henriksson <andr...@fatal.se>, 2010-09-20, 11:41:
You reported that gupnp-tools failed to build with binutils-gold, because of non-explicit linking to uuid in:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554758


I've recently uploaded a new upstream release to experimental. Looking at the build log, it seems to me like there's now an explicit -luuid which if I understood the problem correctly should solve the problem, see:

https://buildd.debian.org/fetch.cgi?pkg=gupnp-tools&arch=i386&ver=0.8.1-1&stamp=1284655519&file=log&as=raw


Could you please verify if 0.8.1-1 solves the problem?

I'm not Peter, but I can confirm that this version can be now built successfully with binutils-gold.

--
Jakub Wilk


--- End Message ---

Reply via email to