Your message dated Wed, 08 Jul 2015 13:20:55 +0000
with message-id <e1zcpht-0003i8...@franck.debian.org>
and subject line Bug#768044: fixed in freefem3d 1.0pre10-3.3
has caused the Debian Bug report #768044,
regarding freefem3d: FTBFS on ppc64el -- workaround and usage of autoreconf
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.)
--
768044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768044
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freefem3d
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Dear Maintainer,
The package freefem3d fails to build from source on ppc64el.
The compilation breaks due to the usage of keywords that conflict with gcc
macros
(vector and bool).
Unsetting __vector fixes that, so I added it as a workaround for ppc64el only,
in debian/rules.
I also added the usage of dh-autoreconf, which is recommended.
Thanks.
Fernando
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -Nru freefem3d-1.0pre10/debian/changelog freefem3d-1.0pre10/debian/changelog
--- freefem3d-1.0pre10/debian/changelog 2014-02-16 08:03:12.000000000 +0000
+++ freefem3d-1.0pre10/debian/changelog 2014-11-04 12:56:28.000000000 +0000
@@ -1,3 +1,9 @@
+freefem3d (1.0pre10-3.2ppc64el1) UNRELEASED; urgency=medium
+
+ * debian/rules: added dh-autoreconf and workaround to undef __vector to avoid conflict with the gcc macro.
+
+ -- Fernando Seiti Furusato <ferse...@br.ibm.com> Tue, 04 Nov 2014 12:55:46 +0000
+
freefem3d (1.0pre10-3.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru freefem3d-1.0pre10/debian/control freefem3d-1.0pre10/debian/control
--- freefem3d-1.0pre10/debian/control 2014-02-16 08:02:09.000000000 +0000
+++ freefem3d-1.0pre10/debian/control 2014-11-04 12:39:15.000000000 +0000
@@ -6,7 +6,7 @@
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/freefem3d/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/freefem3d/trunk/
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), automake1.11, libtool (>= 1.5), doc-base, bison, texlive, texlive-latex-extra
+Build-Depends: cdbs (>= 0.4.23-1.1), dh-autoreconf, debhelper (>= 4.1.0), automake1.11, libtool (>= 1.5), doc-base, bison, texlive, texlive-latex-extra
Package: freefem3d
Architecture: any
diff -Nru freefem3d-1.0pre10/debian/rules freefem3d-1.0pre10/debian/rules
--- freefem3d-1.0pre10/debian/rules 2014-02-16 08:02:09.000000000 +0000
+++ freefem3d-1.0pre10/debian/rules 2014-11-04 12:38:59.000000000 +0000
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/m4
@@ -13,6 +14,11 @@
DEB_AUTO_UPDATE_AUTOCONF = yes
DEB_AUTO_UPDATE_AUTOHEADER = yes
+BUILD_ARCH_CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
+ifeq ($(BUILD_ARCH_CPU), ppc64el)
+ CPPFLAGS+=-U__vector
+endif
+
clean::
rm -f aclocal.m4 config.guess config.h.in config.sub install-sh
rm -f libtool ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
--- End Message ---
--- Begin Message ---
Source: freefem3d
Source-Version: 1.0pre10-3.3
We believe that the bug you reported is fixed in the latest version of
freefem3d, 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 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated freefem3d 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: Wed, 08 Jul 2015 13:46:44 +0200
Source: freefem3d
Binary: freefem3d
Architecture: source amd64
Version: 1.0pre10-3.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
freefem3d - Language and solver for partial differential equations in 3D
Closes: 768044 777855
Changes:
freefem3d (1.0pre10-3.3) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/rules: added dh-autoreconf and workaround to undef __vector to avoid
conflict with the gcc macro (Fernando Seiti Furusato). Closes: #768044.
* Fix build failure with GCC 5. Closes: #777855.
* Build with -std=gnu++98.
Checksums-Sha1:
a2b17751c1cffaa38a8e87e556b4c65575884a6b 2061 freefem3d_1.0pre10-3.3.dsc
3e5fd25a7535f4ded06f2f7675cd311a3b765fc5 8260
freefem3d_1.0pre10-3.3.debian.tar.xz
89cb719dcb790683d471a9f392e36b0730bdb1f8 4017402
freefem3d_1.0pre10-3.3_amd64.deb
Checksums-Sha256:
4cb2dfee048ec48f13d68938ac03bddbaacc46cef520308658e1b5b7f4e323d7 2061
freefem3d_1.0pre10-3.3.dsc
d577fca05ca2042f134a1c409cd923e0f21202618e7cc39121013d4028342d9f 8260
freefem3d_1.0pre10-3.3.debian.tar.xz
9aa4ecb1751b8d7c4d4fe405f57396d060d44398e0b505edfe308d25599320d1 4017402
freefem3d_1.0pre10-3.3_amd64.deb
Files:
9960d13d8622fbe5e363654abe7873c9 2061 math optional freefem3d_1.0pre10-3.3.dsc
302046c669456faa936af8c24f16df9e 8260 math optional
freefem3d_1.0pre10-3.3.debian.tar.xz
3ebf3012a3ccdb7ece9fa6386b846f4a 4017402 math optional
freefem3d_1.0pre10-3.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVnSCcAAoJEL1+qmB3j6b1bSIQAM0F70EA7KTq+I9BH72vNTpo
LUjTIdaoXg4ub/D8/JGpd6Um2tdgSAgLfKAXJiWACrkUyJY8/9BNXKAnSYgFUu4y
B+XaZVoQ7HLXuakJYUDExFQJxKbfEisE+8r9G0lJC9z/m9nltacyC48seP9GFadG
95eYaNvHtAnFl4eV+TjSmMuLq1JmWF0caOL+IpGPxJeUYPQMyxsCdw39XpFhO5AG
DAkPW1vDC7Ck9cbfKLKAJUxoz8nZdymHtPsvv1nTOvlih34VPGvnZ6TuDMpG3t5A
nfLptl0W7vB7d1WEPKA3PF+k4HjXxhV8YZm2fNzPTKaNSdc9xsrmorTJv3x88UHU
biXQjMncuD/uMBHVQYQ3kn2qna0k5I+WV1f0SoTIjB2ezFool1hFEbSVv0Y33y3n
JAbSKfNL02MwDQLieVp1JAks2qIiQBnf1otHarWvRozHTuiHIyz6HQq51b+1DiXy
aDxvc6jxPiEZQ76z82sxsVNZhpDvRJfshoHgGdo8cskxfzWwjZo//thTu2hM1348
H/LHpVTf4o8j9jWGEc2VvztiYtreBoXUvTXi67wDo0nMM3F0cD2fk/b/nOXv7ET2
WqNtXUsRmdLIcCaFioNG9/GswENCrxwHlfTnsTz7PJRHUwDNCXYQ/ZdnMc7XQyMM
cQ3utQSIEwxLVgBJP4z9
=WOUS
-----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