Your message dated Mon, 28 Aug 2017 10:20:35 +0000
with message-id <[email protected]>
and subject line Bug#853361: fixed in csh 20110502-3
has caused the Debian Bug report #853361,
regarding csh: ftbfs with GCC-7
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.)


-- 
853361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853361
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:csh
Version: 20110502-2.2
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/csh_20110502-2.2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
   dh_auto_configure -O--buildsystem=bmake
dh_auto_configure: Compatibility levels before 9 are deprecated (level 8 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
dh_auto_build: Compatibility levels before 9 are deprecated (level 8 in use)
        bmake
bmake[2]: Entering directory `/<<PKGBUILDDIR>>'
egrep 'ERR_' /<<PKGBUILDDIR>>/error.c | egrep '^#define' >> error.h
cc -E -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror  /<<PKGBUILDDIR>>/const.c | egrep 'Char 
STR' |  sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' |  sort >> 
const.h
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c alloc.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c char.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c const.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c csh.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c dir.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c dol.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c error.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c exec.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c exp.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c file.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c func.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c glob.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c hist.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c init.c
cc -g -O2 -Wno-error -I/<<PKGBUILDDIR>> -I. -DBUILTIN -DFILEC -DNLS 
-DSHORT_STRINGS -D_GNU_SOURCE  -Werror   -c lex.c
lex.c: In function 'readc':
lex.c:1307:24: error: comparison between pointer and zero character constant 
[-Werror=pointer-compare]
  if ((alvecp = *alvec) != '\0') {
                        ^~
lex.c:1307:6: note: did you mean to dereference the pointer?
  if ((alvecp = *alvec) != '\0') {
      ^
lex.c:1330:25: error: comparison between pointer and zero character constant 
[-Werror=pointer-compare]
  if ((evalp = *evalvec) != '\0') {
                         ^~
lex.c:1330:6: note: did you mean to dereference the pointer?
  if ((evalp = *evalvec) != '\0') {
      ^
cc1: all warnings being treated as errors
*** Error code 1

Stop.
bmake[2]: stopped in /<<PKGBUILDDIR>>
dh_auto_build: bmake returned exit code 1
debian/rules:10: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: csh
Source-Version: 20110502-3

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Borowski <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 28 Aug 2017 11:46:44 +0200
Source: csh
Binary: csh
Architecture: source
Version: 20110502-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Description:
 csh        - Shell with C-like syntax
Closes: 853361
Changes:
 csh (20110502-3) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to the QA group.
   * Bump dh to 10.
   * Fix FTBFS with gcc-7 (Closes: #853361).
   * -Wno-error=unused-result, to work around gcc brain damage
     (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425)
Checksums-Sha1:
 8d162ccdc7f925724a8295116d021fcb506f9333 1347 csh_20110502-3.dsc
 bbd695b073191545152d495ef8514fdb09bfebdb 11856 csh_20110502-3.debian.tar.xz
 4fe5a0727a813143355763076c3f99ae4d4a902d 5274 csh_20110502-3_source.buildinfo
Checksums-Sha256:
 ae899b0722a44bf1bd6dfcaeb42319f36059fe87c1cd7665f9c9fe3ca23f03e6 1347 
csh_20110502-3.dsc
 546e5df4be2b3f2e86589e7b8d144c9345dcb03b422869f2eab5496daf7ed983 11856 
csh_20110502-3.debian.tar.xz
 841f71ddea5abbbbddad99e87ed5386c65e21e6a6136d5b33351d2d53e9afac4 5274 
csh_20110502-3_source.buildinfo
Files:
 47bbb6ab1aa2d49a0b20fbf37006082c 1347 shells optional csh_20110502-3.dsc
 4dd54031e4432dec5141900f71a5be9c 11856 shells optional 
csh_20110502-3.debian.tar.xz
 295ce1a455a6bcb973d6126239519518 5274 shells optional 
csh_20110502-3_source.buildinfo

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

iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlmj6lcACgkQLDtDb+rG
gQGl3ggAr6mn8ObDJ7ag+W6vxXKO6mihv6KiOjSLrwx5uV7zv6U0VoiCdl9F6zRX
hBKa3lA9tEJD5L3YGjcCiOZTBAbbZEdSiODksosL/VOxxMyiCRTfRL2WGhBVKNuZ
7VQn8ysyUqPCp+hcq5j4JXkbcE2/fzwCdPE5x5ETS+P/suCc4EuTT2vpowFAoMt0
FAk0MjHyjKPNXd2ZFTH6vygkRhpMAY2YaRLus0XABz+DctXjsW2IVBWXZV01xP5b
5gn2Tu4Dk+DlinLSKuxtI8X9tBW5QXZk+t+YVVqfbjHmANKqLS64QDHobhQklsio
oS1tJ3nb5RIoK2hoTTE7wA/Yv+zN2w==
=49st
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to