Your message dated Wed, 29 Jul 2020 11:33:55 +0000
with message-id <e1k0kll-0003ot...@fasolo.debian.org>
and subject line Bug#957785: fixed in see 0.72-7
has caused the Debian Bug report #957785,
regarding see: 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.)
--
957785: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:see
Version: 0.72-6
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/see_0.72-6_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
[...]
server.c:326:2: warning: ignoring return value of ‘write’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
326 | write(remote,"SS LAUNCH\n",10);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags gtk+-2.0` -Wdate-time
-D_FORTIFY_SOURCE=2 -D SDIR=\"/usr/share/seetxt-runtime\" -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -pedantic -D_FILE_OFFSET_BITS=64 -c -o
seetxt-util.o `test -f 'util.c' || echo './'`util.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from main.h:21,
from util.c:11:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is
deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from main.h:21,
from util.c:11:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126,
from main.h:21,
from util.c:11:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated:
Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
from /usr/include/glib-2.0/glib.h:30,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from main.h:21,
from util.c:11:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
551 | struct _GTimeVal
| ^~~~~~~~~
gcc -D SDIR=\"/usr/share/seetxt-runtime\" -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall -pedantic -D_FILE_OFFSET_BITS=64 -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -o seetxt seetxt-see.o seetxt-server.o seetxt-util.o
`pkg-config --libs gtk+-2.0` -lpthread
/usr/bin/ld: seetxt-server.o:./src/main.h:95: multiple definition of `rgxp';
seetxt-see.o:./src/main.h:95: first defined here
/usr/bin/ld: seetxt-util.o:./src/main.h:95: multiple definition of `rgxp';
seetxt-see.o:./src/main.h:95: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:211: seetxt] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:221: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:160: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:38: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: see
Source-Version: 0.72-7
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
see, 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 see 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, 29 Jul 2020 11:53:55 +0100
Source: see
Architecture: source
Version: 0.72-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957785
Changes:
see (0.72-7) unstable; urgency=medium
.
* QA upload.
* Fix ftbfs with GCC-10. (Closes: #957785)
* Update Standards-Version to 4.5.0
- Update priority to optional.
* Orphan the package. (See: #920095)
* Move Vcs to salsa.
Checksums-Sha1:
eb54eef59b581e93116b46d41e7febe4a172e718 1806 see_0.72-7.dsc
13041d8dcf01ad41da8b4b6c376f3a8e1927596c 6192 see_0.72-7.debian.tar.xz
1463737c8a5a3077929062babc54ebe094adc39e 10692 see_0.72-7_amd64.buildinfo
Checksums-Sha256:
2fc6a3c91724296c44080575a62e8ad4b6df9ef3fa0a8b11a1a3fa11a3ccd531 1806
see_0.72-7.dsc
5fda21eaf966e8b9c67ae9c8b1c4f0b865a2b241496865b7988a8067302e6418 6192
see_0.72-7.debian.tar.xz
e4fab6d31688ad065c2d7bc91f5d1b4fc3b9044071c97b1f2e077ca9e2a1a720 10692
see_0.72-7_amd64.buildinfo
Files:
5f7f56989b5f2b01f0c7dd37d8836141 1806 text optional see_0.72-7.dsc
e61d587e0e4e98cef5854432da20f6ec 6192 text optional see_0.72-7.debian.tar.xz
3bfd15f536b60b1c7c3dbd14449217af 10692 text optional see_0.72-7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8hWVIACgkQR5mjUUbR
KzUtGQ//QFHkzMih/SxPWAO7Rb8r9UyMLqQRdSOQ53/zoz8UcXF71eKj0v1GQNNa
n7Qv6JOzdmBvyqH9vHZglDKBLoogcUJHtOWO7dMHln6GqNKx5Obd3bAPZicfCKl/
Uz+4uV4ebVFe4m9+fmfFsCgD3IuJ8eL56FofjUaVrI8Ju2dq60gSfmQwTIlsGLy9
DWQ1+7EbAOGC/DXk3Yy9HnIRR232Uo2NHbU5fgIujuT5pO0uoWuHWxc/I+a8TSCe
YoylxO7kBFN7vhYPwPFW3IOOfZ7ibehkqdxHCnLiYaaudkBSDmWJ8OO8sRzqMP2y
P35dzgyNkgebcUDN4EaoN7jDlDPdKdyl82fQGcgcn/QZrBnb5mk8Ck/XEnGFESbK
1Qn+bXtLQdN3ttJogYUpFYz3t/KHH0z/DxaYsgln+PfR+MsrQMNBSzWWDWnl78BR
xlDwAw0dHOnga6088qfv9i6IdtvkfGUUK9lk7G/5j5kHmQ65NNNw/1ikPZ3rCK7b
OXk75tUr0IgASozY6Pp5Gbo/bzZgmhqfuWqVFt6J9KNGarB+ErenrQvtJH7Yb33w
QcQsYjQnoHdN4BdV3neh56574Abfmfwb01Ss6AQm0sMRhcFkV8qa7Tkwh3+f+s6V
uz8z9gnpDui+koGR2W6hxXAUKypm6zhJLYLeQaqj3Sc5cxP+FiQ=
=M4F6
-----END PGP SIGNATURE-----
--- End Message ---