Your message dated Tue, 23 Oct 2018 16:04:09 +0000
with message-id <e1geza9-0002cp...@fasolo.debian.org>
and subject line Bug#911697: fixed in at-spi2-core 2.30.0-3
has caused the Debian Bug report #911697,
regarding at-spi2-core FTBFS: gtkdoc-scangobj fails
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.)
--
911697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: at-spi2-core
Version: 2.30.0-2
Severity: serious
Tags: ftbfs
at-spi2-core fails to build from source in unstable for multiple
architectures, e.g. amd64:
https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/at-spi2-core_2.30.0-2.rbuild.log.gz
| ERROR: 'gtkdoc-scangobj' failed with status 1
| libatspi-scan.c: In function ‘output_signals’:
| <command-line>: error: ‘dbind’ undeclared (first use in this function)
| /usr/include/glib-2.0/glib/gmessages.h:337:32: note: in expansion of macro
‘G_LOG_DOMAIN’
| #define g_warning(...) g_log (G_LOG_DOMAIN, \
| ^~~~~~~~~~~~
| libatspi-scan.c:194:5: note: in expansion of macro ‘g_warning’
| g_warning ("Couldn't open output file: %s : %s", signals_filename,
g_strerror(errno));
| ^~~~~~~~~
| <command-line>: note: each undeclared identifier is reported only once for
each function it appears in
| /usr/include/glib-2.0/glib/gmessages.h:337:32: note: in expansion of macro
‘G_LOG_DOMAIN’
| #define g_warning(...) g_log (G_LOG_DOMAIN, \
| ^~~~~~~~~~~~
| libatspi-scan.c:194:5: note: in expansion of macro ‘g_warning’
| g_warning ("Couldn't open output file: %s : %s", signals_filename,
g_strerror(errno));
| ^~~~~~~~~
| libatspi-scan.c: In function ‘output_object_hierarchy’:
| <command-line>: error: ‘dbind’ undeclared (first use in this function)
| /usr/include/glib-2.0/glib/gmessages.h:337:32: note: in expansion of macro
‘G_LOG_DOMAIN’
| #define g_warning(...) g_log (G_LOG_DOMAIN, \
| ^~~~~~~~~~~~
| libatspi-scan.c:462:5: note: in expansion of macro ‘g_warning’
| g_warning ("Couldn't open output file: %s : %s", hierarchy_filename,
g_strerror(errno));
| ^~~~~~~~~
| libatspi-scan.c: In function ‘output_object_interfaces’:
| <command-line>: error: ‘dbind’ undeclared (first use in this function)
| /usr/include/glib-2.0/glib/gmessages.h:337:32: note: in expansion of macro
‘G_LOG_DOMAIN’
| #define g_warning(...) g_log (G_LOG_DOMAIN, \
| ^~~~~~~~~~~~
| libatspi-scan.c:521:5: note: in expansion of macro ‘g_warning’
| g_warning ("Couldn't open output file: %s : %s", interfaces_filename,
g_strerror(errno));
| ^~~~~~~~~
| libatspi-scan.c: In function ‘output_interface_prerequisites’:
| <command-line>: error: ‘dbind’ undeclared (first use in this function)
| /usr/include/glib-2.0/glib/gmessages.h:337:32: note: in expansion of macro
‘G_LOG_DOMAIN’
| #define g_warning(...) g_log (G_LOG_DOMAIN, \
| ^~~~~~~~~~~~
| libatspi-scan.c:571:5: note: in expansion of macro ‘g_warning’
| g_warning ("Couldn't open output file: %s : %s", prerequisites_filename,
g_strerror(errno));
| ^~~~~~~~~
| libatspi-scan.c: In function ‘output_args’:
| <command-line>: error: ‘dbind’ undeclared (first use in this function)
| /usr/include/glib-2.0/glib/gmessages.h:337:32: note: in expansion of macro
‘G_LOG_DOMAIN’
| #define g_warning(...) g_log (G_LOG_DOMAIN, \
| ^~~~~~~~~~~~
| libatspi-scan.c:617:5: note: in expansion of macro ‘g_warning’
| g_warning ("Couldn't open output file: %s : %s", args_filename,
g_strerror(errno));
| ^~~~~~~~~
| 2018-10-17 23:59:21,266:scangobj.py:execute_command:1196:WARNING:Compiling
scanner failed: 1, command: cc
-I/build/1st/at-spi2-core-2.30.0/obj-x86_64-linux-gnu/.
-I/build/1st/at-spi2-core-2.30.0/. -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_LOG_DOMAIN=dbind -g -O2
-ffile-prefix-map=/build/1st/at-spi2-core-2.30.0=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
libatspi-scan.o libatspi-scan.c
...
| Running custom install script '/usr/bin/meson --internal gtkdoc
--sourcedir=/build/1st/at-spi2-core-2.30.0
--builddir=/build/1st/at-spi2-core-2.30.0/obj-x86_64-linux-gnu
--subdir=doc/libatspi
--headerdirs=/build/1st/at-spi2-core-2.30.0/atspi@@/build/1st/at-spi2-core-2.30.0/obj-x86_64-linux-gnu/atspi
--mainfile=libatspi-docs.sgml --modulename=libatspi --mode=auto
--scanargs=--rebuild-types
--gobjects-types-file=/build/1st/at-spi2-core-2.30.0/doc/libatspi/libatspi.types
--fixxrefargs=--html-dir=/usr/share/gtk-doc/html@@--extra-dir=/usr/share/gtk-doc/html/glib@@--extra-dir=/usr/share/gtk-doc/html/gobject
--mkdbargs=--sgml-mode@@--output-format=xml --content-files= --cc=cc --ld=cc
--cflags=-I/build/1st/at-spi2-core-2.30.0/obj-x86_64-linux-gnu/.
-I/build/1st/at-spi2-core-2.30.0/. -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DG_LOG_DOMAIN="dbind" -g -O2
-ffile-prefix-map=/build/1st/at-spi2-core-2.30.0=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
--ldflags=-L/build/1st/at-spi2-core-2.30.0/obj-x86_64-linux-gnu/atspi
-Wl,-rpath,/build/1st/at-spi2-core-2.30.0/obj-x86_64-linux-gnu/atspi -latspi
-ldbus-1 -lgobject-2.0 -lglib-2.0 -lX11 -lXtst -lXi -g -O2
-ffile-prefix-map=/build/1st/at-spi2-core-2.30.0=. -fstack-protector-strong
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now'
| FAILED: meson-install
| /usr/bin/meson install --no-rebuild
| ninja: build stopped: subcommand failed.
| dh_auto_install: cd obj-x86_64-linux-gnu &&
DESTDIR=/build/1st/at-spi2-core-2.30.0/debian/tmp LC_ALL=C.UTF-8 ninja install
returned exit code 1
| make: *** [debian/rules:6: binary] Error 1
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned
exit status 2
Helmut
--- End Message ---
--- Begin Message ---
Source: at-spi2-core
Source-Version: 2.30.0-3
We believe that the bug you reported is fixed in the latest version of
at-spi2-core, 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 911...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated at-spi2-core
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: SHA512
Format: 1.8
Date: Tue, 23 Oct 2018 17:46:33 +0200
Source: at-spi2-core
Binary: at-spi2-core at-spi2-core-udeb libatspi2.0-0 libatspi0-udeb
libatspi2.0-dev gir1.2-atspi-2.0 at-spi2-doc
Architecture: source
Version: 2.30.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <pkg-a11y-de...@lists.alioth.debian.org>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Description:
at-spi2-core - Assistive Technology Service Provider Interface (dbus core)
at-spi2-core-udeb - Assistive Technology Service Provider Interface (dbus core
for d- (udeb)
at-spi2-doc - Assistive Technology Service Provider Interface (Documentation)
gir1.2-atspi-2.0 - Assistive Technology Service Provider (GObject
introspection)
libatspi0-udeb - Assistive Technology Service Provider Interface - module for
d-i (udeb)
libatspi2.0-0 - Assistive Technology Service Provider Interface - shared
library
libatspi2.0-dev - Development files for the assistive technology service
provider
Closes: 911697
Changes:
at-spi2-core (2.30.0-3) unstable; urgency=medium
.
* patches/meson: Fix dbind documentation build with meson
(Closes: Bug#911697)
Checksums-Sha1:
7cc4091a859e117606c884521ac540a14e8d179d 2629 at-spi2-core_2.30.0-3.dsc
71065e1770c35b6715e26e4d3643d2b200f546a3 8752
at-spi2-core_2.30.0-3.debian.tar.xz
Checksums-Sha256:
3bcd684bbbded1189d7f45ec9856fc2770f5165c66c7caef6c0bce86e2cac74a 2629
at-spi2-core_2.30.0-3.dsc
c2d1a0b0e1cd41d5e4ac771cb00551e502c8bf6bf4e87e98bd96b6fce926eaa1 8752
at-spi2-core_2.30.0-3.debian.tar.xz
Files:
e7a4fbf3da7d7099717afa1de98ce05a 2629 misc optional at-spi2-core_2.30.0-3.dsc
24717121af45bb4e98bafcad1984ccc1 8752 misc optional
at-spi2-core_2.30.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOjpdRkZg6GdhDKQnmWhJwc9WBHgFAlvPQ1MACgkQmWhJwc9W
BHhWXxAAjGyFRNZM2iQH4UpRK/dw47fRYgall16whzgR1kBQCgs9gLB2CMo1EqDs
TBsML04+z7jygMoa9w4GQYfKX4dVmr0LTIOBF9O1J5tfEfpbrp7mMayAltvIwLDH
v70XYhf4oXbmnjUGQmvGZoMWoyj0SqL/uaPdbFoklwbS697AtlJFmsDUpbtkYO4G
QTdkBdwjtjVv2WXBzXCSTKrEvUCnp3oZhNlLuCB61bhEeCK1rWSPzcZ6VZiUKfcU
GbXMwO54x4S/FHdocGOJI60azITgx758yM6h3mqmB3g64wO3HFMHh0R+l9qIky86
iPnH6rhBS0NtQJYcBfyqiDzo8vUo0jPHx2i6JEGvRbuPyGbvxxfVc9s3Bn81U+AO
tsM9IWOdsHLWrq+7pLDaCKVEUZ9i/bj7q6rnzbpKMVSOerOiVHS8AqgN/hkJDql6
V6YAT6cWcQmUkOkihJhtR0TMmAE5lANWGBbpmZqgOUWc9NQK3v2K4l5fDitHdrG/
oxBOmZc/4mLyGEc6YoB7ZumBuaVoJq0ixXWi75h2BjuOnAAOWqmFlefE5hPGbIY5
8ursnm7Qh+pRsL375fPzg0Hf1AmkIL8cq9JRV4uubMucgaFXPEm/HhejyEXyPn8x
/s8YHQ8VNjxmEeoNrOW86fgYxWrBho9QgBv2hkYOaz5P66flIYc=
=g0AV
-----END PGP SIGNATURE-----
--- End Message ---