Debian Bug report logs -
#625086
purelibc: FTBFS: gcc: error: unrecognized option '-nostartfile'
Reported by: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Date: Mon, 2 May 2011 12:56:45 UTC
Severity: serious
Tags: sid, wheezy
Found in version purelibc/0.4+r646-1
Fixed in version purelibc/0.4+r960-1
Done: Ludovico Gardenghi <garden@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>:
Bug#625086; Package src:purelibc.
(Mon, 02 May 2011 12:56:47 GMT) (full text, mbox, link).
Acknowledgement sent
to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
New Bug report received and forwarded. Copy sent to Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>.
(Mon, 02 May 2011 12:56:48 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: purelibc
Version: 0.4+r646-1
Severity: serious
Tags: wheezy sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /bin/bash ./libtool --tag=CC --mode=link gcc -g -ggdb -D_GNU_SOURCE -g -Wall -O0 -export-dynamic -module -version-info 1:0:0 -Xcompiler -nostartfile -o libpurelibc.la -rpath /usr/lib libpurelibc_la-dir.lo libpurelibc_la-exec.lo libpurelibc_la-socketcalls.lo libpurelibc_la-stdio.lo libpurelibc_la-syscalls.lo -ldl
> libtool: link: gcc -shared .libs/libpurelibc_la-dir.o .libs/libpurelibc_la-exec.o .libs/libpurelibc_la-socketcalls.o .libs/libpurelibc_la-stdio.o .libs/libpurelibc_la-syscalls.o -ldl -nostartfile -Wl,-soname -Wl,libpurelibc.so.1 -o .libs/libpurelibc.so.1.0.0
> gcc: error: unrecognized option '-nostartfile'
> make[2]: *** [libpurelibc.la] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/purelibc_0.4+r646-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lucas@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr GPG: 1024D/023B3F4F |
Added tag(s) pending.
Request was from Ludovico Gardenghi <garden@debian.org>
to control@bugs.debian.org.
(Mon, 02 May 2011 15:27:13 GMT) (full text, mbox, link).
Reply sent
to Ludovico Gardenghi <garden@debian.org>:
You have taken responsibility.
(Mon, 02 May 2011 16:21:12 GMT) (full text, mbox, link).
Notification sent
to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
Bug acknowledged by developer.
(Mon, 02 May 2011 16:21:13 GMT) (full text, mbox, link).
Message #12 received at 625086-close@bugs.debian.org (full text, mbox, reply):
Source: purelibc
Source-Version: 0.4+r960-1
We believe that the bug you reported is fixed in the latest version of
purelibc, which is due to be installed in the Debian FTP archive:
libpurelibc-dev_0.4+r960-1_i386.deb
to main/p/purelibc/libpurelibc-dev_0.4+r960-1_i386.deb
libpurelibc1_0.4+r960-1_i386.deb
to main/p/purelibc/libpurelibc1_0.4+r960-1_i386.deb
purelibc_0.4+r960-1.diff.gz
to main/p/purelibc/purelibc_0.4+r960-1.diff.gz
purelibc_0.4+r960-1.dsc
to main/p/purelibc/purelibc_0.4+r960-1.dsc
purelibc_0.4+r960.orig.tar.gz
to main/p/purelibc/purelibc_0.4+r960.orig.tar.gz
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 625086@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ludovico Gardenghi <garden@debian.org> (supplier of updated purelibc 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 02 May 2011 17:33:44 +0200
Source: purelibc
Binary: libpurelibc-dev libpurelibc1
Architecture: source i386
Version: 0.4+r960-1
Distribution: unstable
Urgency: low
Maintainer: Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>
Changed-By: Ludovico Gardenghi <garden@debian.org>
Description:
libpurelibc-dev - Development files for the purelibc library
libpurelibc1 - libc+syscalls to libc-only wrapper for libc functions
Closes: 625086
Changes:
purelibc (0.4+r960-1) unstable; urgency=low
.
* Snapshot from upstream SVN:
+ Fix: -nostartfile -> -nostartfiles option (FTBFS). (Closes: #625086)
+ Fix: wrong index on socketcalls.
+ Fixes (thanks to Alexander Block): wrong __NR constants, wrong
detection of Open # of args.
+ Fix: evecl, exevle, execlp args count was wrong.
+ fcntl -> fcntl64 conversion.
+ preadv/pwritev emulation. accept4.
+ raise added (glibc implements a useless cache for getpid! purelibc
solves also this problem)
+ Fix: negative hash values caused purelibc to write randomly in the
memory. This was the cause of random segfaults.
Checksums-Sha1:
241304e94154211de3b8423a1dfdfb5fb02e4185 1633 purelibc_0.4+r960-1.dsc
1ebbedfe207ea6d7f13c7821c6682ad12f2cce6a 311100 purelibc_0.4+r960.orig.tar.gz
0849459cd503fc7b1a534b0ae1e763222cce458f 2668 purelibc_0.4+r960-1.diff.gz
0fb965acabc35272126499b3be1c6e412c1111ef 15900 libpurelibc-dev_0.4+r960-1_i386.deb
b1651214307b198c1ddef05a2b69fee3ac5ab677 18574 libpurelibc1_0.4+r960-1_i386.deb
Checksums-Sha256:
5980a5fa84323a431f5776b4dc93d46b159b59b32846d7d262b636e44936fdfb 1633 purelibc_0.4+r960-1.dsc
894939b220c72af2199a5b69f2e4fd59a35f38543fef45ba776189c6d7e870f2 311100 purelibc_0.4+r960.orig.tar.gz
65f61c5bf1c0da491d38faaffbffe410e2ccacf77d320ad1a650c043699bc2c0 2668 purelibc_0.4+r960-1.diff.gz
1bbbcac7099bd8abddbda54a06ce287b1c796545084d673161b9e3101c6ab2f4 15900 libpurelibc-dev_0.4+r960-1_i386.deb
87a8bc2f4ad4fadb04d39c643a54e4555d4cae8597e58277b5a919a2d1493888 18574 libpurelibc1_0.4+r960-1_i386.deb
Files:
419c740f438759364e0e9cf73ef00765 1633 libs optional purelibc_0.4+r960-1.dsc
ea202e353d237dbbbb8beb4cd3b36cd5 311100 libs optional purelibc_0.4+r960.orig.tar.gz
b49d7e4a69cfa946d64cf63d0bc701a5 2668 libs optional purelibc_0.4+r960-1.diff.gz
bb330c7741c51535176542b10b46a78c 15900 libdevel optional libpurelibc-dev_0.4+r960-1_i386.deb
0d603adc7d5818ec7d3fed9063ea5c24 18574 libs optional libpurelibc1_0.4+r960-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQEcBAEBCAAGBQJNvtZeAAoJEPXTSIpdwmASlq8H/2fw2uuotRpqed6CLrwBq3T0
mizp936PEDaD6onHGmml7mQp/mLvUvJEs4NbHOp26RfxzugeY7KUJgq8ZfmPneh2
+OPsR4da0uYL/Kyg3Z8hhAvrhJMGNU2QpniiP6wTYh0JWleYIDSqtgDVIYoWcfGy
PoBoSpI5L4Hv4zA6iDic829iROhCJ1JyH0gV/lMR51WQ6om80r9zT6oBXFfqVBEA
I9Xv9aPCZw1eiBsElrQXY6OILbq4WXDnZM98wJzrVwdPof4UJS8PcQ7TLQ6cP1QB
z4dOrVYv2Q2Ut8Kjf3Tubk8t47W2HsA9W1QFskXYRmojg6Cn1LvhYPVdjuU2nMs=
=c0aF
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 16 Mar 2012 07:43:07 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 03:55:56 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.