Your message dated Wed, 4 Nov 2020 01:31:03 +0200
with message-id <20201103233103.ga3...@rep.kiev.ua>
and subject line Re: Bug#957510: lxtask: ftbfs with GCC-10
has caused the Debian Bug report #957510,
regarding lxtask: 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.)
--
957510: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957510
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lxtask
Version: 0.1.9-1
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/lxtask_0.1.9-1_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
[...]
551 | struct _GTimeVal
| ^~~~~~~~~
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 utils.h:25,
from utils.c:27:
/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/glib/gi18n.h:21,
from utils.c:26:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
551 | struct _GTimeVal
| ^~~~~~~~~
gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount
-I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid
-I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wl,-z,relro -Wl,-z,now -o lxtask lxtask-main.o
lxtask-callbacks.o lxtask-functions.o lxtask-interface.o
lxtask-xfce-taskmanager-linux.o lxtask-utils.o -lgtk-x11-2.0 -lgdk-x11-2.0
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:45: multiple definition of
`taskpopup'; lxtask-main.o:./src/interface.h:45: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:42: multiple definition of
`selection'; lxtask-main.o:./src/interface.h:42: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:64: multiple definition of
`column'; lxtask-main.o:./src/interface.h:64: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:50: multiple definition of
`mem_usage_progress_bar_box'; lxtask-main.o:./src/interface.h:50: first defined
here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:49: multiple definition of
`cpu_usage_progress_bar_box'; lxtask-main.o:./src/interface.h:49: first defined
here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:48: multiple definition of
`mem_usage_progress_bar'; lxtask-main.o:./src/interface.h:48: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:47: multiple definition of
`cpu_usage_progress_bar'; lxtask-main.o:./src/interface.h:47: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:46: multiple definition of
`priopopup'; lxtask-main.o:./src/interface.h:46: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:44: multiple definition of
`mainmenu'; lxtask-main.o:./src/interface.h:44: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:43: multiple definition of
`treeview'; lxtask-main.o:./src/interface.h:43: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/interface.h:41: multiple definition of
`list_store'; lxtask-main.o:./src/interface.h:41: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/types.h:81: multiple definition of
`custom_signal_1'; lxtask-main.o:./src/types.h:81: first defined here
/usr/bin/ld: lxtask-callbacks.o:./src/types.h:80: multiple definition of
`custom_signal_0'; lxtask-main.o:./src/types.h:80: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:48: multiple definition of
`mem_usage_progress_bar'; lxtask-main.o:./src/interface.h:48: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:47: multiple definition of
`cpu_usage_progress_bar'; lxtask-main.o:./src/interface.h:47: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:64: multiple definition of
`column'; lxtask-main.o:./src/interface.h:64: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:50: multiple definition of
`mem_usage_progress_bar_box'; lxtask-main.o:./src/interface.h:50: first defined
here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:49: multiple definition of
`cpu_usage_progress_bar_box'; lxtask-main.o:./src/interface.h:49: first defined
here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:46: multiple definition of
`priopopup'; lxtask-main.o:./src/interface.h:46: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:45: multiple definition of
`taskpopup'; lxtask-main.o:./src/interface.h:45: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:44: multiple definition of
`mainmenu'; lxtask-main.o:./src/interface.h:44: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:43: multiple definition of
`treeview'; lxtask-main.o:./src/interface.h:43: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:42: multiple definition of
`selection'; lxtask-main.o:./src/interface.h:42: first defined here
/usr/bin/ld: lxtask-functions.o:./src/interface.h:41: multiple definition of
`list_store'; lxtask-main.o:./src/interface.h:41: first defined here
/usr/bin/ld: lxtask-functions.o:./src/types.h:81: multiple definition of
`custom_signal_1'; lxtask-main.o:./src/types.h:81: first defined here
/usr/bin/ld: lxtask-functions.o:./src/types.h:80: multiple definition of
`custom_signal_0'; lxtask-main.o:./src/types.h:80: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:41: multiple definition of
`list_store'; lxtask-main.o:./src/interface.h:41: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:43: multiple definition of
`treeview'; lxtask-main.o:./src/interface.h:43: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:64: multiple definition of
`column'; lxtask-main.o:./src/interface.h:64: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:49: multiple definition of
`cpu_usage_progress_bar_box'; lxtask-main.o:./src/interface.h:49: first defined
here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:47: multiple definition of
`cpu_usage_progress_bar'; lxtask-main.o:./src/interface.h:47: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:50: multiple definition of
`mem_usage_progress_bar_box'; lxtask-main.o:./src/interface.h:50: first defined
here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:48: multiple definition of
`mem_usage_progress_bar'; lxtask-main.o:./src/interface.h:48: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:42: multiple definition of
`selection'; lxtask-main.o:./src/interface.h:42: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:46: multiple definition of
`priopopup'; lxtask-main.o:./src/interface.h:46: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:45: multiple definition of
`taskpopup'; lxtask-main.o:./src/interface.h:45: first defined here
/usr/bin/ld: lxtask-interface.o:./src/interface.h:44: multiple definition of
`mainmenu'; lxtask-main.o:./src/interface.h:44: first defined here
/usr/bin/ld: lxtask-interface.o:./src/types.h:81: multiple definition of
`custom_signal_1'; lxtask-main.o:./src/types.h:81: first defined here
/usr/bin/ld: lxtask-interface.o:./src/types.h:80: multiple definition of
`custom_signal_0'; lxtask-main.o:./src/types.h:80: first defined here
/usr/bin/ld: lxtask-xfce-taskmanager-linux.o:./src/types.h:81: multiple
definition of `custom_signal_1'; lxtask-main.o:./src/types.h:81: first defined
here
/usr/bin/ld: lxtask-xfce-taskmanager-linux.o:./src/types.h:80: multiple
definition of `custom_signal_0'; lxtask-main.o:./src/types.h:80: first defined
here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:399: lxtask] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:499: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:374: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 0.1.9-1.1
Version: 0.1.10-1
We believe this issue should be fixed in the latest version of lxtask.
If you have more comments on it then please, express them into a mail and
this bug will be reopened if appropriate.
--- End Message ---