#1105666 symfony: FTBFS with make --shuffle=reverse: PHP Warning: rmdir(/myfakevendor): No such file or directory in /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 269

Package:
src:symfony
Source:
src:symfony
Submitter:
Lucas Nussbaum
Date:
2025-08-17 18:22:59 UTC
Severity:
normal
Tags:
#1105666#5
Date:
2025-05-13 19:16:26 UTC
From:
To:
Hi,

GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/

This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.

More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

Relevant part (hopefully):
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/symfony_6.4.20+dfsg-2_unstable_reverse.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

#1105666#10
Date:
2025-05-13 20:53:02 UTC
From:
To:
Hi,

The warning in the bug title is not the real clue (it’s “just” a warning).

The actual failure comes from this test.

Yet I disabled it for 6.4.20+dfsg-2.

https://salsa.debian.org/php-team/pear/symfony/-/commit/5539893aeba9ff3fb8f2a1469cc6eddcb93a5a2c#632b5abf867394716540d54318681c77afe0bfde_0_22

So it seems that $this->markTestSkipped is not enough to skip the test…

Regards,

taffit