Your message dated Wed, 07 Jul 2021 08:17:16 +0000
with message-id <[email protected]>
and subject line Bug#984265: fixed in octave-optiminterp 0.3.6-4
has caused the Debian Bug report #984265,
regarding octave-optiminterp: ftbfs with GCC-11
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.)
--
984265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:octave-optiminterp
Version: 0.3.6-3
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/octave-optiminterp_0.3.6-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
Checking the Octave version... ok
dh_auto_configure -O--buildsystem=octave
dh_auto_build -O--buildsystem=octave
dh_auto_test -O--buildsystem=octave
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=octave
dh_prep -O--buildsystem=octave
dh_auto_install -O--buildsystem=octave
octave --no-gui --no-history --silent --no-init-file --no-window-system
/usr/share/dh-octave/install-pkg.m
warning: creating installation directory
/<<PKGBUILDDIR>>/debian/octave-optiminterp/usr/share/octave/packages
warning: called from
install at line 36 column 5
pkg at line 568 column 9
/usr/share/dh-octave/install-pkg.m at line 43 column 1
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mkoctfile... /usr/bin/mkoctfile --verbose
checking for octave-config... /usr/bin/octave-config
checking for F77_FUNC... g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/include/octave-6.1.1~hg.2021.01.26/octave/..
-I/usr/include/octave-6.1.1~hg.2021.01.26/octave -pthread -fopenmp -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security conftest.cc -o conftest.o
yes
checking for octave... /usr/bin/octave
checking for VERSION in octave-config... 6.1.1~hg.2021.01.26
checking for mkoctfile... mkoctfile
checking whether we are using the GNU Fortran compiler... yes
checking whether mkoctfile accepts -g... yes
checking for Fortran flag to compile .F90 files... none
checking whether mkoctfile accepts Fortran 90... yes
configure: creating ./config.status
config.status: creating Makefile
octave optiminterp is configured with
octave: /usr/bin/octave (version 6.1.1~hg.2021.01.26)
mkoctfile: /usr/bin/mkoctfile --verbose for Octave 6.1.1~hg.2021.01.26
octave-config: /usr/bin/octave-config for Octave 6.1.1~hg.2021.01.26
optiminterp toolbox: yes
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
warning: LFLAGS is deprecated and will be removed in a future version of
Octave, use LDFLAGS instead
/usr/bin/mkoctfile --verbose -DHAVE_OCTAVE_61 -v -c optiminterp.cc
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/include/octave-6.1.1~hg.2021.01.26/octave/..
-I/usr/include/octave-6.1.1~hg.2021.01.26/octave -pthread -fopenmp -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DHAVE_OCTAVE_61 optiminterp.cc -o optiminterp.o
FFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong"
/usr/bin/mkoctfile --verbose -DHAVE_OCTAVE_61 -v -c optimal_interpolation.F90
gfortran -c -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -DHAVE_OCTAVE_61 optimal_interpolation.F90 -o
optimal_interpolation.o
optimal_interpolation.F90:289:31:
289 | call dsyev ('V', 'U', N, A, N, D, work, size (work), info)
| 1
......
317 | call dsyev('V','U', N, dummy,N, dummy, rwork, -1, info )
| 2
Error: Rank mismatch between actual argument at (1) and actual argument at (2)
(scalar and rank-2)
make[1]: *** [Makefile:51: optimal_interpolation.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
error: pkg: error running 'make' for the optiminterp package.
error: called from
configure_make at line 110 column 9
install at line 198 column 7
pkg at line 568 column 9
/usr/share/dh-octave/install-pkg.m at line 43 column 1
dh_auto_install: error: octave --no-gui --no-history --silent --no-init-file
--no-window-system /usr/share/dh-octave/install-pkg.m returned exit code 1
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: octave-optiminterp
Source-Version: 0.3.6-4
Done: Rafael Laboissière <[email protected]>
We believe that the bug you reported is fixed in the latest version of
octave-optiminterp, 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.
Rafael Laboissière <[email protected]> (supplier of updated octave-optiminterp
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: Wed, 07 Jul 2021 03:17:00 -0300
Source: octave-optiminterp
Architecture: source
Version: 0.3.6-4
Distribution: experimental
Urgency: medium
Maintainer: Debian Octave Group <[email protected]>
Changed-By: Rafael Laboissière <[email protected]>
Closes: 984265
Changes:
octave-optiminterp (0.3.6-4) experimental; urgency=medium
.
* d/control: Bump Standards-Version to 4.5.1 (no changes needed)
* d/p/compile-with-gfortran-10.patch: Refresh for gfortran v11
(Closes: #984265)
Checksums-Sha1:
bd69401437c1113dfa90b3fca7321657083cec3a 2089 octave-optiminterp_0.3.6-4.dsc
e6c15b63b58e663acafe7a52a58b918d6bd26b2b 4488
octave-optiminterp_0.3.6-4.debian.tar.xz
1e59b3ca7ea1cc5c48c4d8f06af507b074bd5725 20529
octave-optiminterp_0.3.6-4_amd64.buildinfo
Checksums-Sha256:
bce6aab3a67023f0f9dfe734e99113546f8e6fd419f25ee080df56482f6b1e38 2089
octave-optiminterp_0.3.6-4.dsc
85b090d05e4710893cee855b295efa184b3bbc3f78764b8bbe291fbc1303cc28 4488
octave-optiminterp_0.3.6-4.debian.tar.xz
8bbf8a18a2a1fd3b6f8393c791526d424cd2bc76a2721833ec3c27f178b61a61 20529
octave-optiminterp_0.3.6-4_amd64.buildinfo
Files:
aa99dddad03df99bc384a03a42f3bad6 2089 math optional
octave-optiminterp_0.3.6-4.dsc
6d371e92e7012e3e3825f7ce32b68e60 4488 math optional
octave-optiminterp_0.3.6-4.debian.tar.xz
a040211f67646873d95467cabe5bf3b8 20529 math optional
octave-optiminterp_0.3.6-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmDlW3gACgkQISSqGYN4
XJDkcw//c61rLdJLWeshXQTua/+XX/mXzQSqEx6iPs3JODDV9aPjrUzgT92R/XcC
ipdsyPX3BSK1g7lhnoGjwFxfqWpqe0PJQrlKjl/9mXghulIWR9JeMRMph9MVlBVR
KB89FEmMk4m7VZ1qqe1i7u2e6yEn1dmfV8gfv/6SDwt//MDTZ4Zv0hlI+htzN6tg
HCpwzuUVUivCBOMs5iwxP/SoZBxUCcmyvU2Eg1zka3TRxPKcuVuNTY2bTpmD/NmH
YscWWW9AYX+YLak8d6YH7Cf+w3/LMiQ93doHvnJZ38tLFzn1e/yVrRWKF4qP/G1W
g3CoaS1CjyE9A20e7lJ32Qou/HISnCneHlEoseQ34NSnaBL3drmw4gGAVxcloP2z
oexOlmgfFZvtI4n6TrAAzY1MLi0CeWGd0AhYEiaMXMicMJwI+thn7ADJEZS0DlKp
MTIV5LdoFbd+3j6tlKfwuDaSTu3LLpoSqIEjd0RHuH7wFbuN62fhaxFgey694g3X
GJEIsmUmpZaD+vsAvUNnwMRugngeeF/wI7jNChth0KPMpzQ4oI1fv6qJQRCa5Hnj
CZaQj+Pwpp+Rbpurnuql7OYhq1VMUnNOTW3M+E3mOAnJ9QEWIG/g5NL+H+JfJ2Eo
plqp85i0+UdEuv82vW9yDiY9Np7GWsX6h+mo24FCE75eHJJ1qnc=
=nutk
-----END PGP SIGNATURE-----
--- End Message ---