Your message dated Sun, 02 Jun 2024 18:21:10 +0000
with message-id <e1sdppo-003thz...@fasolo.debian.org>
and subject line Bug#1066708: fixed in matchbox-keyboard 0.2+git20160713-1.1
has caused the Debian Bug report #1066708,
regarding matchbox-keyboard: FTBFS: main.c:167:19: error: implicit declaration
of function ‘mb_kbd_ui_handle_configure’ [-Werror=implicit-function-declaration]
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.)
--
1066708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066708
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: matchbox-keyboard
Version: 0.2+git20160713-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration
Relevant part (hopefully):
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\"
> -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing -I/usr/include/freetype2
> -I/usr/include/libpng16 -I/usr/include/libpng16 -I.. -I.. -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c -o
> libmatchbox_keyboard_la-matchbox-keyboard-ui.lo `test -f
> 'matchbox-keyboard-ui.c' || echo './'`matchbox-keyboard-ui.c
> main.c: In function ‘mb_kbd_event_loop’:
> main.c:167:19: error: implicit declaration of function
> ‘mb_kbd_ui_handle_configure’ [-Werror=implicit-function-declaration]
> 167 | mb_kbd_ui_handle_configure(ui,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\"
> -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing -I/usr/include/freetype2
> -I/usr/include/libpng16 -I/usr/include/libpng16 -I.. -I.. -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c -o
> libmatchbox_keyboard_la-config-parser.lo `test -f 'config-parser.c' || echo
> './'`config-parser.c
> main.c:172:17: error: implicit declaration of function
> ‘mb_kbd_ui_update_display_size’ [-Werror=implicit-function-declaration]
> 172 | mb_kbd_ui_update_display_size(ui);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> main.c:85:20: warning: variable ‘press_y’ set but not used
> [-Wunused-but-set-variable]
> 85 | int press_x = 0, press_y = 0;
> | ^~~~~~~
> main.c:85:7: warning: variable ‘press_x’ set but not used
> [-Wunused-but-set-variable]
> 85 | int press_x = 0, press_y = 0;
> | ^~~~~~~
> main.c: In function ‘main’:
> main.c:280:3: error: implicit declaration of function ‘mb_kbd_destroy’; did
> you mean ‘mb_kbd_ui_destroy’? [-Werror=implicit-function-declaration]
> 280 | mb_kbd_destroy (kb);
> | ^~~~~~~~~~~~~~
> | mb_kbd_ui_destroy
> libmatchbox-keyboard.c: In function ‘mb_keyboard_destroy’:
> libmatchbox-keyboard.c:64:3: error: implicit declaration of function
> ‘mb_kbd_destroy’; did you mean ‘mb_kbd_ui_destroy’?
> [-Werror=implicit-function-declaration]
> 64 | mb_kbd_destroy (kb);
> | ^~~~~~~~~~~~~~
> | mb_kbd_ui_destroy
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
> -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" -DPREFIX=\"/usr\" -g -Wall
> -fno-strict-aliasing -I/usr/include/freetype2 -I/usr/include/libpng16
> -I/usr/include/libpng16 -I.. -I.. -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c matchbox-keyboard-key.c -fPIC
> -DPIC -o .libs/libmatchbox_keyboard_la-matchbox-keyboard-key.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
> -DPKGDATADIR=\"/usr/share/matchbox-keyboard\" -DPREFIX=\"/usr\" -g -Wall
> -fno-strict-aliasing -I/usr/include/freetype2 -I/usr/include/libpng16
> -I/usr/include/libpng16 -I.. -I.. -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c matchbox-keyboard-ui.c -fPIC
> -DPIC -o .libs/libmatchbox_keyboard_la-matchbox-keyboard-ui.o
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/matchbox-keyboard\"
> -DPREFIX=\"/usr\" -g -Wall -fno-strict-aliasing -I/usr/include/freetype2
> -I/usr/include/libpng16 -I/usr/include/libpng16 -I.. -I.. -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c -o
> libmatchbox_keyboard_la-util-list.lo `test -f 'util-list.c' || echo
> './'`util-list.c
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:661: libmatchbox_keyboard_la-libmatchbox-keyboard.lo]
> Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/matchbox-keyboard_0.2+git20160713-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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 mark 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 mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: matchbox-keyboard
Source-Version: 0.2+git20160713-1.1
Done: Sebastian Ramacher <sramac...@debian.org>
We believe that the bug you reported is fixed in the latest version of
matchbox-keyboard, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated
matchbox-keyboard 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: Sun, 02 Jun 2024 19:46:51 +0200
Source: matchbox-keyboard
Architecture: source
Version: 0.2+git20160713-1.1
Distribution: unstable
Urgency: medium
Maintainer: Moray Allan <mo...@debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1066708
Changes:
matchbox-keyboard (0.2+git20160713-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/patches: Fix implicit function declarations (Closes: #1066708)
Checksums-Sha1:
f0953d35ff24de36b74b2d96cd051e451c8b52d4 1508
matchbox-keyboard_0.2+git20160713-1.1.dsc
af7b406da70e0e26116c290ffdc0a88e4bcfac05 4508
matchbox-keyboard_0.2+git20160713-1.1.debian.tar.xz
ff32b68f9bf4b6618ad046943a35e9dfd61b0254 7426
matchbox-keyboard_0.2+git20160713-1.1_source.buildinfo
Checksums-Sha256:
b33b256b2b139f1c1a0098d5b4a6915d358b51f1be691d03a6a90f7081448729 1508
matchbox-keyboard_0.2+git20160713-1.1.dsc
7253f0707cb5a3b93b9a0c0bac11c9cc6ac4076b4027b14396cbaa35eade63da 4508
matchbox-keyboard_0.2+git20160713-1.1.debian.tar.xz
0beb74a3314ad60229194a8d4934cc45344e87193ce5c4f43b77afbcd6968dc1 7426
matchbox-keyboard_0.2+git20160713-1.1_source.buildinfo
Files:
84ca9764d8b88c8a754c8f270d0dc55d 1508 embedded optional
matchbox-keyboard_0.2+git20160713-1.1.dsc
b71a563384e69aaa3a11ee54a06a6e05 4508 embedded optional
matchbox-keyboard_0.2+git20160713-1.1.debian.tar.xz
e9117a41a8ddf1b69cbc239c74b4e574 7426 embedded optional
matchbox-keyboard_0.2+git20160713-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZlywVAAKCRAhk2s2YA/N
iRLFAP48A/IfiuU7yU83IYOm9TfktaKLSMoAmaaKehVTcxDKoAD/c7JbICTinq59
cTl7gtvQSaMwOcdvBJ6saYOMm8ZwcAE=
=iB2t
-----END PGP SIGNATURE-----
pgpPT_gMQ2iaV.pgp
Description: PGP signature
--- End Message ---