Your message dated Mon, 18 Mar 2024 13:50:23 +0000
with message-id <e1rmdnf-00eqr8...@fasolo.debian.org>
and subject line Bug#1066032: fixed in gobject-introspection 1.78.1-18
has caused the Debian Bug report #1066032,
regarding pygobject: FTBFS on armhf: time_t build test failure
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.)
--
1066032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pygobject
Version: 3.47.0-3
Severity: serious
Tags: unstable trixie ftbfs
User: debian-...@lists.debian.org
Usertags: time-t
Although Debian has not yet gotten to pygobject in the time_t
transition for armel/armhf, Ubuntu has and experienced a build test
failure in test_gi.py for the test_time_t tests which I believe are
using functions in glib2.0. I assume Debian also experiences this
issue.
Test log excerpt
================
tests/test_gi.py ....................................................... [ 21%]
.................
----------------------------------- stderr -----------------------------------
Fatal Python error: Aborted
Current thread 0xf785e020 (most recent call first):
File "/<<PKGBUILDDIR>>/tests/test_gi.py", line 579 in test_time_t_in
File "/usr/lib/python3.12/unittest/case.py", line 589 in _callTestMethod
File "/usr/lib/python3.12/unittest/case.py", line 634 in run
File "/usr/lib/python3.12/unittest/case.py", line 690 in __call__
File "/usr/lib/python3/dist-packages/_pytest/unittest.py", line 338 in runtest
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 170 in
pytest_runtest_call
File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 102
in _multicall
File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 119
in _hookexec
File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 501 in __call__
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 263 in <lambda>
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 342 in from_call
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 262 in
call_runtest_hook
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 223 in
call_and_report
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 134 in
runtestprotocol
File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 115 in
pytest_runtest_protocol
File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 102
in _multicall
File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 119
in _hookexec
File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 501 in __call__
File "/usr/lib/python3/dist-packages/_pytest/main.py", line 352 in
pytest_runtestloop
File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 102
in _multicall
File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 119
in _hookexec
File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 501 in __call__
File "/usr/lib/python3/dist-packages/_pytest/main.py", line 327 in _main
File "/usr/lib/python3/dist-packages/_pytest/main.py", line 273 in
wrap_session
File "/usr/lib/python3/dist-packages/_pytest/main.py", line 320 in
pytest_cmdline_main
File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 102
in _multicall
File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 119
in _hookexec
File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 501 in __call__
File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py",
line 175 in main
File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py",
line 198 in console_main
File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 7 in <module>
File "<frozen runpy>", line 88 in _run_code
File "<frozen runpy>", line 198 in _run_module_as_main
Full build log
==============
https://launchpad.net/ubuntu/+source/pygobject/3.47.0-3build1/+latestbuild/armhf
Originally reported at https://launchpad.net/bugs/2056753
Thank you,
Jeremy Bícha
--- End Message ---
--- Begin Message ---
Source: gobject-introspection
Source-Version: 1.78.1-18
Done: Simon McVittie <s...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gobject-introspection, 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.
Simon McVittie <s...@debian.org> (supplier of updated gobject-introspection
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: Mon, 18 Mar 2024 12:49:20 +0000
Source: gobject-introspection
Architecture: source
Version: 1.78.1-18
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Closes: 1066032
Changes:
gobject-introspection (1.78.1-18) unstable; urgency=medium
.
* d/p/girparser-Don-t-assume-sizeof-size_t-sizeof-void.patch,
d/p/girparser-Make-sizes-in-integer_aliases-more-obviously-co.patch,
d/p/girparser-Allow-time_t-off_t-etc.-to-appear-in-GIR-XML.patch,
d/p/giscanner-treat-time_t-and-off_t-as-standalone-types.patch,
d/p/tests-fix-the-tests-after-time_t-and-off_t-are-standalone.patch,
d/p/tests-Add-coverage-for-off_t.patch:
Add patches from upstream git to fix handling of time_t and off_t.
Thanks to Shuyu Liu (Closes: #1066032)
Checksums-Sha1:
ff37adb47bf55b2c06b492e606bffbe5c85726df 4279
gobject-introspection_1.78.1-18.dsc
cd684a1b3d3609d8647ece87d7719d4adf7d5913 87396
gobject-introspection_1.78.1-18.debian.tar.xz
c964bb3d3a337d64962d4e02135a9ecc1f4cf441 8924
gobject-introspection_1.78.1-18_source.buildinfo
Checksums-Sha256:
6f05c29799c75a9d4e868067248daebe08a852a0adf8d45f7beb733ea80e7c58 4279
gobject-introspection_1.78.1-18.dsc
cfea10d69b8f2cb27f10714327ce43484e0c18e9ca2e31a4a8d902d012d3a56e 87396
gobject-introspection_1.78.1-18.debian.tar.xz
203eb33f868efd44737de50d05749a0b6fe948d3e227c17b5295976314d823fe 8924
gobject-introspection_1.78.1-18_source.buildinfo
Files:
f8377b1db8000ea721f2eaefc6670bb6 4279 devel optional
gobject-introspection_1.78.1-18.dsc
5dbadecd71569e1c9b1ffcda63d10dcd 87396 devel optional
gobject-introspection_1.78.1-18.debian.tar.xz
2b62ec39427d919dc05cc88ca964baf0 8924 devel optional
gobject-introspection_1.78.1-18_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAmX4RTQACgkQ4FrhR4+B
TE/l6xAAt8N5UP8fjvOdxOs6Ra1KmUDkB2EaArcnMT9J+4Y8NtQ7+uf1Xzpggdr3
iump5DgsS6tlG7Pvt26Qb34MLoKpnSZ1lg0GwE5ptWxKM8Qa3gjTcjiQrjPOw0c0
08ot1RYgyaiq6O6LqgvAyoJTLzL2RPM+B2J5M0pLq3JPJu6Xmc9QkGcBzUTGFBWQ
hNJ+jvUM2k+IY2kNA2UaWhu1FHxPRsT4PTMAfpS8Wrp8NWhsLKKa4vGQFqGOEPj8
Er/4OAc8gEOe19Rr6BnUxID97iaAeGen4g8gwQMq4WixeGHEclhcjMyNdkw9N1le
C86SfguMWsHwRwuaj7Nbfdu75j693OKB5MLQaiI+s1gV9grQPgmfgOq0XXWXyJCJ
iybUW59IGEDRir3B09/L1GfxIINPCNlzbNeV5C3z3rDG46KnqwtkpDGGQ4+dOVz7
u7cHA28G6s4/QH28NoxdeMRsWXlkxrd09+lv9yHTgJCfEAz55OdKlOpSLgkws0rl
HcS0e9UUuJ9JwSaPAa5l93z1cFPr2V9imAMtIIz/v/ET3lZqp+pziI7y0VVKA/1v
3ZyipUvg78lktcetJQ6FyNnhmoLvP+QJMPpqYH6w6U3RtkOnTNpWgtGPKjzOSl+P
4T/eMerrUufKPwKQhI8Zfz33Mk5cNroCOHW11mSqYyhyf9zTa54=
=QlE6
-----END PGP SIGNATURE-----
pgpRAt68n48iD.pgp
Description: PGP signature
--- End Message ---