Your message dated Tue, 26 Aug 2025 12:59:06 +0000
with message-id <[email protected]>
and subject line Bug#759496: fixed in mono 6.14.1+ds-6
has caused the Debian Bug report #759496,
regarding mono: debian/rules: test suite arbitrarily kills mono processes
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.)
--
759496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759496
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mono
Version: 5.18.0.240+dfsg-3
Severity: important
I noticed when I build mono multiple times conurrently, often times the
builds fail right as the first build is running the test suite.
I think this is because of:
$ grep KILL_MONO debian/rules
KILL_MONO = pgrep mono | xargs kill -9
MINI_TEST = cd mono/mini && $(TIMEOUT) make check; $(KILL_MONO)
MONO_BOEHM_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=boehm
$(TIMEOUT) make check; $(KILL_MONO)
MONO_SGEN_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=sgen
$(TIMEOUT) make check; $(KILL_MONO)
-$(KILL_MONO)
It just kills any mono processes it can find, including processes
unrelated to the running build.
Thanks for maintaining mono!
live well,
vagrant
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: mono
Source-Version: 6.14.1+ds-6
Done: Antoine Le Gonidec <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mono, 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.
Antoine Le Gonidec <[email protected]> (supplier of updated mono 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, 26 Aug 2025 13:29:11 +0200
Source: mono
Architecture: source
Version: 6.14.1+ds-6
Distribution: unstable
Urgency: medium
Maintainer: Antoine Le Gonidec <[email protected]>
Changed-By: Antoine Le Gonidec <[email protected]>
Closes: 759496 962022
Changes:
mono (6.14.1+ds-6) unstable; urgency=medium
.
* Stop trying to kill all mono processes during tests.
(Closes: #759496, #962022)
* Fix build without Boehm's garbage collector on arm64.
* Provide dh_makeclilibs to source packages that build-depend on mono-devel.
* Reduce the amount of build-dependencies.
Checksums-Sha1:
eeb2d20dcaf5503e23c1ffb7a2de23549a639911 1815 mono_6.14.1+ds-6.dsc
8a9d1152945a6d214824eb899bfdae2d17785f63 116728 mono_6.14.1+ds-6.debian.tar.xz
5afe821c92912ba76390c6a03bf75f732cb25021 7728 mono_6.14.1+ds-6_amd64.buildinfo
Checksums-Sha256:
f85bba7d3a33a83177cf1a058933d9344611584823d21ebecb3964e4ee5bef33 1815
mono_6.14.1+ds-6.dsc
c5db4ce3e61a0506cb9d245a01b80a07ef7807b76d87bb346aea19289d04df4d 116728
mono_6.14.1+ds-6.debian.tar.xz
ef65883c51a44def7d9df8d246049ca81336bd5f3d05ace08af15c6bcdde4e3a 7728
mono_6.14.1+ds-6_amd64.buildinfo
Files:
8f597dd9a26a1d72cf4513230b047f7f 1815 cli-mono optional mono_6.14.1+ds-6.dsc
d68314fc7337c1ad1a18cd822124e566 116728 cli-mono optional
mono_6.14.1+ds-6.debian.tar.xz
2655213fd1b9663e945f45af24349d40 7728 cli-mono optional
mono_6.14.1+ds-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQSUsdxM90hewW6X7Jhja3j5HOuA2AUCaK2rHAAKCRBja3j5HOuA
2OZ9AQCAqfa0wbYESM5pPxge/6lk5D4pCJvbs4AV1FwRTotTTgEAq20fyHAJ1e0j
9bjpBcYnZYFpQiBwBwZdBT0bVDqTwwM=
=PteX
-----END PGP SIGNATURE-----
pgp_1RkgJeVg7.pgp
Description: PGP signature
--- End Message ---