Your message dated Sun, 15 Aug 2021 21:39:55 +0000
with message-id <[email protected]>
and subject line Bug#984069: fixed in java-atk-wrapper 0.38.0-3
has caused the Debian Bug report #984069,
regarding java-atk-wrapper: ftbfs with GCC-11
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.)
--
984069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984069
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:java-atk-wrapper
Version: 0.38.0-2
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/java-atk-wrapper_0.38.0-2_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:22,
from /usr/include/atk-1.0/atk/atkobject.h:27,
from /usr/include/atk-1.0/atk/atk.h:25,
from jawobject.c:21:
jawobject.c: In function ‘jaw_object_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:112:5: error: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier
[-Werror=incompatible-pointer-types]
112 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro
‘g_atomic_pointer_get’
260 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2000:7: note: in expansion of macro
‘g_once_init_enter’
2000 | if (g_once_init_enter (&g_define_type_id__volatile)) \
| ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2032:3: note: in expansion of macro
‘_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER’
2032 | _G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name,
TYPE_PARENT, flags) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1759:61: note: in expansion of macro
‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
1759 | #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)
_G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;}
_G_DEFINE_TYPE_EXTENDED_END()
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1600:61: note: in expansion of macro
‘G_DEFINE_TYPE_EXTENDED’
1600 | #define G_DEFINE_TYPE(TN, t_n, T_P)
G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
|
^~~~~~~~~~~~~~~~~~~~~~
jawobject.c:74:1: note: in expansion of macro ‘G_DEFINE_TYPE’
74 | G_DEFINE_TYPE (JawObject, jaw_object, ATK_TYPE_OBJECT);
| ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from jawtoplevel.c:23:
jawtoplevel.c: In function ‘jaw_toplevel_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:112:5: error: argument 2 of
‘__atomic_load’ discards ‘volatile’ qualifier
[-Werror=incompatible-pointer-types]
112 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval,
__ATOMIC_SEQ_CST); \
| ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:260:7: note: in expansion of macro
‘g_atomic_pointer_get’
260 | (!g_atomic_pointer_get (location) && \
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2000:7: note: in expansion of macro
‘g_once_init_enter’
2000 | if (g_once_init_enter (&g_define_type_id__volatile)) \
| ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2032:3: note: in expansion of macro
‘_G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER’
2032 | _G_DEFINE_TYPE_EXTENDED_BEGIN_REGISTER(TypeName, type_name,
TYPE_PARENT, flags) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1759:61: note: in expansion of macro
‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
1759 | #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)
_G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;}
_G_DEFINE_TYPE_EXTENDED_END()
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1600:61: note: in expansion of macro
‘G_DEFINE_TYPE_EXTENDED’
1600 | #define G_DEFINE_TYPE(TN, t_n, T_P)
G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
|
^~~~~~~~~~~~~~~~~~~~~~
jawtoplevel.c:39:1: note: in expansion of macro ‘G_DEFINE_TYPE’
39 | G_DEFINE_TYPE (JawToplevel, jaw_toplevel, ATK_TYPE_OBJECT)
| ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[4]: *** [Makefile:569: libatk_wrapper_la-jawtoplevel.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[4]: *** [Makefile:576: libatk_wrapper_la-jawobject.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/jni/src'
make[3]: *** [Makefile:383: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/jni'
make[2]: *** [Makefile:439: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:371: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:11: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: java-atk-wrapper
Source-Version: 0.38.0-3
Done: Samuel Thibault <[email protected]>
We believe that the bug you reported is fixed in the latest version of
java-atk-wrapper, 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.
Samuel Thibault <[email protected]> (supplier of updated java-atk-wrapper
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: SHA512
Format: 1.8
Date: Sun, 15 Aug 2021 22:56:34 +0200
Source: java-atk-wrapper
Architecture: source
Version: 0.38.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 984069
Changes:
java-atk-wrapper (0.38.0-3) unstable; urgency=medium
.
* patches/werror: Only enable -Werror in upstream development
(Closes: Bug#984069).
* control: Set Rules-Requires-Root to no.
* rules: Drop ddeb-migration rules, now useless
Checksums-Sha1:
6906dbd70da00b3d4afdf1348fe33d571412f9fd 2354 java-atk-wrapper_0.38.0-3.dsc
a7232db244b1b83aad420e2aabda02d535892c95 6152
java-atk-wrapper_0.38.0-3.debian.tar.xz
27e9659cbba73f4547e96af4905b1c0260573512 11749
java-atk-wrapper_0.38.0-3_amd64.buildinfo
Checksums-Sha256:
0c97cfedc370f9d3a3f758f8299b2cc1c704a62979d2113979e5a109572ae93b 2354
java-atk-wrapper_0.38.0-3.dsc
0ff4af42800a2170cb4660fc45222a36a1e0db93890ef94e302f9b66bde6473f 6152
java-atk-wrapper_0.38.0-3.debian.tar.xz
0d9ee788a7f467d94edcc9673633f76fd0cef52ec0d164e6b99abf455347879e 11749
java-atk-wrapper_0.38.0-3_amd64.buildinfo
Files:
32be84021a3fc0c26086a7b51086e3c2 2354 java optional
java-atk-wrapper_0.38.0-3.dsc
abc1a843db58cfe0fa90cffe39076da0 6152 java optional
java-atk-wrapper_0.38.0-3.debian.tar.xz
224cc775d3af12bde0180a62faad3516 11749 java optional
java-atk-wrapper_0.38.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE59DSENomQIYa2nfqRdTszGSEm3kFAmEZgiQACgkQRdTszGSE
m3koOw//ViApvQWwJtowlzllXbrPW3mo7KVSEFFq5pmQ0wDU0q0zoWy92trbQ0a2
IO9y9nxjRkHc3C01OdiKPH06YbkHVD74TeKEybauAuMYI3xlxbSXq//p6qdvA7bj
mNJbKZXRxrD/jUA6Us+Eguie+xNduGvAfhnEYmooa/3dJxFHX5yWxP4DpjMy+bY6
bEniTObf+jvLiV8bFF2/wEmWUPggixnwgo5Ore51nJ+VyzwmvpqqX5+1qWDHhw8l
Z9bF5HORDj9KnKRo4J+lWwanL08X1+JKZXyN8jF4Hrg+MXJjRQAGmLNEy2k/v6fd
R8r0gpn9yPUZp1QPUZ6STV8DrJy0+0vXyZEyZZrf1ncLptF01bGJ6SHyvIeQ/rOl
1xYXi1hBoXss6y5sbnrb2bfXxcNVcmZURkFj3ohR+oTA/Ow5oZ18KhJL+ZmEy285
1vZktrJcpJuNJzs0AgXuuHA4z4oFRe1R+b44U+F3hxo0x6xRygQttbv6nOm1ToPV
5rWw83uE92YgB4SyP44C/qV3MKtnsuzFWhdDsAMiwo48Lyz2hausWBQ2ZrCr8b8b
OqRLmBLgcb+NxazB5CxOC+6hugmzc3LRrUmvNbAm7i572Y5t+3DfEux99xUXjnA3
a8JM1VKRDm2anrRAZH/pwsrmL+sPuIxLpgRdG7bCeqflrFgaU4o=
=NISH
-----END PGP SIGNATURE-----
--- End Message ---