Package: src:c-evo-dh
Version: 3.1-3
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/202603/

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:c-evo-dh, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -fr lib
rm -fr tmphome
rm -fr Packages/CevoComponents/lib
rm -fr Packages/Common/lib
rm -fr AI/StdAI/lib/
rm -f *.o
rm -f *.ppu
rm -f *.res
rm -f *.trc
rm -f *.cfg
rm -f AI/StdAI/*.so
rm -f AI/StdAI/*.o
rm -f AI/StdAI/*.ppu
rm -f AI/StdAI/*.res
rm -f AI/StdAI/*.s
rm -f AI/StdAI/*.cfg
rm -f Packages/CevoComponents/*.cfg
rm -f Packages/CevoComponents/CevoComponents.pas
rm -f Packages/Common/*.cfg
rm -f c-evo-dh-gtk2
rm -f c-evo-dh-gtk2.dbg
rm -f c-evo-dh-gtk3
rm -f c-evo-dh-gtk3.dbg
rm -f c-evo-dh-qt5
rm -f c-evo-dh-qt5.dbg
rm -f c-evo-dh-fpgui
rm -f c-evo-dh-fpgui.dbg
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/c-evo-dh-gtk2.substvars debian/c-evo-dh.substvars 
debian/c-evo-dh-stdai.substvars debian/c-evo-dh-data.substvars debian/files
        rm -fr -- debian/c-evo-dh-gtk2/ debian/tmp/ debian/c-evo-dh/ 
debian/c-evo-dh-stdai/ debian/c-evo-dh-data/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Nothing to do here
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -Nc-evo-dh-gtk2 -Nc-evo-dh-data
        make -j2 INSTALL="install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp -p Pascal/Release.cfg AI/StdAI/fpc.cfg
# Build AI module (Peephole broken in fpc <= 3.2.2)
if [ 3.2.2 \> 3.2.2 ]; then \
        cd AI/StdAI && fpc -dRelease -Xc -B -O3  -k-znoexecstack -olibstdai.so 
StdAI.lpr; \
else \
        cd AI/StdAI && fpc -dRelease -Xc -B -O3 -OoNOPEEPHOLE -k-znoexecstack 
-olibstdai.so StdAI.lpr; \
fi
Compiling Release Version
Compile Release Version
Free Pascal Compiler version 3.2.2+dfsg-49 [2026/02/27] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling StdAI.lpr
(3104) Compiling Protocol.pas
(3104) Compiling CustomAI.pas
(3104) Compiling ToolAI.pas
(3104) Compiling Pile.pas
(3104) Compiling AI.pas
(3104) Compiling Barbarina.pas
(9015) Linking libstdai.so
(1008) 10279 lines compiled, 0.3 sec
# Show location of gcc support files
grep gcc /etc/fpc.cfg
# path to the gcclib
-Fl/usr/lib/gcc/x86_64-linux-gnu/15
-Fl/usr/lib/gcc/x86_64-linux-gnu/15
dirname `gcc -print-libgcc-file-name`
/usr/lib/gcc/x86_64-linux-gnu/15
cp -p Pascal/Release.cfg fpc.cfg
cp -p Pascal/Release.cfg Packages/CevoComponents/fpc.cfg
cp -p Pascal/Release.cfg Packages/Common/fpc.cfg
lazbuild --bm=Release -B --ws=gtk2  --no-write-project Integrated.lpi
Hint: (lazbuild) Primary config path: "/<<PKGBUILDDIR>>/tmphome/.lazarus"
CopySecondaryConfigFile /etc/lazarus/environmentoptions.xml -> 
/<<PKGBUILDDIR>>/tmphome/.lazarus/environmentoptions.xml
Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-iWTOTP"
Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-va" 
"/<<PKGBUILDDIR>>/tmphome/.lazarus/compilertest.pas", 
WorkDir="/<<PKGBUILDDIR>>/tmphome/.lazarus/"
Hint: [TPCTargetConfigCache.Update] has changed
Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-iWTOTP" "-Px86_64" "-Tlinux"
Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-va" 
"/<<PKGBUILDDIR>>/tmphome/.lazarus/compilertest.pas" "-Px86_64" "-Tlinux", 
WorkDir="/<<PKGBUILDDIR>>/tmphome/.lazarus/"
Hint: [TPCTargetConfigCache.Update] has changed
Hint: (lazarus) [TBuildManager.SetBuildTarget] Old=x86_64-linux--gtk2 
New=x86_64-linux--gtk2 Changed: OS/CPU=True LCL=False
Hint: (lazarus) [TBuildManager.SetBuildTarget] Old=x86_64-linux--gtk2 
New=x86_64-linux--gtk2 Changed: OS/CPU=True LCL=False
Hint: (lazarus) Missing state file of Common 0.10: 
/<<PKGBUILDDIR>>/Packages/Common/lib/x86_64-linux-Release/common.compiled
Hint: (lazarus) Missing state file of CevoComponents 1.2: 
/<<PKGBUILDDIR>>/Packages/CevoComponents/lib/x86_64-linux-Release/cevocomponents.compiled
Info: (lazarus) Execute Title="Compile package Common 0.10"
Info: (lazarus) Working Directory="/<<PKGBUILDDIR>>/Packages/Common/"
Info: (lazarus) Executable="/usr/bin/fpc"
Info: (lazarus) Param[0]="-MDelphi"
Info: (lazarus) Param[1]="-Sh"
Info: (lazarus) Param[2]="-Cg"
Info: (lazarus) Param[3]="-O1"
Info: (lazarus) Param[4]="-l"
Info: (lazarus) Param[5]="-vewnhibq"
Info: (lazarus) Param[6]="-vm6058,5071,5024,3124,3123"
Info: (lazarus) Param[7]="-Fu/<<PKGBUILDDIR>>/Packages/Common/"
Info: (lazarus) Param[8]="-Fu/usr/lib/lazarus/4.6/packager/units/x86_64-linux"
Info: (lazarus) 
Param[9]="-Fu/usr/lib/lazarus/4.6/components/lazutils/lib/x86_64-linux"
Info: (lazarus) 
Param[10]="-Fu/usr/lib/lazarus/4.6/components/freetype/lib/x86_64-linux"
Info: (lazarus) Param[11]="-Fu/usr/lib/lazarus/4.6/lcl/units/x86_64-linux"
Info: (lazarus) Param[12]="-Fu/usr/lib/lazarus/4.6/lcl/units/x86_64-linux/gtk2"
Info: (lazarus) 
Param[13]="-FU/<<PKGBUILDDIR>>/Packages/Common/lib/x86_64-linux-Release/"
Info: (lazarus) Param[14]="-dLCL"
Info: (lazarus) Param[15]="-dLCLgtk2"
Info: (lazarus) Param[16]="-dRelease"
Info: (lazarus) Param[17]="-O3"
Info: (lazarus) Param[18]="Common.pas"
Info: (lazarus) Param[19]="-B"
Hint: (11030) Start of reading config file fpc.cfg
Hint: (11030) Start of reading config file /etc/fpc.cfg
Compiling Release Version
Hint: (11031) End of reading config file /etc/fpc.cfg
Compile Release Version
Hint: (11031) End of reading config file fpc.cfg
Free Pascal Compiler version 3.2.2+dfsg-49 [2026/02/27] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling Common.pas
(3104) Compiling StopWatch.pas
(3104) Compiling UCommon.pas
(3104) Compiling UDebugLog.pas
(1010) Writing Resource String Table file: UDebugLog.rsj
(3104) Compiling UDelay.pas
(3104) Compiling UPrefixMultiplier.pas
(3104) Compiling UURI.pas
(3104) Compiling UThreading.pas
(1010) Writing Resource String Table file: UThreading.rsj
(3104) Compiling UMemory.pas
(3104) Compiling UResetableThread.pas
(3104) Compiling UPool.pas
(1010) Writing Resource String Table file: UPool.rsj
(1010) Writing Resource String Table file: UResetableThread.rsj
(3104) Compiling ULastOpenedList.pas
(3104) Compiling URegistry.pas
(3104) Compiling UJobProgressView.pas
(1010) Writing Resource String Table file: UJobProgressView.rsj
(3104) Compiling UXMLUtils.pas
(3104) Compiling UApplicationInfo.pas
(3104) Compiling USyncCounter.pas
(3104) Compiling UListViewSort.pas
(3104) Compiling UPersistentForm.pas
(3104) Compiling UFindFile.pas
(1010) Writing Resource String Table file: UFindFile.rsj
(3104) Compiling UScaleDPI.pas
(1010) Writing Resource String Table file: UScaleDPI.rsj
(3104) Compiling UTheme.pas
(3104) Compiling UStringTable.pas
(3104) Compiling UMetaCanvas.pas
(3104) Compiling UGeometric.pas
(3104) Compiling UTranslator.pas
(3104) Compiling ULanguages.pas
(1010) Writing Resource String Table file: ULanguages.rsj
(3104) Compiling UFormAbout.pas
(3104) Compiling UAboutDialog.pas
(1010) Writing Resource String Table file: UFormAbout.rsj
(3104) Compiling UPixelPointer.pas
(1008) 8041 lines compiled, 1.1 sec
(1022) 4 hint(s) issued
Info: (lazarus) Execute Title="Compile package CevoComponents 1.2"
Info: (lazarus) Working Directory="/<<PKGBUILDDIR>>/Packages/CevoComponents/"
Info: (lazarus) Executable="/usr/bin/fpc"
Info: (lazarus) Param[0]="-MDelphi"
Info: (lazarus) Param[1]="-Sh"
Info: (lazarus) Param[2]="-Cg"
Info: (lazarus) Param[3]="-O1"
Info: (lazarus) Param[4]="-g"
Info: (lazarus) Param[5]="-gl"
Info: (lazarus) Param[6]="-l"
Info: (lazarus) Param[7]="-vewnhibq"
Info: (lazarus) Param[8]="-vm5024"
Info: (lazarus) Param[9]="-Fu/<<PKGBUILDDIR>>/Packages/CevoComponents/"
Info: (lazarus) Param[10]="-Fu/usr/lib/lazarus/4.6/packager/units/x86_64-linux"
Info: (lazarus) 
Param[11]="-Fu/usr/lib/lazarus/4.6/components/lazutils/lib/x86_64-linux"
Info: (lazarus) 
Param[12]="-Fu/usr/lib/lazarus/4.6/components/freetype/lib/x86_64-linux"
Info: (lazarus) Param[13]="-Fu/usr/lib/lazarus/4.6/lcl/units/x86_64-linux"
Info: (lazarus) Param[14]="-Fu/usr/lib/lazarus/4.6/lcl/units/x86_64-linux/gtk2"
Info: (lazarus) 
Param[15]="-Fu/<<PKGBUILDDIR>>/Packages/Common/lib/x86_64-linux-Release"
Info: (lazarus) 
Param[16]="-FU/<<PKGBUILDDIR>>/Packages/CevoComponents/lib/x86_64-linux-Release/"
Info: (lazarus) Param[17]="-dLCL"
Info: (lazarus) Param[18]="-dLCLgtk2"
Info: (lazarus) Param[19]="-dRelease"
Info: (lazarus) Param[20]="-O3"
Info: (lazarus) Param[21]="CevoComponents.pas"
Info: (lazarus) Param[22]="-B"
Hint: (11030) Start of reading config file fpc.cfg
Hint: (11030) Start of reading config file /etc/fpc.cfg
Compiling Release Version
Hint: (11031) End of reading config file /etc/fpc.cfg
Compile Release Version
Hint: (11031) End of reading config file fpc.cfg
Free Pascal Compiler version 3.2.2+dfsg-49 [2026/02/27] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling CevoComponents.pas
(3104) Compiling Area.pas
(3104) Compiling ButtonA.pas
(3104) Compiling ButtonBase.pas
(3104) Compiling ButtonB.pas
(3104) Compiling ButtonC.pas
(3104) Compiling Directories.pas
(3104) Compiling ScreenTools.pas
(3104) Compiling StringTables.pas
(3104) Compiling UGraphicSet.pas
(1010) Writing Resource String Table file: UGraphicSet.rsj
(3104) Compiling UTexture.pas
(3104) Compiling ScreenTools.pas
(3104) Compiling Sound.pas
(3104) Compiling AsyncProcess2.pas
(1010) Writing Resource String Table file: Sound.rsj
(3104) Compiling ButtonN.pas
(3104) Compiling EOTButton.pas
(3104) Compiling DrawDlg.pas
(10001) PPU Loading 
/usr/lib/lazarus/4.6/lcl/units/x86_64-linux/gtk2/gtk2globals.ppu
(10011) PPU Source: gtk2globals.pp not found
(10011) PPU Source: dragicons.inc not available
(10028) Recompiling Gtk2Globals, checksum changed for 
/usr/lib/lazarus/4.6/lcl/units/x86_64-linux/interfacebase.ppu
/<<PKGBUILDDIR>>/Packages/CevoComponents/DrawDlg.pas(8,21) Fatal: (10022) Can't 
find unit Gtk2Globals used by DrawDlg
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile package CevoComponents 1.2: stopped with exit code 1
Error: (lazarus) [TLazPackageGraph.CompileRequiredPackages] "Exit code 1"
Error: (lazbuild) Project dependencies of "/<<PKGBUILDDIR>>/Integrated.lpi"
make[1]: *** [Makefile:34: c-evo-dh-gtk2] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:44: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to