Your message dated Tue, 23 Sep 2025 11:34:30 +0000
with message-id <[email protected]>
and subject line Bug#1116013: fixed in 0ad 0.27.1-3
has caused the Debian Bug report #1116013,
regarding 0ad: FTBFS on i386: Error: Expected (center == v), found
([-1.70141e+38, -1.70141e+38, -1.70141e+38] != [1, 2, 3])
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.)
--
1116013: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116013
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: 0ad
Version: 0.27.1-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: i386
Dear maintainer,
0ad currently fails to build on i386:
make[1]: Entering directory '/build/reproducible-path/0ad-0.27.1'
# Note: Avoid running tests from root dir of build, otherwise certain
# tests (i.e. in testsuite MeshManager) may not work as intended and
# create spurious directories above root dir (../data/mods).
cd binaries/system/ && LD_LIBRARY_PATH=. ./test
Running cxxtest tests (402 tests)................
In TestBound::test_extend_vector:
./source/maths/tests/test_Bound.h:69: Error: Expected (center == v), found
([-1.70141e+38, -1.70141e+38, -1.70141e+38] != [1, 2, 3])
...
In TestBound::test_aabb_to_obb_rotation_around_point:
./source/maths/tests/test_Bound.h:143: Error: Expected (result.m_Center.X ==
3*invSqrt2 + 2) up to 1e-6f (0.0000), found (nan != 4.1213)
.....................................................................................................
In TestFixed::test_Atan2:
./source/maths/tests/test_Fixed.h:251: Error: Expected
(atan2_approx(fixed::FromInt(0), fixed::FromInt(-1)).ToDouble() ==
3.14159265358979323846) up to 0.01 (0.0100), found (3.1415 != 3.1415)
..........................................Skipping map generator tests (can't
find binaries/data/mods/public/maps/random/tests/)
.................................................
In TestCmpPosition::test_basic:
./source/simulation2/components/tests/test_Position.h:92: Error: Expected
(cmp->GetInterpolatedTransform(0.0f).GetTranslation() == CVector3D(100, 60,
200)), found ([-nan, -nan, -nan] != [100, 60, 200])
./source/simulation2/components/tests/test_Position.h:93: Error: Expected
(cmp->GetInterpolatedTransform(0.5f).GetTranslation() == CVector3D(100, 60,
200)), found ([-nan, -nan, -nan] != [100, 60, 200])
./source/simulation2/components/tests/test_Position.h:94: Error: Expected
(cmp->GetInterpolatedTransform(1.0f).GetTranslation() == CVector3D(100, 60,
200)), found ([-nan, -nan, -nan] != [100, 60, 200])
./source/simulation2/components/tests/test_Position.h:103: Error: Expected
(cmp->GetInterpolatedTransform(0.0f).GetTranslation() == CVector3D(100, 60,
200)), found ([-nan, -nan, -nan] != [100, 60, 200])
./source/simulation2/components/tests/test_Position.h:104: Error: Expected
(cmp->GetInterpolatedTransform(0.5f).GetTranslation() == CVector3D(150, 60,
100)), found ([-nan, -nan, -nan] != [150, 60, 100])
./source/simulation2/components/tests/test_Position.h:105: Error: Expected
(cmp->GetInterpolatedTransform(1.0f).GetTranslation() == CVector3D(200, 60,
0)), found ([-nan, -nan, -nan] != [200, 60, 0])
./source/simulation2/components/tests/test_Position.h:113: Error: Expected
(cmp->GetInterpolatedTransform(0.0f).GetTranslation() == CVector3D(200, 60,
0)), found ([-nan, -nan, -nan] != [200, 60, 0])
./source/simulation2/components/tests/test_Position.h:114: Error: Expected
(cmp->GetInterpolatedTransform(0.5f).GetTranslation() == CVector3D(300, 60,
150)), found ([-nan, -nan, -nan] != [300, 60, 150])
./source/simulation2/components/tests/test_Position.h:115: Error: Expected
(cmp->GetInterpolatedTransform(1.0f).GetTranslation() == CVector3D(400, 60,
300)), found ([-nan, -nan, -nan] != [400, 60, 300])
./source/simulation2/components/tests/test_Position.h:122: Error: Expected
(cmp->GetInterpolatedTransform(0.0f).GetTranslation() == CVector3D(300, 60,
100)), found ([-nan, 60, -nan] != [300, 60, 100])
In TestCmpPosition::test_water:
./source/simulation2/components/tests/test_Position.h:157: Error: Expected
(cmp->GetInterpolatedTransform(0.0f).GetTranslation() == CVector3D(0, 122, 0)),
found ([-nan, 122, -nan] != [0, 122, 0])
................................................................................................
In TestTextureConverter::test_convert_quality:
./source/graphics/tests/test_TextureConverter.h:85: Error: Expected
(texdata[0*4] == texdata[4*4]), found (99 != 90)
..........................................................Skipping
globalscripts tests (can't find binaries/data/mods/public/globalscripts/tests/)
.Skipping component scripts tests (can't find
binaries/data/mods/public/simulation/components/tests/setup.js)
..............................
Failed 6 and Skipped 0 of 402 tests
Success rate: 98%
make[1]: *** [debian/rules:52: override_dh_auto_test] Error 6
See
https://buildd.debian.org/status/fetch.php?pkg=0ad&arch=i386&ver=0.27.1-2%2Bb2&stamp=1758023500&raw=0
for more details.
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: 0ad
Source-Version: 0.27.1-3
Done: Vincent Cheng <[email protected]>
We believe that the bug you reported is fixed in the latest version of
0ad, 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.
Vincent Cheng <[email protected]> (supplier of updated 0ad 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: Tue, 23 Sep 2025 03:20:30 -0700
Source: 0ad
Built-For-Profiles: noudeb
Architecture: source
Version: 0.27.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Vincent Cheng <[email protected]>
Closes: 1116013
Changes:
0ad (0.27.1-3) unstable; urgency=medium
.
* Avoid running flaky testsuite on i386. (Closes: #1116013)
Checksums-Sha1:
e49276a32e6c007cd57ad1fc8f73903c578267ae 2552 0ad_0.27.1-3.dsc
66c8b5f86e38a0c4db38093832dfe0fe8122abea 79160 0ad_0.27.1-3.debian.tar.xz
Checksums-Sha256:
ebfd161f3d3bf1b9f2b0b7540055c3a7f87c533e1a23363a50e381091935b1a2 2552
0ad_0.27.1-3.dsc
cad0de805c5d0fdd51d5643f6c869d10f55d6d5c7e5fe7ac01e02edfe8c14951 79160
0ad_0.27.1-3.debian.tar.xz
Files:
040e0d905ae3f56c4b3629ee484831eb 2552 games optional 0ad_0.27.1-3.dsc
29e8c0d8e0c7ad5da027dcf2a0f43319 79160 games optional
0ad_0.27.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAmjSfZMACgkQju3MG6of
Mv8CORAAy7NV7B9xZZv/kzl1nyJYz1UB8eQV3pQoamoSJq2nucDSRZLLIi8SrS1P
bsLP+SUdOedXAyroHq8nd9LO4PNaAHoP87mcamOLgq+sMxbOKal7zUXiV1dN3y4r
sdpvn6x+u2P/+bXJw8s51+8yX3mnB7CFbsmJjgkO4JspMA8ni9wB4lWr5SkVrm6S
7c4TufCjnCnB7RwugGCmAN5x/brgqDYgYaOQPrWTd1itL5nZS5HJL3umLk80QgN8
WC26+m/Tm/8CI9B2jj/7hzsT6ffvf86+YXFqi1L8iF0X6cLyaPG352qTZwSuKyD/
gcmqdoKWjRHCHvuYToHqpcW3SF63yrhbXZ/dUilwKjBTyf7wkG+uDBLyBRXnoRnQ
/RHOA5TDBAaMeBg+TqIHsuZz3Bi010DfmweRB2/B5WKiZwtzG1BN4FO79JYLMaZ2
d3WkkuyagSVn4KhMABhkoNleCvcSubasWWunvncKcWh1rGDuoUxEEdAxsMDhkY+v
vhE/BoI7+Qx43pZBlWYPTyN8lkDVJI2/S4Gzgz323zOCngrm9lasTwp0oJiZmOzE
m/y2F7Nlw9oJFIS+zp/SyDwWvztBLQez4rWDyiDojLfqWoOr9sMUoyZs4vQ8Dj+q
20iPcpfqoR2O+WZzOIAlbwV+dXQACLttWsKkE3Z+xBo8PQ1kcd8=
=G+i3
-----END PGP SIGNATURE-----
pgpHEzSWuSlgI.pgp
Description: PGP signature
--- End Message ---