Your message dated Fri, 11 Sep 2020 21:48:38 +0000
with message-id <e1kgqum-0009ch...@fasolo.debian.org>
and subject line Bug#957746: fixed in ramond 0.5-4.1
has caused the Debian Bug report #957746,
regarding ramond: 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.)


-- 
957746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ramond
Version: 0.5-4
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/ramond_0.5-4_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

[...]
dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package ramond
dpkg-buildpackage: info: source version 0.5-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Nicolas Dandrimont 
<nicolas.dandrim...@crans.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: warning: unknown information field 'Dm-Upload-Allowed' in input 
data in general section of control info file
 fakeroot debian/rules clean
dh clean 
dh: warning: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 9 are deprecated (level 8 
in use)
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/bin/rm: cannot remove 'ramond': No such file or directory
make[1]: [Makefile:31: clean] Error 1 (ignored)
/bin/rm: cannot remove '*.o': No such file or directory
make[1]: [Makefile:32: clean] Error 1 (ignored)
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
dh_clean: warning: Compatibility levels before 9 are deprecated (level 8 in use)
 debian/rules build
dh build 
dh: warning: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 9 are deprecated (level 
8 in use)
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 8 
in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/gcc -c src/main.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 `apr-1-config --includes --cppflags --cflags` `xml2-config 
--cflags`
src/main.c: In function ‘rafixd_recvRa’:
src/main.c:164:4: warning: implicit declaration of function ‘LOG’ 
[-Wimplicit-function-declaration]
  164 |    LOG( RAMOND_CRITICAL "! socket recvmsg error: '%s'\n",
      |    ^~~
src/main.c: In function ‘executeActions’:
src/main.c:570:3: warning: null argument where non-null required (argument 2) 
[-Wnonnull]
  570 |   setenv("PREFIX", NULL, 1);
      |   ^~~~~~
src/main.c:571:3: warning: null argument where non-null required (argument 2) 
[-Wnonnull]
  571 |   setenv("PREFIX_LEN", NULL, 1);
      |   ^~~~~~
src/main.c: In function ‘daemonize’:
src/main.c:844:2: warning: implicit declaration of function ‘umask’ 
[-Wimplicit-function-declaration]
  844 |  umask(027);
      |  ^~~~~
src/main.c:874:5: warning: implicit declaration of function ‘flock’; did you 
mean ‘clock’? [-Wimplicit-function-declaration]
  874 |  if(flock(pidfile, F_TLOCK, 0) < 0)
      |     ^~~~~
      |     clock
/usr/bin/gcc -c src/xmlparser.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 `apr-1-config --includes --cppflags --cflags` `xml2-config 
--cflags`
src/xmlparser.c: In function ‘extractRulePrefix’:
src/xmlparser.c:178:4: warning: implicit declaration of function ‘LOG’ 
[-Wimplicit-function-declaration]
  178 |    LOG( RAMOND_CRITICAL "Failed "
      |    ^~~
/usr/bin/gcc -c src/log.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 `apr-1-config --includes --cppflags --cflags` `xml2-config 
--cflags`
/usr/bin/gcc log.o xmlparser.o main.o -o ramond -Wl,-z,relro -Wl,-z,now -lpcap 
`apr-1-config --link-ld --libs ` `xml2-config --libs`
/usr/bin/ld: xmlparser.o:./src/log.h:26: multiple definition of `log_file'; 
log.o:./src/log.h:26: first defined here
/usr/bin/ld: main.o:./src/main.h:44: multiple definition of `log_file'; 
log.o:./src/log.h:26: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:28: ramond] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ramond
Source-Version: 0.5-4.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
ramond, 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 ramond 
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, 09 Sep 2020 22:11:47 +0100
Source: ramond
Architecture: source
Version: 0.5-4.1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Dandrimont <nicolas.dandrim...@crans.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957746
Changes:
 ramond (0.5-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957746)
     - Build with -fcommon.
Checksums-Sha1:
 f49d6e89d8d9d52f40a9424ff44c9f2c115648e1 1903 ramond_0.5-4.1.dsc
 2866807429be57ed8cb0bcfd46a5528374504b3c 8400 ramond_0.5-4.1.debian.tar.xz
 25be17398b48eee0b3c1f08fb0f2fb7bde836263 6355 ramond_0.5-4.1_amd64.buildinfo
Checksums-Sha256:
 aacbf9746980c31065dab7f825762f6b8883edd279456e0d8ee161de877bef9f 1903 
ramond_0.5-4.1.dsc
 e4aaaaa8cea94ae5c636355e29cfe6b95b0973a3bae7defa47495b17502cffa9 8400 
ramond_0.5-4.1.debian.tar.xz
 ae7f6dacae56293a0097c97e6187e6adaf4c66af3b7c716db971dfb345860f42 6355 
ramond_0.5-4.1_amd64.buildinfo
Files:
 b86e91fd1c33eab164b1907416270d06 1903 net extra ramond_0.5-4.1.dsc
 0eeb755f0cef23f4a5192e23ad5c0b6d 8400 net extra ramond_0.5-4.1.debian.tar.xz
 5740d49ec56049b36060238693cb525e 6355 net extra ramond_0.5-4.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9ZRe4ACgkQR5mjUUbR
KzUqQQ/7B+F0pc0JWOkNsPfYyR8xz8LqZjuyMXeb1hZLrnN7MpHtvA62MZRzg7oh
DwVJKHUp0mUCDl8RoifYBAJSkG04+o6RDJvYe1rI1qd6zyTnk0I/Aewkb9TUda/G
qZYeijOsutEgpTbvJgEbslQ3gvUw9IEzmSOzPQN+N7A7bz+ork7fHQSht9A8+sPm
j443+FIEmvIQoe1QNj0TJWkkDmylbqGA1vUMGLPf8JYvlR018DxZFw2+t08j3794
q+WsL9eCaA2f0bDCOGFGgo/ruuGlk637Fyv67FVocYAMUsq/hJtkaoBEtgZzNZQG
5LfHMih92lVy3i0nZ6Lyi8/mi1DZ7SCq7luLHhoeLdf5M3Bqr7LoNkW82UVff0aX
TDOSHdkbz+CGvQlvBfqhA6rougu+faU2gatLDEy2eLWJ17+MvU7xSsgpbrBeo1Su
fFUdW11cWaMdHrV7qzVyqPxeqyRLE0Lo+PvzKs3t14LUWgBsfOk5jCBpSE1ngZzx
6vPciTsjJK56IJwV9BzFxNPHfp3uawXK7Jj58A2GuwGWcZAkv58Rjw2ot2ycYaKq
ExbqeF2anoYAh/vxXtHsX+oe/1B2h+t+QK9FUIzaUlZnVcnlK7Fz/awshdLhGn6o
DltHcqN6IOPxAEPB18478DYM/wz9emIJbhxazfQTU451/+ClV4A=
=76/o
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to