Your message dated Thu, 08 Aug 2024 21:11:42 +0000
with message-id <e1scaqa-000dhd...@fasolo.debian.org>
and subject line Bug#1075705: fixed in zfs-fuse 0.7.0-28
has caused the Debian Bug report #1075705,
regarding zfs-fuse: ftbfs with GCC-14
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.)


-- 
1075705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:zfs-fuse
Version: 0.7.0-27
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

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

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/zfs-fuse_0.7.0-27_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
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-efa423ad-7261-406b-a401-17c3ba319b6e
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 zfs-fuse
dpkg-buildpackage: info: source version 0.7.0-27
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Andreas Beckmann <a...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
scons --no-cache -C src debug=1 optim=-O2 -ccc
scons: Entering directory `/<<PKGBUILDDIR>>/src'
scons: Reading SConscript files ...
/<<PKGBUILDDIR>>/src/SConstruct:76: SyntaxWarning: invalid escape sequence '\d'
  if re.compile('i\d86').match(arch):
scons: done reading SConscript files.
scons: Cleaning targets ...
scons: done cleaning targets.
rm -f src/.sconsign.dblite
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
scons --no-cache -C src debug=1 optim=-O2
scons: Entering directory `/<<PKGBUILDDIR>>/src'
scons: Reading SConscript files ...
/<<PKGBUILDDIR>>/src/SConstruct:76: SyntaxWarning: invalid escape sequence '\d'
  if re.compile('i\d86').match(arch):
scons: done reading SConscript files.
scons: Building targets ...
gcc -o cmd/stat/common/timestamp.o -c -pipe -Wall -std=c99 -Wno-switch 
-Wno-unused -Wno-missing-braces -Wno-parentheses -Wno-uninitialized 
-fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-DTEXT_DOMAIN=\"zfs-fuse\" -ggdb -DNDEBUG -O2 -DLINUX_AIO 
-Ilib/libuutil/include -Ilib/libnvpair/include -Ilib/libumem/include 
-Ilib/libzfscommon/include -Ilib/libzfs/include -Ilib/libsolcompat/include 
-Ilib/libavl/include -Icmd/stat/common cmd/stat/common/timestamp.c
gcc -o cmd/zdb/ptrace.o -c -pipe -Wall -std=c99 -Wno-switch -Wno-unused 
-Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\"zfs-fuse\" 
-ggdb -DNDEBUG -O2 -DLINUX_AIO -Ilib/libavl/include -Ilib/libnvpair/include 
-Ilib/libumem/include -Ilib/libzfscommon/include -Ilib/libzpool/include 
-Ilib/libsolcompat/include -Ilib/libzfs/include cmd/zdb/ptrace.c
In file included from lib/libsolcompat/include/sys/types.h:89,
                 from /usr/include/stdlib.h:514,
                 from cmd/zdb/ptrace.c:47:
lib/libsolcompat/include/sys/time.h: In function 'gethrtime':
lib/libsolcompat/include/sys/time.h:62:17: error: implicit declaration of 
function 'abort' [-Wimplicit-function-declaration]
   62 |                 abort();
      |                 ^~~~~
lib/libsolcompat/include/sys/time.h:37:1: note: include '<stdlib.h>' or provide 
a declaration of 'abort'
   36 | #include <time.h>
  +++ |+#include <stdlib.h>
   37 | 
scons: *** [cmd/zdb/ptrace.o] Error 1
scons: building terminated because of errors.
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:31: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: zfs-fuse
Source-Version: 0.7.0-28
Done: Michael Jeanson <mjean...@debian.org>

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

Debian distribution maintenance software
pp.
Michael Jeanson <mjean...@debian.org> (supplier of updated zfs-fuse 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: SHA512

Format: 1.8
Date: Thu, 08 Aug 2024 16:18:50 -0400
Source: zfs-fuse
Architecture: source
Version: 0.7.0-28
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Michael Jeanson <mjean...@debian.org>
Closes: 1075705
Changes:
 zfs-fuse (0.7.0-28) unstable; urgency=medium
 .
   * QA upload.
   * Add patch to FTBFS with gcc-14. (Closes: #1075705)
Checksums-Sha1:
 d80c4ec2ac0f2f13a34b0d8e9ed7cb8a65862de6 2054 zfs-fuse_0.7.0-28.dsc
 2ed527a8421965d320d431346c501894f7edb388 1362379 zfs-fuse_0.7.0.orig.tar.bz2
 f730eda277b48a377c205f543214c4668216bb14 30312 zfs-fuse_0.7.0-28.debian.tar.xz
 467dce63c994fc4530847250c41267cbf0b0f88c 7505 
zfs-fuse_0.7.0-28_source.buildinfo
Checksums-Sha256:
 d8f0039b47b94c794d5cd2b87389a7ffcaee1e53ad8c4d387e323ce51d5ce995 2054 
zfs-fuse_0.7.0-28.dsc
 507361eb3d96ad4155e6e6d26437ecc0d371c749106500976085a72dc399f868 1362379 
zfs-fuse_0.7.0.orig.tar.bz2
 0e71b9868263bb0e1de623ea920c7985d9993797529854605ae6e85edca0339b 30312 
zfs-fuse_0.7.0-28.debian.tar.xz
 bb54a37862c3a480e937d7c9d3b45c027d85d11ffa51029452f84d58c47b7b83 7505 
zfs-fuse_0.7.0-28_source.buildinfo
Files:
 7475150d68bd9767d43686d7e17aa325 2054 otherosfs optional zfs-fuse_0.7.0-28.dsc
 e69203b27f1cc3733fc79a2ea9d957e5 1362379 otherosfs optional 
zfs-fuse_0.7.0.orig.tar.bz2
 8f615567138c995c7cd98c3cbb75fa7b 30312 otherosfs optional 
zfs-fuse_0.7.0-28.debian.tar.xz
 ceaaaa33121764c9df16994c6ebb1752 7505 otherosfs optional 
zfs-fuse_0.7.0-28_source.buildinfo

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

iQJIBAEBCgAyFiEEmGYkMkK2Qid54gtihlYfRSGA/P4FAma1KaoUHG1qZWFuc29u
QGRlYmlhbi5vcmcACgkQhlYfRSGA/P6tiQ/8CLf2UxVTjaxpT2uhRVLpRe82OBtN
lfAi1BTqNjY2ELFakWr+2JcfFHJlaAaJwx/xnV3elV2JV42ZhAqVcj0eupal+HKB
HNFa+oocpftJK/FFEerM0xxWTuhfl4cIEGms93p/8dUAYRChvmOhO52YW4ftO8Jv
UkqnwPmKZ6yjXovHscqIN+goYaR8GvVaI++r/DL9uEX8Ff7Y82o2lV7HfXyivDlU
qA6+q6+edDRe2cEPG5FeZL5lNB7O0cvYF/iibMhVKuhEdlNTzpSjxURuHzgzGHIh
3B0W+GU0GRp5PjOlOCTBAKs2T75D+CqR/mh49MFjFFuRF6ms5rmBmFb+C1SQ6EXz
eGrHiauco5YVrLMeh4kyKAD6Fxx+KR51xxMmdV/rndWiQ6J8mxKnMao3sgizJKE3
6gXWjeM8C2Ykpq0liSqcs9LPfoEN5wuxEsGReQZNi2jU3Igm/FV+8beGFelXdUFn
X6Vm2Mj5QdTcB/yLLipQUfuNN7dICo2QMCDrKIP/VZSJxeC2sNqe3ls9HZoCOcjj
lXjeyZ6CiDYdfuLWXFw7EDBMcFj7cAjh4cZye96wK1MOZNBEzzkgtTcNGjodSmi+
ITkqFwQs78aGBx6Zw2lMIYbMXIE5dG3b74Vh5XRzvagSgQ8i7zf6amwskIis/r7L
5WKBMWoijGjunXw=
=qHTF
-----END PGP SIGNATURE-----

Attachment: pgp4FwFwSRzb7.pgp
Description: PGP signature


--- End Message ---

Reply via email to