Your message dated Tue, 17 Aug 2021 06:20:32 +0000
with message-id <[email protected]>
and subject line Bug#984265: fixed in octave-optiminterp 0.3.6-5
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-5
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: Mon, 16 Aug 2021 12:44:02 -0300
Source: octave-optiminterp
Architecture: source
Version: 0.3.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Octave Group <[email protected]>
Changed-By: Rafael Laboissière <[email protected]>
Closes: 984265
Changes:
 octave-optiminterp (0.3.6-5) unstable; urgency=medium
 .
   * Upload to unstable (really, closes: #984265)
Checksums-Sha1:
 6d322ac55c56a478e2b6ad66e5a3214ce8f74d23 2089 octave-optiminterp_0.3.6-5.dsc
 4e12b735856b49a8de36d08c1272057abadd0221 4556 
octave-optiminterp_0.3.6-5.debian.tar.xz
 bf865d00fe3ee6da2ea14423f8a45da2a530a1f4 20161 
octave-optiminterp_0.3.6-5_amd64.buildinfo
Checksums-Sha256:
 6b474722c4423fabd4e331314ccb946ea7d39d49c2357e07a7bf6cc9b87694d1 2089 
octave-optiminterp_0.3.6-5.dsc
 0687ddf7830872a6297f4c8cdbc2c238dbe616357a27c21a8908df2aec900a48 4556 
octave-optiminterp_0.3.6-5.debian.tar.xz
 9713460fd392bb94756ae9e06e00a8cddc8f4e12cd842535db4283c30cda6e15 20161 
octave-optiminterp_0.3.6-5_amd64.buildinfo
Files:
 c4577b2237b9bdc09434862d07a5d759 2089 math optional 
octave-optiminterp_0.3.6-5.dsc
 6a5cea6b969caa636f75ab63c77643a1 4556 math optional 
octave-optiminterp_0.3.6-5.debian.tar.xz
 a1be3cf5a7b9395e022eb62baa3dee4e 20161 math optional 
octave-optiminterp_0.3.6-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmEbUGQACgkQISSqGYN4
XJDWqQ//T8ec5eFOKfVBXrX+QEzd+9XJn+zmbL3EFMpSEMFyuWf8k75zAxkG0Ztj
Vs1EThpH546LOO9l/f/hPwJbB1wuuRm0GEFVDVfZ3kVtbkL11DBQ+NYZt/uuidUE
KEAuIx40lcCCt3xBHzhUw/xeY9Qhn7GaRC285Bv/Z54xn6m6YOlC0mIzzuL7or0t
BbEesH9ycE1c/7mdcA7JxU17AkmlW4S9+RIjdTZGnv3CaSCvToh/M0ffeUy3Easu
OfxejWSMe6ZtowGzbTVOi+7e+VJvTXRpf9ogBT+wIPSWBK8eJez5kh9vQV0HZE/p
ErFswtPNoYqI8vbC8xbk5r6uyKRvJ3KBMWB/0etJ+EOfGrQhWdY1Y8kAL2qXHRAY
saWPLG6w8lxy1pRQvEpNLDeZ084TWGW7ujS4RGSV8rwApQc3H6CJM1j9WsW9RQhu
cNR3VGRRN//lYSqf45htd7O3paSnaGTFBDjSNPDHylIOwMHQwnb6CMecPkzweS1E
X1gOBFVfaipg6vrNvDgWZBidlTIsc1HWwPHqxkeKt2dS1bbDiPQF26lCyno9XL7/
HArLLMobu+P0GhDWWY3L1XoI2Mvlm9SFCg+vcm0OAMPQx35tmVq1hQaiWN4Sk8MK
AwWpiWOZRkW6RpnU6isT3s6RJw+N8feVObBOri7QpM16kGZOgDE=
=ToAD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to