[From nobody Fri Sep 11 11:07:06 2026
Received: (at submit) by bugs.debian.org; 13 May 2025 19:25:21 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-106.7 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
 FROMDEVELOPER,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
 USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham
 autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 25; hammy, 150; neutral, 114; 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;lucas@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:33800)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=stravinsky.debian.org, EMAIL=hostmaster@stravinsky.debian.org (verified)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;lucas@debian.org&gt;) id 1uEvFh-00773p-1o
 for submit@bugs.debian.org; Tue, 13 May 2025 19:25:21 +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=bWEwlwQewnHZQWreLyoT8EmeS87xbSSx0xmde1c/AFk=; b=Q21KntJzDBfGO5o/dATJ1ZCutl
 /TPkUogrhL4I5M3+ElvRM4S5LgYqnU0zi3DkYTt9rY7DTteFdbMrc3u3H3oBtQvWstUmfylhXZR5F
 9v5M74AAsox/YNnI7T4gbwFnfKI1wO1INhnXkYJp7IEN0WDsVAq5u5LBeg4q3lhem6xef9i5lOe7o
 yjUC4vLXRC4TnRaJkKgTy3ueZQh/729NLuPg25KhOyN9QDgrazW8nsH7K9N6KkDyFhCG3V1eWqKdD
 x88lh5uf2aFl9KfSNHrTbRtx+CRhA4NZxE8ec8wpy5uRbUs152ifwYNXoSA/FWb5Awnxacm57kVWT
 ydQUjdnw==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;lucas@debian.org&gt;) id 1uEvFf-00AqtR-9b
 for submit@bugs.debian.org; Tue, 13 May 2025 19:25:19 +0000
Date: Tue, 13 May 2025 21:24:11 +0200
From: Lucas Nussbaum &lt;lucas@debian.org&gt;
To: submit@bugs.debian.org
Subject: librcsb-core-wrapper: FTBFS with make --shuffle=random:
 src/CifScannerBase.C:24:10: fatal error: CifParser.h: No such file or
 directory
Message-ID: &lt;aCOcWyXqUFr_XPFL@grub.nussbaum.fr&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debian-User: lucas
Delivered-To: submit@bugs.debian.org

Source: librcsb-core-wrapper
Version: 1.005-13
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-shuffle

Hi,

GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/

This package fails to build with make --shuffle=random.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.

More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

Relevant part (hopefully):
&gt; make[3]: Entering directory '/build/reproducible-path/librcsb-core-wrapper-1.005/cif-parser'
&gt; Makefile:197: update target 'obj/CifScannerBase.o' due to: target does not exist
&gt; libtool --mode=compile g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/librcsb-core-wrapper-1.005=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O  -fPIC -std=c++11  -Wall -Wno-deprecated   -DHAVE_STRCASECMP -DINCL_TEMPLATE_SRC -DHAVE_PLACEMENT_NEW  -I./include -I../include    -c src/CifScannerBase.C -o ./obj/CifScannerBase.o
&gt; libtool: compile:  g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/librcsb-core-wrapper-1.005=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O -fPIC -std=c++11 -Wall -Wno-deprecated -DHAVE_STRCASECMP -DINCL_TEMPLATE_SRC -DHAVE_PLACEMENT_NEW -I./include -I../include -c src/CifScannerBase.C  -fPIC -DPIC -o ./obj/.libs/CifScannerBase.o
&gt; src/CifScannerBase.C:24:10: fatal error: CifParser.h: No such file or directory
&gt;    24 | #include &quot;CifParser.h&quot;
&gt;       |          ^~~~~~~~~~~~~
&gt; compilation terminated.
&gt; make[3]: *** [Makefile:197: obj/CifScannerBase.o] Error 1 shuffle=3272837857


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/random/librcsb-core-wrapper_1.005-13_unstable_random.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
]