Your message dated Sat, 24 Oct 2020 22:03:32 +0000
with message-id <e1kwrdm-000hwt...@fasolo.debian.org>
and subject line Bug#957200: fixed in fdutils 5.5-20060227-8.1
has caused the Debian Bug report #957200,
regarding fdutils: 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.)


-- 
957200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fdutils
Version: 5.5-20060227-8
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/fdutils_5.5-20060227-8_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

[...]
  484 |  char *s;
      |        ^
ar rv libfdutils.a enh_options.o
a - enh_options.o
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o measure.o measure.c
ar rv libfdutils.a measure.o
a - measure.o
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o printfdprm.o printfdprm.c
printfdprm.c: In function ‘print_params’:
printfdprm.c:10:45: warning: variable ‘need_tpi’ set but not used 
[-Wunused-but-set-variable]
   10 |  int ssize, r, perp_ref, need_dtr, need_fm, need_tpi;
      |                                             ^~~~~~~~
ar rv libfdutils.a printfdprm.o
a - printfdprm.o
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o calc-format.o calc-format.c
calc-format.c: In function ‘calc_placement’:
calc-format.c:324:21: warning: variable ‘max_offset’ set but not used 
[-Wunused-but-set-variable]
  324 |  int cur_sector, i, max_offset;
      |                     ^~~~~~~~~~
ar rv libfdutils.a calc-format.o
a - calc-format.o
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o misc.o misc.c
ar rv libfdutils.a misc.o
a - misc.o
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o skews.o skews.c
ar rv libfdutils.a skews.o
a - skews.o
ranlib libfdutils.a
gcc -Wl,-z,relro -Wl,-z,now -o floppycontrol floppycontrol.o -L. -lfdutils 
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o getfdprm.o getfdprm.c
gcc -Wl,-z,relro -Wl,-z,now -o getfdprm getfdprm.o -L. -lfdutils 
gcc -Wl,-z,relro -Wl,-z,now -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -o setfdprm 
setfdprm.c -L. -lfdutils 
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o fdrawcmd.o fdrawcmd.c
fdrawcmd.c: In function ‘main’:
fdrawcmd.c:382:6: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  382 |      write(1, buffer, size );
      |      ^~~~~~~~~~~~~~~~~~~~~~~
gcc -Wl,-z,relro -Wl,-z,now -o fdrawcmd fdrawcmd.o -L. -lfdutils 
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I. -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\"  -c -o superformat.o superformat.c
superformat.c: In function ‘send_cmd’:
superformat.c:123:6: warning: variable ‘retries’ set but not used 
[-Wunused-but-set-variable]
  123 |  int retries;
      |      ^~~~~~~
superformat.c: In function ‘main’:
superformat.c:1125:36: warning: ‘__builtin___snprintf_chk’ output truncated 
before the last format character [-Wformat-truncation=]
 1125 |    snprintf(twom_buffer, 5, "-2 %2d", fd0.dsect);
      |                                    ^
In file included from /usr/include/stdio.h:867,
                 from superformat.c:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 6 and 15 bytes into a destination of 
size 5
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wl,-z,relro -Wl,-z,now -o superformat superformat.o -L. -lfdutils 
/usr/bin/ld: ./libfdutils.a(calc-format.o):./src/superformat.h:100: multiple 
definition of `header_size'; superformat.o:./src/superformat.h:100: first 
defined here
/usr/bin/ld: ./libfdutils.a(calc-format.o):./src/superformat.h:101: multiple 
definition of `index_size'; superformat.o:./src/superformat.h:101: first 
defined here
/usr/bin/ld: ./libfdutils.a(skews.o):./src/superformat.h:101: multiple 
definition of `index_size'; superformat.o:./src/superformat.h:101: first 
defined here
/usr/bin/ld: ./libfdutils.a(skews.o):./src/superformat.h:100: multiple 
definition of `header_size'; superformat.o:./src/superformat.h:100: first 
defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:93: superformat] Error 1
rm enh_options.o measure.o calc-format.o oldfdprm.o parse.o driveprm.o misc.o 
lex.mediaprm.o lex.driveprm.o printfdprm.o skews.o lex.mediaprm.c mediaprm.o 
lex.driveprm.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:8: compile] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 all html returned exit code 2
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fdutils
Source-Version: 5.5-20060227-8.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
fdutils, 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 fdutils 
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, 22 Oct 2020 22:24:54 +0100
Source: fdutils
Architecture: source
Version: 5.5-20060227-8.1
Distribution: unstable
Urgency: medium
Maintainer: Matteo Cypriani <m...@lm7.fr>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957200
Changes:
 fdutils (5.5-20060227-8.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957200)
Checksums-Sha1:
 45928bedec7e3155f4de73ea1163630fd03365f1 2041 fdutils_5.5-20060227-8.1.dsc
 20e1adad327044e5a3fb509a4ee9349494854296 48704 
fdutils_5.5-20060227-8.1.debian.tar.xz
 5c4e5d1513a5397cc88b526f811a6d16f85aeabd 7919 
fdutils_5.5-20060227-8.1_amd64.buildinfo
Checksums-Sha256:
 027f805b90298ab89a9623eed9cf7d476bee883e3d2fac860ce98a188a9ebe4f 2041 
fdutils_5.5-20060227-8.1.dsc
 eb5468e7436311e71be92a97e54411e0d7e2a4fe2c360db87d4cb7508173ce91 48704 
fdutils_5.5-20060227-8.1.debian.tar.xz
 eb33b50fb615dd5ba669eb122c005c6141cd1dc42a9163d16f7a7403b7789ce2 7919 
fdutils_5.5-20060227-8.1_amd64.buildinfo
Files:
 b32245cea9fa6a536ac1da39d07618c1 2041 utils optional 
fdutils_5.5-20060227-8.1.dsc
 c7e60ffb6e98e79b2fc28fe04f615f6d 48704 utils optional 
fdutils_5.5-20060227-8.1.debian.tar.xz
 4375c0dbcfd53db9072c68319322541a 7919 utils optional 
fdutils_5.5-20060227-8.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+R+bMACgkQR5mjUUbR
KzXi3Q//X88AwqVr7AuKnedEOmQtRtP2Mo4LJpu3uOqtrC4NGr9LH60kG7N+ph4q
QAgCbzWrT7ch2PLiBVQy4g0NK1FG8cOYPH1XRDjR8p8iR8jXnF4LRsn7x9aSf2f+
JOA2u/hSdtIr9DqZj7Y2UfFpsiWx/yPHSbNqbbKGPfjmUIcg5lpn2rIW9q/wSRq+
ce9az1Gjg0FesPcnMqblI/fZZSOxRjgWgtfGdjQ4rqOrfxTNVFOPFD+wjGVXACsR
2lPXBYa7yOewORv6w4UgxJNNDjYdKtEUdteGtlqNj0FBVWDPLr+HYpffhw6CFFUm
BYYR7PCnzkIk+3kivkfiR54KZb81By1G0Vn5rWzyJNz0154kIA5qY43VUvsI7HVe
cTA/mu52oT6ddovGaAIiBixyTTifjsp2/MVSSUmd/C1np7DnGWEoi/ZbLgI1BTkk
CX19pG/edJOiuQbmDfxggf95oHN44XIB+Se2WId3ldbaBHlrsnTuWsqjVgRZje8N
rek3VCZOanxt+y01KryDFwxtDUR8x+lrHHjjhK3m0DPKHaDD6DlsHT7sqdporu7G
gBgK2MbYOTBP/Mg1MD15s52j8q8NysEQt+NbAeYcZt66I3tNFt6GoBF0mVTku7X3
eGwOTQaYHR3HmOx0ZXWk0HmrbqDnhWbHeWQpyFFO8stAXiBk4ZE=
=+lup
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to