Your message dated Tue, 29 Dec 2020 02:42:43 +0000
with message-id <e1ku4yb-000ehu...@fasolo.debian.org>
and subject line Bug#978188: fixed in workrave 1.10.44-6
has caused the Debian Bug report #978188,
regarding workrave: FTBFS: main.c:403:45: error: expected expression before
‘WorkraveApplet’
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.)
--
978188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978188
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: workrave
Version: 1.10.44-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /bin/bash ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I../../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-cast-function-type
> -Wall -std=c99 -I../../../../common/include -I../../../../libs/dbus/include
> -I../../../../backend/include -I../../../../frontend/common/include
> -I./../include -I./../../common/include -pthread
> -I/usr/include/xfce4/libxfce4panel-2.0 -I/usr/include/gtk-3.0
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
> -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid
> -I/usr/include/xfce4 -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -DWORKRAVE_PKGDATADIR="\"/usr/share/workrave\"" -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -c -o libworkrave_plugin_la-main.lo `test -f 'main.c'
> || echo './'`main.c
> sed -e "s,\@libexecdir\@,/usr/lib/x86_64-linux-gnu,g" <
> workrave-xfce-applet-2.0.desktop.in.in > workrave-xfce-applet.desktop.in
> LC_ALL=C /usr/bin/intltool-merge -d -u -c
> ../../../../po/.intltool-merge-cache ../../../../po
> workrave-xfce-applet.desktop.in workrave-xfce-applet.desktop
> Found cached translation database
> Merging translations into workrave-xfce-applet.desktop.
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wno-cast-function-type -Wall -std=c99
> -I../../../../common/include -I../../../../libs/dbus/include
> -I../../../../backend/include -I../../../../frontend/common/include
> -I./../include -I./../../common/include -pthread
> -I/usr/include/xfce4/libxfce4panel-2.0 -I/usr/include/gtk-3.0
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
> -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid
> -I/usr/include/xfce4 -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -DWORKRAVE_PKGDATADIR=\"/usr/share/workrave\" -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -c main.c -fPIC -DPIC -o
> .libs/libworkrave_plugin_la-main.o
> main.c: In function ‘workrave_applet_construct’:
> main.c:403:28: warning: implicit declaration of function ‘panel_slice_new0’;
> did you mean ‘g_slice_new0’? [-Wimplicit-function-declaration]
> 403 | WorkraveApplet *applet = panel_slice_new0(WorkraveApplet);
> | ^~~~~~~~~~~~~~~~
> | g_slice_new0
> main.c:403:45: error: expected expression before ‘WorkraveApplet’
> 403 | WorkraveApplet *applet = panel_slice_new0(WorkraveApplet);
> | ^~~~~~~~~~~~~~
> main.c: At top level:
> main.c:421:1: warning: data definition has no type or storage class
> 421 | XFCE_PANEL_PLUGIN_REGISTER(workrave_applet_construct);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> main.c:421:1: warning: type defaults to ‘int’ in declaration of
> ‘XFCE_PANEL_PLUGIN_REGISTER’ [-Wimplicit-int]
> main.c:421:1: warning: parameter names (without types) in function declaration
> main.c:401:13: warning: ‘workrave_applet_construct’ defined but not used
> [-Wunused-function]
> 401 | static void workrave_applet_construct(XfcePanelPlugin *plugin)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
> make[6]: *** [Makefile:693: libworkrave_plugin_la-main.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/12/26/workrave_1.10.44-5_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: workrave
Source-Version: 1.10.44-6
Done: Francois Marier <franc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
workrave, 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 978...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Francois Marier <franc...@debian.org> (supplier of updated workrave 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: Mon, 28 Dec 2020 18:00:59 -0800
Source: workrave
Architecture: source
Version: 1.10.44-6
Distribution: unstable
Urgency: medium
Maintainer: Francois Marier <franc...@debian.org>
Changed-By: Francois Marier <franc...@debian.org>
Closes: 978188
Changes:
workrave (1.10.44-6) unstable; urgency=medium
.
* Use upstream commit to fix build with xfce4-panel 4.15 (closes: #978188).
Checksums-Sha1:
a5002827976a60e98fa73a23d9a534c3d9ed9f64 2776 workrave_1.10.44-6.dsc
ea22e984c48464604ddcb72b320c31eeebd6f3fd 18796 workrave_1.10.44-6.debian.tar.xz
4627fdf2ebef5d110a43bcfa38b17485048db272 19402
workrave_1.10.44-6_source.buildinfo
Checksums-Sha256:
8de3e82128437389add3c0217df0afdfaec8821d5857f034ad7ade47a84c53e9 2776
workrave_1.10.44-6.dsc
aece47bb209092156699c0d4dfaed425abf98e5ceee6cb9e73912b6e26a391f9 18796
workrave_1.10.44-6.debian.tar.xz
e28bfc1c44a62768db11c8f1caeac34e0bfb83ee610e877ba09e2a8cfae37480 19402
workrave_1.10.44-6_source.buildinfo
Files:
03c82aa931955562dc7fdc5e346ea47f 2776 gnome optional workrave_1.10.44-6.dsc
10fa033241a8841ab9ddab148614e7c3 18796 gnome optional
workrave_1.10.44-6.debian.tar.xz
e18296c335d102eaca2dfd86b236aa51 19402 gnome optional
workrave_1.10.44-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKoBAEBCgCSFiEEjEcLKgsxVo4RDUMlFigfLgB8mNEFAl/qkc1fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDhD
NDcwQjJBMEIzMTU2OEUxMTBENDMyNTE2MjgxRjJFMDA3Qzk4RDEUHGZyYW5jb2lz
QGRlYmlhbi5vcmcACgkQFigfLgB8mNEISA/+M1X6CWJqfFU/vdXyB0svDJqfs57L
gVHjAajyZ40FIWNOj78JLHsaq4ddrFU+BMwxVmVoETVgMjzPF+zVzUWCLQg32DkF
x7Qgb4b01hZAMDOaSwf/YH/VUbXkNEuzJ1jHu8s0LDSk4KKB2abgoVACLywxblUQ
7a4dIj5Zq4qUGT+YBrD4QdMpQ8aXiET6FPWskAObBMPiQcEkJ+VbTWKvfjGt3GyH
6SyOPuQbV5zWnjNFCgGTpMbjXxHck7pG1eJVFGo8CKwLSszWkuDB85MSDO3TV1VV
ZBW0v85Wj5Anjj31ovY6WwNSAAXMa6JcMs39Dg4E+sjaymsmpBa/shtBO3k+s0xH
cAHp1Jh7+E57bKNipKFrITmqEtPZ9xFzDVEsVd3e8V+15lxOdvIlGadXL1FqA253
tqVQZR1GMat/KjmjmiYFgJ/Q3Vzz5ip+jy2guDXIZ1+amGImrof6iAkMiB5MhEtp
Eqlqpjahh6M95dgqynn+Wo1NyKzCUrs8aJK3qf4A0dePkxnBVZm54mkmx/ZONiO+
0Ihz2OwUfJfMmVaHrO0F42fzlYzJ4sDMiEnNVji2iD8hjtbxGoC4g1VQiVg+p3C/
Plb8BfkC9d3vPgB+2qhjkClrdDz0OTm8PV10kbLZxk4eG6stKsqfIFHZKSp3062P
29kS8E888x/4PlM=
=KkLD
-----END PGP SIGNATURE-----
--- End Message ---