[From nobody Tue Sep 15 12:55:06 2026
Received: (at submit) by bugs.debian.org; 15 Sep 2026 10:31:46 +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=-121.2 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,
 USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 4; hammy, 150; neutral, 73; spammy, 0.
 spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 
 0.000-+--HTo:N*Debian, 0.000-+--forky, 0.000-+--H*F:U*sanvila
Return-path: &lt;sanvila@debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:48254)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1x6QS2-00653r-1D
 for submit@bugs.debian.org; Tue, 15 Sep 2026 10:31:46 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by muffat.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1x6QS2-0063R6-0x
 for submit@bugs.debian.org; Tue, 15 Sep 2026 10:31:46 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=f7DP33BXTC3rkxI5DqhitGnhEC/5WLwkQFNdjH6VPlU=; b=b7Rr4Pk1HVIFSX9Cpd1I1EPcaR
 q/K/EjwyqvdOz62KEmdPhHdWwd7DavqhWfdbnwIq5DS/gGwXCXz8Cpz0z7yS6Nh17fftXDANWSXoU
 +kDsTQJGDVWBvhpiRue1JeqQe5tQNDbrUBDLsz7rZW3rxCJjVf8pgmUVlfX3pLxQhvggLV2pZ8P/3
 0omFr8zwyiD3JrwVanVGTnXa2ByK+yQ3Z+wix0OLzGfumPMYPDoaJNsjdWV6OD9w6bsexdkdzGEqO
 kv6ZthunrEQ4nLXbxwZuYMP9REATPkI3AXoY8Nzpax9xyfH+QbP2FlwMJAXMfGaJjfoPh7DCgglEe
 YKqKPQrQ==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1x6QS2-005PWO-0Z
 for submit@bugs.debian.org; Tue, 15 Sep 2026 10:31:46 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: python-stetl: FTBFS: ModuleNotFoundError: No module named
 'pkg_resources'
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1x6QS2-005PWO-0Z@paradis.debian.org&gt;
Date: Tue, 15 Sep 2026 10:31:46 +0000
Delivered-To: submit@bugs.debian.org

Package: src:python-stetl
Version: 2.1-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202609/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-stetl, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
  File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/.pybuild/cpython3_3.14_stetl/build/tests/test_config.py&quot;, line 5, in &lt;module&gt;
    from stetl.etl import ETL
  File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/.pybuild/cpython3_3.14_stetl/build/stetl/__init__.py&quot;, line 1, in &lt;module&gt;
    __import__('pkg_resources').declare_namespace(__name__)
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pkg_resources'


----------------------------------------------------------------------
Ran 33 tests in 0.001s

FAILED (errors=33)
E: pybuild pybuild:485: test: plugin distutils failed with: exit code=1: cd /&lt;&lt;PKGBUILDDIR&gt;&gt;/.pybuild/cpython3_3.14_stetl/build; python3.14 -m nose2 -v --verbose
dh_auto_test: error: pybuild --test --test-nose2 -i python{version} -p 3.14 --parallel=2 returned exit code 13
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------
]