Your message dated Tue, 26 Jul 2022 08:39:16 +0000
with message-id <e1ogg60-000624...@fasolo.debian.org>
and subject line Bug#1013019: fixed in pyferret 7.6.5-2
has caused the Debian Bug report #1013019,
regarding pyferret: ftbfs with GCC-12
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.)


-- 
1013019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013019
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyferret
Version: 7.6.5-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/pyferret_7.6.5-1_unstable_gcc12.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.

[...]
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-6c5007fc-b4be-4f0c-af95-4d595d6c1c33
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package pyferret
dpkg-buildpackage: info: source version 7.6.5-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Alastair McKinstry 
<mckins...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean 
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# use system xpm.h, not supplied ones
rm -f fer/gui/xpm*.h
rm -rf ./build ./install
find . -type l  -delete 
find . -name '*.o' -o -name '*.so'  -delete
[ ! -f platform_specific_flags.mk.debian ]  || /usr/bin/make  clean 
HOSTTYPE=debian 
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-ferret.substvars debian/files
        rm -fr -- debian/python3-ferret/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
 debian/rules build
dh build 
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        install -d /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Missing files from 7.6.3; taken from git HEAD
cp debian/missing/load_dsg_mask_ftrset_var.F  fer/gnl
cp debian/missing/reload_dsg_ftrmaskvar.F  fer/gnl
cp debian/missing/disp_data_set_up.F   fer/plt
cp debian/missing/dsg_traj_alongxy_setup.F fer/plt
cp debian/missing/plot_vs_set_up.F  fer/plt
cp debian/missing/tm_dsg_ftrset_facts.F fmt/src
cp debian/missing/make_dsg_ftrset_mask.F fer/utl
cp debian/missing/make_dsg_feature_mask_dirs.F  fer/utl
cp debian/missing/dsg_pltalong_setup.F fer/plt
cp debian/platform_specific.mk.debian.gfortran-12 platform_specific.mk.debian
cp: cannot stat 'debian/platform_specific.mk.debian.gfortran-12': No such file 
or directory
make[1]: *** [debian/rules:40: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pyferret
Source-Version: 7.6.5-2
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyferret, 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 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated pyferret 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, 25 Jul 2022 11:28:04 +0100
Source: pyferret
Architecture: source
Version: 7.6.5-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1013019
Changes:
 pyferret (7.6.5-2) unstable; urgency=medium
 .
   * Add platform file for gfortran-12. Closes: #1013019
   * Standards-Version: 4.6.1; no changes required
Checksums-Sha1:
 0fc2248d77a13a5dd2e04c5f1a767380722d8265 2277 pyferret_7.6.5-2.dsc
 d26f6b97a2e7d194bf07cc8b4e599eadc8f5dcfb 40764 pyferret_7.6.5-2.debian.tar.xz
Checksums-Sha256:
 a45f65f8c6850f03e06a67dea746263138fc51c941d40523ee6b3d53e9c2e30b 2277 
pyferret_7.6.5-2.dsc
 2757fe2ad1b8baedf15c9177b694175cb2cfaa0912e1bb37431e759f5f025312 40764 
pyferret_7.6.5-2.debian.tar.xz
Files:
 1bb07645a7467098a7aa3f6d0e0811fc 2277 science optional pyferret_7.6.5-2.dsc
 a943a827dee0a020b688ec344a4ac05f 40764 science optional 
pyferret_7.6.5-2.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmLfmykACgkQy+a7Tl2a
06U9HhAArEdn31lMGjnH11lO6/ATWDM7Wb5sEWDZbo3JKUmSBLhupu2CgsnRrXcr
J6IfCHiHoV8z3p1ynO1oWyTJ4NtatkVZBWgs5U2rha7Zs3lY4wzmQtuR8N3StC9J
nXgMsUfSEkWBXzALxQt97iovSBiMmej7Gbx/iA0DidgZqYQWOebceXFSrrwhpOvC
0vLFFPX63Iq4MbnCO69gsdfHrLDknyzRTEqNJuA2UeKLFLQRjUmMZR8Raltuv1Pf
g3if7K13dI7j5Nc1bDULss/XR1LjsS/XSUtZ9Grljh0WPJW8lTpslTKKP6f8C8pO
pWozastwOi3j3EYWOsKlmVx6O5u6oRp0TSut5XB7TbrWfhTbNlZ76nEFvwH7qido
XvFWNYfz/zR1iwgT1px6yeV/VZCP74/ufHpu6/JK1ADKGhSUhvhFL7xJ/bEdpQys
bzcwInt0exgtzn1EvMIxHYWAkQJkRSsAdcKGrIGtv6tF9YDHAQy9eNfVmE288A4s
tiMfbZmWG+hmrh7HpDkZlsYWp+YDsEvMb0IrF7PskccRrqiZCTRs7kyb9eJuUL80
HbQ5pSkfZ5jvjtWJPxaJkoNxTq4I7NH+YoAPchRN1/lIa0DrGQvmrNpjigotd+hx
XwC/+ko0WPAfxtC/aMkFlFiywDtDg5cbEa4lLjQhGEdH6NgpGrI=
=oj7b
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to