Your message dated Sat, 07 Nov 2020 18:05:42 +0000
with message-id <e1kbsas-000ica...@fasolo.debian.org>
and subject line Bug#957226: fixed in francine 0.99.8+orig-2.1
has caused the Debian Bug report #957226,
regarding francine: 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.)


-- 
957226: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:francine
Version: 0.99.8+orig-2
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/francine_0.99.8+orig-2_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

[...]
pam_login.c: In function ‘pam_pamconv’:
pam_login.c:65:15: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   65 |               fgets(buf2, sizeof(buf2)-1,stdin);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o signal_handle.o signal_handle.c
signal_handle.c: In function ‘handle_sigint’:
signal_handle.c:56:3: warning: implicit declaration of function ‘exit’ 
[-Wimplicit-function-declaration]
   56 |   exit (-1);
      |   ^~~~
signal_handle.c:56:3: warning: incompatible implicit declaration of built-in 
function ‘exit’
signal_handle.c:34:1: note: include ‘<stdlib.h>’ or provide a declaration of 
‘exit’
   33 | #include <signal.h>
  +++ |+#include <stdlib.h>
   34 | 
signal_handle.c: In function ‘handle_sigterm’:
signal_handle.c:69:3: warning: incompatible implicit declaration of built-in 
function ‘exit’
   69 |   exit (0);
      |   ^~~~
signal_handle.c:69:3: note: include ‘<stdlib.h>’ or provide a declaration of 
‘exit’
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o speech.o speech.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o system_logon.o system_logon.c
system_logon.c: In function ‘write_lastlog_entry’:
system_logon.c:210:9: warning: passing argument 1 of ‘time’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  210 |   time (&lastlog.ll_time);
      |         ^~~~~~~~~~~~~~~~
      |         |
      |         int32_t * {aka int *}
In file included from system_logon.c:42:
/usr/include/time.h:75:29: note: expected ‘time_t *’ {aka ‘long int *’} but 
argument is of type ‘int32_t *’ {aka ‘int *’}
   75 | extern time_t time (time_t *__timer) __THROW;
      |                     ~~~~~~~~^~~~~~~
system_logon.c: In function ‘system_logon’:
system_logon.c:279:3: warning: ignoring return value of ‘chdir’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  279 |   chdir (user->pw_dir);
      |   ^~~~~~~~~~~~~~~~~~~~
system_logon.c:288:3: warning: ignoring return value of ‘chown’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  288 |   chown (ttyname(0), user->pw_uid, grp->gr_gid);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system_logon.c:306:7: warning: ignoring return value of ‘setgid’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  306 |       setgid (user->pw_gid);
      |       ^~~~~~~~~~~~~~~~~~~~~
system_logon.c:308:7: warning: ignoring return value of ‘setuid’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  308 |       setuid (user->pw_uid);
      |       ^~~~~~~~~~~~~~~~~~~~~
system_logon.c: In function ‘write_lastlog_entry’:
system_logon.c:216:3: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  216 |   read (lastlog_file, oldlog, sizeof *oldlog);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
system_logon.c:222:3: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  222 |   write (lastlog_file, (char *)&lastlog, sizeof lastlog);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o conf.o conf.c
conf.c: In function ‘init_conf’:
conf.c:107:7: warning: implicit declaration of function ‘sleep’ 
[-Wimplicit-function-declaration]
  107 |       sleep(10);
      |       ^~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security  -Wl,-z,relro -o francine after_login.o 
authenticated.o emergency.o fancy.o log_message.o login.o login_permissions.o 
md5crypt.o pam_login.o signal_handle.o speech.o system_logon.o conf.o  -lcrypt 
-lpam -lslang 
/usr/bin/ld: login.o:./src/pam_login.h:21: multiple definition of `pam_user'; 
authenticated.o:./src/pam_login.h:21: first defined here
/usr/bin/ld: pam_login.o:./src/pam_login.h:21: multiple definition of 
`pam_user'; authenticated.o:./src/pam_login.h:21: first defined here
/usr/bin/ld: system_logon.o:./src/pam_login.h:21: multiple definition of 
`pam_user'; authenticated.o:./src/pam_login.h:21: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:357: francine] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:264: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:334: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: francine
Source-Version: 0.99.8+orig-2.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
francine, 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 francine 
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: Thu, 05 Nov 2020 17:25:48 +0000
Source: francine
Architecture: source
Version: 0.99.8+orig-2.1
Distribution: unstable
Urgency: medium
Maintainer: Rhonda D'Vine <rho...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957226
Changes:
 francine (0.99.8+orig-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957226)
Checksums-Sha1:
 dad7361fc7afad178aab48a17d6b6ed0066a75e8 1797 francine_0.99.8+orig-2.1.dsc
 160a1cbb16a0fef2d538646f70bcc071143bc18a 6748 
francine_0.99.8+orig-2.1.debian.tar.xz
 889d87646fb1924515bea1657a926dd06ab41dcd 6392 
francine_0.99.8+orig-2.1_amd64.buildinfo
Checksums-Sha256:
 03d8585de6cd2d82690cfc3ff886e8027d0b69088797623465c685449d5449c4 1797 
francine_0.99.8+orig-2.1.dsc
 22da283c510f63ac5d26ce7dd1bb748a2400359e40d8b6423025d1b24d76a5e0 6748 
francine_0.99.8+orig-2.1.debian.tar.xz
 89bc1fb29a75253c83b603bd6b7aef01e96e2b3ee83e57cff7428720b9529c8c 6392 
francine_0.99.8+orig-2.1_amd64.buildinfo
Files:
 1134296d1ff33267acc2f6208ee711ab 1797 admin optional 
francine_0.99.8+orig-2.1.dsc
 3c5931f2508d002e9430e36b5c539052 6748 admin optional 
francine_0.99.8+orig-2.1.debian.tar.xz
 025970f0a5807711d0eb996d4b7c946b 6392 admin optional 
francine_0.99.8+orig-2.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+kNpoACgkQR5mjUUbR
KzUfLg/+KneHvKizm+jf7+le6Y3X1suZXK9EHw00dkwqo3kBQzea5iBL65GsHxQg
ERWRUwJkLIISaBi8oFP2HDKc49I9dqC27yd5fdOGdGGE0FXOz4O07OiE0cFpa6/W
6RVMdy/fkW7TsJefr2WZZfppydySmCCLb/qJD4Qd2GviTXiqbg+47zDVEuPME1rI
2JLIpauIucmHHn7RbtkPJ9bN4ZiPNR/9PU+Pki+Sm1MfKAPqb1ZISBcFOfSM2f42
xgxdxMkOQpdVfBZHAEgn+E7bXwEUcGxgyq+iIqXmv9/mtqbozDNU5enjeSz3jO1h
jdQmzgoNCDE/yggqbrfr/zi29KMNJimRdbINR2EkvdphMyN2Nr43RZR2jy8HJU1e
15VETsvAs27Eum0udlni2/zB/J9SO7zUf6rNFNT/C46G5pLIOr/X+7yQRHZUCrN5
0R0xjIEMwc1Ih7RGHVlJVSQqgKSB2+nqwAlYCseNGk5bZu5ipqdjJth3oDs6KWFQ
NIJSP4eR1+IB97oZsNJU7Zkgaihb23kMEqeVaJYtxMCp/T2lDdkfWiO67QIbM9Z2
GxRP40/H3sA11FtlCUIitv84zbmhRH1ikhfkjorJZfw64Zr0BN66GnOQ+vgaTMIt
32aJX3rj1RERA2QZfrM8tYUGb4u/zH8tJEJk6KdoYY7xzyyl/s0=
=KRAE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to