Your message dated Sat, 06 Jun 2020 21:04:23 +0000
with message-id <e1jhfzl-0009wi...@fasolo.debian.org>
and subject line Bug#957192: fixed in fbi 2.10-4
has caused the Debian Bug report #957192,
regarding fbi: 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.)


-- 
957192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fbi
Version: 2.10-3
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/fbi_2.10-3_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

[...]
  131 |  write(2,"vt: acquire\n",12);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
fbtools.c: In function ‘fb_switch_signal’:
fbtools.c:106:6: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  106 |      write(2,"vt: SIGUSR1\n",12);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
fbtools.c:112:6: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  112 |      write(2,"vt: SIGUSR2\n",12);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
fbtools.c: In function ‘fb_setvt’:
fbtools.c:269:5: warning: ignoring return value of ‘chown’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  269 |     chown(vtname, getuid(), getgid());
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fbtools.c:289:5: warning: ignoring return value of ‘dup’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  289 |     dup(0);
      |     ^~~~~~
fbtools.c:290:5: warning: ignoring return value of ‘dup’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  290 |     dup(0);
      |     ^~~~~~
  CC      fb-gui.o
  CC      desktop.o
  CC      parseconfig.o
  CC      fbiconfig.o
  CC      dither.o
  CC      rd/read-gif.o
  CC      rd/read-png.o
  CC      rd/read-tiff.o
  CC      rd/read-ppm.o
rd/read-ppm.c: In function ‘ppm_read’:
rd/read-ppm.c:58:5: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   58 |     fread(dst,h->width,3,h->infile);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-ppm.c: In function ‘pnm_init’:
rd/read-ppm.c:30:5: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   30 |     fgets(line,sizeof(line),fp); /* P[456] */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-ppm.c:32:5: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   32 |     fgets(line,sizeof(line),fp); /* width height */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-ppm.c:34:2: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   34 |  fgets(line,sizeof(line),fp); /* skip comments */
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-ppm.c:37:2: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   37 |  fgets(line,sizeof(line),fp); /* depth ??? */
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-ppm.c: In function ‘pbm_read’:
rd/read-ppm.c:86:5: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   86 |     fread(h->row,bpl,1,h->infile);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-ppm.c: In function ‘pgm_read’:
rd/read-ppm.c:68:5: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   68 |     fread(h->row,h->width,1,h->infile);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      rd/read-bmp.o
rd/read-bmp.c: In function ‘bmp_init’:
rd/read-bmp.c:76:5: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
   76 |     fread(&h->hdr,sizeof(struct bmp_hdr),1,fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rd/read-bmp.c:124:2: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  124 |  fread(&h->cmap,sizeof(struct bmp_cmap),h->hdr.num_colors,fp);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  LD      fbi
/usr/bin/ld: filter.o:(.bss+0x0): multiple definition of `debug'; 
fbi.o:(.bss+0x6a0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [mk/Compile.mk:84: fbi] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fbi
Source-Version: 2.10-4
Done: Moritz Muehlenhoff <j...@debian.org>

We believe that the bug you reported is fixed in the latest version of
fbi, 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.
Moritz Muehlenhoff <j...@debian.org> (supplier of updated fbi 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: Sat, 06 Jun 2020 22:37:36 +0200
Source: fbi
Architecture: source
Version: 2.10-4
Distribution: unstable
Urgency: medium
Maintainer: Moritz Muehlenhoff <j...@debian.org>
Changed-By: Moritz Muehlenhoff <j...@debian.org>
Closes: 957192
Changes:
 fbi (2.10-4) unstable; urgency=medium
 .
   * Fix build with GCC 10 (Closes: #957192)
   * Use debhelper-compat 10
Checksums-Sha1:
 e44f747eda9aa2ef17f58cbb3527ecf4867e9ec4 1991 fbi_2.10-4.dsc
 7ecc30ce18b67eb0ffbd0fa44aadb9eed169a0de 21544 fbi_2.10-4.debian.tar.xz
 4467b473fccd600471e016f0918020836a5bf6be 9495 fbi_2.10-4_amd64.buildinfo
Checksums-Sha256:
 21d431c66d4ccc705c4b2cc6671564f8d0645710921434cccb85749e11fd5eb8 1991 
fbi_2.10-4.dsc
 01352a4289d413f7364d94561bcc8011644892d4bd1a290b2994b8f3bfbda2d9 21544 
fbi_2.10-4.debian.tar.xz
 2dd209970bca906e23dbe99db6e40a076ffbd80f404aea78113af40cfd773ed6 9495 
fbi_2.10-4_amd64.buildinfo
Files:
 a3ca1d578fbba893d4c126026ef51593 1991 graphics optional fbi_2.10-4.dsc
 9865af1957425331da859d8c450010b6 21544 graphics optional 
fbi_2.10-4.debian.tar.xz
 6a558c1cbf7d11bd822eb21d41f60d99 9495 graphics optional 
fbi_2.10-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtuYvPRKsOElcDakFEMKTtsN8TjYFAl7cAJQACgkQEMKTtsN8
TjZntRAAp3gKqjWxTzzrPLcXvjGRjYEjM0dBwsC+n6DF08h9ph609mY3Z73BMUbY
wGFJ+irXbCZ1/nS9358cJ85Z9wgjGo8Y3M4KsDWprUD7IOfMj9D6o0iKWeQaZBcc
Xi9mT5oxT9CCXRav4Oi/O2jTWEVfcKZB2UIPG97+vmRebMnV78LoPN6PeBunE50K
OnPv0Acs6muxPEapmlttB5Xb1lpCATyVi1Ffp234TS10Z3lLJTsMaXmUs0g+J2pV
zBS0+eHZUjIJexI5C2vEWcX13CZ6GeZaWxAumTlRhTDA8cyq0FkrDOi962W4j3WW
KLgppYmoqHvl2/3X2Tr/yBZWcOKyArGwCU7zjVjSDAk6tYFRtcDj0cKTkbtn/W7q
I1lHx08Kk6gHKRX8qbgSKatJSJVYfoVH8YhamSGq+pKpk64PZO8u6CI1VnUA/VWp
Ns8N9ZsaRuGxTXUNMFKj0b0KEVQLfv3y+IoOpLrcFwVB7uAYc/XB2Zf7Ut7yHEUq
q5MstDJmpd0W/VAChrU6PkM1g+ujIowBrzzlx3RdWQh3Kya8uTJd9yZFnp6VvPox
1TaqCPgh4QE0YevjHh5OWOKnPACl7ut2j5T6/CiNHea+v+CyCBJf+dePBJxSBNvn
NWmUKQM9duY7pPjoBcGZ/a8P2nIZnK4iNJpu7I5drHkWlyo59KU=
=1KTl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to