Your message dated Fri, 22 Mar 2024 15:36:48 +0000
with message-id <e1rngwq-00gug5...@fasolo.debian.org>
and subject line Bug#1066381: fixed in obconf 1:2.0.4+git20150213-3
has caused the Debian Bug report #1066381,
regarding obconf: FTBFS: src/appearance.c:155:19: error: implicit declaration 
of function ‘toupper’ [-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.)


-- 
1066381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: obconf
Version: 1:2.0.4+git20150213-2
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):
> gcc -DPACKAGE_NAME=\"obconf\" -DPACKAGE_TARNAME=\"obconf\" 
> -DPACKAGE_VERSION=\"2.0.4\" -DPACKAGE_STRING=\"obconf\ 2.0.4\" 
> -DPACKAGE_BUGREPORT=\"http://bugzilla.icculus.org\"; -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"obconf\" -DVERSION=\"2.0.4\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -I.  -I/usr/include/openbox/3.6 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/libmount -I/usr/include/blkid 
> -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -pthread  
> -I/usr/include/startup-notification-1.0  -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/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libpng16 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -pthread 
> -I/usr/include/libmount -I/usr/include/blkid   
> -DLOCALEDIR=\"/usr/share/locale\" -DPIXMAPDIR=\"/usr/share/pixmaps\" 
> -DRESOURCEDIR=\"/usr/share/obconf\" -DTHEMEDIR=\"/usr/share/openbox/themes\" 
> -DG_LOG_DOMAIN=\"Obconf\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o src/obconf-tree.o `test -f 
> 'src/tree.c' || echo './'`src/tree.c
> src/appearance.c: In function ‘on_title_layout_changed’:
> src/appearance.c:155:19: error: implicit declaration of function ‘toupper’ 
> [-Werror=implicit-function-declaration]
>   155 |             *it = toupper(*it);
>       |                   ^~~~~~~
> src/appearance.c:23:1: note: include ‘<ctype.h>’ or provide a declaration of 
> ‘toupper’
>    22 | #include "preview_update.h"
>   +++ |+#include <ctype.h>
>    23 | 
> src/appearance.c: In function ‘read_font’:
> src/appearance.c:261:5: warning: ‘gtk_font_button_set_font_name’ is 
> deprecated [-Wdeprecated-declarations]
>   261 |     gtk_font_button_set_font_name(w, fontstring);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
>                  from src/main.h:27,
>                  from src/appearance.c:20:
> /usr/include/gtk-3.0/gtk/gtkfontbutton.h:98:23: note: declared here
>    98 | gboolean              gtk_font_button_set_font_name  (GtkFontButton 
> *font_button,
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> src/appearance.c: In function ‘write_font’:
> src/appearance.c:292:5: warning: ‘gtk_font_button_get_font_name’ is 
> deprecated [-Wdeprecated-declarations]
>   292 |     font = g_strdup(gtk_font_button_get_font_name(w));
>       |     ^~~~
> /usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
>    96 | const gchar *         gtk_font_button_get_font_name  (GtkFontButton 
> *font_button);
>       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> src/theme.c: In function ‘on_install_theme_clicked’:
> src/theme.c:112:37: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   112 |                                     GTK_STOCK_OK, GTK_RESPONSE_OK,
>       |                                     ^~~~~~~~~~~~
> src/theme.c:113:37: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   113 |                                     GTK_STOCK_CANCEL, 
> GTK_RESPONSE_NONE,
>       |                                     ^~~~~~~~~~~~~~~~
> src/theme.c: In function ‘on_theme_archive_clicked’:
> src/theme.c:144:37: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   144 |                                     GTK_STOCK_OK, GTK_RESPONSE_OK,
>       |                                     ^~~~~~~~~~~~
> src/theme.c:145:37: warning: ‘GtkStock’ is deprecated 
> [-Wdeprecated-declarations]
>   145 |                                     GTK_STOCK_CANCEL, 
> GTK_RESPONSE_NONE,
>       |                                     ^~~~~~~~~~~~~~~~
> src/main.c: In function ‘main’:
> src/main.c:295:9: error: implicit declaration of function 
> ‘moveresize_setup_tab’; did you mean ‘mouse_setup_tab’? 
> [-Werror=implicit-function-declaration]
>   295 |         moveresize_setup_tab();
>       |         ^~~~~~~~~~~~~~~~~~~~
>       |         mouse_setup_tab
> src/main.c:297:9: error: implicit declaration of function 
> ‘desktops_setup_tab’; did you mean ‘desktops_setup_num’? 
> [-Werror=implicit-function-declaration]
>   297 |         desktops_setup_tab();
>       |         ^~~~~~~~~~~~~~~~~~
>       |         desktops_setup_num
> src/main.c: In function ‘obconf_show_main’:
> src/main.c:359:9: warning: ‘gdk_screen_get_number’ is deprecated 
> [-Wdeprecated-declarations]
>   359 |         (sn_d, gdk_screen_get_number(gdk_display_get_default_screen
>       |         ^
> In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
>                  from /usr/include/gtk-3.0/gdk/gdk.h:32,
>                  from /usr/include/gtk-3.0/gtk/gtk.h:30,
>                  from src/main.h:27,
>                  from src/main.c:20:
> /usr/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here
>    56 | gint         gdk_screen_get_number            (GdkScreen   *screen);
>       |              ^~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:824: src/obconf-appearance.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/obconf_2.0.4+git20150213-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=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: obconf
Source-Version: 1:2.0.4+git20150213-3
Done: Mateusz Łukasik <mat...@linuxmint.pl>

We believe that the bug you reported is fixed in the latest version of
obconf, 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.
Mateusz Łukasik <mat...@linuxmint.pl> (supplier of updated obconf 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: SHA256

Format: 1.8
Date: Fri, 15 Mar 2024 20:35:58 +0100
Source: obconf
Architecture: source
Version: 1:2.0.4+git20150213-3
Distribution: unstable
Urgency: medium
Maintainer: Mateusz Łukasik <mat...@linuxmint.pl>
Changed-By: Mateusz Łukasik <mat...@linuxmint.pl>
Closes: 875517 1048752 1066381
Changes:
 obconf (1:2.0.4+git20150213-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
   * Update renamed lintian tag names in lintian overrides.
   * Set upstream metadata fields: Repository, Repository-Browse.
   * Fix day-of-week for changelog entry 2.0.1-1.
   * Remove constraints unnecessary since stretch:
     + Build-Depends: Drop versioned constraint on debhelper.
   * Bump debhelper dependency to >= 10, since that's what is used in
     debian/compat.
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on openbox-dev.
 .
   [ Pino Toscano ]
   * Stop shipping the old KDE desktop MIME types, as they are no more needed
     now. (Closes: #875517)
 .
   [ Mateusz Łukasik ]
   * Add patch from Gentoo for fix FTBFS with the compiler flag
     -Werror=implicit-function-declaration. (Closes: #1066381)
   * Bump Standards-Version to 4.6.2.
   * Bump d/watch to 4 version.
   * Convert sources to dh 13.
   * Add d/clean for fix Fails to build source after successful build.
     (Closes: #1048752)
   * Add Rules-Requires-Root to d/control.
   * Rename overrides in d/source/lintian-overrides.
   * Update year in d/copyright.
Checksums-Sha1:
 850fcdbb3307c369b810b128d3bfdf28c9c6cd06 2011 obconf_2.0.4+git20150213-3.dsc
 025c27725abc0a5a7e6b478bec9d7abfa158cf91 9228 
obconf_2.0.4+git20150213-3.debian.tar.xz
 3909085b39d6bd560da39c12557f64382db5ac74 16390 
obconf_2.0.4+git20150213-3_amd64.buildinfo
Checksums-Sha256:
 d4524c51bbddfb7e1b7dde812f32a7d7a7c8102b14786eca579a8ee1497d5142 2011 
obconf_2.0.4+git20150213-3.dsc
 a3344a904b8b2af624994af621f89e9b2ef58ce2de8c96b0a191d7264b7c9ccf 9228 
obconf_2.0.4+git20150213-3.debian.tar.xz
 ee2d0fa19778a47cd06ab42d3a88f542b78f58166d794d603bcfdd720a2cf1b3 16390 
obconf_2.0.4+git20150213-3_amd64.buildinfo
Files:
 39cbd5f1db2dd3f745c09d9860a8e872 2011 x11 optional 
obconf_2.0.4+git20150213-3.dsc
 5aff02f6c2d51c2b5d70dc6bc4c4a2ef 9228 x11 optional 
obconf_2.0.4+git20150213-3.debian.tar.xz
 3078375fa924329b2ce9b419d2c112a3 16390 x11 optional 
obconf_2.0.4+git20150213-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAmX9nNwACgkQkWT6HRe9
XTZsvg/+OPNYSQp1u9ePNxs4NvWEe4/Bv6DstDQ4Euj2u8HMGE/bw7dAlnhwiKNF
+EE60R+Y7kgw0zdryZ49OkUQ/ZSp6dyIV2bFONbEEAEV/Pw10KPvalljSsFJgG/F
uOm1CJqWICyjNbTL8WLs+Xix92GL7v7+G/vl8xzc0Dik/aAJkZn7kq5Amh0undS6
/hJv4HrXuTs905SrunqXrD3NZjld5UWBAu8jH4quSkJ4psgLmkZM5yST2l4NamoN
Vr9vK1hRLUFJEkC4tAWakqyQyXhmQaBGwR4QeGcIXrUtpxxnnGVol0OeShoy39g2
5YLfbbrNhmt2zMytpCez7kR6BwUO7R1MRS7cGDehoC+F5m0VsmhmcWaNpoh8Rdtn
0+DGdo+KwFb3YgG3hq/amOPYKfCSusqJc8uDuiVQS6mXWpTBEHP8z0CxzJjc8Ghv
MwcihOsH98zTrjL1J4eGMCc5WoDrtqr/B/AbaUwfeURH71rh7zHFIbtu9iTc51o1
ViIUznYgyzNJvO4l5gUkUbTue3/5jbd+bu9hIKHLLyRk45O5U6cQypIGZcmD5wDi
NLQ2cO+o2mm6UtNh9OMMkPNb3z1zAkbAJLl2QVflnChDT/KW4agmxL3FMZ9wBNil
ycpQkIKXehlI0Pw0bBgMPkwu09nQ1dn689nq9PkryZZXmowkieE=
=vmkg
-----END PGP SIGNATURE-----

Attachment: pgpLdxHGQY3l3.pgp
Description: PGP signature


--- End Message ---

Reply via email to