Your message dated Wed, 15 Oct 2008 02:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#500325: fixed in xorp 1.5-5
has caused the Debian Bug report #500325,
regarding xorp: FTBFS: Not using -fPIC to generate shared lib.
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.)


-- 
500325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500325
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xorp
Version: 1.5-4
Severity: serious

Hi,

Your package is failing to build with the following error:
checking whether to build shared libraries... no
checking whether to build static libraries... yes
[...]
checking whether to build shared libraries... yes
checking whether to build static libraries... no
[...]
x86_64-linux-gnu-g++ -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/crtbeginS.o  .libs/xorpevents.o 
-Wl,--whole-archive ../libxipc/.libs/libxipc.a ../libcomm/.libs/libcomm.a
../libxorp/.libs/libxorp.a -Wl,--no-whole-archive  -lpcap -lrt -lcrypto 
-L/usr/lib /usr/lib/libnetsnmpmibs.so -L/usr/local/lib 
-L/usr/lib/perl/5.10/CORE /usr/lib/libnetsnmpagent.so 
/usr/lib/libnetsnmphelpers.so /usr/lib/libnetsnmp.so 
-L/usr/lib/gcc/x86_64-linux-gnu/4.3.2 
-L/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib -L/lib/../lib 
-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../..  -lstdc++ -lm 
-lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.2/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib/crtn.o  -Wl,-z -Wl,defs 
-Wl,-E -Wl,-soname -Wl,libnetsnmpxorp.so -o .libs/libnetsnmpxorp.so
/usr/bin/ld: ../libxipc/.libs/libxipc.a(hmac_md5.o): relocation R_X86_64_32S 
against `a local symbol' can not be used when making a shared object; recompile 
with -fPIC
../libxipc/.libs/libxipc.a(hmac_md5.o): could not read symbols: Bad value
collect2: ld returned 1 exit status

It seems you have a mix of things you want to build shared and static,
but that doesn't work.  If you want to make a shared library, all
objects that end up in it need to be build for a shared library.
libtool will add the -fPIC when building a shared library.


Kurt




--- End Message ---
--- Begin Message ---
Source: xorp
Source-Version: 1.5-5

We believe that the bug you reported is fixed in the latest version of
xorp, which is due to be installed in the Debian FTP archive:

xorp-doc_1.5-5_all.deb
  to pool/main/x/xorp/xorp-doc_1.5-5_all.deb
xorp_1.5-5.diff.gz
  to pool/main/x/xorp/xorp_1.5-5.diff.gz
xorp_1.5-5.dsc
  to pool/main/x/xorp/xorp_1.5-5.dsc
xorp_1.5-5_i386.deb
  to pool/main/x/xorp/xorp_1.5-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jose Calhariz <[EMAIL PROTECTED]> (supplier of updated xorp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 11 Oct 2008 12:49:03 +0100
Source: xorp
Binary: xorp xorp-doc
Architecture: source all i386
Version: 1.5-5
Distribution: unstable
Urgency: low
Maintainer: Jose Calhariz <[EMAIL PROTECTED]>
Changed-By: Jose Calhariz <[EMAIL PROTECTED]>
Description: 
 xorp       - eXtensible Open Router Platform
 xorp-doc   - eXtensible Open Router Platform documentation
Closes: 500325 502032
Changes: 
 xorp (1.5-5) unstable; urgency=low
 .
   * add --with-pic to the ./configure command, so the shared libs are made
     with -fPIC code (Closes: #500325)
   * Use patch provided by Julien Cristau: Don't cast uint8t* to struct ifreq*.
     in ea/data_plane/io/io_link_pcap.cc (Closes: #502032)
   [ Javier Fernandez-Sanguino ]
   * Remove the sgml manpages (for xorpsh and xorp_rtrmgr) from the debian/
     subdir as they are now provided upstream. Adjust debian/xorp.manpages to
     install the upstream manpages and comment out the lines that generated the
     manpages in debian/rules
   * Update upstream's xorp_rtrmgr manpage with the new options (l,P and L)
   * Prevent Xorp from running properly if RUN is set to 'no'. An 'exit 0' call
     was missing in the init.d script.
   * Fix call to LSB functions in the init.d script
   * Create a new init.d file (debian/xorp.init.d.start_stop) using 
start-stop-daemon
     since xorp_rtrmgr now supports logging to file and start in background, use
     these new facilities and use 'start-stop-daemon' (instead of 'daemon') in
     our init.d script. This should help fix #498615 but, unfortunately, xorp
     still logs (even with -l) output to stdin (Upstream bug #795). So still
     deliver the init.d script that uses 'daemon'
Checksums-Sha1: 
 6c1e10d6e6645cf19f83e020f20dda610ee0c209 1470 xorp_1.5-5.dsc
 04a98b1ca95375bc00929f4308855f11382f53e5 198714 xorp_1.5-5.diff.gz
 ad617b3cd602a6cb57cc2c45cb1d75dbc1458533 2219676 xorp-doc_1.5-5_all.deb
 3694a70fc2ad52b744e09edc68525fb88bc96c30 19440866 xorp_1.5-5_i386.deb
Checksums-Sha256: 
 c1b1807265ca75af492e40697997919c95643699269e0d2e1fcf97d5fb5fff32 1470 
xorp_1.5-5.dsc
 c754c7eb9cedc914e982c0212834c4853a475383dd29061fa5ad1b16aa70ef27 198714 
xorp_1.5-5.diff.gz
 0080839f5cef3dc3013321a9cfe0528a4a6ef417ba98b474e980674cb5852c71 2219676 
xorp-doc_1.5-5_all.deb
 5e81a600fd1ba5b0eaeee690815dfb9f38b28bc865fddccf10e70cd7d752f3df 19440866 
xorp_1.5-5_i386.deb
Files: 
 f4a8f38712bc4d643b1771e301e6ae49 1470 net extra xorp_1.5-5.dsc
 c2c0403e3317f6ccc89019a8fbab2984 198714 net extra xorp_1.5-5.diff.gz
 f471ab9fcba7153909d0094482199dfe 2219676 doc extra xorp-doc_1.5-5_all.deb
 8ee156d2bbbcaf782d139bf1bee639c7 19440866 net extra xorp_1.5-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFI9VLnsandgtyBSwkRAnFVAJ9zSNy7x8ebW3MfET5BbI1NnMpaBACdGxUl
taP27KY8FCSKH4mPAf/8fnA=
=zdj1
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to