Your message dated Sun, 12 Jun 2011 09:47:19 +0000
with message-id <[email protected]>
and subject line Bug#629861: fixed in clang 2.9-4
has caused the Debian Bug report #629861,
regarding clang 2.9 can’t link any programs on Ubuntu oneiric: cannot find
crtbegin.o, -lgcc, -lgcc_s
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.)
--
629861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629861
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clang
Version: 2.9-2
https://bugs.launchpad.net/ubuntu/+source/clang/+bug/792146
clang in Ubuntu oneiric doesn’t look for crtbegin.o, libgcc.so, or
libgcc_s.so in the right place, so it can’t link any programs.
$ echo 'int main() {return 0;}' > foo.c
$ clang foo.c
/usr/bin/ld.bfd.real: cannot find crtbegin.o: No such file or directory
/usr/bin/ld.bfd.real: cannot find -lgcc
/usr/bin/ld.bfd.real: cannot find -lgcc_s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
‘clang -v’ output is on the Launchpad bug.
Based on strace, it’s looking in /usr/{lib,lib64}/{4.5.2,4.5.1,4.5,…,4.2},
/, /../../../../lib64, /lib64, /usr/lib64, and /../../.. . It seems to
know nothing of the multiarch path where these actually live:
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5 .
(Shouldn’t these paths be set and verified at configure time instead of
“magically” detected at runtime by looking at /etc/debian_version and
/etc/lsb-release(!) and guessing from a list of possible versions of gcc?)
Anders
--- End Message ---
--- Begin Message ---
Source: clang
Source-Version: 2.9-4
We believe that the bug you reported is fixed in the latest version of
clang, which is due to be installed in the Debian FTP archive:
clang_2.9-4.debian.tar.gz
to main/c/clang/clang_2.9-4.debian.tar.gz
clang_2.9-4.dsc
to main/c/clang/clang_2.9-4.dsc
clang_2.9-4_amd64.deb
to main/c/clang/clang_2.9-4_amd64.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.
Sylvestre Ledru <[email protected]> (supplier of updated clang 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: Sun, 12 Jun 2011 11:14:49 +0200
Source: clang
Binary: clang
Architecture: source amd64
Version: 2.9-4
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
clang - Low-Level Virtual Machine (LLVM), C language family frontend
Closes: 627131 629861
Changes:
clang (2.9-4) unstable; urgency=low
.
* debian/patches/12-gcc-4.6.patch: Support of gcc 4.6 (Closes: #627131)
* debian/control.in/clang, debian/control: Dependency switch from
libstdc++6-4.5-dev to libstdc++6-4.6-dev
* debian/patches/13-multiarch-newpath.patch: Multiarch support
(Closes: #629861)
Checksums-Sha1:
239ef54e0526e8b5adf24ccc50b05fb25762c9a0 1557 clang_2.9-4.dsc
cc970df79bf933e6a65882d706b6b8ce00d3deca 20832 clang_2.9-4.debian.tar.gz
56edd72689493e8cab7176291fb992408077b0d8 4049498 clang_2.9-4_amd64.deb
Checksums-Sha256:
959b7ff10ba52b2be4b7aa9a16d0042959a08873a9dd65aae7677f7c8a5a5d36 1557
clang_2.9-4.dsc
bab1b5fc95b8d4604fe1c89556b59abe03d5316de21a5a8193fb455f963cd1f8 20832
clang_2.9-4.debian.tar.gz
714dd92cefdcfd1caa98dbaff785c9a590ad0d0b2cc750a3087f0dbec4a195bf 4049498
clang_2.9-4_amd64.deb
Files:
305c2ecaa995f8f18c0cd7932ae9f692 1557 devel optional clang_2.9-4.dsc
0160ab41249e1b830fe64d176ae5fbbb 20832 devel optional clang_2.9-4.debian.tar.gz
9dc3d5e2bfd7419332135e4369730b8f 4049498 devel optional clang_2.9-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk30ib4ACgkQiOXXM92JlhBBmwCfVXZLwlvCli/OoYaoxrgCfnO8
p9cAn3NwO/if12WwDmLMuGLPvbyiDhsL
=GEkw
-----END PGP SIGNATURE-----
--- End Message ---