Your message dated Wed, 05 Nov 2014 23:51:37 +0000
with message-id <[email protected]>
and subject line Bug#763211: fixed in libappindicator 0.4.92-3.1
has caused the Debian Bug report #763211,
regarding libappindicator: FTBFS: src/app-indicator.c:480: Error: AppIndicator:
multiple "@arg1" parameters for identifier "AppIndicator::new-label":
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.)
--
763211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763211
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libappindicator
Version: 0.4.92-3
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140926 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../../src -I.. -D_FORTIFY_SOURCE=2 -pthread
> -I/usr/include/libdbusmenu-gtk3-0.4 -I/usr/include/libdbusmenu-glib-0.4
> -I/usr/include/gtk-3.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/gtk-3.0
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
> -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2
> -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/libindicator3-0.4 -Wall -Werror
> -DG_LOG_DOMAIN=\"libappindicator\" -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -c -o libappindicator3_la-app-indicator.lo
> `test -f 'app-indicator.c' || echo '../../src/'`app-indicator.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I..
> -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/libdbusmenu-gtk3-0.4
> -I/usr/include/libdbusmenu-glib-0.4 -I/usr/include/gtk-3.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/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
> -I/usr/include/freetype2 -I/usr/include/libpng12
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libindicator3-0.4
> -Wall -Werror -DG_LOG_DOMAIN=\"libappindicator\" -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -c
> ../../src/app-indicator.c -fPIC -DPIC -o
> .libs/libappindicator3_la-app-indicator.o
> ../../src/app-indicator.c: In function 'app_indicator_set_property':
> ../../src/app-indicator.c:902:6: error: 'gtk_status_icon_set_title' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_title(priv->status_icon, priv->title ? priv->title
> : "");
> ^
> ../../src/app-indicator.c: In function 'fallback':
> ../../src/app-indicator.c:1512:2: error: 'gtk_status_icon_new' is deprecated
> (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84)
> [-Werror=deprecated-declarations]
> GtkStatusIcon * icon = gtk_status_icon_new();
> ^
> ../../src/app-indicator.c:1514:2: error: 'gtk_status_icon_set_name' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:148)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_name(icon, app_indicator_get_id(self));
> ^
> ../../src/app-indicator.c:1517:3: error: 'gtk_status_icon_set_title' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_title(icon, title);
> ^
> ../../src/app-indicator.c: In function 'status_icon_changes':
> ../../src/app-indicator.c:1614:3: error: 'gtk_status_icon_set_visible' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_visible(icon, FALSE);
> ^
> ../../src/app-indicator.c:1619:3: error: 'gtk_status_icon_set_visible' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_visible(icon, TRUE);
> ^
> ../../src/app-indicator.c:1624:3: error: 'gtk_status_icon_set_visible' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_visible(icon, TRUE);
> ^
> ../../src/app-indicator.c:1630:4: error: 'gtk_status_icon_set_from_file' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:100)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_from_file(icon, icon_name);
> ^
> ../../src/app-indicator.c:1635:5: error: 'gtk_status_icon_set_from_icon_name'
> is deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_from_icon_name(icon, longname);
> ^
> ../../src/app-indicator.c:1637:5: error: 'gtk_status_icon_set_from_icon_name'
> is deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_from_icon_name(icon, icon_name);
> ^
> ../../src/app-indicator.c: In function 'status_icon_activate':
> ../../src/app-indicator.c:1659:17: error: 'gtk_status_icon_position_menu' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160)
> [-Werror=deprecated-declarations]
> gtk_status_icon_position_menu,
> ^
> ../../src/app-indicator.c: In function 'unfallback':
> ../../src/app-indicator.c:1684:2: error: 'gtk_status_icon_set_visible' is
> deprecated (declared at
> /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151)
> [-Werror=deprecated-declarations]
> gtk_status_icon_set_visible(status_icon, FALSE);
> ^
> cc1: all warnings being treated as errors
> make[1]: *** [libappindicator3_la-app-indicator.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/09/26/libappindicator_0.4.92-3_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 ---
Source: libappindicator
Source-Version: 0.4.92-3.1
We believe that the bug you reported is fixed in the latest version of
libappindicator, 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.
Balint Reczey <[email protected]> (supplier of updated libappindicator
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: SHA1
Format: 1.8
Date: Fri, 31 Oct 2014 21:38:56 +0100
Source: libappindicator
Binary: python-appindicator libappindicator1 gir1.2-appindicator-0.1
libappindicator-dev libappindicator-doc libappindicator3-1 libappindicator3-dev
gir1.2-appindicator3-0.1 libappindicator0.1-cil libappindicator0.1-cil-dev
Architecture: source all amd64
Version: 0.4.92-3.1
Distribution: unstable
Urgency: medium
Maintainer: The Ayatana Packagers <[email protected]>
Changed-By: Balint Reczey <[email protected]>
Description:
gir1.2-appindicator-0.1 - Typelib files for libappindicator1
gir1.2-appindicator3-0.1 - Typelib files for libappindicator3-1
libappindicator-dev - allow applications to export a menu into the panel --
development
libappindicator-doc - allow applications to export a menu into the panel --
documentati
libappindicator0.1-cil - allow applications to export a menu into the panel --
CLI binding
libappindicator0.1-cil-dev - allow applications to export a menu into the
panel -- CLI develop
libappindicator1 - allow applications to export a menu into the panel
libappindicator3-1 - allow applications to export a menu into the panel --
GTK3 versio
libappindicator3-dev - allow applications to export a menu into the panel --
GTK3 develo
python-appindicator - Python bindings for libappindicator
Closes: 763211
Changes:
libappindicator (0.4.92-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Don't treat deprecated API usage as error during the build to fix FTBFS
(Closes: #763211)
Checksums-Sha1:
513b72e650f0ffad08998698c4150144c14a83f4 3354 libappindicator_0.4.92-3.1.dsc
d206ffc97680766cb79c8df295dd79dc406f7cce 12567
libappindicator_0.4.92-3.1.diff.gz
c4f2f6c2acbd68737cb90da6699f105779ae3173 53670
libappindicator-doc_0.4.92-3.1_all.deb
4c29e904c6eaa21c0a2dade54349e69f3c28e55f 44444
libappindicator0.1-cil_0.4.92-3.1_all.deb
be8527ba855566a201ade8f964f7e540ec278f01 36552
libappindicator0.1-cil-dev_0.4.92-3.1_all.deb
9a86c08f8a5943a73b3edab23436bbd16dc6b759 42786
python-appindicator_0.4.92-3.1_amd64.deb
9bd98cddf5dbbaf34836c9279f3b064778b8e162 52466
libappindicator1_0.4.92-3.1_amd64.deb
fb2596f125890ab631cde4c5d79a49ea8aee5b18 38298
gir1.2-appindicator-0.1_0.4.92-3.1_amd64.deb
e1a2836a0d82d42ed2180622be9a6a83f1674331 45730
libappindicator-dev_0.4.92-3.1_amd64.deb
fe7b5893af44b96bd008f08f939bd3b258fb4c8d 52578
libappindicator3-1_0.4.92-3.1_amd64.deb
f9da2ac3c330d24455368169df79ba8c61a7805a 45732
libappindicator3-dev_0.4.92-3.1_amd64.deb
7b673ffd7f750fe03a09ddfe831c02423218d7d5 38284
gir1.2-appindicator3-0.1_0.4.92-3.1_amd64.deb
Checksums-Sha256:
a93ed79b40a6f668c97f76d0940b1a8849ecf5479e1b15acc206313a5ec630c9 3354
libappindicator_0.4.92-3.1.dsc
0865620dac47f0d004f80e3db4b4835212b2c94e0ec3019adb5c84aa7f203b68 12567
libappindicator_0.4.92-3.1.diff.gz
4a7c4da8cac2a12eace4460d6e4564490ae557a8a3b9e40f5225ee66ffbf1b5f 53670
libappindicator-doc_0.4.92-3.1_all.deb
994d45c2a1902028f9cd6e93da69eed2d877e172a8426ec928619a40728b1fb0 44444
libappindicator0.1-cil_0.4.92-3.1_all.deb
0ce509e3caeea9c3a8535c83d3b540011090adbc088df48e2cb2a5b20af99f1c 36552
libappindicator0.1-cil-dev_0.4.92-3.1_all.deb
308bdfc0004a4e548ea30b8a635a062fb81cb46bb25e268157cd17305fc794ed 42786
python-appindicator_0.4.92-3.1_amd64.deb
c7c0b5856d9524f9b8f59758d9963f82293825179f02c32f1154db895162db44 52466
libappindicator1_0.4.92-3.1_amd64.deb
23f9dde15673196011f0994b6f9783c2cc732e8599bf4338d2c2e9d438938464 38298
gir1.2-appindicator-0.1_0.4.92-3.1_amd64.deb
9c0b43b21cc3ea9c49cbb84e100a81c4c84816fac4343559e330c6c7ff95bece 45730
libappindicator-dev_0.4.92-3.1_amd64.deb
5400684eada7b61f14f591042018586d1e1964c333dbc87a45af29901f2b8040 52578
libappindicator3-1_0.4.92-3.1_amd64.deb
bbd9fdeb4f42077743fe6d4abfb207b9f2c14f1b643fe99dbe2f1b93a0487bcb 45732
libappindicator3-dev_0.4.92-3.1_amd64.deb
21093e484d9385ea68a2bc2f654721a76eccbe44b4f0666f9754d981bba9ee4d 38284
gir1.2-appindicator3-0.1_0.4.92-3.1_amd64.deb
Files:
dbe922b39b3885b350a24cca497883ba 3354 gnome optional
libappindicator_0.4.92-3.1.dsc
211431bad2192cc0822d92065ec4fe20 12567 gnome optional
libappindicator_0.4.92-3.1.diff.gz
e796a60b87e4c2a9c98948c276a2407a 53670 doc optional
libappindicator-doc_0.4.92-3.1_all.deb
ee7d0bfc5a15b936c9c5b9087ead731e 44444 cli-mono optional
libappindicator0.1-cil_0.4.92-3.1_all.deb
34e379a708d7b63fb35b2714c5010aa2 36552 libdevel optional
libappindicator0.1-cil-dev_0.4.92-3.1_all.deb
5764168f0c7dd276b68ff1cc2c0072cd 42786 python optional
python-appindicator_0.4.92-3.1_amd64.deb
947b1fead9b5cba8388249bbcdc0e3ce 52466 libs optional
libappindicator1_0.4.92-3.1_amd64.deb
9789740575344e8a6ff3751fcf4accfc 38298 introspection optional
gir1.2-appindicator-0.1_0.4.92-3.1_amd64.deb
b7918a6c11df87e597b904ffbb53e9bc 45730 libdevel optional
libappindicator-dev_0.4.92-3.1_amd64.deb
527d9e7b344d24ea23ded5d4216afbf0 52578 libs optional
libappindicator3-1_0.4.92-3.1_amd64.deb
4bdf2d778fb98b3712e0f5d5fbff1632 45732 libdevel optional
libappindicator3-dev_0.4.92-3.1_amd64.deb
2a7236b4f0bfd160e3adce8ee9bc2d55 38284 introspection optional
gir1.2-appindicator3-0.1_0.4.92-3.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUVBmhAAoJEPZk0la0aRp9S6AP/i35h3bnMlqTfjVE/SAXKwSA
V12V/qAGRBPEqiFg8GhXc5CiFCr1+pUe63bbfMYiOcX3TJCrtYiT57Wic7OdB95Y
cx9kGYVnKuwdnN0M05pjQZB99HO3aioj3ZGIo4to0foHR503Z7lKNZ4DdcaNOG1T
0Q4dM2R/i9VnSZwxYkKxlWgFRUX17PGvyNSp/LrjSPD2qTZYBwfX+B9IjPmRJeLx
QYdr0J5ZC17VhQmZKNtoBM5ZPojSqU1HlCpgj0b/FeZcyqFLY4USJyweIGm2yqbj
ymmaWqjGJrOuh5bhgPuRFtaXTqWMVEm6R/9iNHRnXLZ1MzrObpqWWir9p+tDkgyf
o2rATKxzcI3+r2jVeSgg+DtUaNNuBc9kkUfyv50Apu8Qb3opRz9mg2P68q6YpLjL
lqKJxyt/eiblCOMwxZPWMZa3MpyqUEdjCKJdu7SbEY7tIXcwlR4duVYYNmmS2lBS
ST+PiM4FZMwV2Ryy27DPqPujMud70UxeXrmNVLofhc5rN9sYewur5BiFJXB4metV
8lGP3kD/YLFcT4fc7jVo65UtSKXGF2plaaQYdRepDAoWqE4Y4ICmVCSw6sU8EuZY
kmxeqNo+eHqBnppgXaDKaJ7aDO1yqTv8cBHDMqoAwGm5NEeGXv78FDU2FVrGOzcd
zAjX+p3qa2IEvO9y+9VX
=8cX5
-----END PGP SIGNATURE-----
--- End Message ---