[From nobody Sat Sep  5 00:23:07 2026
Received: (at submit) by bugs.debian.org; 4 Aug 2026 08:17: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=-119.0 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_PASS,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, 13; hammy, 131; neutral, 35; 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: &lt;plugwash@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:52912)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;plugwash@debian.org&gt;) id 1wrAKd-00Dnzm-2P
 for submit@bugs.debian.org; Tue, 04 Aug 2026 08:17: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:Content-Transfer-Encoding:Content-Type
 :Subject:From:To:MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=QOc+V+MFKaFgW+YApCfcOdEcKuvCll6Vtv4/b4jOAcs=; b=KG8h6riv9B3V62vBjZzPiqgvSM
 xu1l4IgTTet9A8yx+TSxPJDi9NX5GfKgG5jtwaLyKw5Ju3lRnn2uRoJUIbvbPq/7eomEy349PRybV
 kefoQf6lu95OUkwNG/tVMq2GovCDT2i1v+JHtFPAcFSKCsf6CZgFRPA3d4zDazJSLAR2PPsqQHnUF
 vx+3BmIkA4gZglQyhI7UwSnjhhTjPP3ZJFy0gamerdfk5MNTcHq6LDAORPkdacvZWVf/0XJoTxlgB
 5rgGxwFLVCr8QlOOEWMW3C43UDx5T2PmAo2d06n9vqGI7Xu9pw4r2Nfe8PT+67QNQWEGhO7qfwKoG
 yxls75Bg==;
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
 (Exim 4.96) (envelope-from &lt;plugwash@debian.org&gt;) id 1wrAKc-00D0Kz-0j
 for submit@bugs.debian.org; Tue, 04 Aug 2026 08:17:02 +0000
Message-ID: &lt;944f8ad6-a46e-400b-9319-da6d52d7900d@debian.org&gt;
Date: Tue, 4 Aug 2026 09:17:01 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
From: Peter Green &lt;plugwash@debian.org&gt;
Subject: rust-rust-unixfs - build-dependencies unsatisfiable on s390x
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Debian-User: plugwash
Delivered-To: submit@bugs.debian.org

Package: rust-rust-unixfs
Version: 0.6.0-1
Severity: serious
x-debbugs-cc: debian-s390@lists.debian.org,tsimonq2@debian.org

rust-rust-unixfs was recently updated to version 0.6, the new
upstream version has a dependency on the &quot;murmur3&quot; crate which
is not in Debian.

Simon patched this to use the murmurhash3 crate instead, this
is packaged in Debian, but is currently only available on
little endian architectures.

Doing some searching it seems both the original C++
implementation of murmurhash3, and the rust murmurhash3 crate
are sensitive to the system endian. The tests in the murmurhash3
crate fail on s390x, presumably because they assume little endian.

What is not immediately clear to me is how rust-unixfs uses
murmurhash, and whether these behavioural differences are
relavent or not.
]