Your message dated Wed, 17 Apr 2024 11:49:33 +0000
with message-id <[email protected]>
and subject line Bug#1066463: fixed in gnome-paint 0.4.0-10
has caused the Debian Bug report #1066463,
regarding gnome-paint: FTBFS: cv_resize.c:368:9: error: implicit declaration of 
function ‘undo_add_resize’ [-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 [email protected]
immediately.)


-- 
1066463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066463
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnome-paint
Version: 0.4.0-9
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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 -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" 
> -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" 
> -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 
> -pthread  -Wdate-time -D_FORTIFY_SOURCE=2 -DG_DISABLE_DEPRECATED 
> -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED 
> -DGDK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o 
> gnome_paint-pixbuf-file-chooser.o `test -f 'pixbuf-file-chooser.c' || echo 
> './'`pixbuf-file-chooser.c
> cv_resize.c: In function ‘cv_resize_stop’:
> cv_resize.c:368:9: error: implicit declaration of function ‘undo_add_resize’ 
> [-Werror=implicit-function-declaration]
>   368 |         undo_add_resize ( width, height );
>       |         ^~~~~~~~~~~~~~~
> toolbar.c: In function ‘get_gtk_image’:
> toolbar.c:505:48: warning: passing argument 1 of 
> ‘gdk_pixbuf_new_from_xpm_data’ from incompatible pointer type 
> [-Wincompatible-pointer-types]
>   505 |         pixbuf = gdk_pixbuf_new_from_xpm_data (xpm);
>       |                                                ^~~
>       |                                                |
>       |                                                gchar ** {aka char **}
> In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34,
>                  from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
>                  from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
>                  from /usr/include/gtk-2.0/gdk/gdk.h:33,
>                  from /usr/include/gtk-2.0/gtk/gtk.h:32,
>                  from toolbar.h:28,
>                  from toolbar.c:27:
> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:294:55: note: 
> expected ‘const char **’ but argument is of type ‘gchar **’ {aka ‘char **’}
>   294 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data);
>       |                                          ~~~~~~~~~~~~~^~~~
> color.c: In function ‘on_color_palette_entry_button_press_event’:
> color.c:178:17: error: implicit declaration of function 
> ‘notify_brush_of_fg_color_change’ [-Werror=implicit-function-declaration]
>   178 |                 notify_brush_of_fg_color_change();
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pixbuf-file-chooser.c: In function ‘pixbuf_file_chooser_class_init’:
> pixbuf-file-chooser.c:91:9: warning: ‘g_type_class_add_private’ is deprecated 
> [-Wdeprecated-declarations]
>    91 |         g_type_class_add_private (object_class, sizeof 
> (PixbufFileChooserPrivate));
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~
> 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,
>                  from pixbuf-file-chooser.h:29,
>                  from pixbuf-file-chooser.c:30:
> /usr/include/glib-2.0/gobject/gtype.h:1495:10: note: declared here
>  1495 | void     g_type_class_add_private       (gpointer                    
> g_class,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~
> pixbuf-file-chooser.c: In function ‘pixbuf_file_chooser_init’:
> pixbuf-file-chooser.c:97:20: warning: Deprecated pre-processor symbol: 
> replace with "G_ADD_PRIVATE"
>    97 |         chooser->priv = PIXBUF_FILE_CHOOSER_GET_PRIVATE (chooser);
>       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
>               
> main.c: In function ‘main’:
> main.c:83:9: error: implicit declaration of function ‘gtk_set_locale’; did 
> you mean ‘gdk_set_locale’? [-Werror=implicit-function-declaration]
>    83 |         gtk_set_locale ();
>       |         ^~~~~~~~~~~~~~
>       |         gdk_set_locale
> cc1: some warnings being treated as errors
> main.c: In function ‘on_menu_about_activate’:
> main.c:195:9: error: implicit declaration of function 
> ‘gtk_about_dialog_set_name’; did you mean ‘gtk_about_dialog_set_logo’? 
> [-Werror=implicit-function-declaration]
>   195 |         gtk_about_dialog_set_name ( dlg, "gnome-paint" );
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~
>       |         gtk_about_dialog_set_logo
> make[4]: *** [Makefile:706: gnome_paint-cv_resize.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gnome-paint_0.4.0-9_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&[email protected]&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: gnome-paint
Source-Version: 0.4.0-10
Done: Aron Xu <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gnome-paint, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aron Xu <[email protected]> (supplier of updated gnome-paint 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 17 Apr 2024 19:30:15 +0800
Source: gnome-paint
Architecture: source
Version: 0.4.0-10
Distribution: unstable
Urgency: medium
Maintainer: Aron Xu <[email protected]>
Changed-By: Aron Xu <[email protected]>
Closes: 1066463
Changes:
 gnome-paint (0.4.0-10) unstable; urgency=medium
 .
   [ Steve Langasek ]
   * debian/patches/no-implicit-declarations.patch: add missing includes,
     don't set GTK_DISABLE_DEPRECATED.  Closes: #1066463.
Checksums-Sha1:
 42bfbc1242a7c3207ca6aa092f28e8b03729e69f 1558 gnome-paint_0.4.0-10.dsc
 3b26c498bbfb5f8da4e9f26b29a8dafc48d6832c 31768 
gnome-paint_0.4.0-10.debian.tar.xz
 798d5d2fe052db7466eba5327dcae42a779bcf35 6577 
gnome-paint_0.4.0-10_source.buildinfo
Checksums-Sha256:
 9386c8a6e690512d48e9676bb2f5286228a6802c4cbcdbece1e461a7c1271398 1558 
gnome-paint_0.4.0-10.dsc
 6da0b35898e19fe0b40822070f64c84458e9182854811b816555303493f3eb41 31768 
gnome-paint_0.4.0-10.debian.tar.xz
 1c9eabb3652920080cb408f7b6669e2fb549d9f403ff45c566e20a2b6fd04bbd 6577 
gnome-paint_0.4.0-10_source.buildinfo
Files:
 63a76b754ac49ed6f6990b68ddfb3d0c 1558 graphics optional 
gnome-paint_0.4.0-10.dsc
 f0ad42f878b004e9122573ca2b7cbde1 31768 graphics optional 
gnome-paint_0.4.0-10.debian.tar.xz
 2fce5e055cb1942198d9dddfe92b9e8c 6577 graphics optional 
gnome-paint_0.4.0-10_source.buildinfo

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

iQEzBAEBCAAdFiEEBLHAyuu1xqoC2aJ5NP8o68vMTMgFAmYftAIACgkQNP8o68vM
TMg4wggAoMXuzrSZMHGC1E12f8BcekfubGBOOYVP6sZ7NaResGvGiTbUs9/QEW7m
CAxVY+Th2EJdwHORLunjP+TikfLsjVQ106bY31HGANs2DqykMIpLWU+h5zdSwkl5
22QGs4qaLuAEPEheAbtB9VPsAZOddBbb2DHKhRnMNKp2C0P/L64A8LMiwVZX0d9G
lEIQEMBSNsdWgJnCYHNWWkTuG1QR2M+oNDCvQ0zYKqncxzZSjhDjHOEfwliSGXqH
7JNbNDEpHgt4/n/YlZaQW/97B+EVXJneK9NMWZNh80ubHbkqQ1FQvfXaxcjQXb2m
f8MLiy1eEJX7mRC3aAVKkfLgQwcVSQ==
=7qyH
-----END PGP SIGNATURE-----

Attachment: pgpGzx3xMBfQS.pgp
Description: PGP signature


--- End Message ---

Reply via email to