architectures,
20:39:
ccf3-
From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Tue, 04 Nov 2025 20:38:07 +0000
with message-id
and subject line Bug#1120061: fixed in rust-apr 0.3.4-1
has caused the Debian Bug report #1120061,
regarding rust-apr - FTBFS on most architectures, issues with the
signedness of char.
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.)
--
1120061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120061
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 4 Nov 2025 17:02:03 +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=-116.9 required=4.0 tests=BAYES_00,
BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
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, 156; hammy, 150; neutral, 213;
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]:47804)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_
SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.96)
(envelope-from )
id 1vGKPy-003QSp-0m
for submit@bugs.debian.org;
Tue, 04 Nov 2025 17:02:03 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.
org;
s=smtpauto.stravinsky; h=X-Debian-User:Subject:From:To:MIME-Version:Date:
Message-ID:Content-Type:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
Content-Description:In-Reply-To:References;
bh=BihFSgqlfn9ey7utNAuyuGEVdE0JFyYUNuSjT0TDJjc=; b
=uxt+UMmIpUqR2qumJ/DrIlvYaK
wlZ3rIocbFp4QLHPRwazdu9gTzvzFT4oQ7Bl+T0mg7k9Ks5Wve
lFbXh3ZVJX4+xU/cHrqQoBmiF1l
BiC1KIw/V7Sn0IOWilnVL0wPbrY0vQHJ/fS2VlrLtsI5fwSR1N
VsUd5CEutHOCAmFjqR5MbW5kuxv
7I+qNoveGheRqnPY1QEnPgfqNrArlC9hEAoK/a6u8LqIXGENHd
a4fD0al2s6GiWz2IfMTDBijaQxY
gNzgchtmYsDz8vcvy2lbzHqV/VsBoGxv0/QSH33IB91RChkGgF
ACfZvBmztKqZ+hTZ++8yr6jstdv
jFbNhjsg==;
Received: from authenticated user
by stravinsky.debian.org with esmtpsa (TLS1.3:ECDH
E_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
(Exim 4.94.2)
(envelope-from )
id 1vGKPx-003xRr-Jr
for submit@bugs.debian.org; Tue, 04 Nov 2025 17:02:01 +0000
Content-Type: multipart/mixed; boundary="------------
G0W5xY9vRxsu9jwIIlrZgef0"
Message-ID:
Date: Tue, 4 Nov 2025 17:01:57 +0000
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: Debian Bug Tracking System
From: Peter Green
Subject: rust-apr - FTBFS on most architectures, issues with the signedness
of
char.
X-Debian-User: plugwash
Delivered-To: submit@bugs.debian.org
This is a multi-part message in MIME format.
--------------G0W5xY9vRxsu9jwIIlrZgef0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Package: rust-apr
Version: 0.3.3-1
Severity: serious
Many apis in apr use the C type "char", depending on the architecture
this may map to either the i8 (x86-64, loong64) or the u8 (arm64,
ppc64el, s390x, ppc64) type in rust. The standard library offers
a type alias "c_char" which is an alias for either i8 or u8 depending
on the architecture.
However, rust-apr has a bunch of hardcoded use of i8, which causes
it to fail to build on architectures where char is unsigned.
Attatched is a patch that fixes that.
--------------G0W5xY9vRxsu9jwIIlrZgef0
Content-Type: text/plain; charset=UTF-8; name="fix-char-signedness"
Content-Disposition: attachment; filename="fix-char-signedness"
Content-Transfer-Encoding: base64
[SoupGate killed MIME-encoded file fix-char-signedness (9358 bytes)]
--------------G0W5xY9vRxsu9jwIIlrZgef0--
Received: (at 1120061-close) by bugs.debian.org; 4 Nov 2025 20:38:10 +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=-113.1 required=4.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,
MD5_SHA1_SUM,PGPSIGNATURE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_NONE,
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, 60; hammy, 150; neutral, 139;
spammy,
0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
0.000-+--UD:debian.tar.xz, 0.000-+--Hx-spam-relays-external:sk:fasolo.
Return-path:
Received: from mitropoulos.debian.org ([2001:648:2f
fc:deb:216:61ff:fe9d:958d]:36704)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_
SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.96)
(envelope-from )
id 1vGNn7-0045av-0s
for 1120061-close@bugs.debian.org;
Tue, 04 Nov 2025 20:38:10 +0000
Received: from [192.91.235.231] (port=41544 helo=fasolo.debian.org)
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|