Your message dated Thu, 27 Aug 2020 19:48:57 +0000
with message-id <e1kbntj-000aoj...@fasolo.debian.org>
and subject line Bug#957241: fixed in fweb 1.62-14
has caused the Debian Bug report #957241,
regarding fweb: ftbfs with GCC-10
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.)


-- 
957241: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fweb
Version: 1.62-13
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/fweb_1.62-13_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
creating defaults.mk
creating custom.h
creating config.h
touch configure-stamp
dh_testdir
/usr/bin/make -C Web CFLAGS="-g -O2" \
        tch_src both idxmerge ../Manual/fweb.info
make[1]: Entering directory '/<<PKGBUILDDIR>>/Web'
touch ./typedefs.hweb ./*.h ./*.c 
gcc -c -g -O2 -I. -DHAVE_CONFIG_H   ./ftangle.c 
./ftangle.c:1405:8: warning: type defaults to 'int' in declaration of 
'continuation_line' [-Wimplicit-int]
 1405 | static continuation_line= NOT_CONTINUATION;
      |        ^~~~~~~~~~~~~~~~~
gcc -c -g -O2 -I. -DHAVE_CONFIG_H   ./common.c          
./common.web: In function 'verify':
./common.web:4724:1: warning: implicit declaration of function 'gets'; did you 
mean 'fgets'? [-Wimplicit-function-declaration]
 4724 | return (STRCMP(buf, "yes") == 0);
      | ^~~~
      | fgets
./common.web: In function 'commas':
./common.web:7910:8: warning: function returns address of local variable 
[-Wreturn-local-addr]
 7910 | return push_buf(&c_buf, temp1);
      |        ^~~~~~~~~~~~~~~~~~~~~~
./common.web:7879:12: note: declared here
 7879 | outer_char temp1[100], *p1;
      |            ^~~~~
In file included from ./os.h:473,
                 from ./typedefs.h:538,
                 from ./typedefs.hweb:441:
./common.web: In function 'xpn_name':
./strmac.h:37:29: warning: 'strncpy' specified bound depends on the length of 
the source argument [-Wstringop-overflow=]
   37 | #define STRNCPY(dest,src,n) strncpy((char *)(dest),(CONST char *)(src),\
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   38 |   (size_t)(n))
      |   ~~~~~~~~~~~~               
./common.web:5686:1: note: in expansion of macro 'STRNCPY'
 5686 |    STRNCPY(t,wbflnm0,n);
      | ^  ~~~~
./strmac.h:40:19: note: length computed here
   40 | #define STRLEN(s) strlen((CONST char *)(s))
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
./common.web:5685:4: note: in expansion of macro 'STRLEN'
 5685 |    n = STRLEN(wbflnm0);
      |    ^~~~~~
gcc -c -g -O2 -I. -DHAVE_CONFIG_H   ./ratfor.c          
gcc -c -g -O2 -I. -DHAVE_CONFIG_H   ./reserved.c
gcc -c -g -O2 -I. -DHAVE_CONFIG_H  ./eval.c             
gcc -c -g -O2 -I. -DHAVE_CONFIG_H  ./macs.c             
gcc -c -g -O2 -I. -DHAVE_CONFIG_H  ./style.c            
gcc -g -o ftangle ftangle.o  \
        common.o \
        reserved.o \
        ratfor.o \
        eval.o macs.o style.o \
        -lm  -lncurses
/usr/bin/ld: common.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: multiple 
definition of `buf'; ftangle.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: first 
defined here
/usr/bin/ld: reserved.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: multiple 
definition of `buf'; ftangle.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: first 
defined here
/usr/bin/ld: ratfor.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: multiple 
definition of `buf'; ftangle.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: first 
defined here
/usr/bin/ld: eval.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: multiple definition 
of `buf'; ftangle.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: first defined here
/usr/bin/ld: macs.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: multiple definition 
of `buf'; ftangle.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: first defined here
/usr/bin/ld: style.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: multiple 
definition of `buf'; ftangle.o:/<<PKGBUILDDIR>>/Web/./typedefs.h:1354: first 
defined here
/usr/bin/ld: ftangle.o: in function `was_opened':
/<<PKGBUILDDIR>>/Web/./ftangle.c:3349: warning: the use of `tempnam' is 
dangerous, better use `mkstemp'
/usr/bin/ld: common.o: in function `verify':
/<<PKGBUILDDIR>>/Web/./common.web:4724: warning: the `gets' function is 
dangerous and should not be used.
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:398: ftangle] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/Web'
make: *** [debian/rules:44: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fweb
Source-Version: 1.62-14
Done: Yann Dirson <dir...@debian.org>

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

Debian distribution maintenance software
pp.
Yann Dirson <dir...@debian.org> (supplier of updated fweb 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, 27 Aug 2020 21:12:35 +0200
Source: fweb
Architecture: source
Version: 1.62-14
Distribution: unstable
Urgency: medium
Maintainer: Yann Dirson <dir...@debian.org>
Changed-By: Yann Dirson <dir...@debian.org>
Closes: 957241
Changes:
 fweb (1.62-14) unstable; urgency=medium
 .
   * Fix build with gcc-10 (Closes: #957241)
   * Remove usage of obsolete dh_buildinfo.
Checksums-Sha1:
 0b744e36719a864233054ac254ce2f6be91c6ad3 1754 fweb_1.62-14.dsc
 7727773a63a8f13f7d1344f12bbf8a96f19255bc 61232 fweb_1.62-14.debian.tar.xz
 8f142b404a87bcb39f8cd0331e816aa3c610b585 6009 fweb_1.62-14_amd64.buildinfo
Checksums-Sha256:
 ff17486df22d871f44eff861fae1fd8094a8be5d4df76d5199d657cd3d7e2dc5 1754 
fweb_1.62-14.dsc
 10f28503a946c30238d705e002ff30cdedd3af87c6ed3ecbb7d294d1a3dd2308 61232 
fweb_1.62-14.debian.tar.xz
 e4a4ec89608d129b82c4eda1be4a2992a4494b4ddd49835f65f7e1aa84664f21 6009 
fweb_1.62-14_amd64.buildinfo
Files:
 f38d8c48869357e4bb1f96195833afdf 1754 devel optional fweb_1.62-14.dsc
 43c36a86db530eb31d37ef982061846a 61232 devel optional 
fweb_1.62-14.debian.tar.xz
 bcee444bea5846756fb5c038218d256a 6009 devel optional 
fweb_1.62-14_amd64.buildinfo

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

iQIzBAEBCAAdFiEEdK8F3dkgJ/Xww83VDYXyliWj+f0FAl9ICjMACgkQDYXyliWj
+f3B6g/9GwFqLhTOVHknS9OXtciIwO49viH8lQBP3p7k/cG8Y9p/O/Isful2k7fT
FFQ9nC9DHSPnwzXb/54pDdIrtL6dwFWvoSBd39HIC3qXfXVr5lk/Dfq9Tu7Oo7Ha
+fAlOWaIIDO0tvZXL19+FSE9UlTfJk84Eu+cO7TMkoqV0aU1YNgqnfTZLt0QX7Y1
D4zQ9CPZix3mfpg8Mhz+wNhnxP7Z9OK4WWhnbKKtVQnLmp21zA/3WgSQTtP0eCGJ
FEkrJ6Xr7HS/AcLrsxxTZhhtC9FLrXam1IIPy9xDsA59N0wwHqvlWb4Os3/XVw7i
AlBjS87+Zknp8WXOtLoKvyKExFGcbr7pSUuiN60CtcexDeSg/Z6RxRhUbyHJLNvN
Tiyel7WdZoKrFllvwkkRm9Ri2Oq4BvjilCQ0bSDjjStrmXTvB2st6aONVwStxs0q
rAvx4sbWWJZiRXYYNLc9Gnyq68H5NJZUlzshOlKtN8I+raJk/19nvDA9ZSoHx9og
ocP/1D5Gh9IU6YBCmOsVdorUUOAZ7jIYvlBfezl9cfwbObFRkbvKhC7M5Wpoyai/
8HnZpWUa6AGCajE//CM1Un/+QRyZI765Ziaml7VQypD3YVRZxWXxGkWB4xOo64qQ
I42HhVbKeKQpK3/aijUMjhKCA+Svk42bHvLsDUX2RJpUaL6y8ZE=
=mkwY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to