Your message dated Thu, 21 Aug 2025 12:04:18 +0000
with message-id <[email protected]>
and subject line Bug#1074934: fixed in elvis-tiny 1.4-25
has caused the Debian Bug report #1074934,
regarding elvis-tiny: 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 [email protected]
immediately.)


-- 
1074934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074934
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:elvis-tiny
Version: 1.4-24.2
Severity: important
Tags: sid trixie
User: [email protected]
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/elvis-tiny_1.4-24.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-207622d7-ab7e-4eea-8a8c-b7136e1bbaee
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 elvis-tiny
dpkg-buildpackage: info: source version 1.4-24.2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Chris Hofstaedtler <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --buildsystem=makefile
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -f Makefile.mix clobber
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o doc/*.1 elvis?.uue elvis?.sh core
rm -f tags refs elvis
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 8 in 
use)
rm -f elvis
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules build
dh build --buildsystem=makefile
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_update_autotools_config -O--buildsystem=makefile
   dh_auto_configure -O--buildsystem=makefile
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 8 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- -f Makefile.mix EXTRA_CFLAGS=""
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 8 
in use)
        make -j1 -f Makefile.mix EXTRA_CFLAGS=
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cc -O2 -DM_SYSV -DCRUNCH -DNO_MKEXRC -DNO_CURSORSHAPE -DNO_CHARATTR 
-DNO_SHOWMODE -DNO_MODELINE -DNO_OPTCOLS -DNO_DIGRAPH -DNO_ABBR -DNO_AT 
-DNO_SENTENCE -DNO_ERRLIST -DUSE_MKSTEMP -DUSE_SNPRINTF -fsigned-char    -c -o 
blk.o blk.c
blk.c: In function ‘blkget’:
blk.c:103:21: error: implicit declaration of function ‘read’; did you mean 
‘tread’? [-Wimplicit-function-declaration]
  103 |                 if (read(tmpfd, this->buf.c, (unsigned)BLKSIZE) != 
BLKSIZE)
      |                     ^~~~
      |                     tread
blk.c: In function ‘blkflush’:
blk.c:163:13: error: implicit declaration of function ‘write’; did you mean 
‘twrite’? [-Wimplicit-function-declaration]
  163 |         if (write(tmpfd, this->buf.c, (unsigned)BLKSIZE) != BLKSIZE)
      |             ^~~~~
      |             twrite
blk.c: In function ‘blksync’:
blk.c:309:17: error: implicit declaration of function ‘sync’; did you mean 
‘blksync’? [-Wimplicit-function-declaration]
  309 |                 sync();
      |                 ^~~~
      |                 blksync
make[2]: *** [<builtin>: blk.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 -f Makefile.mix EXTRA_CFLAGS= returned exit code 
2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: elvis-tiny
Source-Version: 1.4-25
Done: наб <[email protected]>

We believe that the bug you reported is fixed in the latest version of
elvis-tiny, 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.
наб <[email protected]> (supplier of updated elvis-tiny 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: SHA512

Format: 1.8
Date: Mon, 30 Jun 2025 21:53:56 +0200
Source: elvis-tiny
Architecture: source
Version: 1.4-25
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: наб <[email protected]>
Closes: 992407 1074934 1109586
Changes:
 elvis-tiny (1.4-25) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * QA upload.
     Closes: #1109586
   * Set packages.d.o as Homepage to express that there is no official homepage
   * Maintain package on Salsa in Debian team
   * Cleanup patches by refreshing
   * [skip ci] Start modernising code to build with gcc-14/15
   * cme fix dpkg-control
   * d/rules: Add -Wno-error=incompatible-pointer-types to be sure package 
builds
   * Add #DEBHELPER# to postinst/prerm
   * Build-Depends: s/libncurses5-dev/libncurses-dev/
 .
   [ наб ]
   * d/p/0016: GCC-14 (Clang 21) (Closes: #1074934)
   * debhelper-compat (= 13)
   * d/rules: ignore -Wunused-result
   * d/rules: simplify installation
   * d/rules: move clean-up to d/clean
   * d/rules: remove redundant note, dh_strip already removes these sections
   * d/p/0017: snprintf() instead of sprintf() (Closes: #992407)
 .
   [ Andreas Tille ]
   Trim trailing whitespace.
Checksums-Sha1:
 193b75a1059e4894e5404ae0848a256118978fde 1888 elvis-tiny_1.4-25.dsc
 97f012d7ac728d5ae5237c96dc1fe74f028cdb92 35808 elvis-tiny_1.4-25.debian.tar.xz
 e856cddb1faebaf364e748ea1e762b8af53c7ced 6198 elvis-tiny_1.4-25_amd64.buildinfo
Checksums-Sha256:
 ede81369eed47495406ba828349c8e046e5364ad08185887ab96c284fea9d767 1888 
elvis-tiny_1.4-25.dsc
 567f06e40bf9a81eb728a212c98856e1aefd2ea6db6856c61fe05c2e8a1045e8 35808 
elvis-tiny_1.4-25.debian.tar.xz
 895a3fa5ac383b6bd5405d175f6e2bd8f5ef9b4f1c3fdcd003d25da13674ceec 6198 
elvis-tiny_1.4-25_amd64.buildinfo
Files:
 b3a490e13e86ee8c1c0dac986e7ccfb4 1888 base standard elvis-tiny_1.4-25.dsc
 2c8f284e6b66d7f32cf68bb902cb2045 35808 base standard 
elvis-tiny_1.4-25.debian.tar.xz
 d7b63bc3437dcc95f5efbdf89d0284a3 6198 base standard 
elvis-tiny_1.4-25_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmiZ0cYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFxdA/+L3ceoEhyFs7lNsMixfy9Ighz+1lKCv5B
Ce3LemV9GqXNnjYWxhxDTCIAIL6PH6MXqY8Y6s+qda+wCr4ZitHpYE+XdGtkx2Xg
Hk4c4Fwe9BK1ofm5EemKVzVHOPZp16DkOeBiJ9wwKesEPQ+2T0md6uNEYN72RQis
YNfidbvsTeMbCdOxSva3+fBmmfwj4x6uDQvF9enOHhmlF+8TAl8xyLY1cRMWVutN
WGtAtv84GHeshIwLxRlAzcpKPqQ/ozjcpStQ42xxa/2yjkiXodnTMJehDvWv0uHG
NcGvatq4DU+cJXUnw3dPF/Q3b5l3VyVi4lvM0E0YJY3SguVnFA4Lj0jOH6yi/mdf
CTLM0SEXDdTro3KnFHe97XtLA6WzyH/AsYITVEdbq1j9+oSLtzBg4n4pqMkPQplX
vjS2U1MCpLyQsw6V0xF+RCzeumPaOBoEnRmRB4rJDLxeqqKQHGVM6W72bsg10Swn
ciQZpD1n/HCVYYPWglptVy3FWwVa/uwTb1jwOco8HCBFW2Swc/VRjeDRTjL1psEl
tjWxX76F+Ok2pUuV1yQuXCd13hDrnF0noLhK7yag1lqG/fxwdEt/VQ4FlnCessMO
EQaUyIFmSMOxUZXGQeLHQcrXnmWMuQ5ri3vl6/rYz7DY2R3BdcPh1+RebGhFBMaL
LY43XKGaqUU=
=EBzB
-----END PGP SIGNATURE-----

Attachment: pgpnGtIyOeY1L.pgp
Description: PGP signature


--- End Message ---

Reply via email to