Your message dated Tue, 12 Feb 2013 17:18:20 +0000
with message-id <[email protected]>
and subject line Bug#696913: fixed in llvm-3.2 3.2-3
has caused the Debian Bug report #696913,
regarding llvm-3.2-dev: consider saving disk space by not shipping two
identical copies of libLLVM-3.2.so.1
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.)
--
696913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696913
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: llvm-3.2-dev
Version: 3.2-2
Severity: wishlist
I noticed that my system has two copies of the same 21 MB shared library:
$ stat /usr/lib/x86_64-linux-gnu/libLLVM-3.2.so.1
/usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1
File: ‘/usr/lib/x86_64-linux-gnu/libLLVM-3.2.so.1’
Size: 21325112 Blocks: 41712 IO Block: 4096 regular file
Device: ca30h/51760d Inode: 786465 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2012-12-29 10:08:51.000000000 +0200
Modify: 2012-12-24 08:56:06.000000000 +0200
Change: 2012-12-29 10:08:57.000000000 +0200
Birth: -
File: ‘/usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1’
Size: 21325112 Blocks: 41712 IO Block: 4096 regular file
Device: ca30h/51760d Inode: 197452 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2012-12-29 10:08:51.000000000 +0200
Modify: 2012-12-24 08:56:32.000000000 +0200
Change: 2012-12-29 10:09:01.000000000 +0200
Birth: -
$ md5sum /usr/lib/x86_64-linux-gnu/libLLVM-3.2.so.1
/usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1
1ffd5aff8dc0f39cc17b604ea25aa796 /usr/lib/x86_64-linux-gnu/libLLVM-3.2.so.1
1ffd5aff8dc0f39cc17b604ea25aa796 /usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1
$ dpkg -S /usr/lib/x86_64-linux-gnu/libLLVM-3.2.so.1
/usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1
libllvm3.2:amd64: /usr/lib/x86_64-linux-gnu/libLLVM-3.2.so.1
llvm-3.2-dev: /usr/lib/llvm-3.2/lib/libLLVM-3.2.so.1
Is this a bug? Would it be possible to save disk space by only
shipping one copy?
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/6 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages llvm-3.2-dev depends on:
ii libc6 2.13-37
ii libffi-dev 3.0.10-3
ii libffi5 3.0.10-3
ii libgcc1 1:4.7.2-4
ii libstdc++6 4.7.2-4
ii llvm-3.2 3.2-2
llvm-3.2-dev recommends no packages.
llvm-3.2-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: llvm-3.2
Source-Version: 3.2-3
We believe that the bug you reported is fixed in the latest version of
llvm-3.2, which is due to be installed in the Debian FTP archive.
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 llvm-3.2 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: Tue, 12 Feb 2013 14:13:25 +0100
Source: llvm-3.2
Binary: libllvm3.2 libllvm3.2-dbg llvm-3.2 llvm-3.2-runtime llvm-3.2-dev
libllvm-3.2-ocaml-dev llvm-3.2-doc llvm-3.2-examples llvm-3.2-source
Architecture: source amd64 all
Version: 3.2-3
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
libllvm-3.2-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
libllvm3.2 - Low-Level Virtual Machine (LLVM), runtime library
libllvm3.2-dbg - Low-Level Virtual Machine (LLVM), debugging symbols library
llvm-3.2 - Low-Level Virtual Machine (LLVM)
llvm-3.2-dev - Low-Level Virtual Machine (LLVM), libraries and headers
llvm-3.2-doc - Low-Level Virtual Machine (LLVM), documentation
llvm-3.2-examples - Low-Level Virtual Machine (LLVM), examples
llvm-3.2-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
llvm-3.2-source - Low-Level Virtual Machine (LLVM), source code
Closes: 696474 696913
Changes:
llvm-3.2 (3.2-3) unstable; urgency=low
.
[ Arthur Loiret ]
* debian/patches/0050-powerpcspe-fp.diff: Add, hopefully fix FTBFS on
powerpcspe, by disabling save / restore of floating point registers which
don't exist on powerpcspe. Thanks to Roland Stigge for the patch.
Closes: #696474.
* Don't ship two identical copies of libLLVM-3.2.so.1: Closes: #696913.
- debian/rules: remove copy from llvm-3.2-dev.
- debian/llvm-3.2-dev.links.in: replace it by a symlink to copy from
libllvm3.2.
* debian/rules (override_dh_auto_clean): remove docs/_build on clean.
.
[ Timo Aaltonen ]
* rules, r600-snapshot.diff: Add R600 backend for mesa.
.
[ Matthias Klose ]
* Use __builtin___clear_cache on ARM.
* Clean auto-generated files in debian/.
Checksums-Sha1:
57b1e1a6a32f5eb780a9309a22f6d4f646e923c9 2006 llvm-3.2_3.2-3.dsc
da2f79ef1bb203acca223ccbdc803a6453448353 191547 llvm-3.2_3.2-3.debian.tar.gz
7796a5b93a1ab472d822f8596acf163a5e8999b2 8111478 libllvm3.2_3.2-3_amd64.deb
8e92f1dcdde2e3409bebd7e1df72a70e43fdc77a 94094532
libllvm3.2-dbg_3.2-3_amd64.deb
88724d77b0805bf7f4933816ad30f602de5f4681 1460426 llvm-3.2_3.2-3_amd64.deb
637131efbdc177a1ef2dac7c2cea9745afc91468 44008 llvm-3.2-runtime_3.2-3_amd64.deb
a09b42b5000b1c8b5712535653703971d63e4635 14397052 llvm-3.2-dev_3.2-3_amd64.deb
e729c2410b4c0006c4407599d23e1a3a03a46685 15938
libllvm-3.2-ocaml-dev_3.2-3_amd64.deb
591d4952070250768e424e7abda3100088d4ca57 1248664 llvm-3.2-doc_3.2-3_all.deb
2ffb100b282579025767794a1a7a9253b940b2d3 111610 llvm-3.2-examples_3.2-3_all.deb
9bd674fa7bcdf46fe117225c3606efd65158b482 8456320 llvm-3.2-source_3.2-3_all.deb
Checksums-Sha256:
41ba48618015e7651b28b1cde9d1b9d635776f309a7ecb6e697a22410e2bdc7c 2006
llvm-3.2_3.2-3.dsc
7f281d5269acf7cd9b9814bfdc3f29760dbe2f88dca571497d0a4535afb5a89e 191547
llvm-3.2_3.2-3.debian.tar.gz
b9c774d6b8090c04d1c498b83bea6f0a34b68733d9faeb9832c6aff782975930 8111478
libllvm3.2_3.2-3_amd64.deb
cf841468e5afef425c82718b5bfb90761a2f1c1903fad93e27214dc9deea8098 94094532
libllvm3.2-dbg_3.2-3_amd64.deb
ebdcf16ee3ec74203e9a31ba5cca0f69885f2d0533a6a2475fab44925db98f51 1460426
llvm-3.2_3.2-3_amd64.deb
7c7cde4fe06cdd744ab8a861e5884460d5bd7eae07841271f87e3c89e5b26c93 44008
llvm-3.2-runtime_3.2-3_amd64.deb
3d38babf4cfdc015a657d578242bddba95c0051086ea64d8a1f5f964f86dab1d 14397052
llvm-3.2-dev_3.2-3_amd64.deb
32207da9d459bc82be5d08f3c7d9dd7410684b6ee3736a869c63785a70b18de0 15938
libllvm-3.2-ocaml-dev_3.2-3_amd64.deb
1eab462d4c4270a189e506f7989277e1931ed8ae4cc442b9d6f93bfaab0aa466 1248664
llvm-3.2-doc_3.2-3_all.deb
2cc387da8d000f30fd7b8e0a40b5c6c6aea8f88b0b2ab7ceba70a564109ed921 111610
llvm-3.2-examples_3.2-3_all.deb
70abb5e614fc533a8fb25ff34ba06b8cfdd73ce01f42d6066c08bc2f28c98987 8456320
llvm-3.2-source_3.2-3_all.deb
Files:
0e1805009c86b14d6d6ab10d792a0e01 2006 devel optional llvm-3.2_3.2-3.dsc
95bca4da2c61f54d28232af43d292a55 191547 devel optional
llvm-3.2_3.2-3.debian.tar.gz
65a94a27140203902cdbdc7e4623512a 8111478 libs optional
libllvm3.2_3.2-3_amd64.deb
5b3c21b4fb0474eea0a50da1018449d4 94094532 debug extra
libllvm3.2-dbg_3.2-3_amd64.deb
dcf77543b7c5018e0d55dc28c607884b 1460426 devel optional
llvm-3.2_3.2-3_amd64.deb
27d32fae337cde21443a335ce59412b7 44008 devel optional
llvm-3.2-runtime_3.2-3_amd64.deb
bd347498c1c8188e00dc4fa152930af1 14397052 devel optional
llvm-3.2-dev_3.2-3_amd64.deb
3d2262e4b9cba3b5f5493412d376e8ed 15938 ocaml optional
libllvm-3.2-ocaml-dev_3.2-3_amd64.deb
6097bb920ed0611169fae0799fca5b69 1248664 doc optional
llvm-3.2-doc_3.2-3_all.deb
78c8807272da54291ec5546211648217 111610 doc optional
llvm-3.2-examples_3.2-3_all.deb
a82e1efbc49c1561ecf2aa2cf2c07319 8456320 devel optional
llvm-3.2-source_3.2-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlEaeEAACgkQiOXXM92JlhAZAQCgvXGijIDcYsI4SmSy3HGA5rI4
bm0AoIjLur1IofpmWpNGCaPXW8vDwKgv
=7yZu
-----END PGP SIGNATURE-----
--- End Message ---