Your message dated Wed, 28 Oct 2020 20:37:32 +0000
with message-id <e1kxsck-000gju...@fasolo.debian.org>
and subject line Bug#957788: fixed in seyon 2.20c-33
has caused the Debian Bug report #957788,
regarding seyon: 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.)


-- 
957788: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957788
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:seyon
Version: 2.20c-32
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/seyon_2.20c-32_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

[...]
SeTrans.c: In function ‘DoTransfer’:
SeTrans.c:30:19: note: subobject ‘command’ declared here
   30 |   char            command[REG_BUF];
      |                   ^~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/X11/Intrinsic.h:61,
                 from SeTrans.c:10:
In function ‘strncpy’,
    inlined from ‘DoTransfer’ at SeTrans.c:104:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ offset [296, 1023] from the object at ‘<unknown>’ is out of 
the bounds of referenced subobject ‘command’ with type ‘char[256]’ at offset 40 
[-Warray-bounds]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SeTrans.c: In function ‘DoTransfer’:
SeTrans.c:30:19: note: subobject ‘command’ declared here
   30 |   char            command[REG_BUF];
      |                   ^~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/X11/Intrinsic.h:61,
                 from SeTrans.c:10:
In function ‘strncpy’,
    inlined from ‘exec_upload’ at SeTrans.c:146:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘TopTransfer’ at SeTrans.c:54:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-strict-aliasing -Wall        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 
                            -D_POSIX_SOURCE -D_XOPEN_SOURCE                     
            -D_BSD_SOURCE -D_SVID_SOURCE                                 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                      
                             -DFUNCPROTO=15 -DNARROWPROTO     -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o SeWin.o SeWin.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from /usr/include/X11/Xlib.h:38,
                 from /usr/include/X11/Intrinsic.h:53,
                 from SeWin.c:20:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/X11/Intrinsic.h:61,
                 from SeWin.c:20:
In function ‘strncpy’,
    inlined from ‘GetValueDispatchProc’ at SeWin.c:380:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-strict-aliasing -Wall        -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 
                            -D_POSIX_SOURCE -D_XOPEN_SOURCE                     
            -D_BSD_SOURCE -D_SVID_SOURCE                                 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                      
                             -DFUNCPROTO=15 -DNARROWPROTO     -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o MultiList.o MultiList.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from MultiList.c:54:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
MultiList.c: In function ‘Notify’:
MultiList.c:1433:13: warning: writing 1 byte into a region of size 0 
[-Wstringop-overflow=]
 1433 |   buffer[0] = '\0';
      |   ~~~~~~~~~~^~~~~~
MultiList.c:1432:20: note: at offset 0 to an object with size 0 allocated by 
‘malloc’ here
 1432 |   buffer = (char *)malloc(byte_count);
      |                    ^~~~~~~~~~~~~~~~~~
rm -f seyon
gcc -o seyon  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall    -Wl,-z,relro  Seyon.o 
SeActions.o SeScan.o SeDial.o SeErr.o SeGeneric.o              SeInit.o SeIo.o 
SeMisc.o SeParse.o SePort.o SeScript.o          SeSet.o SeSig.o SeString.o 
SeSubs.o SeSubsX.o SeSupp.o          SeTerm.o SeTrans.o SeWin.o MultiList.o 
-lXaw -lXmu -lXt -lSM -lICE -lXpm  -lXext -lX11      
/usr/bin/ld: SeTrans.o:./SeTrans.c:35: multiple definition of `mlw'; 
SeDial.o:./SeDial.c:68: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1060: seyon] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 LOCAL_LDFLAGS=-Wl,-z,relro CDEBUGFLAGS= 
"CCOPTIONS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall" returned exit code 2
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: seyon
Source-Version: 2.20c-33
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
seyon, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated seyon 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: Wed, 28 Oct 2020 19:31:53 +0000
Source: seyon
Architecture: source
Version: 2.20c-33
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957788
Changes:
 seyon (2.20c-33) unstable; urgency=medium
 .
   * QA upload.
   * Fix ftbfs with GCC-10. (Closes: #957788)
   * Update Standards-Version to 4.5.0
     - Use priority optional.
   * Use debhelper-compat.
     - Update compat level to 13.
   * Remove whitespace from d/changelog.
Checksums-Sha1:
 5f0a44cb4602958e4398643c11a505e3c4560a9e 1710 seyon_2.20c-33.dsc
 039babac7e2af4d1dd6b0df7e9f8c39a1a51570a 36944 seyon_2.20c-33.debian.tar.xz
 f45dd62b1f1b4c42ee7968bf9830c55c4d7bfbf8 7058 seyon_2.20c-33_amd64.buildinfo
Checksums-Sha256:
 fc856cea849cea0b6b75f99856a7284ecb7092207b2793630c2d7c5859da0ec8 1710 
seyon_2.20c-33.dsc
 66c18681035649dc65c80355228aef593df999c26859b2941d747d9b3d58a30f 36944 
seyon_2.20c-33.debian.tar.xz
 4c16fd3fef7595b02393e3c0681b19f503faf0abe5bdcadf6021c743f7148861 7058 
seyon_2.20c-33_amd64.buildinfo
Files:
 476445a9747e2127c77cef27f6078db6 1710 comm optional seyon_2.20c-33.dsc
 cc04c5df345a98b364dfca549ab39db9 36944 comm optional 
seyon_2.20c-33.debian.tar.xz
 109dd347ae122bd5cba194108939c384 7058 comm optional 
seyon_2.20c-33_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+ZyWoACgkQR5mjUUbR
KzVVNA//aIEmxIwEE89pWb2tTnaa9uv6wB5kjEUcOfNoxiPQ/zY6xf9k/EshvReo
ybMgKDXooSQ4gj7cua6uoVNpBPK1KB4Fh3mVBn+TPWUl8QtCXorY0lfi71kDlEVh
ERSgNmv2pK2gyNYbK7oAaGnq32Q3Te6nBot1douL6Elrc0AB+U9WV2zxrphWhGFC
rBXEC65iViUBcObgnPgS8xjGS6dccFW4VYLdElA/zMdlvIWeTa3tr3w2Isf1ApqA
DPNP3UQrYzNRiHACUFggcxsLQh7gTzK1uZKQe1SAGgtQ7MCq/1BGAeZ2QKeKNUUK
ccg3uDquo/2vToy92c+GUlDYLaYw6mt03HIwv8OfXusHGy6JwYxmZvzoWcmcwKuN
j1il6Btt40HkHFIlZkv9UUdM/NNgbbUE43KpYG57FGrOV1GNwMKMJWuRM3xRlUFD
tKOXlzJjgnED0er1xY0Po4wys/weV7UowNp+EneCfm5AXvd0VW+iB8LAUsi1f9Um
8xX4Oe3/07L6fGiNmP00faCus7LDw84UPkoXTVjAkVeSF8j0yXyWje+PVS6QaDdJ
iutXNMrAtXQSxRiXO/A46pcvIPWrZEwwDi/xcB+v/bd8SzVR4i14ZVRZ04RHMXVa
PtMAG9R5fGMK2zxFHAPcpAE9T/TrTIz7swXQQr/iOw6NhM/4Yes=
=Q2T/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to