Your message dated Tue, 11 Sep 2018 16:49:10 +0000
with message-id <[email protected]>
and subject line Bug#897711: fixed in auto-07p 0.9.1+dfsg-6
has caused the Debian Bug report #897711,
regarding auto-07p: ftbfs with GCC-8
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.)
--
897711: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897711
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:auto-07p
Version: 0.9.1+dfsg-4
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/auto-07p_0.9.1+dfsg-4_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html
[...]
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c optimization.f90 -o
../lib/optimization.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c parabolic.f90 -o
../lib/parabolic.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c timeint.f90 -o ../lib/timeint.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c main.f90 -o ../lib/main.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c blas.f -o ../lib/blas.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c lapack.f -o ../lib/lapack.o
rm -f ../lib/libauto_c.a
gcc -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=. -fstack-protector-strong
-Wformat -Werror=format-security -fPIC -O -c user_c.c -o user_c.o
ar cr ../lib/libauto_c.a user_c.o
rm -f user_c.o
make[2]: Leaving directory '/<<BUILDDIR>>/auto-07p-0.9.1+dfsg/07p/src'
# work around case insensitive filesystems
cd ./cmds; for cmd in @H @LB @R @RD; do \
if test ! -r $cmd; then \
cp -p @$cmd $cmd; \
fi \
done
cd ./util;make
make[2]: Entering directory '/<<BUILDDIR>>/auto-07p-0.9.1+dfsg/07p/util'
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c utility.f90 -o utility.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O autlab.f90 utility.o -o ../bin/autlab
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O double.f90 -o ../bin/double
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O triple.f90 -o ../bin/triple
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O keeplp.f90 utility.o -o ../bin/keeplp
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O keepbp.f90 utility.o -o ../bin/keepbp
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O keepsp.f90 utility.o -o ../bin/keepsp
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O keepuz.f90 utility.o -o ../bin/keepuz
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O deletelp.f90 utility.o -o
../bin/deletelp
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O listlabels.f90 utility.o -o
../bin/listlabels
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O reduce.f90 utility.o -o ../bin/reduce
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O -c ../src/f2003.f90 -o compat.o
gfortran -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/auto-07p-0.9.1+dfsg=.
-fstack-protector-strong -fPIC -fopenmp -O relabel.f90 compat.o -o
../bin/relabel
make[2]: Leaving directory '/<<BUILDDIR>>/auto-07p-0.9.1+dfsg/07p/util'
cd ./plaut;make
make[2]: Entering directory '/<<BUILDDIR>>/auto-07p-0.9.1+dfsg/07p/plaut'
gfortran -O -c plautdev.f -o plautdev.o
gfortran -O -c plautint.f -o plautint.o
gfortran -O -c plautlib.f -o plautlib.o
plautlib.f:6777:48:
CALL ARROWL(I,XC(I,2),YC(I,2),ALFA,DA,ANGLE,XC,YC,ICODE)
1
Error: Actual argument contains too few elements for dummy argument 'angle'
(3/4) at (1)
make[2]: *** [Makefile:14: plautlib.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/auto-07p-0.9.1+dfsg/07p/plaut'
make[1]: *** [Makefile:31: plaut] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/auto-07p-0.9.1+dfsg/07p'
dh_auto_build: cd 07p && make -j1 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: auto-07p
Source-Version: 0.9.1+dfsg-6
We believe that the bug you reported is fixed in the latest version of
auto-07p, 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.
Sergey B Kirpichev <[email protected]> (supplier of updated auto-07p 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: Tue, 11 Sep 2018 16:50:54 +0300
Source: auto-07p
Binary: auto-07p
Architecture: source amd64
Version: 0.9.1+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Sergey B Kirpichev <[email protected]>
Description:
auto-07p - software for continuation and bifurcation problems in ODE
Closes: 897711
Changes:
auto-07p (0.9.1+dfsg-6) unstable; urgency=medium
.
* Fix ftbfs for GCC-8 (Closes: #897711)
Checksums-Sha1:
2d19447e894004a5c3cb1bbf26eb1ec5df859d21 2010 auto-07p_0.9.1+dfsg-6.dsc
73c1bf58950cfe197c3829b0d3010de53a21036d 5972
auto-07p_0.9.1+dfsg-6.debian.tar.xz
8d1b768e2a6b1fe872eb385716d7139aee87b114 6935
auto-07p_0.9.1+dfsg-6_amd64.buildinfo
8ff3ba214fddbcaee19f75a8c6a70b4d30103373 2668480
auto-07p_0.9.1+dfsg-6_amd64.deb
Checksums-Sha256:
b27a050e78ef655efb8bf1acc5d18b0a92adf4913878ac50dd5a75068b58ca3c 2010
auto-07p_0.9.1+dfsg-6.dsc
bbc783b88432a482117ab42429e33c590e91d390d6b2cce7bbe4e839be50e98e 5972
auto-07p_0.9.1+dfsg-6.debian.tar.xz
b1295e4b61da3978c26b9791786eea52eb86612ef7cb99efbdc3fb4936e50f7a 6935
auto-07p_0.9.1+dfsg-6_amd64.buildinfo
d0b3899434bd5c39eb7cf14678b14636b565121799315d7b710ab550252a8d25 2668480
auto-07p_0.9.1+dfsg-6_amd64.deb
Files:
c78f11ad80a7e916632bcd7eb64d1008 2010 math optional auto-07p_0.9.1+dfsg-6.dsc
fe1deeb40bf20327323a5d57226baac0 5972 math optional
auto-07p_0.9.1+dfsg-6.debian.tar.xz
2a5815c9061cff5d25bd5503860a1fd7 6935 math optional
auto-07p_0.9.1+dfsg-6_amd64.buildinfo
bcfcd21cae45d2372fb1a5db703bc82b 2668480 math optional
auto-07p_0.9.1+dfsg-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE22Z64ufHku9jdO/fOcmgtkAmKvAFAluX71AACgkQOcmgtkAm
KvCn7g//URJSb8EtFfAKFZeZWc5K0HXP2uEZFYYHYfZoTicihx/qCI+zX7/2o1Jz
1oouK/wfXGuIuNQOIV7p+WOBhabRtxTOCf8pgg6EAatyyV0cqHJ3YPDcTNGrGWM/
1TpWiwASkL4AIQnchza396LvSB062lJNO21ClPbOVIM5i9T7xzD0Dj3pHUqLlfwV
5ZSwkbC31R7yPHyzQPHWVqyQul0eJXI4M2swsbrWUStgrmupxg+LyaybkYsB7dnX
WhDFMVg6Qig5OZsRDAmR51UBUBM6Ly5PnrWnff0bQDN4wACHVLH4EgsggNpp5VyJ
XDujuTJXjBbODtXVFcAe5B7uGSJz9xQ8HERTpYhQZwAbOn4VrYz66ROI+0urc4Qe
wWzGX48ZUImq5QntSP2yvP9YK0mpckf50oUjDf2xErIWCRSYjuqvzCQnQ1uCn0EI
AfcjNw2h8lIrpSs5uXEs42RmSaOnOSwIHFLWsC6qmJInNJcNV+plmmk/Nb8Q2SI+
dFt2tsTF/X4ZI9UIPdPpyYhNcOCGSjVAhmWQAxVzW877HbmggnxWJjlvVoMUwtXU
ttdAtFPTtK9iZv1BhMwUt1mdCZDeeAsQzSqqGpF27LxUNb0Nk5qHrfDBCafEIANu
w+U9pm3EKQbbe38MV8bFeD4EngGxBIuHlhXSbhqEQ4by6wPG14U=
=P5Xf
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers