Your message dated Tue, 08 Sep 2020 15:35:30 +0000
with message-id <[email protected]>
and subject line Bug#957526: fixed in medusa 2.2-7
has caused the Debian Bug report #957526,
regarding medusa: 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 [email protected]
immediately.)


-- 
957526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957526
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:medusa
Version: 2.2-6
Severity: normal
Tags: sid bullseye
User: [email protected]
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/medusa_2.2-6_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

[...]
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
web-form.c: In function ‘go’:
web-form.c:190:11: note: length computed here
  190 |           strncpy(psSessionData->szFormData, pOpt, strlen(pOpt));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from ../medusa-net.h:27,
                 from module.h:35,
                 from web-form.c:32:
In function ‘strncpy’,
    inlined from ‘go’ at web-form.c:176:11:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
web-form.c: In function ‘go’:
web-form.c:176:11: note: length computed here
  176 |           strncpy(psSessionData->szDenySignal, pOpt, strlen(pOpt));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from ../medusa-net.h:27,
                 from module.h:35,
                 from web-form.c:32:
In function ‘strncpy’,
    inlined from ‘go’ at web-form.c:162:11:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
web-form.c: In function ‘go’:
web-form.c:162:11: note: length computed here
  162 |           strncpy(psSessionData->szDir, pOpt, strlen(pOpt));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC  -Wl,-z,relro -Wl,-z,now 
-L/usr/local/lib -L/usr//lib -rdynamic  -o cvs.mod cvs.o ../medusa-trace.o -lpq 
 -lssh2 -lsvn_client-1 -shared -ldl -lpthread  -lssl -lcrypto -lssl -lcrypto 
-lgcrypt -lgnutls -ldl -lrt -lm
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC -Wl,-z,relro -Wl,-z,now -L/usr/local/lib 
-L/usr//lib -rdynamic  -o ftp.mod ftp.o ../medusa-trace.o -lpq  -lssh2 
-lsvn_client-1 -shared -ldl -lpthread  -lssl -lcrypto -lssl -lcrypto -lgcrypt 
-lgnutls -ldl -lrt -lm
/usr/bin/ld: /usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:68: 
multiple definition of `iVerboseLevel'; 
../medusa-trace.o:./src/modsrc/../medusa.h:68: multiple definition of 
`iVerboseLevel'; cvs.o:./src/modsrc/../medusa.h:68: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:66: multiple definition 
of `pOutputFile'; cvs.o:./src/modsrc/../medusa.h:66: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:67: multiple definition 
of `ptmFileMutex'; 
cvs.o:./src/modsrc/../medusa.h:ftp.o:./src/modsrc/../medusa.h:68: first defined 
here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:66: multiple definition 
of `pOutputFile'; ftp.o:./src/modsrc/../medusa.h:66: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:67: multiple definition 
of `ptmFileMutex'; ftp.o:./src/modsrc/../medusa.h:67: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:69: multiple definition 
of `iErrorLevel'; ftp.o:./src/modsrc/../medusa.h:69: first defined here
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC -Wl,-z,relro -Wl,-z,now -L/usr/local/lib 
-L/usr//lib -rdynamic  -o http.mod http.o ntlm.o http-digest.o 
../medusa-trace.o -lpq  -lssh2 -lsvn_client-1 -shared -ldl -lpthread  -lssl 
-lcrypto -lssl -lcrypto -lgcrypt -lgnutls -ldl -lrt -lm
67: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:69: multiple definition 
of `iErrorLevel'; cvs.o:./src/modsrc/../medusa.h:69: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:68: multiple definition 
of `iVerboseLevel'; http.o:./src/modsrc/../medusa.h:68: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:66: multiple definition 
of `pOutputFile'; http.o:./src/modsrc/../medusa.h:66: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:67: multiple definition 
of `ptmFileMutex'; http.o:./src/modsrc/../medusa.h:67: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:69: multiple definition 
of `iErrorLevel'; http.o:./src/modsrc/../medusa.h:69: first defined here
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC -Wl,-z,relro -Wl,-z,now -L/usr/local/lib 
-L/usr//lib -rdynamic  -o imap.mod imap.o ntlm.o ../medusa-trace.o -lpq  -lssh2 
-lsvn_client-1 -shared -ldl -lpthread  -lssl -lcrypto -lssl -lcrypto -lgcrypt 
-lgnutls -ldl -lrt -lm
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:68: multiple definition 
of `iVerboseLevel'; imap.o:./src/modsrc/../medusa.h:68: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:66: multiple definition 
of `pOutputFile'; imap.o:./src/modsrc/../medusa.h:66: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:67: multiple definition 
of `ptmFileMutex'; imap.o:./src/modsrc/../medusa.h:67: first defined here
/usr/bin/ld: ../medusa-trace.o:./src/modsrc/../medusa.h:69: multiple definition 
of `iErrorLevel'; imap.o:./src/modsrc/../medusa.h:69: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:696: cvs.mod] Error 1
make[4]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:700: ftp.mod] Error 1
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:704: http.mod] Error 1
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:708: imap.mod] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/modsrc'
make[3]: *** [Makefile:454: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:449: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:347: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: medusa
Source-Version: 2.2-7
Done: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <[email protected]>

We believe that the bug you reported is fixed in the latest version of
medusa, 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.
Raphaël Hertzog <[email protected]> (supplier of updated medusa 
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: Tue, 08 Sep 2020 17:09:20 +0200
Source: medusa
Architecture: source
Version: 2.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Raphaël Hertzog <[email protected]>
Closes: 957526
Changes:
 medusa (2.2-7) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Samuel Henrique ]
   * Add salsa-ci.yml
   * Configure git-buildpackage for Debian
 .
   [ Sophie Brun ]
   * Refresh patches
   * Add a patch to fix FTBFS with GCC-10 (Closes: #957526)
   * Add a patch to fix spelling errors
   * Bump Standards-Version to 4.5.0 (no change required)
   * Add missing upstream metadata
 .
   [ Raphaël Hertzog ]
   * Set debhelper-compat version in Build-Depends.
   * Remove obsolete field Name from debian/upstream/metadata (already present
     in machine-readable debian/copyright).
Checksums-Sha1:
 253b8d30d870539fe811279595e79428e9213c71 1664 medusa_2.2-7.dsc
 2f4f2f8144b9e21a7560a9ab61a1fbaa209e74f1 11064 medusa_2.2-7.debian.tar.xz
 8341692731a75f3c370ea958fdc44ac8efafc7e4 5742 medusa_2.2-7_source.buildinfo
Checksums-Sha256:
 30c3514d78eb0a4c39672cbd051f174f8d8e4c64e9b92e4f76a94c4010578502 1664 
medusa_2.2-7.dsc
 c675e8b2f9f5f7a4b9b31a151b9c2ac095e5efc88bc2a31fe929e86a92923e53 11064 
medusa_2.2-7.debian.tar.xz
 c32fbd6a4ed2baab9a0442066b03b3bb7e48d58c491361c9f27ecca68b8609b9 5742 
medusa_2.2-7_source.buildinfo
Files:
 06e8aea4fa8588059cbdd544447bb27d 1664 admin optional medusa_2.2-7.dsc
 621bcb8d70acd724c07692c3747b5183 11064 admin optional 
medusa_2.2-7.debian.tar.xz
 94982b553570ef819693525413276f63 5742 admin optional 
medusa_2.2-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAl9Xn2UACgkQA4gdq+vC
mrnfyAf/baitVkgiq0RO0SYQBk+9+pamt/q5OhGhBMrVl8aqDVAls3eIOrvWF3f4
gB/2NOLzWKeA5DyH4vzbnIwtPjW5PTSG5t2ILOvbvHkCugYano+n1HVASQd1OzDc
fXbmD+ccUaKxt8GzgGnlryliMH0QPyCv/INRDtnL5/NGINdy5bwowww51EEGl6Tk
OGPbflummCRGFfg2FW9kCjINBcs0OJnVwXWRSjI3o7odlssKcnqx5WUX1tJAThBw
H6j2Zj2wizO/BOgXLWjjmbJNGT4KP+UhxJjrv6fTWO3YsqysvMv+iTf8pp/PhQms
rVxgXkcvJpEaIJdhlo1qQvPm+QWn0Q==
=rU5+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to