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

Bug#1066212: marked as done (gcin: FTBFS: gcin.cpp:250:11: error: implicit declaration of function ‘p_err_no_alert’; did you mean ‘p_err_no_alter’? [-Werror=implicit-function-declaration])



Your message dated Tue, 19 Mar 2024 02:44:32 +0000
with message-id <E1rmPSq-000LFB-E8@fasolo.debian.org>
and subject line Bug#1066212: fixed in gcin 2.9.0+dfsg1-3
has caused the Debian Bug report #1066212,
regarding gcin: FTBFS: gcin.cpp:250:11: error: implicit declaration of function ‘p_err_no_alert’; did you mean ‘p_err_no_alter’? [-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.)


-- 
1066212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066212
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcin
Version: 2.9.0+dfsg1-2
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 -x c -std=gnu99 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -DUNIX=1  -g -O -I/usr/include/gtk-3.0 -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.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 -pthread  -I./IMdkit/include -I./im-client -DDEBUG="00" -DGCIN_TABLE_DIR=\"/usr/share/gcin/table\" -DGCIN_OGG_DIR=\"/usr/share/gcin/ogg\" -DDOC_DIR=\"/usr/share/doc/gcin-2.9.0\" -DGCIN_ICON_DIR=\"/usr/share/icons/gcin\" -DGCIN_SCRIPT_DIR=\"/usr/share/gcin/script\" -DGCIN_BIN_DIR=\"/usr/bin\" -DSYS_ICON_DIR=\"/usr/share/icons\" -DFREEBSD=0 -DMAC_OS=0  -DUSE_XIM=1 -DTRAY_ENABLED=1 -DUSE_TSIN=1 -DUSE_GCB=1 -DUSE_INDICATOR=1 -I/usr/include/libayatana-appindicator3-0.1 -I/usr/include/libayatana-indicator3-0.4 -I/usr/include/gtk-3.0 -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.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/libayatana-ido3-0.4 -I/usr/include/libdbusmenu-glib-0.4 -pthread  -c gcin.cpp
> In file included from gcin.h:5,
>                  from gcin.cpp:1:
> os-dep.h:45: warning: "G_CONST_RETURN" redefined
>    45 | #define G_CONST_RETURN const
>       | 
> In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9,
>                  from /usr/include/glib-2.0/glib/gtypes.h:34,
>                  from /usr/include/glib-2.0/glib/galloca.h:34,
>                  from /usr/include/glib-2.0/glib.h:32,
>                  from os-dep.h:43:
> /usr/include/glib-2.0/glib/gmacros.h:1045: note: this is the location of the previous definition
>  1045 | #define G_CONST_RETURN const GLIB_DEPRECATED_MACRO_IN_2_30_FOR(const)
>       | 
> gcin.cpp: In function ‘open_xim’:
> gcin.cpp:250:11: error: implicit declaration of function ‘p_err_no_alert’; did you mean ‘p_err_no_alter’? [-Werror=implicit-function-declaration]
>   250 |           p_err_no_alert("IMOpenIM '%s' failed. Maybe another XIM server is running.\n",
>       |           ^~~~~~~~~~~~~~
>       |           p_err_no_alter
> gcin.cpp: In function ‘delayed_start_cb’:
> gcin.cpp:501:7: error: implicit declaration of function ‘init_tray_indicator’ [-Werror=implicit-function-declaration]
>   501 |       init_tray_indicator();
>       |       ^~~~~~~~~~~~~~~~~~~
> gcin.cpp: In function ‘get_dpy_xyl’:
> gcin.cpp:521:9: warning: ‘gdk_screen_width’ is deprecated [-Wdeprecated-declarations]
>   521 |         dpy_xl = gdk_screen_width(), dpy_yl = gdk_screen_height();
>       |         ^~~~~~
> In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
>                  from /usr/include/gtk-3.0/gdk/gdkx.h:28,
>                  from os-dep.h:47:
> /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
>   108 | gint gdk_screen_width  (void) G_GNUC_CONST;
>       |      ^~~~~~~~~~~~~~~~
> gcin.cpp:521:9: warning: ‘gdk_screen_height’ is deprecated [-Wdeprecated-declarations]
>   521 |         dpy_xl = gdk_screen_width(), dpy_yl = gdk_screen_height();
>       |         ^~~~~~
> /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
>   110 | gint gdk_screen_height (void) G_GNUC_CONST;
>       |      ^~~~~~~~~~~~~~~~~
> gcin.cpp: In function ‘main’:
> gcin.cpp:545:4: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   545 |    chdir(homedir);
>       |    ^~~~~~~~~~~~~~
> gcin.cpp:585:5: warning: ignoring return value of ‘daemon’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
>   585 |     daemon(1,1);
>       |     ^~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [suffixes-rule:4: gcin.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gcin_2.9.0+dfsg1-2_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: gcin
Source-Version: 2.9.0+dfsg1-3
Done: Boyuan Yang <byang@debian.org>

We believe that the bug you reported is fixed in the latest version of
gcin, 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 1066212@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 gcin 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: Mon, 18 Mar 2024 21:32:59 -0400
Source: gcin
Architecture: source
Version: 2.9.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 1066212
Changes:
 gcin (2.9.0+dfsg1-3) unstable; urgency=medium
 .
   * Team upload.
   * debian/patches/0013-Fix-implicit-function-declaration.patch:
     Fix FTBFS caused by implicit-function-declaration. Add explicit
     function declaration.
     (Closes: #1066212)
Checksums-Sha1:
 e6539352e437fbab5e98523a175e6fd883ad4a51 2603 gcin_2.9.0+dfsg1-3.dsc
 43de953a82fc76be4ffc9f4cf8ca7378ca9c737d 4305944 gcin_2.9.0+dfsg1.orig.tar.xz
 0877a0cce1008b00fa9bb5f2547c852aa982eec2 23944 gcin_2.9.0+dfsg1-3.debian.tar.xz
 36f9048807eccb50757ab14b6705ab6cd294bbc6 20794 gcin_2.9.0+dfsg1-3_amd64.buildinfo
Checksums-Sha256:
 5ffd3b33f8867b68a70e809ec662d921b85c8f37630b62e2d8b1a9d88f5cb3e4 2603 gcin_2.9.0+dfsg1-3.dsc
 43c9c5cc35f706b304eff025c064adf5274f73d4ccd2d19960884ef222aced9b 4305944 gcin_2.9.0+dfsg1.orig.tar.xz
 5b7fffb984da8f25ec4b5246d7313fc0754c8e4b2d5c6296c7d3879672c4cc84 23944 gcin_2.9.0+dfsg1-3.debian.tar.xz
 8db103a82d5be565b05117678dc64ba0c50529b3ccf18e9656a7f57e817194b8 20794 gcin_2.9.0+dfsg1-3_amd64.buildinfo
Files:
 6cf5faf95865f7fdec46b462b29b8d1c 2603 utils optional gcin_2.9.0+dfsg1-3.dsc
 07145bbb3506441cf457c1f608db5a53 4305944 utils optional gcin_2.9.0+dfsg1.orig.tar.xz
 25e7246b61c563478728833a5cafea25 23944 utils optional gcin_2.9.0+dfsg1-3.debian.tar.xz
 6df157dab4fd8c4cc87ba06a7e9f9cad 20794 utils optional gcin_2.9.0+dfsg1-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmX48XoACgkQwpPntGGC
Ws6FYQ/9ES1sPB02KEJBtzuK4OYKLB7qRwcu8QdkSBpOESy4kA8izbUJSSy072Q6
36ZPumbPKRmF4A2ZXVuWusKeZ60hQbSCNoCmXyVLcmTAY2KvbI3Loy03cGVhBA9H
Ccxt5OyMbRFlCodBrDnoCHqQYEceFFY1mS8Yzjf058wFZo5qxQ10I+4gwXuKY00e
lJfdEfAHXGkwioS4IxyyKj5KcdZtVfyBRcxELyp/pWkv7W6LxHUKlMYIDBeCf/p/
pa1Se2dOYqS6OQOBP3ga1idlToXoHbzXRUVm4DfsCVqCchrH1RTy0fU555nD96OM
anALfMHAxweLXUz7yoLH9iKq1Nn8rrDRlCmw2dZuscvyPLzVrexleifn7yWf4jfj
G13WY4FNmTa4R8B2PKEUMe7j2NS1kSjJuu/9Oq1///pm7PC2T/qADxzA8ziX1CbG
jk9ZGQ008Ryhp9s6Q3AitYUwm+ItP6kNaejnP/B7anTXpWe9xGjWONXcM6hyfCIp
TmYU5FWOv4KdZ8JuuWm7ePy4Px8jMLIRnmzi9JjIHliVaIXMx5gF8NDDcV0K0LTF
S3u3HPXfd8YIa/E0A64gT0THVy27+MQeUPEIF+MjMqTre+PWTCI2riY1sYvZHxYW
NnQatP4qEoc5g2YxLf/AW3u+U5uENxvmzRoCBY+LOcQ7XyQrMQA=
=SG8C
-----END PGP SIGNATURE-----

Attachment: pgpVRgDQjNTWm.pgp
Description: PGP signature


--- End Message ---

Reply to: