Your message dated Wed, 28 Aug 2024 05:34:04 +0000
with message-id <e1sjbjk-00g8qk...@fasolo.debian.org>
and subject line Bug#1075094: fixed in ipsvd 1.0.0-7
has caused the Debian Bug report #1075094,
regarding ipsvd: 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.)


-- 
1075094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ipsvd
Version: 1.0.0-6
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/ipsvd_1.0.0-6_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

[...]
test ! -r conf-ld'{orig}' || mv -f conf-ld'{orig}' ipsvd/src/conf-ld
rm -f ipsvd
 debian/rules build
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 14.1.0-3' 
--with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs 
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-14 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace 
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
--disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none=/build/reproduci
 
ble-path/gcc-14-14.1.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.1.0/debian/tmp-gcn/usr
 --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu 
--with-build-config=bootstrap-lto-lean --enable-link-serialization=3
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.1.0 (Debian 14.1.0-3) 
test -e ipsvd || ln -s ipsvd-1.0.0 ipsvd
test -r conf-cc'{orig}' || cp -f ipsvd/src/conf-cc conf-cc'{orig}'
echo 'gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall' >ipsvd/src/conf-cc
test -r conf-ld'{orig}' || cp -f ipsvd/src/conf-ld conf-ld'{orig}'
echo 'gcc -Wl,-z,relro' >ipsvd/src/conf-ld
(cd ipsvd/ && package/compile && package/check)
Linking ./src/* into ./compile...
Compiling everything in ./compile...
+ cd compile
+ exec make
make[1]: Entering directory '/<<PKGBUILDDIR>>/ipsvd-1.0.0/compile'
( (test ! -r matrixssl.tar.gz && echo nossl) || \
  echo sslio sslsvd) >command.sslcheck
mv -f command.sslcheck command.ssl
sh find-systype.sh >systype
rm -f load
sh print-ld.sh >load
chmod 555 load
rm -f compile
sh print-cc.sh >compile
chmod 555 compile
rm -f choose
cat warn-auto.sh choose.sh >choose
chmod 555 choose
./choose c trydrent direntry.h1 direntry.h2 >direntry.h
./choose cl tryflock hasflock.h1 hasflock.h2 >hasflock.h
./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 >hasmkffo.h
./choose cl trysgact hassgact.h1 hassgact.h2 >hassgact.h
./choose cl trysgprm hassgprm.h1 hassgprm.h2 >hassgprm.h
./compile chkshsgr.c
+ exec gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c chkshsgr.c
chkshsgr.c: In function ‘main’:
chkshsgr.c:11:19: error: passing argument 2 of ‘getgroups’ from incompatible 
pointer type [-Wincompatible-pointer-types]
   11 |   if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1);
      |                   ^
      |                   |
      |                   short int *
In file included from /usr/include/features.h:502,
                 from /usr/include/unistd.h:25,
                 from chkshsgr.c:3:
/usr/include/x86_64-linux-gnu/bits/unistd.h:113:1: note: expected ‘__gid_t *’ 
{aka ‘unsigned int *’} but argument is of type ‘short int *’
  113 | __NTH (getgroups (int __size, __gid_t __list[]))
      | ^~~~~
chkshsgr.c:11:44: error: passing argument 2 of ‘setgroups’ from incompatible 
pointer type [-Wincompatible-pointer-types]
   11 |   if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1);
      |                                            ^
      |                                            |
      |                                            short int *
In file included from chkshsgr.c:4:
/usr/include/grp.h:180:50: note: expected ‘const __gid_t *’ {aka ‘const 
unsigned int *’} but argument is of type ‘short int *’
  180 | extern int setgroups (size_t __n, const __gid_t *__groups) __THROW;
      |                                   ~~~~~~~~~~~~~~~^~~~~~~~
make[1]: *** [Makefile:201: chkshsgr.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/ipsvd-1.0.0/compile'
make: *** [debian/rules:27: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ipsvd
Source-Version: 1.0.0-7
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ipsvd, 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.
Andreas Beckmann <a...@debian.org> (supplier of updated ipsvd 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: Wed, 28 Aug 2024 07:13:15 +0200
Source: ipsvd
Architecture: source
Version: 1.0.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1075094
Changes:
 ipsvd (1.0.0-7) unstable; urgency=medium
 .
   [ Andreas Beckmann ]
   * QA upload.
   * Add build-arch/build-indep targets.
   * Add Homepage and watch file.
 .
   [ Mathieu Mirmont ]
   * Fix ftbfs with GCC-14.  (Closes: #1075094)
Checksums-Sha1:
 e37478654c77c98fb49277d0d9fb87068837ce08 1771 ipsvd_1.0.0-7.dsc
 fd8c5e8ef8cd32862909b76d991422f675c47ce1 7460 ipsvd_1.0.0-7.debian.tar.xz
 f91a85b4dfecff5aa7759f1f1ed18e887643199e 4493 ipsvd_1.0.0-7_source.buildinfo
Checksums-Sha256:
 4ab99d3548dd58ccfc76a45a40acf6bf50a1102e15554a915bd39da09d03e38c 1771 
ipsvd_1.0.0-7.dsc
 9f4ab7905306d3488c54a00343658bce436fe215fda7719989e05eb7f4cb2b88 7460 
ipsvd_1.0.0-7.debian.tar.xz
 caa03059d4595f7a8217a58a260ac570a5e767ff78c15a61d3be9947bf130d0f 4493 
ipsvd_1.0.0-7_source.buildinfo
Files:
 38b4fdafd8a395b8f6a105e9e959912b 1771 net optional ipsvd_1.0.0-7.dsc
 8c7a4242a9a84efa9ae9253bd090e1d0 7460 net optional ipsvd_1.0.0-7.debian.tar.xz
 f72ef5cd427854b8e61a114fb8e96bc4 4493 net optional 
ipsvd_1.0.0-7_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbOsn4QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCCWZEACM4AhhosRpBtxwzcx0E0kDDhpY/D4YTR93
pYLWarM9k2zy3vz3qRUisyJYoN7OK1q4xdojJ6Pd8RYE7C3dG5XaYatvudRI+iyS
SST6cJCUqC4hQtbVMAzEJ4W49P2BKOEanw6je4Q4tCrpyRAHwBMI7cfEJkBj+sb/
ooYnvUOj3VKFARxV1ZXzEnihbQMNPvAYo0JH0bcO7nH0XMXxxliRQeuRecpnqIAm
INAFT0ejLphxDSMVTdAYY9I/T8+l1QYNw4SXEABWbPSKqjw0AgXeKSKw7FRfz3El
zxjLd0si9evlsKiV2PzDBg4BAzWeV32xiTCEpcdutrQensMBLdVg9cyWFlVdk9jh
Ul0MVKpecQTMpHV/10zxjjpLS+80Z+p2hNMcR8WYcSVP+OpkMI14xxdD6auA9L9r
uZskEM76M1a80IOFE5ta+8eNP68CVhxzhEXcheFPwK+UJloGk3Q/6xPCbhZN9i8G
xIvbEKghu3BQrtEYeE9nGSHgOm2lhWNa/ph7JXr9/TGmiW/KoqchknlEsv+Iy0io
sdmhFJvmW+ZP3nSqkD6w9UAg8KpShy+GznvLp0BTI6269WzqaX/YK2UkriP1QekT
napVIW0cezaqPIWpsTgEfoKrp2qbKDDo82yEB0KZLqeD3oPpWi/lGEfywPyywNMf
JWIlE+6Rig==
=ixTL
-----END PGP SIGNATURE-----

Attachment: pgpNVvXole4xR.pgp
Description: PGP signature


--- End Message ---

Reply via email to