Your message dated Tue, 26 Jul 2022 07:33:55 +0000
with message-id <e1ogf4l-000182...@fasolo.debian.org>
and subject line Bug#1012924: fixed in ferret-vis 7.6.0-5
has caused the Debian Bug report #1012924,
regarding ferret-vis: 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.)


-- 
1012924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012924
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ferret-vis
Version: 7.6.0-4
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/ferret-vis_7.6.0-4_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.

[...]
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
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-0d65b210-03d4-42bd-bdef-db23d27cdfa1
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 ferret-vis
dpkg-buildpackage: info: source version 7.6.0-4
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 --with elpa
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# use system xpm.h, not supplied ones
rm -f fer/gui/xpm*.h
find . -type l  -delete
find . -name '*.o' -delete
find . -name '*.so' -delete
find external_functions -type l -exec rm {} \;
[ ! -f site_specific.mk ] || /usr/bin/make -C gksm2ps clean
[ ! -f fer/platform_specific_flags.mk.debian ]  || /usr/bin/make -C fer clean 
HOSTTYPE=debian 
rm -rf lib gksm2ps/gksm2ps fer/ferret_c*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/ferret-vis.substvars debian/ferret-datasets.substvars 
debian/files
        rm -fr -- debian/ferret-vis/ debian/tmp/ debian/ferret-datasets/
        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 --with elpa
   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>>'
sed -e 's%@ARCH@%x86_64-linux-gnu%' \
        -e 's%@LIBDIR@%/usr/lib/x86_64-linux-gnu%' \
        -e 's%@INSTALLDIR@%/<<PKGBUILDDIR>>/debian/tmp%' \
        < debian/site_specific.mk.in > site_specific.mk
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:29: site_specific.mk] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ferret-vis
Source-Version: 7.6.0-5
Done: Alastair McKinstry <mckins...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ferret-vis, 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 1012...@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 ferret-vis 
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 09:24:58 +0100
Source: ferret-vis
Architecture: source
Version: 7.6.0-5
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1012924
Changes:
 ferret-vis (7.6.0-5) unstable; urgency=medium
 .
   * Add platform file for gfortran-12. Closes: #1012924
   * Standards-Version: 4.6.1
Checksums-Sha1:
 efb66047048cdc944b3d0b2e5edf00ab19cb4ec7 2175 ferret-vis_7.6.0-5.dsc
 e11820daf4324a8db1f970e5351a5b2dae0d9d49 43300 ferret-vis_7.6.0-5.debian.tar.xz
Checksums-Sha256:
 32b1017d16b3b083756ad3d62e5abc7d81ae822597e8fe1d36875862aaa11095 2175 
ferret-vis_7.6.0-5.dsc
 5f234f78d524c0a6d9f7a1f3ac52e847be7cfdaa09e50bd06ff42ee672a53d0b 43300 
ferret-vis_7.6.0-5.debian.tar.xz
Files:
 105a0d57a55e30adf13b98df9b978a19 2175 utils optional ferret-vis_7.6.0-5.dsc
 727bbf7485fb09c791b74113b47a4d1b 43300 utils optional 
ferret-vis_7.6.0-5.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmLflq4ACgkQy+a7Tl2a
06Wc0g//efberGwcuf6NgKuPb8YFNk4T/T7sis0jl06LcDqWRybLOqV598x+Lcqz
1X2qWgHPAyNRyVMJV8rYg8GWKE6eVIhamOtv6FWpCv19DovmiHh4cXd9KIqjH4+i
LETKkDB9IvxOWJmllrRp4P9PSK/wGu0qi/MTVjQzxQrHq9PSdpN1e8GBwnW3wAaP
VtJ3QHD2Jcg+ttCN+yfP/vLRDQFMzce6REysnjdwYDvRgq/+hbtH48mfSGJvra3w
1WlLxqcV8qVyR6YxoE1S/4KFPTPz1MojRV+IeH3gC7VGNE/JwX4A3IxFgQmq79pX
LZiDr2sNDzHlkA3Ih9EVqCfoomjqtyXnL+3/xyGTw5YFcApENt++PPNjK6atYnFs
9oVqVVZbytUZn/0AmW/xqZf90N4G5H804psq+Hzg+xBwLRhNlJ4/9JKSZCXGWguS
hSctSXP7VXJR6StQh6n0RzScaB8H4gnC2Avq+b1vi+H3JW+rH0sF0T470yhMmu9I
d5wlNUQXajuBjtPDR3PaIlfFf8gfDWHFM7ZIxSxuAeEGIIAlP0DX0Z2C4gZsWwDl
t28/4LymMfUg9jwGZ0PAbs2ithqLDrWagYhPUIGs9y4JlxeeTUbe5gvviP3ES2lM
UuPPl2FhgXvlWDF86A9EcLpC1+3gxNvihpSMQ7jP4b7Is+OUfdk=
=0yuH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to