Your message dated Mon, 28 Oct 2024 16:43:58 +0000
with message-id <e1t5squ-0041vv...@fasolo.debian.org>
and subject line Bug#1082135: fixed in sumo 1.18.0+dfsg-4
has caused the Debian Bug report #1082135,
regarding sumo: FTBFS randomly due to non-POSIX construct in CMakeLists.txt
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 ow...@bugs.debian.org
immediately.)


-- 
1082135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sumo,debhelper,doxygen
Severity: important

Dear maintainer:

During a rebuild of all packages in unstable, the package "sumo" failed to 
build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --builddirectory=/<<PKGBUILDDIR>>/debian/build --with python3
   dh_update_autotools_config 
-O--builddirectory=/<<BUILDDIR>>/sumo-1.18.0\+dfsg/debian/build
   dh_autoreconf -O--builddirectory=/<<BUILDDIR>>/sumo-1.18.0\+dfsg/debian/build
   dh_auto_configure 
-O--builddirectory=/<<BUILDDIR>>/sumo-1.18.0\+dfsg/debian/build
        cd debian/build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON 
-DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix 
Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ../..
CMake Warning (dev) at CMakeLists.txt:45 (project):

[... snipped ...]

cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a55128e31c22ec784b63868b846be485f_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a5af511d709988db03b5ed82549ae56d2_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a68427d7dc489bfff207d646f9af2617b_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a75efc29a0196691e5e12df7fe75409a8_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a7741fe7e3a561269ef42722397338e4f_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a8a8cde0d65f4e42ddd52aeca3b6102ec_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a92a4884c8b00bb5a1fc5a3e848e00543_icgraph.dot':
 No such file or directory
cp: cannot stat 
'doxygen/d1/d34/class_m_s_device___taxi_a92ddcdb70119189e54f71f3b092584d6_icgraph.dot':
 No such file or directory
dh_installdocs: error: cd './docs/doxygen/..' && find 'doxygen' \( -type f -or -type l \) 
-and ! -empty -print0 | LC_ALL=C sort -z | xargs -0 -I {} cp --reflink=auto --parents -dp {} 
/<<PKGBUILDDIR>>/debian/sumo-doc/usr/share/doc/sumo returned exit code 123
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Full build log available here:

https://people.debian.org/~sanvila/build-logs/202409/

I'm using machines with 1 CPU and 2 CPUs from AWS.

- On machines with 1 CPU, this does not seem to happen (so far).

- On machines with 2 CPUs, this happens about 50% of the time
(tried 27 times so far, it failed 14 times).

The sumo package does not have an override for dh_installdocs in its 
debian/rules,
so maybe this is debhelper's fault, but it could also be the case that this 
line:

       cd $(BUILDDIR) && $(MAKE) doxygen

produces a "tainted" tree which makes dh_installdocs to fail.

As always, I can create a VM for you to reproduce if it helps (please contact
me privately for that), with the logical caveat that it happens only 50% of the 
time.

Please reassign & retitle as appropriate.

Thanks.

--- End Message ---
--- Begin Message ---
Source: sumo
Source-Version: 1.18.0+dfsg-4
Done: Santiago Vila <sanv...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sumo, 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 1082...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <sanv...@debian.org> (supplier of updated sumo 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2024 16:20:00 +0100
Source: sumo
Architecture: source
Version: 1.18.0+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Santiago Vila <sanv...@debian.org>
Closes: 1082135
Changes:
 sumo (1.18.0+dfsg-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Bas Couwenberg ]
   * Mark keyword-argument-repeated.patch as Applied-Upstream.
 .
   [ Santiago Vila ]
   * Remove bashism from CMakeLists.txt. Closes: #1082135.
   * Update upstream metadata.
Checksums-Sha1:
 e5afa944dc559dcddba6760afa9a458d2b6b3d06 2035 sumo_1.18.0+dfsg-4.dsc
 81d11d00acbc9cf1092760eeca91cb88ab4a7b3e 151740 
sumo_1.18.0+dfsg-4.debian.tar.xz
 e571fd6b42fa2c0713d213b4a136f3296e6bb12b 20947 
sumo_1.18.0+dfsg-4_source.buildinfo
Checksums-Sha256:
 675c87e4a3862dc21d614c43ba2f8d8961197cc4f6db01c7d361f83b9d73f579 2035 
sumo_1.18.0+dfsg-4.dsc
 f4317d4c8b592a375c967f14be295a9cd1e9b1d6c2a492d1a5f38b336fa82881 151740 
sumo_1.18.0+dfsg-4.debian.tar.xz
 a95defe074f7e13f432104e04acbe476a6fb390e22201b1132293bd4d6508e3d 20947 
sumo_1.18.0+dfsg-4_source.buildinfo
Files:
 eb772d40a1729fd2f9341f83ddffb078 2035 science optional sumo_1.18.0+dfsg-4.dsc
 1504529e9b856458c0847acd4bb74c60 151740 science optional 
sumo_1.18.0+dfsg-4.debian.tar.xz
 d6176cddf8cf7663e24776fafcb44033 20947 science optional 
sumo_1.18.0+dfsg-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmcfrKMACgkQQc5/C58b
izLMpgf+Ia2P+4pVQuS2dFu5zDP8v5MKb5k92gXs32QDz7k/hjWGBveFqpVnP8iC
IVNbuaKPMl1uqeYzEdOyD5EDfx3otXD5HExi+JZnEKAbyFP5o8UKIn8M2ch9D2Xj
bC2REmBdchZz7wwobzyNj1C3eu8aihvxEzZjt3UhXirkKlHTr0iksl3lzkAp6mIQ
SNuGpDBHEnJ7dH5f2uGlOwHBvedUGd3ACuBO9tqZGn4QzQnUN8Vl+S+32+Kl3jaL
EVk5rm+uF8cpA7RIF1iF2OLYwXmLCCfsXhsrvUednLHvdMDCtfZi3P2jNnypPsd3
vxvgtvjBtOx98wRqYS/76MgOe50+Ow==
=q6lA
-----END PGP SIGNATURE-----

Attachment: pgp3k5uZG_Ngv.pgp
Description: PGP signature


--- End Message ---

Reply via email to