[From nobody Fri Mar 13 17:07:08 2026
Received: (at submit) by bugs.debian.org; 4 Nov 2025 23:36:31 +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=-117.0 required=4.0 tests=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_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, 129; neutral, 24; 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]:40144)
 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 1vGQZi-004bMc-0w
 for submit@bugs.debian.org; Tue, 04 Nov 2025 23:36:31 +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=HdgmDw0Pa0Wer+k6QNmDauU744mpRQK1di90/ZsS46w=; b=t1MTfP1507bmOW2iko+CD6DklP
 U+TUFwilp0hpMbls4ASX67ccv94qUgDq+zAORbLPPgcWKfE3pIbMS8cX4+lg8Pf9Tcx04OVZtHiOl
 sSv0Td92QhrWu5tW9uegO1bSNr/D3y1flVkEKqhY68cIvzmz+WahsafsvQ0w4TIwBrzYEYxzAHosT
 59E8wccaTkKUe+1Msbzln48Ipizzz1qRwN7xO8brVCFLCTOwK108Qd5ePB77qPd5lgpvjRcLIR6on
 raReq7LGv0CoFlhsR9l4/jZ9wcgdm2R2KKrh4U7XX49FaPMt63QZ0AXhwIR3ToJ41xikwy8OkKc+K
 Ui6B9ejA==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128)
 (Exim 4.94.2) (envelope-from &lt;plugwash@debian.org&gt;)
 id 1vGQZh-004Bhy-7Y
 for submit@bugs.debian.org; Tue, 04 Nov 2025 23:36:29 +0000
Message-ID: &lt;673a6768-58e7-467d-a286-ef62a414e19b@debian.org&gt;
Date: Tue, 4 Nov 2025 23:36:27 +0000
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-subversion - incompatible with rust-apr 0.3.3
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-subversion
Version: 0.0.8-4
Severity: seious

rust-subversion's autopkgtests fail with version 0.3

https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-subversion/65892711/log.gz

&gt; 105s  --&gt; src/dirent.rs:4:5
&gt; 105s   |
&gt; 105s 4 | use apr::pool::Pooled;
&gt; 105s   |     ^^^^^^^^^^^------
&gt; 105s   |     |          |
&gt; 105s   |     |          help: a similar name exists in the module: `Pool`
&gt; 105s   |     no `Pooled` in `pool`
&gt; 105s 
&gt; 105s error[E0432]: unresolved import `apr::pool::PooledPtr`
&gt; 105s  --&gt; src/fs.rs:2:5
&gt; 105s   |
&gt; 105s 2 | use apr::pool::PooledPtr;
&gt; 105s   |     ^^^^^^^^^^^^^^^^^^^^ no `PooledPtr` in `pool`
&gt; 105s 
&gt; 105s error[E0432]: unresolved import `apr::apr_byte_t`
&gt; 105s   --&gt; src/generated.rs:10:5
&gt; 105s    |
&gt; 105s 10 | use apr::apr_byte_t;
&gt; 105s    |     ^^^^^----------
&gt; 105s    |     |    |
&gt; 105s    |     |    help: a similar name exists in the module: `apr_time_t`
&gt; 105s    |     no `apr_byte_t` in the root
&gt; 105s 

and many more errors.

I tried to dig through the upstream git history to find a patch that
could be backported, but was unable to do so.
]