Your message dated Wed, 03 Sep 2014 13:00:07 +0000
with message-id <e1xpaar-0006rx...@franck.debian.org>
and subject line Bug#748518: fixed in gyoto 0.2.1-1
has caused the Debian Bug report #748518,
regarding gyoto: use autotools-dev to update config.{sub, guess} and manually
patch libtool for 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 ow...@bugs.debian.org
immediately.)
--
748518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748518
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gyoto
Version: 0.1.0-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer,
There are config.{sub,guess} updates and libtool updates necessary to fix
FTBFSes on the arm64 and ppc64el architectures in Ubuntu.
In Ubuntu, the attached patch was applied to achieve the following:
* Manually patch libtool files to add support for ppc64el.
* Use autotools-dev to update config.{sub,guess} for new arches.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: jessie/sid
APT prefers utopic-updates
APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500,
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0-24-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gyoto-0.1.0/debian/control gyoto-0.1.0/debian/control
--- gyoto-0.1.0/debian/control 2013-08-03 17:00:55.000000000 -0400
+++ gyoto-0.1.0/debian/control 2014-05-17 18:58:39.000000000 -0400
@@ -4,7 +4,7 @@
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thibaut Paumard <thib...@debian.org>
Build-Depends: debhelper (>= 7.0.50~), yorick-dev, yorick-yutils,
- libxerces-c-dev, libcfitsio3-dev, libudunits2-dev
+ libxerces-c-dev, libcfitsio3-dev, libudunits2-dev, autotools-dev
Build-Depends-Indep: doxygen, doxygen-latex
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/debian-science/packages/gyoto.git
diff -Nru gyoto-0.1.0/debian/patches/libtool-ppc64el gyoto-0.1.0/debian/patches/libtool-ppc64el
--- gyoto-0.1.0/debian/patches/libtool-ppc64el 1969-12-31 19:00:00.000000000 -0500
+++ gyoto-0.1.0/debian/patches/libtool-ppc64el 2014-05-08 01:57:54.000000000 -0400
@@ -0,0 +1,52 @@
+--- a/configure
++++ b/configure
+@@ -6877,7 +6877,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*|powerpc64-*linux*)
++ powerpc64le-*)
++ LD="${LD-ld} -m elf32lppclinux"
++ ;;
++ powerpc64-*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -6896,7 +6899,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+- ppc*-*linux*|powerpc*-*linux*)
++ powerpcle-*)
++ LD="${LD-ld} -m elf64lppc"
++ ;;
++ powerpc-*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)
+--- a/m4/libtool.m4
++++ b/m4/libtool.m4
+@@ -1326,7 +1326,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_i386"
+ ;;
+- ppc64-*linux*|powerpc64-*linux*)
++ powerpc64le-*)
++ LD="${LD-ld} -m elf32lppclinux"
++ ;;
++ powerpc64-*)
+ LD="${LD-ld} -m elf32ppclinux"
+ ;;
+ s390x-*linux*)
+@@ -1345,7 +1348,10 @@
+ x86_64-*linux*)
+ LD="${LD-ld} -m elf_x86_64"
+ ;;
+- ppc*-*linux*|powerpc*-*linux*)
++ powerpcle-*)
++ LD="${LD-ld} -m elf64lppc"
++ ;;
++ powerpc-*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
+ s390*-*linux*|s390*-*tpf*)
diff -Nru gyoto-0.1.0/debian/patches/series gyoto-0.1.0/debian/patches/series
--- gyoto-0.1.0/debian/patches/series 2013-08-03 16:58:13.000000000 -0400
+++ gyoto-0.1.0/debian/patches/series 2014-05-08 01:56:47.000000000 -0400
@@ -1,2 +1,3 @@
interpreter-path
no-utf8
+libtool-ppc64el
diff -Nru gyoto-0.1.0/debian/rules gyoto-0.1.0/debian/rules
--- gyoto-0.1.0/debian/rules 2013-08-03 16:58:13.000000000 -0400
+++ gyoto-0.1.0/debian/rules 2014-05-08 01:40:36.000000000 -0400
@@ -46,6 +46,7 @@
build-stamp:
dh_testdir -a
+ dh_autotools-dev_updateconfig
./configure $(configure_flags) --disable-doc
make COPT_DEFAULT="" \
Y_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
@@ -74,6 +75,7 @@
dh $@
configure-stamp:
+ dh_autotools-dev_updateconfig
./configure --without-lorene --prefix=/usr
touch configure-stamp
@@ -81,6 +83,7 @@
dh_testdir
./configure $(configure_flags) --enable-doc
make distclean
+ dh_autotools-dev_restoreconfig
dh_clean doc-stamp build-stamp
override_dh_auto_test:
--- End Message ---
--- Begin Message ---
Source: gyoto
Source-Version: 0.2.1-1
We believe that the bug you reported is fixed in the latest version of
gyoto, 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 748...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thibaut Paumard <thib...@debian.org> (supplier of updated gyoto 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 01 Sep 2014 15:45:17 +0200
Source: gyoto
Binary: gyoto libgyoto2 gyoto-dbg libgyoto2-dev yorick-gyoto gyoto-doc
Architecture: source all amd64
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Thibaut Paumard <thib...@debian.org>
Description:
gyoto - General relativistic ray-tracing
gyoto-dbg - debugging symbols for gyoto, libgyoto2 and yorick-gyoto
gyoto-doc - documentation for the Gyoto library
libgyoto2 - General relativistic geodesic integration and ray-tracing
libgyoto2-dev - development files for libgyoto
yorick-gyoto - General relativistic geodesic integration for the Yorick
language
Closes: 748518
Changes:
gyoto (0.2.1-1) unstable; urgency=low
.
* New upstream release
* Bump SONAME
* Add manual to gyoto-doc
* Check against standards version 3.9.5
* Bug fix: "use autotools-dev to update config.{sub, guess} and manually
patch libtool for ppc64el", thanks to Logan Rosen (Closes: #748518).
Checksums-Sha1:
7739dc093a021ac46ae4c72bc7d5a79cc4b81219 2411 gyoto_0.2.1-1.dsc
0e67cbc44ef3601cb9766e9dfa502d5f87c79199 1062939 gyoto_0.2.1.orig.tar.gz
b24b07a5b9e463276d118f6971deb3d4a3ef5b74 5820 gyoto_0.2.1-1.debian.tar.xz
ba62ebbfecae81696aade059d1d4fdfcafd4420d 999698 gyoto-doc_0.2.1-1_all.deb
0c5b1886db8007705847473b5176ee62fef6abbd 59704 gyoto_0.2.1-1_amd64.deb
8b7f2c87b10adb14d908855b52ac51a2956e1e78 409088 libgyoto2_0.2.1-1_amd64.deb
d7df7ca37203878a98e667bdded4d63751cccf51 2633662 gyoto-dbg_0.2.1-1_amd64.deb
4ae768cc71540cd1da8b6f2f89eb68c46648d252 500006 libgyoto2-dev_0.2.1-1_amd64.deb
a4cb6cda62b3c83b31f9eb851b1d7a96c8a8a23c 225816 yorick-gyoto_0.2.1-1_amd64.deb
Checksums-Sha256:
32243a0d4fcc3cf94b40d7d388fa382dc59a2d8c46c3335392529a972cf1df59 2411
gyoto_0.2.1-1.dsc
251b617d2fcde67f23d6df29cc098362826bdbd0ced69cd55172c84c35d04e85 1062939
gyoto_0.2.1.orig.tar.gz
2fdb1711e7d742f375077c01946b2e54d1d242b1d4ac88f00da80d8546e98aa6 5820
gyoto_0.2.1-1.debian.tar.xz
3b7a4fa554d4cf59ea7fdb36fff6e96990a6b77dcf10e4a1875a6cad1d6506d3 999698
gyoto-doc_0.2.1-1_all.deb
7a9e871a38e88217d6e48e8fc3917583b6e19988ca39229c9812abbd6354cb1d 59704
gyoto_0.2.1-1_amd64.deb
6d57c3045e459bbe93b0cbb4727dd8031402a123428c71a10d23e0a443af29e7 409088
libgyoto2_0.2.1-1_amd64.deb
5f334f22d6129552335dc15358b4d5c57f9c6bdfb7782b8d06158a32d6da71c7 2633662
gyoto-dbg_0.2.1-1_amd64.deb
6732d5df30420f91271bab901994e211a272b97df572b010a74e247a959449b1 500006
libgyoto2-dev_0.2.1-1_amd64.deb
fd564a31494aba39dc575a336f01e20f8f046940eac0ff1a927a7bf96a02d1d1 225816
yorick-gyoto_0.2.1-1_amd64.deb
Files:
2c89241afca8b90530c43a6425adb71e 999698 doc extra gyoto-doc_0.2.1-1_all.deb
2d9e34197291c0cb84af65c4a7d87fea 59704 science extra gyoto_0.2.1-1_amd64.deb
996a9e1d4006e731ef4651f2579c691f 409088 science extra
libgyoto2_0.2.1-1_amd64.deb
09b162e5f54ba4db2d22da8bb5e2128e 2633662 debug extra
gyoto-dbg_0.2.1-1_amd64.deb
2967cd5a689eafc2be82b0c71ba0b16c 500006 libdevel extra
libgyoto2-dev_0.2.1-1_amd64.deb
e0c54de1bb39512984b10fe0d5cd1ad0 225816 science extra
yorick-gyoto_0.2.1-1_amd64.deb
35dbd23987ba2003eda2deda3fa3f80b 2411 science extra gyoto_0.2.1-1.dsc
cbb34899939da176a58395af58c52303 1062939 science extra gyoto_0.2.1.orig.tar.gz
80b6ad8090962b35c9131b4b282e43d9 5820 science extra gyoto_0.2.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUBJvlAAoJEJOUU0jg3ChAzicP/RXOiw05biaNvz5SspCjU06h
/yLQwjaAPhPk4k0pkJEJiFebrQ8C7jm/9P1E7cDm3AGbbMMlXCLaNzg9yJUdlaYx
qncVD73LKjX9OO+oDJVha061AMgba38vrItlzAugPwH0i+RERebHayOsmMJ506MV
gT3ZptB+3zrJaZgxF1gonWa7LMb0yI5fotxVYw5OWLpRTs0ci2nfPemH06ZFlTE5
4UukqjDF4/fceX0wYoj8oY79a0tpBGJuDM5JjFbqgGWhQ8Wdb1dXpC/4Ig/8HpJO
kkmAx5WHebEkRA8JYojoIeo1GW9OsrMdABYwTS7lWAF1AQeWLs/BafoFZe06qVtR
ssbowEA0cabZGjfSfAqPyyjE3eDlbLD15snQdD8VYPtJAyYAmonLa5FRnZxPZEBH
sGQRe2HhnMV4p57HdFYW2S6fn439/C6MZJzwt8Q4ge6kGeLb79ag/Ag8Y/uQacSI
p0F0mwPHiZDuwY1r2pSyXCGzG0vKze12+btgLIhu1O9BSKQYamZKLuNpUcDdGh2L
cHwPSBvHSGb2w+N5q7IYUuIXPpnVBDj5ksyvkE+i2UGnA45dDwQelriN+pxnZ1OE
ayYrbXt7f+6uuGnIZYVGqPIh+eoaN9vj0hUjyopzG/T8Ash1S77/ZFN61FJ/r7TP
DZeF8PiZZzpYmT/a4399
=S51H
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers