Your message dated Thu, 10 Jul 2014 18:18:42 +0000
with message-id <[email protected]>
and subject line Bug#753537: fixed in mpclib3 1.0.2-1
has caused the Debian Bug report #753537,
regarding mpclib3: build with dh-autoreconf (fixes FTBFS on ppc64el)
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.)
--
753537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mpclib3
Version: 1.0.1-1
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Hi Laurent,
This trivial patch enables dh-autoreconf on mpclib3.
May you please consider incorporating it in a new upload?
This fixes a FTBFS on ppc64el:
dh_install: libmpc-dev missing files (usr/lib/*/libmpc.so), aborting
Producing shared libraries:
$ dpkg-deb -c libmpc3_1.0.1-1.1_ppc64el.deb | fgrep .so
-rw-r--r-- root/root 105440 2014-07-02 18:10
./usr/lib/powerpc64le-linux-gnu/libmpc.so.3.0.0
lrwxrwxrwx root/root 0 2014-07-02 18:10
./usr/lib/powerpc64le-linux-gnu/libmpc.so.3 -> libmpc.so.3.0.0
The built packages have the same contents as the powerpc port:
(built debs in ppc64el/, downloaded powerpc debs in powerpc/)
$ for arch in ppc64el powerpc; do
cd $arch &&
mkdir contents &&
for deb in *.deb; do
dpkg-deb -c $deb
| cut -d. -f2-
| sed 's,powerpc\(64le\)\?,GNU_ARCH,g'
| sort
> contents/${deb%%_*};
done &&
cd ..;
done
$ diff -r ppc64el/contents/ powerpc/contents
$
Thank you,
--
Mauricio Faria de Oliveira
IBM Linux Technology Center
diff -Nru mpclib3-1.0.1/debian/changelog mpclib3-1.0.1/debian/changelog
--- mpclib3-1.0.1/debian/changelog 2014-07-02 18:17:28.000000000 -0300
+++ mpclib3-1.0.1/debian/changelog 2014-07-02 18:17:28.000000000 -0300
@@ -1,3 +1,10 @@
+mpclib3 (1.0.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Build with dh-autoreconf (requires svnversion).
+
+ -- Mauricio Faria de Oliveira <[email protected]> Wed, 02 Jul 2014
18:06:39 -0300
+
mpclib3 (1.0.1-1) unstable; urgency=low
* New upstream release (closes: #696696).
diff -Nru mpclib3-1.0.1/debian/control mpclib3-1.0.1/debian/control
--- mpclib3-1.0.1/debian/control 2014-07-02 18:17:28.000000000 -0300
+++ mpclib3-1.0.1/debian/control 2014-07-02 18:17:28.000000000 -0300
@@ -1,7 +1,7 @@
Source: mpclib3
Priority: extra
Maintainer: Laurent Fousse <[email protected]>
-Build-Depends: debhelper (>= 7), autotools-dev, libmpfr-dev, libgmp-dev
+Build-Depends: debhelper (>= 7), autotools-dev, libmpfr-dev, libgmp-dev,
dh-autoreconf, subversion
Standards-Version: 3.8.4
Section: libs
Homepage: http://www.multiprecision.org/mpc/
diff -Nru mpclib3-1.0.1/debian/rules mpclib3-1.0.1/debian/rules
--- mpclib3-1.0.1/debian/rules 2014-07-02 18:17:28.000000000 -0300
+++ mpclib3-1.0.1/debian/rules 2014-07-02 18:17:28.000000000 -0300
@@ -36,12 +36,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
+ dh_autoreconf
./configure $(CROSS) --prefix=/usr \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--mandir=\$${prefix}/share/man \
@@ -70,6 +65,7 @@
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
+ dh_autoreconf_clean
dh_clean
install: build
--- End Message ---
--- Begin Message ---
Source: mpclib3
Source-Version: 1.0.2-1
We believe that the bug you reported is fixed in the latest version of
mpclib3, 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.
Laurent Fousse <[email protected]> (supplier of updated mpclib3 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: Thu, 10 Jul 2014 00:20:31 +0000
Source: mpclib3
Binary: libmpc-dev libmpc3
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Laurent Fousse <[email protected]>
Changed-By: Laurent Fousse <[email protected]>
Description:
libmpc-dev - multiple precision complex floating-point library development pac
libmpc3 - multiple precision complex floating-point library
Closes: 753537
Changes:
mpclib3 (1.0.2-1) unstable; urgency=medium
.
* New upstream release.
* Build with dh-autoreconf (closes: #753537).
Thanks Mauricio Faria de Oliveira for the patch.
Checksums-Sha1:
b4d97c58fb197d7afe1bdc829e2f761467dbbb99 1239 mpclib3_1.0.2-1.dsc
5072d82ab50ec36cc8c0e320b5c377adb48abe70 633173 mpclib3_1.0.2.orig.tar.gz
b1667530f3c4f22a18a1e9cad646e14e1f473686 3370 mpclib3_1.0.2-1.diff.gz
65ae2567f52f067a2eccf6ac0881e912f93c150d 48016 libmpc-dev_1.0.2-1_amd64.deb
53f2eb479fa14bac0c6a205783f3a0375df69b56 39274 libmpc3_1.0.2-1_amd64.deb
Checksums-Sha256:
480e3b32fe3c67b503635d2a0aa0e87503475cf54ddf7943be0255e453c42fe5 1239
mpclib3_1.0.2-1.dsc
b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 633173
mpclib3_1.0.2.orig.tar.gz
22e1db34773adaf27cc16a2260ae4e8f22cc80476b861a0856f93aa08ec8cc91 3370
mpclib3_1.0.2-1.diff.gz
23f10f5be13c8f453d3d4d3cb706f7866d2a086d69ed7f94e51e9d6e62f4e25f 48016
libmpc-dev_1.0.2-1_amd64.deb
0a252dcf89843ee8b402fd226c8fb552d69c82c7013a28e335ba36878468d959 39274
libmpc3_1.0.2-1_amd64.deb
Files:
98b6b50662eb4c973049b7fa6dd04b6c 48016 libdevel extra
libmpc-dev_1.0.2-1_amd64.deb
80cb270bac0d26957ac641a0c274225d 39274 libs extra libmpc3_1.0.2-1_amd64.deb
da2edf0977067bb9e15dc94a6bc95f21 1239 libs extra mpclib3_1.0.2-1.dsc
68fadff3358fb3e7976c7a398a0af4c3 633173 libs extra mpclib3_1.0.2.orig.tar.gz
18742bf2e03d2fc5304b7275ce4dfb23 3370 libs extra mpclib3_1.0.2-1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlO+18YACgkQRoAVF6FpbSuT6ACePSjJTJHG+xfuiuFGo4Hlk/lz
E68An2rp88wS+2Z2dg5oFiX3LWZgdz3f
=URzS
-----END PGP SIGNATURE-----
--- End Message ---