Your message dated Thu, 08 Aug 2024 12:50:15 +0000
with message-id <e1sc2at-00g7po...@fasolo.debian.org>
and subject line Bug#1074892: fixed in csh 20240808-1
has caused the Debian Bug report #1074892,
regarding csh: 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.)


-- 
1074892: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:csh
Version: 20230828-1
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/csh_20230828-1_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-2d0f5da8-ddba-423a-928e-b6e6fd1c3b02
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 csh
dpkg-buildpackage: info: source version 20230828-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Alastair McKinstry 
<mckins...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --buildsystem=bmake
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
        bmake cleandir
bmake[2]: Entering directory `/<<PKGBUILDDIR>>'
rm -f a.out [Ee]rrs mklog core *.core  csh alloc.o char.o const.o csh.o dir.o 
dol.o error.o exec.o exp.o file.o func.o glob.o hist.o init.o lex.o misc.o 
parse.o proc.o sem.o set.o str.o time.o  alloc.ln char.ln const.ln csh.ln 
dir.ln dol.ln error.ln exec.ln exp.ln file.ln func.ln glob.ln hist.ln init.ln 
lex.ln misc.ln parse.ln proc.ln sem.ln set.ln str.ln time.ln error.h const.h 
.depend alloc.d char.d const.d csh.d dir.d dol.d error.d exec.d exp.d file.d 
func.d glob.d hist.d init.d lex.d misc.d parse.d proc.d sem.d set.d str.d 
time.d y.tab.d *.tmp.d
rm -f .depend alloc.d char.d const.d csh.d dir.d dol.d error.d exec.d exp.d 
file.d func.d glob.d hist.d init.d lex.d misc.d parse.d proc.d sem.d set.d 
str.d time.d y.tab.d *.tmp.d
rm -f .depend /<<PKGBUILDDIR>>/tags
bmake[2]: Leaving directory `/<<PKGBUILDDIR>>'
dh_auto_clean -- -C USD.doc
        bmake cleandir -C USD.doc
bmake[2]: Entering directory `/<<PKGBUILDDIR>>/USD.doc'
rm -f paper.* [eE]rrs mklog 
bmake[2]: Leaving directory `/<<PKGBUILDDIR>>/USD.doc'
rm -f *.cat1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=bmake
   dh_clean -O--buildsystem=bmake
 debian/rules build
dh build --buildsystem=bmake
   dh_update_autotools_config -O--buildsystem=bmake
   dh_autoreconf -O--buildsystem=bmake
   dh_auto_configure -O--buildsystem=bmake
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        bmake
bmake[2]: Entering directory `/<<PKGBUILDDIR>>'
egrep 'ERR_' /<<PKGBUILDDIR>>/error.c | egrep '^#define' >> error.h
x86_64-linux-gnu-gcc -E -g -O2  -w -fcommon -I/<<PKGBUILDDIR>> -I. 
-D_GNU_SOURCE                   -MD -MF const.d -MT const.o 
/<<PKGBUILDDIR>>/const.c | egrep 'Char STR' |  sed -e 's/Char 
\([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' |  sort >> const.h
x86_64-linux-gnu-gcc -g -O2  -w -fcommon -I/<<PKGBUILDDIR>> -I. -D_GNU_SOURCE   
                -MD -MF alloc.d -MT alloc.o -Wdate-time -D_FORTIFY_SOURCE=2     
      -c alloc.c
x86_64-linux-gnu-gcc -g -O2  -w -fcommon -I/<<PKGBUILDDIR>> -I. -D_GNU_SOURCE   
                -MD -MF char.d -MT char.o -Wdate-time -D_FORTIFY_SOURCE=2       
    -c char.c
x86_64-linux-gnu-gcc -g -O2  -w -fcommon -I/<<PKGBUILDDIR>> -I. -D_GNU_SOURCE   
                -MD -MF const.d -MT const.o -Wdate-time -D_FORTIFY_SOURCE=2     
      -c const.c
x86_64-linux-gnu-gcc -g -O2  -w -fcommon -I/<<PKGBUILDDIR>> -I. -D_GNU_SOURCE   
                -MD -MF csh.d -MT csh.o -Wdate-time -D_FORTIFY_SOURCE=2         
  -c csh.c
csh.c:161:56: error: initialization of ‘int (*)(void *, __off64_t *, int)’ {aka 
‘int (*)(void *, long int *, int)’} from incompatible pointer type ‘off_t 
(*)(void *, off_t,  int)’ {aka ‘long int (*)(void *, long int,  int)’} 
[-Wincompatible-pointer-types]
  161 | static cookie_io_functions_t cookief = {readf, writef, seekf, closef};
      |                                                        ^~~~~
csh.c:161:56: note: (near initialization for ‘cookief.seek’)
*** Error code 1

Stop.
bmake[2]: stopped in /<<PKGBUILDDIR>>
dh_auto_build: error: bmake returned exit code 1
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: csh
Source-Version: 20240808-1
Done: Alastair McKinstry <mckins...@debian.org>

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

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated csh 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: Thu, 08 Aug 2024 12:02:13 +0100
Source: csh
Architecture: source
Version: 20240808-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Closes: 1074892
Changes:
 csh (20240808-1) unstable; urgency=medium
 .
   * New git snapshot. Includes timespec changes needed for clean g++14
     build
   * g++-14.patch: Fix FTBFS with g++-14. Closes: #1074892
Checksums-Sha1:
 764876fe4c72d8e1e3ff8c0bab8b1ef7dc8aed90 1908 csh_20240808-1.dsc
 ff44a6bcff77a7ff7ee206fc18ec9ddfd587fed8 135100 csh_20240808.orig.tar.xz
 5c6a9e01c26521dc5b87aff57f993e5643847eee 13732 csh_20240808-1.debian.tar.xz
Checksums-Sha256:
 d72dc2d9148acfc50e28b117a11ade42ea25ff327d7797418669e45533daf3c6 1908 
csh_20240808-1.dsc
 df916baa73c264516177c6667cc0a061f6eb9743f862b625f17067d74a3f4d1c 135100 
csh_20240808.orig.tar.xz
 a1e7df8f04c0b4d6231ea025d7a7478361e1cb050009e75cb7a639d67c0dcc9d 13732 
csh_20240808-1.debian.tar.xz
Files:
 7555f01d2468f53543d88d98e7abd52d 1908 shells optional csh_20240808-1.dsc
 a3d9a904b25f4c6ba8660db980af3ef3 135100 shells optional 
csh_20240808.orig.tar.xz
 dd6f4fddc77bc2a6a9e0f5ea9c333ce9 13732 shells optional 
csh_20240808-1.debian.tar.xz

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAma0uaoACgkQy+a7Tl2a
06WGtxAAqHkBIP36eCcjZ1TH/F8rn0jxhTTymqu3RvWDlFhgisCkeYEpTgwcZAxH
UmhhA5Lnb6lM+z/jiuNWlAuR3yx3L+T+ZeVi+MJKHQKPIqzQZYivb+g/tSvtJQph
azzeARrKKKflnVo4iFxIYJC/LyTv+/+G2G8QcFhNmJ/Ynhf8K3BUgrvGsN24hqaC
xSVS3dEwm9YxoiBpXk5IOfd4Rn9bY4Y4dn8rdgLh+wYFDoJ1n1FNpyHHxnw7/n3o
UP9iOO02nevoGwAg0W4StYY6q80Ge9pTsRQvPT2AUf0VusVbqu5DSUseS9cR71L9
uilqNvQrxNqXGffBM0oGAe8TYMlGX9gWYuB2emTkUNunHQ4amSyVyVz7+erBaZqd
bpPYeu2rrT5eNLQhr5laHIKymsgbJiWu9hMpdLW+0k4K9h5aqY8SAp/85NIJhsb5
iXSXW2Y3Ew52kI6gV/qyH3oJ4T3DqQGRkL6UI9/SVHdQVXtCphJC6iAvD+G3RAod
O8xqvIePqmu1gORG6HJY6bAoPY2VNbwLNm5rFymfXgYKqjNHkyRSJtlMM/3ktxxH
cGBlyx3S3wwPDrY7EyRDrBXytU7oCNa7fQdYy07ZYSXck14MCvYaw+xYMU65CmjA
0xSFjMLkFAY5UhwXd/sZ/+RVuYpvut1E7ExIlJ6l6ZbDjEMn0GU=
=06Cm
-----END PGP SIGNATURE-----

Attachment: pgpNMHnZu_IXK.pgp
Description: PGP signature


--- End Message ---

Reply via email to