[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957569: marked as done (mtink: ftbfs with GCC-10)



Your message dated Sun, 05 Jul 2020 17:33:53 +0000
with message-id <E1js8WX-000986-J5@fasolo.debian.org>
and subject line Bug#957569: fixed in mtink 1.0.16-11
has caused the Debian Bug report #957569,
regarding mtink: 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 owner@bugs.debian.org
immediately.)


-- 
957569: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957569
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:mtink
Version: 1.0.16-10
Severity: normal
Tags: sid bullseye
User: debian-gcc@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/mtink_1.0.16-10_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

[...]
mainSrc/alignbt.c: In function ‘popupAlignNextWindow’:
mainSrc/alignbt.c:355:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  355 |    align_CB(NULL,(XtPointer)(data->choices/2), NULL);
      |                  ^
Compile scrtxt.c
gcc -c -o mainSrc/scrtxt.o mainSrc/scrtxt.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"    -DWITH_X=1
Compile resource.c
gcc -c -o mainSrc/resource.o mainSrc/resource.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"   -DDEBUG=0 -DPTIME=0  -DWITH_X=1
Compile rcfile.c
gcc -c -o mainSrc/rcfile.o mainSrc/rcfile.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"    -DWITH_X=1
mainSrc/rcfile.c: In function ‘saveConfig’:
mainSrc/rcfile.c:180:16: warning: ignoring return value of ‘seteuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  180 |                seteuid(getuid());
      |                ^~~~~~~~~~~~~~~~~
Compile cmd.c
gcc -c -o mainSrc/cmd.o mainSrc/cmd.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"   -DDEBUG=0 -DPTIME=0 -DRDTIMEOUT=20000 -DWRTIMEOUT=2000 -DWITH_X=1 -DSERVER=0
mainSrc/cmd.c: In function ‘callPrg’:
mainSrc/cmd.c:494:11: warning: variable ‘answered’ set but not used [-Wunused-but-set-variable]
  494 |    int    answered;
      |           ^~~~~~~~
mainSrc/cmd.c: In function ‘d4Reset’:
mainSrc/cmd.c:2468:8: warning: variable ‘dataChannelOpen’ set but not used [-Wunused-but-set-variable]
 2468 |    int dataChannelOpen = 0;
      |        ^~~~~~~~~~~~~~~
Compile tooltip.c
gcc -c -o mainSrc/tooltip.o mainSrc/tooltip.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"   -DDEBUG=0 -DPTIME=0  -DWITH_X=1
Compile wheelmouse.c
gcc -c -o mainSrc/wheelmouse.o mainSrc/wheelmouse.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"   -DDEBUG=0 -DPTIME=0  -DWITH_X=1
Compile usbHlp.c
gcc -c -o mainSrc/usbHlp.o mainSrc/usbHlp.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"   -DDEBUG=0 -DPTIME=0
Compile micon.c
gcc -c -o mainSrc/micon.o mainSrc/micon.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"   -DWITH_X=1
Compile checkenv.c
gcc -c -o mainSrc/checkenv.o mainSrc/checkenv.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\" 
Compile access.c
gcc -c -o mainSrc/access.o mainSrc/access.c -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -DDEBUG=0 -DPTIME=0 
Link mtink
gcc -o mtink mainSrc/mtink.o mainSrc/rw.o mainSrc/d4lib.o mainSrc/cfg1.o mainSrc/rdPrtDesc.o mainSrc/fsb.o mainSrc/cfg2.o mainSrc/alignbt.o mainSrc/scrtxt.o mainSrc/resource.o mainSrc/rcfile.o mainSrc/cmd.o mainSrc/tooltip.o mainSrc/wheelmouse.o mainSrc/usbHlp.o mainSrc/micon.o mainSrc/checkenv.o mainSrc/access.o  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -g -I. -I./mainSrc   -I/usr/X11R6/include -I/usr/dt/include  -DWAIT_FOR_PRINTER=0 -DMOTIF_XPM -DPREFIX=\"/<<PKGBUILDDIR>>/debian/mtink/usr\"  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g  -L/usr/X11R6/lib64  -L/usr/X11R6/lib -L/usr/dt/lib  -lXm   -lXext -lXt -lX11  -DRDTIMEOUT=20000  -DWRTIMEOUT=2000 -DDEBUG=0 -DPTIME=0  -DWITH_X=1
/usr/bin/ld: mainSrc/cfg1.o:./mainSrc/mtink.h:140: multiple definition of `alignHead'; mainSrc/mtink.o:./mainSrc/mtink.h:140: first defined here
/usr/bin/ld: mainSrc/cfg1.o:./mainSrc/mtink.h:139: multiple definition of `exchangeCartridge'; mainSrc/mtink.o:./mainSrc/mtink.h:139: first defined here
/usr/bin/ld: mainSrc/cfg1.o:./mainSrc/mtink.h:137: multiple definition of `newPrinter'; mainSrc/mtink.o:./mainSrc/mtink.h:137: first defined here
/usr/bin/ld: mainSrc/cfg1.o:./mainSrc/mtink.h:136: multiple definition of `firstConfig'; mainSrc/mtink.o:./mainSrc/mtink.h:136: first defined here
/usr/bin/ld: mainSrc/cfg2.o:./mainSrc/mtink.h:140: multiple definition of `alignHead'; mainSrc/mtink.o:./mainSrc/mtink.h:140: first defined here
/usr/bin/ld: mainSrc/cfg2.o:./mainSrc/mtink.h:139: multiple definition of `exchangeCartridge'; mainSrc/mtink.o:./mainSrc/mtink.h:139: first defined here
/usr/bin/ld: mainSrc/cfg2.o:./mainSrc/mtink.h:137: multiple definition of `newPrinter'; mainSrc/mtink.o:./mainSrc/mtink.h:137: first defined here
/usr/bin/ld: mainSrc/cfg2.o:./mainSrc/mtink.h:136: multiple definition of `firstConfig'; mainSrc/mtink.o:./mainSrc/mtink.h:136: first defined here
/usr/bin/ld: mainSrc/alignbt.o:./mainSrc/mtink.h:140: multiple definition of `alignHead'; mainSrc/mtink.o:./mainSrc/mtink.h:140: first defined here
/usr/bin/ld: mainSrc/alignbt.o:./mainSrc/mtink.h:139: multiple definition of `exchangeCartridge'; mainSrc/mtink.o:./mainSrc/mtink.h:139: first defined here
/usr/bin/ld: mainSrc/alignbt.o:./mainSrc/mtink.h:137: multiple definition of `newPrinter'; mainSrc/mtink.o:./mainSrc/mtink.h:137: first defined here
/usr/bin/ld: mainSrc/alignbt.o:./mainSrc/mtink.h:136: multiple definition of `firstConfig'; mainSrc/mtink.o:./mainSrc/mtink.h:136: first defined here
/usr/bin/ld: mainSrc/scrtxt.o:./mainSrc/mtink.h:140: multiple definition of `alignHead'; mainSrc/mtink.o:./mainSrc/mtink.h:140: first defined here
/usr/bin/ld: mainSrc/scrtxt.o:./mainSrc/mtink.h:139: multiple definition of `exchangeCartridge'; mainSrc/mtink.o:./mainSrc/mtink.h:139: first defined here
/usr/bin/ld: mainSrc/scrtxt.o:./mainSrc/mtink.h:137: multiple definition of `newPrinter'; mainSrc/mtink.o:./mainSrc/mtink.h:137: first defined here
/usr/bin/ld: mainSrc/scrtxt.o:./mainSrc/mtink.h:136: multiple definition of `firstConfig'; mainSrc/mtink.o:./mainSrc/mtink.h:136: first defined here
/usr/bin/ld: mainSrc/rcfile.o:./mainSrc/mtink.h:140: multiple definition of `alignHead'; mainSrc/mtink.o:./mainSrc/mtink.h:140: first defined here
/usr/bin/ld: mainSrc/rcfile.o:./mainSrc/mtink.h:139: multiple definition of `exchangeCartridge'; mainSrc/mtink.o:./mainSrc/mtink.h:139: first defined here
/usr/bin/ld: mainSrc/rcfile.o:./mainSrc/mtink.h:137: multiple definition of `newPrinter'; mainSrc/mtink.o:./mainSrc/mtink.h:137: first defined here
/usr/bin/ld: mainSrc/rcfile.o:./mainSrc/mtink.h:136: multiple definition of `firstConfig'; mainSrc/mtink.o:./mainSrc/mtink.h:136: first defined here
/usr/bin/ld: mainSrc/cmd.o:./mainSrc/mtink.h:140: multiple definition of `alignHead'; mainSrc/mtink.o:./mainSrc/mtink.h:140: first defined here
/usr/bin/ld: mainSrc/cmd.o:./mainSrc/mtink.h:139: multiple definition of `exchangeCartridge'; mainSrc/mtink.o:./mainSrc/mtink.h:139: first defined here
/usr/bin/ld: mainSrc/cmd.o:./mainSrc/mtink.h:137: multiple definition of `newPrinter'; mainSrc/mtink.o:./mainSrc/mtink.h:137: first defined here
/usr/bin/ld: mainSrc/cmd.o:./mainSrc/mtink.h:136: multiple definition of `firstConfig'; mainSrc/mtink.o:./mainSrc/mtink.h:136: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:234: mtink] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make[1]: *** [debian/rules:41: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:25: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mtink
Source-Version: 1.0.16-11
Done: Graham Inggs <ginggs@debian.org>

We believe that the bug you reported is fixed in the latest version of
mtink, 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 957569@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs <ginggs@debian.org> (supplier of updated mtink 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 05 Jul 2020 17:05:48 +0000
Source: mtink
Architecture: source
Version: 1.0.16-11
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Graham Inggs <ginggs@debian.org>
Closes: 957569
Changes:
 mtink (1.0.16-11) unstable; urgency=medium
 .
   * QA upload
   * Update Vcs-* URIs for move to salsa.debian.org
   * Switch to debhelper 13
   * Install documentation in /usr/share/doc/mtink (policy §12.3)
   * Patch Makefile to not require root for installing binaries
   * Set Rules-Requires-Root: no
   * Drop dh-exec, not needed with debhelper 13
   * Drop unused dh-buildinfo
   * Fix FTBFS with GCC 10 (Closes: #957569)
   * Do not link with -Wl,--as-needed, it is now the default
   * Mark mtink-doc Multi-Arch: foreign
   * Drop mtink.menu, see #741573
   * Use web.archive.org for upstream Homepage and Source,
     drop debian/watch
   * Drop trailing whitespace in debian/changelog and debian/rules
   * Fix some more spelling errors reported by Lintian
   * Bump Standards-Version to 4.5.0, no changes
Checksums-Sha1:
 7ade54bb183f10cd5042525abdb23e8a25d2a88f 2032 mtink_1.0.16-11.dsc
 139fad7d1f8118463cad84934378ea59cb30b119 35748 mtink_1.0.16-11.debian.tar.xz
Checksums-Sha256:
 7a274b2583ee0a03606e82457d794398a152b322139b14d1d8f29a518dfca2b8 2032 mtink_1.0.16-11.dsc
 aaa0f0612fa9bdced154c7db64de80fd5081abbefb8445bd5e064292e48d93e5 35748 mtink_1.0.16-11.debian.tar.xz
Files:
 437188367a34ebce7559ecf31badc74d 2032 misc optional mtink_1.0.16-11.dsc
 5fa4a1b183000de7c0de38252d91d57f 35748 misc optional mtink_1.0.16-11.debian.tar.xz

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAl8CC4AACgkQr8/sjmac
4cL8pQ//VxAtlJ/TJGIZwxIRRF1aoIMQpsTO3OLb2iCS42jRbNAF3+m2GT5qoCES
hGxdEEdfwaM87P1UfHAqhYudAsShGqD8SUBJMAorJPDdQ0TG4rZjfiED/9sALtNP
ZYHTMN1zDAIspZGYthPSopd1HqkIsS8Pfw6sICvJy1W/UJa5l+PRD+pgQzUiMxD1
8s66PyvGXoKKo211kI+B2OZ7pJrC5Z9CUZ51AcDaO/tVaIJENLa9nMp5VYUQWCqG
eWn8fDRX/w63GR1iSwyuBJSFDAFZSgMx7IVUwxGURrqxNa3+C417ZvFYNfjNUqUE
3xYqITEYiZw81hkBINWq+wL4C4HchxsoBASBo1l9Ko1rO2PV6sWRdyfXx+WLfq/Q
G2twI3hRVHtqfxRlO/Q5WUlMm+XkfWrzZI3i7+s8Hd3zJhjAjZXbymBKfahe9N7W
95kJCwL25uqwsIo3Ymk52XEzuxJRvTjsRFs3PXPHRL8tGlSoDUTAv1yBYwK0KP2g
BrEwe17WWnADitV9J9hy/yCoVb5TaENz6BO0aFkLA8x2/qnQusBNrqc97YvFuIEU
5T3ztW8W5vxP4cWNwwwu0VHKjs43bGrlkgXh18f3M+3Bh7U6yBd/qNFXIw/TdazH
lGfi5AuOWfKn92jqqKUdNton4NJUOQR5dUSbpLZopwvbeIKGwLY=
=P5kQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: