Your message dated Sun, 19 Jul 2026 13:18:57 +0000
with message-id <[email protected]>
and subject line Bug#1131641: fixed in c-evo-dh 3.4-1
has caused the Debian Bug report #1131641,
regarding c-evo-dh: FTBFS: Fatal: (10022) Can't find unit Gtk2Globals used by
DrawDlg
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1131641: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131641
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: c-evo-dh
Source-Version: 3.4-1
Done: Peter Blackman <[email protected]>
We believe that the bug you reported is fixed in the latest version of
c-evo-dh, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Blackman <[email protected]> (supplier of updated c-evo-dh package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 15 Jul 2026 09:22:45 +0100
Source: c-evo-dh
Architecture: source
Version: 3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Peter Blackman <[email protected]>
Changed-By: Peter Blackman <[email protected]>
Closes: 1131641
Changes:
c-evo-dh (3.4-1) unstable; urgency=medium
.
* New upstream version
* Custom units for Romans tribe
* Extra thumbnail images for bundled map files
* Default to end of turn wait, and large tile size
* Build depend on lazbuild (Closes: #1131641)
Checksums-Sha1:
07260a38460450a2649a1e784229598c47f04c6d 2386 c-evo-dh_3.4-1.dsc
d127dcb2bc19d3d3fea62defefff81c3a2a42fcd 5717064 c-evo-dh_3.4.orig.tar.xz
bcec51932b9cae6f52aead77dc0738116054b90a 566 c-evo-dh_3.4.orig.tar.xz.asc
160be3eb3f008eb248031b30f29739467690c91c 16928 c-evo-dh_3.4-1.debian.tar.xz
ff84d1724bfa3456065d0e2a1586f89e8d0819c1 6556 c-evo-dh_3.4-1_source.buildinfo
Checksums-Sha256:
70046b6d0831fba6b44bf29c57aabde267ce38f994e1289109505f432f426989 2386
c-evo-dh_3.4-1.dsc
74908a879c6a45fc28b112b7cd9a9a5958b80e1530522828e2d817ad81067da0 5717064
c-evo-dh_3.4.orig.tar.xz
35971d1d823d5c0adeaf249d62a6b877e88acb62215ea03ea0501eb66f140211 566
c-evo-dh_3.4.orig.tar.xz.asc
a91e29305cd14f43ca2b4e900fe2c383df72cff3fc0243f0ec848cdd4ba8581b 16928
c-evo-dh_3.4-1.debian.tar.xz
0efb1761019fe45d00bcaed0700a29b23102313da40eb82c2cd7d8478dda21ce 6556
c-evo-dh_3.4-1_source.buildinfo
Files:
ab2efbd9d5b7883ec06c3c40e7ec9f16 2386 games optional c-evo-dh_3.4-1.dsc
b92b7fe4f1e2447f26e386de7a004026 5717064 games optional
c-evo-dh_3.4.orig.tar.xz
a67c58ee6aadfb63196598267e5e2ea7 566 games optional
c-evo-dh_3.4.orig.tar.xz.asc
3cd30f0117c34c94616fa54cfd2e80a4 16928 games optional
c-evo-dh_3.4-1.debian.tar.xz
98124e32b022eb80b42a24fad3cb1db9 6556 games optional
c-evo-dh_3.4-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE33HzyvBUkEl4+kj4tty6Zj6hsVAFAmpcwsgACgkQtty6Zj6h
sVBwHhAAojAx+OShupBhIqvVIrsP60d5c76AIjHRnMQElx0wgFnW6pKav0h7bAix
yoHEifaqNwFU+Ps/uRTD2fh7KqrGqMS4YO9djJ9JHEURBozrXCwZz3IHbiyBgAHQ
+n8tNwsySb2QYTRen6tSA4CtZyS8L4FjRYC1P1cjqPZpdAARtDvPxyfhw9mz3/sR
elD9VFp2YCt3aD9/P1sR2y0FHj+FRQFlbIfztMKhZwbikoQWLPOZEh/AHGDWvlvX
Kp9Lcx2ryjSHoC5IqYJ4+7FzAT9k9VCgCuiGG0P9FYYt83YN7t7t2UKT2hDkBKZL
B9RLCchl8S0M+u+oT8GvI11xm/vYd9KBiesr7sRTdx4myEAvKbCKE0+qd5hfPoQZ
R8Szw1iXHtzNTi70DcmnLXlzcuk/t7yGwRF4h5Chuddnv2xG/9pXpouDEVqzOtF1
u3AsPe+ORT6Gw4+IpaM597GIGQRFP/roT+RUh55boGW7XIIDBB8BHEWBqx3zYcv0
jSoBt4ApNsJ1/HiQln3hGdG9v6iY38TG6FqvEtMu3NZW32jwthl4Un2FDObGfbkK
ZS1d2uqvvjcuYsnXfe7xEbXwCXIz9yxDjZIHvamKoZKME1Pn6l+FoRLnj/ltFerQ
l6EPBTjkMiBFLCcDPvxLwvpfmY5kx0cAeTTbHuYwYHd6tka1T6A=
=FtpH
-----END PGP SIGNATURE-----
pgpcULISrqHb5.pgp
Description: PGP signature
--- End Message ---