libsigc++-1.9: FTBFS on amd64: "$LD" in configure

Bug #7638 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
libsigc++-2.0 (Debian)
Fix Released
Unknown
libsigc++-2.0 (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #254174 http://bugs.debian.org/254174

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <E1BZUzC-0001xw-Rl@localhost>
Date: Sun, 13 Jun 2004 15:25:22 +0200
From: Andreas Jochens <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: libsigc++-1.9: FTBFS on amd64: "$LD" in configure

Package: libsigc++-1.9
Severity: normal
Tags: patch

The configure script uses "$LD" instead of $LD in its linker tests. This
makes the shell look for the filename "ld -m elf_x86_64" on amd64 which
does not exists because the ' -m elf_86_64' part is not interpreted as
an option but as part of the filename. Therefore 'configure' does not
find the GNU ld and does not set the correct linker options (the option
-nostdlib will be missing).

This "$LD" problem was caused by using an old buggy version of
'libtool.m4' when creating the configure script.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libsigc++-1.9-1.9.15/configure ./configure
--- ../tmp-orig/libsigc++-1.9-1.9.15/configure 2004-02-27 23:19:51.000000000 +0100
+++ ./configure 2004-06-13 15:21:55.592898229 +0200
@@ -3571,7 +3571,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
-case `"$LD" -v 2>&1 </dev/null` in
+case `$LD -v 2>&1 </dev/null` in
 *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes
   ;;
@@ -9691,7 +9691,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
-case `"$LD" -v 2>&1 </dev/null` in
+case `$LD -v 2>&1 </dev/null` in
 *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes
   ;;

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.6-1-k8-smp
Locale: LANG=C, LC_CTYPE=C

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 26 Jun 2004 20:48:32 +0100
From: Martin Michlmayr <email address hidden>
To: <email address hidden>
Subject: 1.9 -> 2.0

reassign 254174 libsigc++-2.0
reassign 244229 libsigc++-2.0-doc

--
Martin Michlmayr
<email address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20040817144103.GA4225@torrent>
Date: Tue, 17 Aug 2004 10:41:03 -0400
From: Daniel Burrows <email address hidden>
To: Goswin von Brederlow <email address hidden>,
 <email address hidden>, <email address hidden>
Subject: Re: Bug#251989: FTBFS i386: configure script to old and --host missing for configure

severity 251989 serious
severity 254174 serious
merge 251989 254174
thanks

  If that's the case, this should be "serious".

   Off to load up the autobuilders with a change that's pointless for
   99.99% of the user base,
  Daniel

--
/-------------------- Daniel Burrows <email address hidden> -------------------\
| He had a terrible memory. He remembered everything. |
\------- (if (not (understand-this)) (go-to http://www.schemers.org)) --------/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 17 Aug 2004 11:47:09 -0400
From: Daniel Burrows <email address hidden>
To: <email address hidden>
Subject: Bug#251989: fixed in libsigc++-2.0 2.0.3-2

Source: libsigc++-2.0
Source-Version: 2.0.3-2

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

libsigc++-2.0-0_2.0.3-2_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-0_2.0.3-2_i386.deb
libsigc++-2.0-dev_2.0.3-2_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-dev_2.0.3-2_i386.deb
libsigc++-2.0-doc_2.0.3-2_all.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-doc_2.0.3-2_all.deb
libsigc++-2.0_2.0.3-2.diff.gz
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-2.diff.gz
libsigc++-2.0_2.0.3-2.dsc
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-2.dsc

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Burrows <email address hidden> (supplier of updated libsigc++-2.0 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 address hidden>)

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

Format: 1.7
Date: Tue, 17 Aug 2004 10:39:46 -0400
Source: libsigc++-2.0
Binary: libsigc++-2.0-0 libsigc++-2.0-doc libsigc++-2.0-dev
Architecture: source all i386
Version: 2.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <email address hidden>
Changed-By: Daniel Burrows <email address hidden>
Description:
 libsigc++-2.0-0 - Type-safe Signal Framework for C++ - runtime
 libsigc++-2.0-dev - Type-safe Signal Framework for C++ - development files
 libsigc++-2.0-doc - Type-safe Signal Framework for C++ - reference documentation
Closes: 244229 251989 254174
Changes:
 libsigc++-2.0 (2.0.3-2) unstable; urgency=low
 .
   * The "Die autobuilders die die die!" release.
 .
   * Regenerate the configure script (Closes: #251989, #254174).
 .
   * Don't compress the doxygen tags file (Closes: #244229).
Files:
 4fe6528297c21f13cc2f92dd6c37533b 653 devel optional libsigc++-2.0_2.0.3-2.dsc
 760fffd1c6f6c4a978a0735a0a7a379d 73258 devel optional libsigc++-2.0_2.0.3-2.diff.gz
 c4642d90fb6d7cee21fb6d6b4bf5852a 15532 libs optional libsigc++-2.0-0_2.0.3-2_i386.deb
 e25b942bff9a89c8bcfea0a5fa78471c 119464 libdevel optional libsigc++-2.0-dev_2.0.3-2_i386.deb
 1bf5daa9db5e34e00664b8a09b309869 1346938 doc optional libsigc++-2.0-doc_2.0.3-2_all.deb

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

iD8DBQFBIiJ/ch6xsM7kSXgRAs1QAKCdibsLR873mdFidoSEM+ZWBvm2LgCghdbI
lttO6YTgKJvG1Y4iFmSsoXY=
=mcHu
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 17 Aug 2004 11:47:09 -0400
From: Daniel Burrows <email address hidden>
To: <email address hidden>
Subject: Bug#254174: fixed in libsigc++-2.0 2.0.3-2

Source: libsigc++-2.0
Source-Version: 2.0.3-2

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

libsigc++-2.0-0_2.0.3-2_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-0_2.0.3-2_i386.deb
libsigc++-2.0-dev_2.0.3-2_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-dev_2.0.3-2_i386.deb
libsigc++-2.0-doc_2.0.3-2_all.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-doc_2.0.3-2_all.deb
libsigc++-2.0_2.0.3-2.diff.gz
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-2.diff.gz
libsigc++-2.0_2.0.3-2.dsc
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-2.dsc

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Burrows <email address hidden> (supplier of updated libsigc++-2.0 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 address hidden>)

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

Format: 1.7
Date: Tue, 17 Aug 2004 10:39:46 -0400
Source: libsigc++-2.0
Binary: libsigc++-2.0-0 libsigc++-2.0-doc libsigc++-2.0-dev
Architecture: source all i386
Version: 2.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <email address hidden>
Changed-By: Daniel Burrows <email address hidden>
Description:
 libsigc++-2.0-0 - Type-safe Signal Framework for C++ - runtime
 libsigc++-2.0-dev - Type-safe Signal Framework for C++ - development files
 libsigc++-2.0-doc - Type-safe Signal Framework for C++ - reference documentation
Closes: 244229 251989 254174
Changes:
 libsigc++-2.0 (2.0.3-2) unstable; urgency=low
 .
   * The "Die autobuilders die die die!" release.
 .
   * Regenerate the configure script (Closes: #251989, #254174).
 .
   * Don't compress the doxygen tags file (Closes: #244229).
Files:
 4fe6528297c21f13cc2f92dd6c37533b 653 devel optional libsigc++-2.0_2.0.3-2.dsc
 760fffd1c6f6c4a978a0735a0a7a379d 73258 devel optional libsigc++-2.0_2.0.3-2.diff.gz
 c4642d90fb6d7cee21fb6d6b4bf5852a 15532 libs optional libsigc++-2.0-0_2.0.3-2_i386.deb
 e25b942bff9a89c8bcfea0a5fa78471c 119464 libdevel optional libsigc++-2.0-dev_2.0.3-2_i386.deb
 1bf5daa9db5e34e00664b8a09b309869 1346938 doc optional libsigc++-2.0-doc_2.0.3-2_all.deb

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

iD8DBQFBIiJ/ch6xsM7kSXgRAs1QAKCdibsLR873mdFidoSEM+ZWBvm2LgCghdbI
lttO6YTgKJvG1Y4iFmSsoXY=
=mcHu
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20040827160729.GA6357@torrent>
Date: Fri, 27 Aug 2004 12:07:29 -0400
From: Daniel Burrows <email address hidden>
To: <email address hidden>
Subject: oops

reopen 251989
severity 268047 serious
merge 268047 251989
thanks

  Shoulda done this earlier.

--
/-------------------- Daniel Burrows <email address hidden> -------------------\
| If we do not change our direction |
| we are likely to end up where we are headed. |
\---- Be like the kid in the movie! Play chess! -- http://www.uschess.org ---/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Marking as duplicate based on debbugs merge (251989,254174)

This bug has been marked as a duplicate of bug 7637.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 27 Aug 2004 13:32:05 -0400
From: Daniel Burrows <email address hidden>
To: <email address hidden>
Subject: Bug#251989: fixed in libsigc++-2.0 2.0.3-5

Source: libsigc++-2.0
Source-Version: 2.0.3-5

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

libsigc++-2.0-0_2.0.3-5_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-0_2.0.3-5_i386.deb
libsigc++-2.0-dev_2.0.3-5_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-dev_2.0.3-5_i386.deb
libsigc++-2.0-doc_2.0.3-5_all.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-doc_2.0.3-5_all.deb
libsigc++-2.0_2.0.3-5.diff.gz
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-5.diff.gz
libsigc++-2.0_2.0.3-5.dsc
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-5.dsc

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Burrows <email address hidden> (supplier of updated libsigc++-2.0 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 address hidden>)

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

Format: 1.7
Date: Fri, 27 Aug 2004 12:59:56 -0400
Source: libsigc++-2.0
Binary: libsigc++-2.0-0 libsigc++-2.0-doc libsigc++-2.0-dev
Architecture: source all i386
Version: 2.0.3-5
Distribution: unstable
Urgency: high
Maintainer: Daniel Burrows <email address hidden>
Changed-By: Daniel Burrows <email address hidden>
Description:
 libsigc++-2.0-0 - Type-safe Signal Framework for C++ - runtime
 libsigc++-2.0-dev - Type-safe Signal Framework for C++ - development files
 libsigc++-2.0-doc - Type-safe Signal Framework for C++ - reference documentation
Closes: 251989 254174 268047
Changes:
 libsigc++-2.0 (2.0.3-5) unstable; urgency=high
 .
   * The "actually tested this time" upload.
 .
   * Try to rebuild the autotools/libtool stuff...again. The shared object
     file is actually shipped this time; I may have used the wrong automake
     version for -3. (Closes: #251989, #254174, #268047)
Files:
 cc19f9c27ab5e7296938caf7b577e54b 653 devel optional libsigc++-2.0_2.0.3-5.dsc
 b5b8bc8d551cff1c23b1e5774515f41d 79770 devel optional libsigc++-2.0_2.0.3-5.diff.gz
 67df018c28f550b79dc7030d627274ba 24470 libs optional libsigc++-2.0-0_2.0.3-5_i386.deb
 c7f514a5f45740aabdd3d1a12537c748 120550 libdevel optional libsigc++-2.0-dev_2.0.3-5_i386.deb
 4bf1eee2dea2e6da7be231c50ef92a76 1343990 doc optional libsigc++-2.0-doc_2.0.3-5_all.deb

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

iD8DBQFBL2uOch6xsM7kSXgRAm0GAKCAJEdSNNbY59azAjN3Wen8jXJycwCfeuEu
JrcU2/HGRQv9anDbBjZn8tg=
=8eo/
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 27 Aug 2004 13:32:05 -0400
From: Daniel Burrows <email address hidden>
To: <email address hidden>
Subject: Bug#254174: fixed in libsigc++-2.0 2.0.3-5

Source: libsigc++-2.0
Source-Version: 2.0.3-5

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

libsigc++-2.0-0_2.0.3-5_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-0_2.0.3-5_i386.deb
libsigc++-2.0-dev_2.0.3-5_i386.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-dev_2.0.3-5_i386.deb
libsigc++-2.0-doc_2.0.3-5_all.deb
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0-doc_2.0.3-5_all.deb
libsigc++-2.0_2.0.3-5.diff.gz
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-5.diff.gz
libsigc++-2.0_2.0.3-5.dsc
  to pool/main/libs/libsigc++-2.0/libsigc++-2.0_2.0.3-5.dsc

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Burrows <email address hidden> (supplier of updated libsigc++-2.0 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 address hidden>)

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

Format: 1.7
Date: Fri, 27 Aug 2004 12:59:56 -0400
Source: libsigc++-2.0
Binary: libsigc++-2.0-0 libsigc++-2.0-doc libsigc++-2.0-dev
Architecture: source all i386
Version: 2.0.3-5
Distribution: unstable
Urgency: high
Maintainer: Daniel Burrows <email address hidden>
Changed-By: Daniel Burrows <email address hidden>
Description:
 libsigc++-2.0-0 - Type-safe Signal Framework for C++ - runtime
 libsigc++-2.0-dev - Type-safe Signal Framework for C++ - development files
 libsigc++-2.0-doc - Type-safe Signal Framework for C++ - reference documentation
Closes: 251989 254174 268047
Changes:
 libsigc++-2.0 (2.0.3-5) unstable; urgency=high
 .
   * The "actually tested this time" upload.
 .
   * Try to rebuild the autotools/libtool stuff...again. The shared object
     file is actually shipped this time; I may have used the wrong automake
     version for -3. (Closes: #251989, #254174, #268047)
Files:
 cc19f9c27ab5e7296938caf7b577e54b 653 devel optional libsigc++-2.0_2.0.3-5.dsc
 b5b8bc8d551cff1c23b1e5774515f41d 79770 devel optional libsigc++-2.0_2.0.3-5.diff.gz
 67df018c28f550b79dc7030d627274ba 24470 libs optional libsigc++-2.0-0_2.0.3-5_i386.deb
 c7f514a5f45740aabdd3d1a12537c748 120550 libdevel optional libsigc++-2.0-dev_2.0.3-5_i386.deb
 4bf1eee2dea2e6da7be231c50ef92a76 1343990 doc optional libsigc++-2.0-doc_2.0.3-5_all.deb

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

iD8DBQFBL2uOch6xsM7kSXgRAm0GAKCAJEdSNNbY59azAjN3Wen8jXJycwCfeuEu
JrcU2/HGRQv9anDbBjZn8tg=
=8eo/
-----END PGP SIGNATURE-----

Changed in libsigc++-2.0:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.