Your message dated Sun, 16 Feb 2025 06:50:17 +0000
with message-id <e1tjytp-00arjj...@fasolo.debian.org>
and subject line Bug#1075630: fixed in vtgrab 0.1.8-4
has caused the Debian Bug report #1075630,
regarding vtgrab: 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.)


-- 
1075630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075630
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vtgrab
Version: 0.1.8-3.2
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/vtgrab_0.1.8-3.2_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_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-d19be569-671e-4695-8367-f983565a5c15
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 vtgrab
dpkg-buildpackage: info: source version 0.1.8-3.2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Sudip Mukherjee 
<sudipm.mukher...@gmail.com>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
use)
 debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wl,-z,relro) works... no
configure: error: installation or configuration problem: C compiler cannot 
create executables.
        tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:559: checking for a BSD compatible install
configure:612: checking whether build environment is sane
configure:669: checking whether make sets ${MAKE}
configure:715: checking for working aclocal
configure:728: checking for working autoconf
configure:741: checking for working automake
configure:754: checking for working autoheader
configure:767: checking for working makeinfo
configure:784: checking for gcc
configure:897: checking whether the C compiler (gcc -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wl,-z,relro) works
configure:913: gcc -o conftest -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  1>&5
configure:910:1: error: return type defaults to 'int' [-Wimplicit-int]
  910 | main(){return(0);}
      | ^~~~
configure: failed program was:

#line 908 "configure"
#include "confdefs.h"

main(){return(0);}
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking returned exit code 1
make: *** [debian/rules:7: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: vtgrab
Source-Version: 0.1.8-4
Done: наб <nabijaczlew...@nabijaczleweli.xyz>

We believe that the bug you reported is fixed in the latest version of
vtgrab, 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.
наб <nabijaczlew...@nabijaczleweli.xyz> (supplier of updated vtgrab 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, 16 Jan 2025 12:11:24 +0100
Source: vtgrab
Architecture: source
Version: 0.1.8-4
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz>
Closes: 641330 1075630 1093192
Changes:
 vtgrab (0.1.8-4) unstable; urgency=medium
 .
   * Team upload.
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (Closes: #1075630)
   * d/copyright: DEP-5
     + old-fsf-address-in-copyright-file
   * d/p/
      - fix_ftbfs.patch (invalid)
      + Fix implicit &ssize_t -> size_t* conversion
      + Pass -lncurses in LDADD, fixing FTBFS (Closes: #641330)
      + Don't try to install not-built doc/rvc
        (not-previously-built-or-installed prior to dh 13's autoreconf)
      + Makefile.am: CFLAGS = -> CFLAGS += (debug-file-with-no-debug-symbols)
   * d/control: Build-Depends: libncurses5-dev -> libncurses-dev
   * d/control: Rules-Requires-Root: no
   * d/control: description-synopsis-starts-with-article
   * Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
     Closes: #1093192
   * Vcs-Git: https://salsa.debian.org/salvage-team/vtgrab.git
Checksums-Sha1:
 b0968c5b4e668b4acd320cb3151b51c6e5f437e8 1840 vtgrab_0.1.8-4.dsc
 8897d2893edf0a46e0c5ebf4c29ccac4393b0db5 3804 vtgrab_0.1.8-4.debian.tar.xz
 07c2a492602b19e39b6756f8f0a4ac29a670e6e7 6224 vtgrab_0.1.8-4_amd64.buildinfo
Checksums-Sha256:
 5fb1513b26d412796a100848d6c90b613f6f45237f4a6dc318a56fd4c0b900f9 1840 
vtgrab_0.1.8-4.dsc
 3009fd06de0c798cb60815ca9ab75f8066a071d92481ba6070307b155408889f 3804 
vtgrab_0.1.8-4.debian.tar.xz
 84e70b851cb9be7190bab6f437bb8fdf493933634aad4ae72ad78625f752541e 6224 
vtgrab_0.1.8-4_amd64.buildinfo
Files:
 5a7814c94b0d340ae867f36ff8e44df9 1840 admin optional vtgrab_0.1.8-4.dsc
 a731720abc537e8e065c57fc0b825e45 3804 admin optional 
vtgrab_0.1.8-4.debian.tar.xz
 a42e856aff62a9940b85faefec4166fa 6224 admin optional 
vtgrab_0.1.8-4_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmekUJYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEWDg/+OQ5UaahRy1m3b7oHUhC+fs4UmWuT8JBh
IKQ7DFUdo+2VCG7OrrHiU7/nQf14nqy7dXBOPG6Ml5jORSc+cNLotSErY8N1grbw
ZV/x2nzG2gjUGlOBAMh/rHMgzAGSAf8Ewz2OawTl0u9Wm5LH7Zs/g5O7abrdfA+1
jyFQEMgxag2BFENcFEC2O/s1iZNb4kPMNlsWoc6HEjk5FyZ22F4ySeYYrUZkdY6U
XrdMAVTHSq9c/+KEOdE90DwPBpklPCH378SbSoJsjT5q+JNkq0pWZCnUAYfaMw7u
jdJ8a+mwszS+Jc6zGNgaGM6s355ssE4mXLXyS0YSUwTRUHnQs4CPv1qwSTefb7Mf
dzo+/rsG87q0RAJ7ARTy2sypYA1kgJtXLd0UBCPcQST0P+qVOSs9EbH6CKb7alPz
YofwoRGE9J5+OtfxOxk+X7MBw+lbA7wIxvYgHpdPMUl5ZzGcbI7lsp+9dHYUIghi
hnrc4zRx4SXoqxhyygHb7gDLrfblPmut4JnL8JZw1j2plY7C1aNh3hxtwUHJWJ4T
WTETuPZP+Hoy01KUEtsWfRD8LV+dy5Cc4wwvDVcZFprxPCgD8iVDRNe+xvkBxVrH
YXgHE3/Gn3gIMeCOcaNGYU6H68D0iw7LZIkvcSs4pciDB2rDbEPev5qNBdf6IqQJ
Iwp1eFDn12s=
=fKea
-----END PGP SIGNATURE-----

Attachment: pgpgg_sovOOCu.pgp
Description: PGP signature


--- End Message ---

Reply via email to