Your message dated Mon, 03 Nov 2014 13:19:09 +0000
with message-id <[email protected]>
and subject line Bug#765354: fixed in llvm-defaults 0.25
has caused the Debian Bug report #765354,
regarding llvm-defaults: lldb: fix FTBFS on ppc64el/arm64 (patch)
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.)
--
765354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765354
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:llvm-defaults
Version: 0.24
Tags: patch
User: [email protected]
Usertags: ppc64el
The recent packaging changes for (not) building lldb do FTBFS
on ppc64el [1] and arm64 [2]. Sorry for not catching it earlier.
The attached patch fixes it by adding lldb to no_packages on
non-LLDB_SUPPORTED archs, so that 'dh_builddeb -Nlldb' may happen.
May you please consider it for an upload?
Thanks!
Details:
--------
Before:
dh_builddeb -a -Nllvm-gcc
dpkg-deb: building package `llvm' in `../llvm_3.5-24_ppc64el.deb'.
...
dpkg-deb: error: failed to open package info file
`debian/lldb/DEBIAN/control' for reading: No such file or directory
dh_builddeb: dpkg-deb --build debian/lldb .. returned exit code 2
debian/rules:220: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2
After:
dh_builddeb -a -Nllvm-gcc -Nlldb
dpkg-deb: building package `llvm' in
`../llvm_3.5-24ppc64el1_ppc64el.deb'.
...
dpkg-genchanges: warning: package lldb in control file but not in files
list
dpkg-genchanges: including full source code in upload
dpkg-source --after-build llvm-defaults-0.24
dpkg-buildpackage: full upload; Debian-native package (full source is
included)
Links:
------
[1]
https://buildd.debian.org/status/fetch.php?pkg=llvm-defaults&arch=ppc64el&ver=0.24&stamp=1411681277
[2]
https://buildd.debian.org/status/fetch.php?pkg=llvm-defaults&arch=arm64&ver=0.24&stamp=1413020888
--
Mauricio Faria de Oliveira
IBM Linux Technology Center
diff -Nru llvm-defaults-0.24/debian/changelog
llvm-defaults-0.24ppc64el1/debian/changelog
--- llvm-defaults-0.24/debian/changelog 2014-09-25 05:40:37.000000000 -0300
+++ llvm-defaults-0.24ppc64el1/debian/changelog 2014-10-14 08:54:47.000000000
-0300
@@ -1,3 +1,9 @@
+llvm-defaults (0.24ppc64el1) UNRELEASED; urgency=medium
+
+ * Don't dh_builddeb lldb on non-LLDB_SUPPORTED archs (fix FTBFS on
ppc64el/arm64).
+
+ -- Mauricio Faria de Oliveira <[email protected]> Tue, 14 Oct 2014
08:52:50 -0300
+
llvm-defaults (0.24) unstable; urgency=medium
* Upload in unstable
diff -Nru llvm-defaults-0.24/debian/rules
llvm-defaults-0.24ppc64el1/debian/rules
--- llvm-defaults-0.24/debian/rules 2014-09-03 06:07:52.000000000 -0300
+++ llvm-defaults-0.24ppc64el1/debian/rules 2014-10-14 08:52:37.000000000
-0300
@@ -51,12 +51,14 @@
distribution := $(shell lsb_release -is)
all_packages := llvm llvm-runtime llvm-dev libllvm-ocaml-dev clang libclang1
libclang-dev
+no_packages := llvm-gcc # must be built?
LLDB_SUPPORTED=amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x
sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel
ifneq (,$(filter $(DEB_HOST_ARCH),$(LLDB_SUPPORTED)))
all_packages += lldb
+else
+ no_packages += lldb
endif
-no_packages := llvm-gcc # must be built?
packages := $(filter-out $(no_packages), $(all_packages))
--- End Message ---
--- Begin Message ---
Source: llvm-defaults
Source-Version: 0.25
We believe that the bug you reported is fixed in the latest version of
llvm-defaults, 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-defaults
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: SHA256
Format: 1.8
Date: Mon, 03 Nov 2014 13:56:35 +0100
Source: llvm-defaults
Binary: llvm llvm-runtime llvm-dev libllvm-ocaml-dev clang libclang1
libclang-dev lldb
Architecture: source amd64
Version: 0.25
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
clang - C, C++ and Objective-C compiler (LLVM based)
libclang-dev - clang library - Development package
libclang1 - C, C++ and Objective-C compiler (LLVM based)
libllvm-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
lldb - Next generation, high-performance debugger
llvm - Low-Level Virtual Machine (LLVM)
llvm-dev - Low-Level Virtual Machine (LLVM), libraries and headers
llvm-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Closes: 765354
Changes:
llvm-defaults (0.25) unstable; urgency=medium
.
* Fix FTBFS on ppc64el/arm64 (Closes: #765354)
Checksums-Sha1:
a7e556be7bf644c7db4dd482cc2e22ce48f28887 2072 llvm-defaults_0.25.dsc
ed996cb26146ea7db1c6e98f81f5763bb29c075e 7600 llvm-defaults_0.25.tar.xz
73429c4ab3c031b988f7a9dc5cb8e42e877a658c 6138 llvm_3.5-25_amd64.deb
4892607c792bfc952f15b0ed60286c0596180423 4430 llvm-runtime_3.5-25_amd64.deb
1e8b450af797928a3e17c6c5a188837f29cd65bb 4706 llvm-dev_3.5-25_amd64.deb
aa307d0733b5fae82feb4937a4738a9b6399f418 4572
libllvm-ocaml-dev_3.5-25_amd64.deb
58eab3b6f7dead3d892ef0c4cfbd6e77fdb60703 4958 clang_3.5-25_amd64.deb
7096897f73de6777b31e5abda9f76dc2d5df0366 4532 libclang1_3.5-25_amd64.deb
e1b02c4888f40168b7a5fa1330a7798e7df16612 4358 libclang-dev_3.5-25_amd64.deb
3a67df9cb7098b2f2f151eb47ac5eeabb8321f4e 4344 lldb_3.5-25_amd64.deb
Checksums-Sha256:
bf76740ac9e1fffddb0436ab2ab72efe1745d333c302aa5c0b357e89de0d8a90 2072
llvm-defaults_0.25.dsc
0aa72deaad93fe58c07b0ea95792db89e60bee2c89bea57ebc953f038fc05bc2 7600
llvm-defaults_0.25.tar.xz
9b65746ca8ab57f90197b3a36f0ffa17445f5408cb0baebb8df1bb6da73ccc4f 6138
llvm_3.5-25_amd64.deb
1beb1d159ec7dc587f2efd0a9da71ccbb9020848a18fe50e08262896177127da 4430
llvm-runtime_3.5-25_amd64.deb
04b0a956af17e856a915639c999f0f17ff430f887e5d4fea8fab461e6c3f88ad 4706
llvm-dev_3.5-25_amd64.deb
fd533d7db2bf5567ca0c727fad670294562a8e74ff11f85e51b057532b445232 4572
libllvm-ocaml-dev_3.5-25_amd64.deb
d1196efc7b8f9f9a03f29ae0256bee76af90e290200185ae58e72eca950aa626 4958
clang_3.5-25_amd64.deb
daaddfb7d3639d69e504b2840ee71184abe01c6c4bc352fe252cc89e89ecb937 4532
libclang1_3.5-25_amd64.deb
ed1b4308d52e1b7198f0eb43330c0539ea3d5c95278ddfdd69bbe31f536aaff5 4358
libclang-dev_3.5-25_amd64.deb
853feea4a1b4dcacc499f86a5e8390df9593e2cb54036819d5b33ef35b1e81c3 4344
lldb_3.5-25_amd64.deb
Files:
3897cdf9aedd1cba77622a25ba74eba0 2072 devel optional llvm-defaults_0.25.dsc
141898f66e1573a1948c149fbf789ea2 7600 devel optional llvm-defaults_0.25.tar.xz
78973b72751b76fb48f4f83c1d84c8e5 6138 devel optional llvm_3.5-25_amd64.deb
c97c5d5693031b8262bf700134d03e05 4430 devel optional
llvm-runtime_3.5-25_amd64.deb
aef00548f563515b66e80232449439ef 4706 devel optional llvm-dev_3.5-25_amd64.deb
184b31719b798111f6e5a3f6f3a83805 4572 ocaml optional
libllvm-ocaml-dev_3.5-25_amd64.deb
9f63305c8b5ffc0b786cb284ad366b5a 4958 devel optional clang_3.5-25_amd64.deb
3e3367bcc8aaf936614cc455cfe647d3 4532 devel optional libclang1_3.5-25_amd64.deb
dfc767a44f66f4ac23fc2dee2134ae99 4358 libdevel optional
libclang-dev_3.5-25_amd64.deb
e38e5c663b9262f4313f38ccfc983636 4344 devel optional lldb_3.5-25_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUV32uAAoJEH5lKNp1LxvheJIP/jk17m9GAv9anveH3A8M1NLH
no9mzaytehE0CdXyKjqhvI34YFUUMY/A2vc6I7ZFxLDlDHMXHkdKVH+7c6nIMYah
qSHq5kjIQ/aNKk9CDXTURBLMDqEWti3UVaapDV7+7ij4KswPfklTh8H4lwdWG3k2
b40gGQh99WVICz0DzIKMnUInGpkj4sfxT2evmYg1KUY4LIV3LvCi5Ln7Pglbo7Ep
rAZ2nhcrUphvp08rDZ8cLcNEj+M1QVmbF0LM8kvTt/eDwxe/8l5lSIZqf1Y2gu9q
8AbDZ6ChTveHXbG5mreKmf9nYNHIje0+MxNyTtlaxDKK8wBq2dSwUuKJAZKqbbl3
wPb1eJu7paPGImVNtk4a9EQtmuhlJEVwtP8GsSfHMYOO1VR4XhHPZ4W3tvcsP7d/
XZ74KyEKNE8cO6NUeh95JutbH2Iy7fVWiIRLBchUjRJFHh8H/N63sc1BxTinZSry
VWoKdwnppraDE1Z90JwYv8NrCpB/vYDMNd2uoAtSWDh9e+1uLyzG6zCvuIFUPsXi
9EtrZooF67wAx6gqwUfmzlYoNlNksxHcNfqV6eOX4WIouktPPDEDhrqJ/7dYv2O4
RiohbeDj98LexZb7ddeTgtANTCAU+5SaWxsvlWs3+RAfovko2eZc4l3YSzw7axDK
040aCXJrrjM2X+mAa56Y
=/6MG
-----END PGP SIGNATURE-----
--- End Message ---