Your message dated Sun, 06 Mar 2011 00:22:41 +0000
with message-id <[email protected]>
and subject line Bug#508496: Removed package(s) from unstable
has caused the Debian Bug report #554542,
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 [email protected]
immediately.)
--
554542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: geant321
Version: 1:3.21.14.dfsg-8
Severity: minor
User: [email protected]
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.
You must provide all dependencies for .a files as they are a bundle of object
files and no symbols are already resolved. See for example:
pkg-config --libs x11
vs.
pkg-config --static --libs x11
More informations can be found at
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking
Linking with cern libraries
-L/home/peter/rebuild/build/geant321/geant321-3.21.14.dfsg/lib -Wl,-static
-lgeant321 -lpawlib-lesstif -lpawlib -lmathlib -lgraflib -lpacklib-lesstif
-lgrafX11 -lpacklib -lkernlib -Wl,-dy -lXbae -lXm -lXaw -llapack -lm -lXt -lX11
-lnsl -lcrypt -ldl -lgfortran
gfortran -g -o exam1 -O3 -fno-range-check -fno-automatic -fno-second-underscore
-L/home/peter/rebuild/build/geant321/geant321-3.21.14.dfsg/src/lib
gukine.o guout.o gustep.o gutrev.o main.o ufiles.o ugeom.o uginit.o uglast.o
uhinit.o `cernlib graflib packlib geant321` \
|| rm -f exam1
/usr/bin/ld: error: cannot find -lXaw
/usr/bin/ld: error: cannot find -lgcc_s
/usr/bin/ld: error: cannot find -lgcc_s
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(ClDisplay.o): in
function XCloseDisplay:(.text+0xd5): error: undefined reference to
'xcb_disconnect'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(CrGlCur.o): in
function open_library:(.text+0x2a): warning: Using 'dlopen' in statically
linked applications requires at runtime the shared libraries from the glibc
version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(OpenDis.o): in
function OutOfMemory:(.text+0x444): error: undefined reference to
'xcb_disconnect'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(OpenDis.o): in
function XOpenDisplay:(.text+0x86d): error: undefined reference to
'xcb_get_setup'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(OpenDis.o): in
function XOpenDisplay:(.text+0xe46): error: undefined reference to
'xcb_get_maximum_request_length'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0xb2): error: undefined reference to
'xcb_parse_display'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0x16f): error: undefined reference to
'xcb_connect_to_display_with_auth_info'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0x18f): error: undefined reference to
'xcb_get_file_descriptor'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0x1ba): error: undefined reference to
'xcb_generate_id'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0x1f0): error: undefined reference to
'pthread_cond_init'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0x1f8): error: undefined reference to
'xcb_connection_has_error'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_disp.o): in
function _XConnectXCB:(.text+0x216): error: undefined reference to 'xcb_connect'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function require_socket:(.text+0x361): error: undefined reference to
'xcb_take_socket'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function wait_or_poll_for_event:(.text+0x434): error: undefined reference to
'xcb_wait_for_event'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function process_responses:(.text+0x5ac): error: undefined reference to
'xcb_poll_for_reply'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function process_responses:(.text+0x6ab): error: undefined reference to
'xcb_connection_has_error'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function _XAllocIDs:(.text+0x867): error: undefined reference to
'xcb_generate_id'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function _XIDHandler:(.text+0x8f4): error: undefined reference to
'xcb_generate_id'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function _XSend:(.text+0xb33): error: undefined reference to 'xcb_writev'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function _XReply:(.text+0xd10): error: undefined reference to
'xcb_wait_for_reply'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xcb_io.o): in
function wait_or_poll_for_event:(.text+0x4bb): error: undefined reference to
'xcb_poll_for_event'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketOpen:(.text+0x42d): warning: Using 'getaddrinfo' in
statically linked applications requires at runtime the shared libraries from
the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketUNIXConnect:(.text+0x96b): warning: Using
'getaddrinfo' in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketUNIXConnect:(.text+0x9c1): warning: Using
'getaddrinfo' in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketUNIXConnect:(.text+0xc52): warning: Using
'gethostbyname' in statically linked applications requires at runtime the
shared libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketUNIXConnect:(.text+0xcb8): warning: Using
'gethostbyname' in statically linked applications requires at runtime the
shared libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketUNIXConnect:(.text+0xda5): warning: Using
'getaddrinfo' in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketINETConnect:(.text+0xfe9): warning: Using
'gethostbyname' in statically linked applications requires at runtime the
shared libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketINETConnect:(.text+0x14b3): warning: Using
'getservbyname' in statically linked applications requires at runtime the
shared libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libX11.a(xim_trans.o): in
function _XimXTransSocketINETConnect:(.text+0x160d): warning: Using
'getaddrinfo' in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(iofclose.o): in
function _IO_new_fclose:(.text+0x202): error: undefined reference to
'_Unwind_Resume'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(iofclose.o):(.eh_frame+0x229bb):
error: undefined reference to '__gcc_personality_v0'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(iofflush.o): in
function _IO_fflush:(.text+0xf3): error: undefined reference to '_Unwind_Resume'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(iofgets.o): in
function _IO_fgets:(.text+0x186): error: undefined reference to '_Unwind_Resume'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(iofputs.o): in
function _IO_fputs:(.text+0x157): error: undefined reference to '_Unwind_Resume'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(ioseekoff.o):(.eh_frame+0x22d22):
error: undefined reference to '__gcc_personality_v0'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(backtrace.o): in
function __backtrace:(.text+0x24): error: undefined reference to
'_Unwind_Backtrace'
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/libc.a(backtrace.o): in
function backtrace_helper:(.text+0x8b): error: undefined reference to
'_Unwind_GetIP'
collect2: ld returned 1 exit status
Error: exam1 not executable
--- End Message ---
--- Begin Message ---
Version: 1:3.21.14.dfsg-8+rm
Dear submitter,
as the package geant321 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/508496
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 ---