[From nobody Sat Jun 27 17:51:06 2026
Received: (at submit) by bugs.debian.org; 13 May 2025 19:03:09 +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,FROMDEVELOPER,
 FVGT_m_MULTI_ODD,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, 24; hammy, 150; neutral, 237; 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]:44664)
 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 1uEuuC-006zPv-PK
 for submit@bugs.debian.org; Tue, 13 May 2025 19:03:08 +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=deqxKmRxqNTOL8c5e5RjNbwt7uiV7wwnlhJNwx4LhAI=; b=d0+KvSkbpmlgIzFQNU9V0CQb0s
 6nVJE6QKmOfSKJR95fKwb1E6QTCnoSe5v9sbGGlzD+KTgYS/sOIBrg1C1/eKY5xnwFyM8VxFLjibi
 5/wyTshkDS9m5mLKydd3fXhC/Kx/KpRtR1rp/zo4tJeAZaKPYqGLc+buF/EI8hcBCjr4/1+7bWnrq
 P/d4ZstXHnVxfHswpVoyvk8ULxvV7vg8k4+P9kI4Rxcmz2wSN3oM1gY8CG0FfX+lawo40qbCZXjBa
 HZBK9Q47ZaizIeyhBFJ2/hT61/EAcWrYj/rgTX73RmWJADyPFa3t8CU6dQEoUNy315cIPF4NqlFgv
 NxiFJbyw==;
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 1uEuuB-00Apjw-30
 for submit@bugs.debian.org; Tue, 13 May 2025 19:03:07 +0000
Date: Tue, 13 May 2025 21:02:32 +0200
From: Lucas Nussbaum &lt;lucas@debian.org&gt;
To: submit@bugs.debian.org
Subject: lazarus: FTBFS with make --shuffle=reverse: dpkg-buildpackage:
 error: dpkg-source -b . subprocess returned exit status 2
Message-ID: &lt;aCOXSNwNWeP1DgqB@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: lazarus
Version: 4.0~rc3+dfsg-3
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=reverse.
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[1]: Entering directory '/build/reproducible-path/lazarus-4.0~rc3+dfsg/docs/html'
&gt; Makefile:34: update target 'clean' due to: target is .PHONY
&gt; rm -rf build_lcl_docs lcl lazutils *.o *.ppu *.rst
&gt; make[1]: Leaving directory '/build/reproducible-path/lazarus-4.0~rc3+dfsg/docs/html'
&gt; find -regex '.*\.\(a\|or?\|so\.*\|ppu\|rsj\)' -delete
&gt; debian/rules:80: update target 'clean' due to: target is .PHONY
&gt; rm -rf debian/tmp2
&gt; dh_clean
&gt; # Make sure the debconf translations are always up-to-date
&gt; debconf-updatepo
&gt; # Make sure the list with timestamps is up-to-date
&gt; # if the check fails, update with &quot;fp-fix-timestamps update&quot; and commit
&gt; [ ! $(which fp-fix-timestamps) ] || fp-fix-timestamps check
&gt; Reference file up-to-date
&gt;  dpkg-source -b .
&gt; dpkg-source: info: using source format '3.0 (quilt)'
&gt; dpkg-source: info: building lazarus using existing ./lazarus_4.0~rc3+dfsg.orig.tar.xz
&gt; dpkg-source: info: using patch list from debian/patches/series
&gt; dpkg-source: info: local changes detected, the modified files are:
&gt;  lazarus-4.0~rc3+dfsg/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/PascalScript/Source/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/anchordocking/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/anchordocking/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/buildintf/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/cairocanvas/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/charactermap/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/charactermap/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/chmhelp/lhelp/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/chmhelp/packages/help/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/chmhelp/packages/idehelp/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/codetools/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/codetools/ide/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/datetimectrls/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/datetimectrls/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/debuggerintf/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/dockedformeditor/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/exampleswindow/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/externhelp/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/fpcunit/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/fpcunit/ide/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/fpcunit/testinsight/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/fpdebug/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/freetype/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/ideintf/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/instantfpc/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/jcf2/IdePlugin/lazarus/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/jcf2/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazcontrols/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazcontrols/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazdebuggergdbmi/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazdebuggers/cmdlinedebuggerbase/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazdebuggers/lazdebuggerfp/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazdebuggers/lazdebuggerfplldb/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazdebuggers/lazdebuggerintf/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazdebuggers/lazdebuggerlldb/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazedit/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazsvnpkg/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lazutils/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/lclextensions/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/leakview/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/macfiles/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/macroscript/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/memds/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/mouseandkeyinput/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/onlinepackagemanager/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/pas2js/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/printers/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/printers/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/projectgroups/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/projecttemplates/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/rtticontrols/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/sdf/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/simplewebservergui/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/sqldb/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/synedit/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/synedit/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/tachart/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/tdbf/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/todolist/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/turbopower_ipro/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/turbopower_ipro/design/Makefile
&gt;  lazarus-4.0~rc3+dfsg/components/virtualtreeview/Makefile
&gt;  lazarus-4.0~rc3+dfsg/ide/Makefile
&gt;  lazarus-4.0~rc3+dfsg/ide/packages/ideconfig/Makefile
&gt;  lazarus-4.0~rc3+dfsg/ide/packages/idedebugger/Makefile
&gt;  lazarus-4.0~rc3+dfsg/ide/packages/idepackager/Makefile
&gt;  lazarus-4.0~rc3+dfsg/ide/packages/ideproject/Makefile
&gt;  lazarus-4.0~rc3+dfsg/ide/packages/ideutils/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/cocoa/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/customdrawn/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/fpgui/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/gtk/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/gtk2/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/gtk3/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/mui/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/nogui/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/qt/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/qt5/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/qt6/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/win32/Makefile
&gt;  lazarus-4.0~rc3+dfsg/lcl/interfaces/wince/Makefile
&gt;  lazarus-4.0~rc3+dfsg/packager/registration/Makefile
&gt;  lazarus-4.0~rc3+dfsg/tools/Makefile
&gt;  lazarus-4.0~rc3+dfsg/tools/apiwizz/Makefile
&gt; dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/lazarus_4.0~rc3+dfsg-3.diff.IBwY8O
&gt; dpkg-source: hint: make sure the version in debian/changelog matches the unpacked source tree
&gt; dpkg-source: hint: you can integrate the local changes with dpkg-source --commit
&gt; dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
&gt; --------------------------------------------------------------------------------
&gt; Build finished at 2025-05-01T12:42:51Z


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/lazarus_4.0~rc3+dfsg-3_unstable_reverse.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
]