"Fatal
12:31:
From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Wed, 05 Nov 2025 12:30:27 +0000
with message-id
and subject line Bug#1118463: fixed in pygobject 3.54.5-5
has caused the Debian Bug report #1118463,
regarding pygobject: FTBFS on 64-bit BE: "Fatal Python error: Aborted" in
test_length_array_utf8_optional_inout()
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 owner@bugs.debian.org
immediately.)
--
1118463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1118463
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 20 Oct 2025 15:15:45 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-103.2 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
LONGWORD,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 30; hammy, 150; neutral, 153;
spammy,
0. spammytokens:
hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path:
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:56166)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_
SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.96)
(envelope-from )
id 1vArbt-007ALO-2S
for submit@bugs.debian.org;
Mon, 20 Oct 2025 15:15:45 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.
org;
s=smtpauto.stravinsky; h=X-Debian-User:Content-Type:MIME-Version:Message-
ID:
Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
Content-Description:In-Reply-To:References;
bh=YqT4I4WoE255u6kUOEdE1mE50cwF85T8/RK4UCbLzXQ=; b
=ArfPoOLfknzn2a18OimdP1A/wV
XII00bfnEPeYn8IyNSswWNjA1j8Wp5UuEHW6RlRN56eCs3G/B3
sjYVrrLB0/1LzDTPsUDKaxGI3P0
sk0xZ0PhqBaC4/N7giQxToDnaiamelEufdbbeMoKpwMIBLfgQo
5IS/NXPi7BOkjitVqisOhlTjiWQ
IXIpR6+JFxK3ldhl8EUzLaB/60G1kVVKkFi5AvdXvvL2um51Tx
BykMl+DQosbskdXGEvWGfFpqS4A
EqAPVBRIgBfT05+7RLupbvDp03htwAYhsZAOxhxiufW12J2DYg
IQ/uHUIRhQACemcCEPEB7teaJi9
0qi9hT0w==;
Received: from authenticated user
by stravinsky.debian.org with esmtpsa (TLS1.3:ECDH
E_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.94.2)
(envelope-from )
id 1vArbr-005sk7-LS
for submit@bugs.debian.org; Mon, 20 Oct 2025 15:15:44 +0000
Date: Mon, 20 Oct 2025 16:15:42 +0100
From: Simon McVittie
To: Debian Bug Tracking System
Subject: pygobject: FTBFS on 64-bit BE: "Fatal Python error: Aborted" in
test_length_array_utf8_optional_inout()
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Mutt-Fcc: =.lists.debian/
X-Reportbug-Version: 13.2.0
X-Debian-User: smcv
Delivered-To: submit@bugs.debian.org
Source: pygobject
Version: 3.54.3-1
Severity: serious
Tags: ftbfs experimental
Justification: fails to build from source (but built successfully in the
past)
X-Debbugs-Cc: debian-s390@lists.debian.org, debian-powerpc@lists.debian.org
User: debian-s390@lists.debian.org
Usertags: s390x
User: debian-powerpc@lists.debian.org
Usertags: ppc64
Control: found -1 3.54.5-2
Control: block 1099164 by -1
pygobject's build fails on s390x and ppc64 with a log similar to the one
below. It succeeded on powerpc and ppc64el, which strongly suggests an
endianness issue - probably mixing up a pointer to a 32-bit quantity
with a pointer to a 64-bit quantity, which on little-endian is masked by
the earlier bytes of the 64-bit thing being the least significant bytes
of its value, and the later bytes in practice being all-zeroes or
all-ones.
libpeas/experimental failed to build on the same architectures, with the
older pygobject 3.52.x. It isn't necessarily very worthwhile to
investigate that until pygobject is fixed, because a newer pygobject
might fix it anyway, so I'm not reporting a bug for that right now.
https://buildd.debian.org/status/fetch.php?pkg=pygobject&arch=s390x&ver=3.
54.5-2&stamp=1760971455&raw=0
>==================================== 1/1 ==========
===========================
>test: pygobject-test-suite
>start time: 14:44:11
>duration: 3.95s
>result: killed by signal 6 SIGABRT
>command: MESON_TEST_ITERATION=1 GI_TYPELIB_PATH=/build/reproducible-
path/pygobject-3.54.5/build-3.13/subprojects/gobject-introspection-tests
MALLOC_PERTURB_=3 UBSAN_OPTIONS=halt_on_error=1:abo
rt_on_error=1:print_summary=1:print_stacktrace=1 MSAN_
OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
PYTHONPATH=/build/reproducible-path/pygobject-3.54.5/build-3.13/tests/..
:/build/reproducible-path/pygobject-3.54.5/build-3.13/subprojects/pycairo
LD_LIBRARY_PATH=/build/
reproducible-path/pygobject-3.54.5/build-3.13/tests:/build/reproducible-
path/pygobject-3.54.5/build-3.13/gi ASAN_OPTIONS=ha
lt_on_error=1:abort_on_error=1:print_summary=1 /usr/bin/python3.13 -m pytest
>-----------------------------------
stdout -----------------------------------
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|