Your message dated Thu, 2 Oct 2014 20:10:25 +0200
with message-id <20141002181025.ga12...@volta.rr44.fr>
and subject line Re: ido: FTBFS: idoscalemenuitem.c:197:3: error:
'gtk_widget_get_style' is deprecated; Use 'gtk_widget_get_style_context'
instead [-Werror=deprecated-declarations]
has caused the Debian Bug report #741836,
regarding ido: FTBFS: idoscalemenuitem.c:197:3: error: 'gtk_widget_get_style'
is deprecated; Use 'gtk_widget_get_style_context' instead
[-Werror=deprecated-declarations]
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.)
--
741836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ido
Version: 0.3.4-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/«PKGBUILDDIR»/./src -I.. -I/«PKGBUILDDIR»/./src -I/«PKGBUILDDIR»/.
> -DG_LOG_DOMAIN=\"IDO\" -DPREFIX=\"/usr"\" -DLIBDIR=\"/usr/lib"\"
> -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
> -DGDK_DISABLE_DEPRECATED -g -Wall -pthread -I/usr/include/gtk-3.0
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
> -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
> -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/harfbuzz
> -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12
> -I/usr/include/libdrm -Wall -Wshadow -Wcast-align -Wno-uninitialized
> -Wempty-body -Wformat-security -Winit-self -Wall -Werror -Wextra
> -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o
> idoscalemenuitem.lo /«PKGBUILDDIR»/./src/idoscalemenuitem.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/«PKGBUILDDIR»/./src -I..
> -I/«PKGBUILDDIR»/./src -I/«PKGBUILDDIR»/. -DG_LOG_DOMAIN=\"IDO\"
> "-DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\"" -DG_DISABLE_DEPRECATED
> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -g -Wall -pthread
> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
> -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
> -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/harfbuzz
> -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12
> -I/usr/include/libdrm -Wall -Wshadow -Wcast-align -Wno-uninitialized
> -Wempty-body -Wformat-security -Winit-self -Wall -Werror -Wextra
> -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c
> /«PKGBUILDDIR»/./src/idoscalemenuitem.c -fPIC -DPIC -o
> .libs/idoscalemenuitem.o
> /«PKGBUILDDIR»/./src/idoscalemenuitem.c: In function
> 'ido_scale_menu_item_size_allocate':
> /«PKGBUILDDIR»/./src/idoscalemenuitem.c:197:3: error: 'gtk_widget_get_style'
> is deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use
> 'gtk_widget_get_style_context' instead [-Werror=deprecated-declarations]
> priv->child_allocation.x = gtk_container_get_border_width (GTK_CONTAINER
> (widget)) + gtk_widget_get_style (widget)->xthickness;
> ^
> /«PKGBUILDDIR»/./src/idoscalemenuitem.c:198:3: error: 'gtk_widget_get_style'
> is deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use
> 'gtk_widget_get_style_context' instead [-Werror=deprecated-declarations]
> priv->child_allocation.y = gtk_container_get_border_width (GTK_CONTAINER
> (widget)) + gtk_widget_get_style (widget)->ythickness;
> ^
> cc1: all warnings being treated as errors
> make[3]: *** [idoscalemenuitem.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/03/15/ido_0.3.4-1_unstable.log
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!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Version: 0.3.4-1.1
On Sun, Mar 16, 2014 at 01:47:10PM +0100, David Suárez wrote:
> Source: ido
> Version: 0.3.4-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20140315 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
This has been fixed in version 0.3.4-1.1, but I forgot to add a Closes:
entry in the changelog. Closing the bug manually.
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net
--- End Message ---