Your message dated Thu, 27 May 2021 19:48:40 +0000
with message-id <[email protected]>
and subject line Bug#984303: fixed in pyferret 7.6.4~beta-1
has caused the Debian Bug report #984303,
regarding pyferret: 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.)


-- 
984303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pyferret
Version: 7.6.3-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/pyferret_7.6.3-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.

[...]
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-035d78a5-a8e2-4853-90e7-ce2a9cb8a5b1
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

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

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package pyferret
dpkg-buildpackage: info: source version 7.6.3-3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Alastair McKinstry 
<[email protected]>
 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-11 platform_specific.mk.debian
cp: cannot stat 'debian/platform_specific.mk.debian.gfortran-11': 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.4~beta-1
Done: Alastair McKinstry <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 27 May 2021 20:14:42 +0100
Source: pyferret
Binary: python3-ferret python3-ferret-dbgsym
Architecture: source amd64
Version: 7.6.4~beta-1
Distribution: experimental
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Description:
 python3-ferret - Python3 wrapper for the Ferret visualization and analysis 
environ
Closes: 984303
Changes:
 pyferret (7.6.4~beta-1) experimental; urgency=medium
 .
   * New upstream release
   * Add platform file for gfortran-11. Closes: #984303
   * Also allow builds with libeditreadline-dev
Checksums-Sha1:
 75577da435c4e952b49e38beb102926802088841 2312 pyferret_7.6.4~beta-1.dsc
 af337c8683cfb54cdd3d367ac99126e9a8c4ed5d 41589696 
pyferret_7.6.4~beta.orig.tar.xz
 f0ae57f6fffb5603b33a86b27a40802172f1e34f 40620 
pyferret_7.6.4~beta-1.debian.tar.xz
 c81ff2ac278f70c9c51348f6d02bc1e9f2b8e4c6 15041 
pyferret_7.6.4~beta-1_amd64.buildinfo
 335ed2da1c7fd76a05d6a10e4f0f409d5ae458a0 255704 
python3-ferret-dbgsym_7.6.4~beta-1_amd64.deb
 60b9985a31b4426c0f50fb767a7831d7508b1915 2066928 
python3-ferret_7.6.4~beta-1_amd64.deb
Checksums-Sha256:
 5df267063d0ba82744a120dac354fec598e1a011f563604610ac21758f4ef95f 2312 
pyferret_7.6.4~beta-1.dsc
 1b81936009e07887b48ff24e1240b8c96bf1a2dfb54a997fbb16670790c850cd 41589696 
pyferret_7.6.4~beta.orig.tar.xz
 81fde3c25bec34cace7780e59b760079b7287ad9efef0f6a4893b286de6ff4fd 40620 
pyferret_7.6.4~beta-1.debian.tar.xz
 169029fa1e860eb144fb2d6ac8e3913e2995d2fa08cc267a688f3f49eb8dc135 15041 
pyferret_7.6.4~beta-1_amd64.buildinfo
 26bfc0a0b5c05879f2d3700674ceba09fc733b2fa412e195aea994b2f14949a2 255704 
python3-ferret-dbgsym_7.6.4~beta-1_amd64.deb
 6a5b7abbc2f6c8c57e4b9c58cc770f984bd651e510acf7ab01133fc434d09903 2066928 
python3-ferret_7.6.4~beta-1_amd64.deb
Files:
 af6b3ed73184530956baff6d14bb5174 2312 science optional 
pyferret_7.6.4~beta-1.dsc
 2a9c053f812c57521d2cb6f8b141799c 41589696 science optional 
pyferret_7.6.4~beta.orig.tar.xz
 8c0ffdca2662ef39324c87b38f493d02 40620 science optional 
pyferret_7.6.4~beta-1.debian.tar.xz
 4acc0ee01d5ff4cb93023e65328e278c 15041 science optional 
pyferret_7.6.4~beta-1_amd64.buildinfo
 9711a1c49d2409624df197301f63b6e1 255704 debug optional 
python3-ferret-dbgsym_7.6.4~beta-1_amd64.deb
 3c55b1d8ef0730a399e4f747e71f0645 2066928 python optional 
python3-ferret_7.6.4~beta-1_amd64.deb

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmCv89UACgkQy+a7Tl2a
06WUZA//dLbvZ6lz23mnI3sbuvrnPzfxb5qhPOa4Y6/JNn5S9yw74bVxsK3VnFV6
mm0kiU4xH1rZ3eaS6E5MwEcsgscgrrlgtYANfyN7HDng1GdhQEaJnEdiFwvs05Sg
lTZOgSWXc0Ep72OqUxQnmJWYFJKIv10ntgHkvyzmT0LdzGdLnRvRRJFrN2UoyI/D
+d2+W/G0jx0jL7IIyvSOAYqglkAE6d7ybosZvHGOoiTFlgko+nvlTKbUyFN24E9M
sfs+T070CPwI56MNnpp7Qk+zdQFWHXua53WVWr+t7auAzve2HbIrLsyHRSQPsBdg
HCsuLiaY0ZvCXCivkj+coeZYYgJddO9KUD/ZyYrbJitn+1GoPpod1vMtI7behQk+
PBlwWrEbyxCr9pm7diNdtVJt3LHqd/CfwC0WsheYrHDV4AnGDo/2Z3zN+0aP9fx2
xXPFUglGEM5t4eI+lZYBEFWQ/EQc1ENb6z8NPViUDk/8OrDw1zaPJaaMW4rRumD+
NoL8RyJDjT2sBlr3y/JDkEeDcw9dC/758gImm/5Qssio668Ix2hOCYBFBMOn8JSa
5MhiSlYskCCnYe/TFpKyFpLLUC2Z6sDMhy7gkk9vBpvtKHmHwZsCkopKZ9WbG0L+
jRBc7ReNx8BYUkbh6Y0MS4kTQJOOw8wjsQ8z6CmX1hDYrLHeUn8=
=/yzS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to