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

Bug#1066578: marked as done (xsunpinyin: FTBFS: ic.c:323:5: error: implicit declaration of function ‘ui_tray_init’ [-Werror=implicit-function-declaration])



Your message dated Fri, 15 Mar 2024 13:39:04 +0000
with message-id <E1rl7m4-00GwsN-RI@fasolo.debian.org>
and subject line Bug#1066578: fixed in xsunpinyin 2.0.3-9
has caused the Debian Bug report #1066578,
regarding xsunpinyin: FTBFS: ic.c:323:5: error: implicit declaration of function ‘ui_tray_init’ [-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 owner@bugs.debian.org
immediately.)


-- 
1066578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066578
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: xsunpinyin
Version: 2.0.3-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas@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):
> gcc -o ic.o -c -O2 -g -pipe -DSUNPINYIN_XIM_ICON_DIR=\"/usr/share/xsunpinyin/icons/\" -DSUNPINYIN_XIM_SETTING_DIR=\"/usr/share/xsunpinyin/\" -Werror=implicit-function-declaration -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -pthread -I. -IIMdkit -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/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/atk-1.0 -I/usr/include/sunpinyin-2.0 -I/usr/include/sunpinyin-2.0/ime-core -I/usr/include/sunpinyin-2.0/lexicon -I/usr/include/sunpinyin-2.0/pinyin -I/usr/include/sunpinyin-2.0/slm -I/usr/include/sunpinyin-2.0/slm/getwordfreq -I/usr/include/sunpinyin-2.0/slm/ids2ngram -I/usr/include/sunpinyin-2.0/slm/mmseg -I/usr/include/sunpinyin-2.0/slm/slmbuild -I/usr/include/sunpinyin-2.0/slm/slminfo -I/usr/include/sunpinyin-2.0/slm/slmpack -I/usr/include/sunpinyin-2.0/slm/slmprune -I/usr/include/sunpinyin-2.0/slm/slmseg -I/usr/include/sunpinyin-2.0/slm/thread -I/usr/include/sunpinyin-2.0/slm/tools -I/usr/include/sunpinyin-2.0/slm/tslmendian -I/usr/include/sunpinyin-2.0/slm/tslminfo ic.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 ic.h:39,
>                  from ic.c:48:
> /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:26,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
>                  from /usr/include/glib-2.0/glib-object.h:24,
>                  from /usr/include/glib-2.0/gio/gioenums.h:30,
>                  from /usr/include/glib-2.0/gio/giotypes.h:30,
>                  from /usr/include/glib-2.0/gio/gio.h:28,
>                  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:
> /usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here
>   723 | {
>       | ^
> 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:
> /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:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from /usr/include/glib-2.0/gobject/gbinding.h:30:
> /usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
>   580 | struct _GTimeVal
>       |        ^~~~~~~~~
> ic.c: In function ‘icmgr_ui_init’:
> ic.c:323:5: error: implicit declaration of function ‘ui_tray_init’ [-Werror=implicit-function-declaration]
>   323 |     ui_tray_init();
>       |     ^~~~~~~~~~~~
> ic.c: In function ‘icmgr_ui_refresh’:
> ic.c:330:5: error: implicit declaration of function ‘ui_tray_refresh’ [-Werror=implicit-function-declaration]
>   330 |     ui_tray_refresh();
>       |     ^~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> scons: *** [ic.o] Error 1
> scons: building terminated because of errors.
> make[1]: *** [debian/rules:22: override_dh_auto_build] Error 2


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/xsunpinyin_2.0.3-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lucas@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: xsunpinyin
Source-Version: 2.0.3-9
Done: Boyuan Yang <byang@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated xsunpinyin 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: Fri, 15 Mar 2024 08:51:20 -0400
Source: xsunpinyin
Architecture: source
Version: 2.0.3-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 1066578
Changes:
 xsunpinyin (2.0.3-9) unstable; urgency=medium
 .
   * Team upload.
   * debian/patches/0006-Fix-missing-ui_tray-func-decl-in-ic.c.patch:
     + Fix FTBFS cause by Werror=implicit-function-declaration.
       (Closes: #1066578)
Checksums-Sha1:
 93fa49a812891634f1af7386988f294511df2ae3 2073 xsunpinyin_2.0.3-9.dsc
 da4ed9f044becfd7015e7556fd41632dfde4feb7 128835 xsunpinyin_2.0.3.orig.tar.gz
 e33fd083bc21eb89a653af3cd82801160c981a25 12032 xsunpinyin_2.0.3-9.debian.tar.xz
 dcdcb94354d48ca9c21bfb6e6fd071894fb0305b 12214 xsunpinyin_2.0.3-9_amd64.buildinfo
Checksums-Sha256:
 70fe302d1d2d083a5d2e2711885937ff2806e3a5849131e39bebc8ecbe3a8927 2073 xsunpinyin_2.0.3-9.dsc
 dde96d846ff51038566318c0927bb50388f76e4f4bcbd3d844bc7fac08b31b10 128835 xsunpinyin_2.0.3.orig.tar.gz
 c8a1f828b64f052a257916dd33e1771475dbf2ca98e9d3046ac2abc781683191 12032 xsunpinyin_2.0.3-9.debian.tar.xz
 87ef554f176cc74ebf3359c3ea6cc326e6c48b87b30d7a10e982b989be2691e7 12214 xsunpinyin_2.0.3-9_amd64.buildinfo
Files:
 549e1cf70c575fb8be2d4797bc0fadd8 2073 utils optional xsunpinyin_2.0.3-9.dsc
 bfa3a3dc8c22193b3d1fb982316d462e 128835 utils optional xsunpinyin_2.0.3.orig.tar.gz
 b493b6ce4c7dbef3876a469d20362b6e 12032 utils optional xsunpinyin_2.0.3-9.debian.tar.xz
 7358cab95896e5221e239071bd459e3e 12214 utils optional xsunpinyin_2.0.3-9_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmX0SLoACgkQwpPntGGC
Ws7Jxw/+JrlzuPL+7HiYSoGg23fe2Dc7GbgCAydr/E74N3wpG6QDz6l/jQSkkXGj
/dAKQ1U3ioEoM/+ecTsBTvTFuitNwMtSd6K97o9h4u4I7KutZBSCMwa0156n2GQx
ZjtsDhBcCyzwAWpG469I59HzCMseoJOcCwdOCspbIOZZWyU0oht5rDJ5QLS6Upfb
uqL3A2u4rqS5opOx6RGUE16U1JSDSO/VyA95k9yqpmhy6dgyWqZCMhoRJ79F5A6F
C5TpOv+Q6f16Ow9CrMd0KO04rGrV/6TpCQRCG2Z4lkjj8svXFlTeoASscVPr7SvA
/sEfjMJW9jzFvkilU6Mj6g1XJH9AxINuktOdd4Ol0+seV7WZmS2LvtbQt9OpA6K6
orodYhQ3o2LZir9uRgKaFrpYDvrCtL8MEOtXD7FPsPI3XzM+UORC6gCcDy5ynIZt
C0LJTn9zfKt7QMRZk8fNNe02rrnYfr/ZyUmLKvmY65cCmrNlB9rUh86QzxoyjKC3
K2NfWjBVFA1SfzgaDTQDprlrimfMDhOROYwNQhumGXHAzOjQj5M2I/OTTW673NUQ
+CyVPr1Z4WcESK6yqMA/hHpAiui52bNSLMHXKOnMX5jcvURGXSmUIHEHLwDGrAm6
6CbGmsLoIF1ECf0ItzwRSVfxrNZV+6iGyKJKFpkshc02afzDPXo=
=ixnT
-----END PGP SIGNATURE-----

Attachment: pgp2ely6WT8NJ.pgp
Description: PGP signature


--- End Message ---

Reply to: