Your message dated Thu, 1 Mar 2012 15:46:29 +0100
with message-id <2012-03-01t15-44...@devnull.michael-prokop.at>
and subject line Re: Bug#554761: FTBFS with binutils-gold
has caused the Debian Bug report #554761,
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.)


-- 
554761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: guymager
Version: 0.4.2-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

g++ -Wl,-O1 -ggdb -rdynamic -o guymager compileinfo.o sha256.o aaff.o config.o 
device.o dlgabort.o dlgacquire.o dlgdirsel.o dlgmessage.o dlgwait.o error.o 
fifo.o file.o hash.o info.o infofield.o itemdelegate.o main.o mainwindow.o 
md5.o memwatch.o qtutil.o table.o threadcompress.o threadhash.o threadread.o 
threadscan.o threadwrite.o util.o moc_devicelistmodel.o moc_dlgabort.o 
moc_dlgacquire.o moc_dlgacquire_private.o moc_dlgdirsel.o 
moc_dlgdirsel_private.o moc_dlgmessage.o moc_dlgwait.o moc_infofield.o 
moc_itemdelegate.o moc_mainwindow.o moc_table.o moc_threadcompress.o 
moc_threadhash.o moc_threadread.o moc_threadscan.o moc_threadwrite.o    
-L/usr/lib -lguytoollog -lguytoolerror -lguytoolcfg -lguytoolsignal 
-lguytoolsysinfo -lproc -lewf -lQtDBus -lQtGui -lQtCore -lpthread
/usr/bin/ld: aaff.o: in function AaffPreprocess(t_AaffPreprocess**, unsigned 
char*, unsigned int, unsigned char*, unsigned int):aaff.cpp:281: error: 
undefined reference to 'compress2'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:107: 
error: undefined reference to 'dlopen'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:127: 
error: undefined reference to 'dlerror'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:127: 
error: undefined reference to 'dlsym'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:127: 
error: undefined reference to 'dlerror'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:110: 
error: undefined reference to 'dlerror'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:128: 
error: undefined reference to 'dlerror'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:128: 
error: undefined reference to 'dlsym'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:129: 
error: undefined reference to 'dlsym'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:107: 
error: undefined reference to 'dlopen'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:127: 
error: undefined reference to 'dlsym'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::~t_ThreadScanWorkerParted():threadscan.cpp:140: 
error: undefined reference to 'dlclose'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::~t_ThreadScanWorkerParted():threadscan.cpp:140: 
error: undefined reference to 'dlclose'
/usr/bin/ld: threadscan.o: in function 
t_ThreadScanWorkerParted::~t_ThreadScanWorkerParted():threadscan.cpp:140: 
error: undefined reference to 'dlclose'
/usr/bin/ld: threadwrite.o: in function 
ThreadWriteCheckData(t_FifoBlock*):threadwrite.cpp:503: error: undefined 
reference to 'adler32'
/usr/bin/ld: threadwrite.o: in function 
ThreadWriteCheckData(t_FifoBlock*):threadwrite.cpp:485: error: undefined 
reference to 'uncompress'
collect2: ld returned 1 exit status
make[1]: *** [guymager] Error 1



--- End Message ---
--- Begin Message ---
* Peter Fritzsche [Fre Nov 06, 2009 at 11:29:50 +0100]:

> 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

> g++ -Wl,-O1 -ggdb -rdynamic -o guymager compileinfo.o sha256.o aaff.o 
> config.o device.o dlgabort.o dlgacquire.o dlgdirsel.o dlgmessage.o dlgwait.o 
> error.o fifo.o file.o hash.o info.o infofield.o itemdelegate.o main.o 
> mainwindow.o md5.o memwatch.o qtutil.o table.o threadcompress.o threadhash.o 
> threadread.o threadscan.o threadwrite.o util.o moc_devicelistmodel.o 
> moc_dlgabort.o moc_dlgacquire.o moc_dlgacquire_private.o moc_dlgdirsel.o 
> moc_dlgdirsel_private.o moc_dlgmessage.o moc_dlgwait.o moc_infofield.o 
> moc_itemdelegate.o moc_mainwindow.o moc_table.o moc_threadcompress.o 
> moc_threadhash.o moc_threadread.o moc_threadscan.o moc_threadwrite.o    
> -L/usr/lib -lguytoollog -lguytoolerror -lguytoolcfg -lguytoolsignal 
> -lguytoolsysinfo -lproc -lewf -lQtDBus -lQtGui -lQtCore -lpthread
> /usr/bin/ld: aaff.o: in function AaffPreprocess(t_AaffPreprocess**, unsigned 
> char*, unsigned int, unsigned char*, unsigned int):aaff.cpp:281: error: 
> undefined reference to 'compress2'
> /usr/bin/ld: threadscan.o: in function 
> t_ThreadScanWorkerParted::t_ThreadScanWorkerParted(long&):threadscan.cpp:107: 
> error: undefined reference to 'dlopen'
[...]

I just uploaded guymager 0.6.5-1 and tested the build process with a
cowbuilder environment using binutils-gold and could not reproduce
this issue, so I'm closing this bugreport.

regards,
-mika-

Attachment: signature.asc
Description: Digital signature


--- End Message ---
_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Reply via email to