Source: raysession Version: 0.14.4-2 Severity: minor Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-shuffle
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): > make[1]: Entering directory '/build/reproducible-path/raysession-0.14.4' > Makefile:119: update target 'locale/raysession_fr.qm' due to: target does not > exist > lrelease locale/raysession_fr.ts -qm locale/raysession_fr.qm > Makefile:119: update target 'locale/raysession_en.qm' due to: target does not > exist > lrelease locale/raysession_en.ts -qm locale/raysession_en.qm > Makefile:105: update target 'src/clients/proxy/ui_proxy_gui.py' due to: > target does not exist > pyuic5 resources/ui/proxy_gui.ui -o src/clients/proxy/ui_proxy_gui.py > Makefile:105: update target 'src/clients/proxy/ui_proxy_copy.py' due to: > target does not exist > pyuic5 resources/ui/proxy_copy.ui -o src/clients/proxy/ui_proxy_copy.py > Makefile:99: update target 'src/gui/ui/waiting_close_user.py' due to: target > does not exist > pyuic5 resources/ui/waiting_close_user.ui -o src/gui/ui/waiting_close_user.py > Makefile:99: update target 'src/gui/ui/template_slot.py' due to: target does > not exist > pyuic5 resources/ui/template_slot.ui -o src/gui/ui/template_slot.py > Makefile:99: update target 'src/gui/ui/stop_client_no_save.py' due to: target > does not exist > pyuic5 resources/ui/stop_client_no_save.ui -o > src/gui/ui/stop_client_no_save.py > Makefile:99: update target 'src/gui/ui/stop_client.py' due to: target does > not exist > pyuic5 resources/ui/stop_client.ui -o src/gui/ui/stop_client.py > Updating 'locale/raysession_en.qm'... > Generated 0 translation(s) (0 finished and 0 unfinished) > Ignored 671 untranslated source text(s) > Updating 'locale/raysession_fr.qm'... > Makefile:99: update target 'src/gui/ui/systray_close.py' due to: target does > not exist > pyuic5 resources/ui/systray_close.ui -o src/gui/ui/systray_close.py > Generated 671 translation(s) (671 finished and 0 unfinished) > Makefile:99: update target 'src/gui/ui/startup_dialog.py' due to: target does > not exist > pyuic5 resources/ui/startup_dialog.ui -o src/gui/ui/startup_dialog.py > Error: No such file or directory: "src/gui/ui/waiting_close_user.py" > Error: No such file or directory: "src/gui/ui/stop_client.py" > Error: No such file or directory: "src/gui/ui/stop_client_no_save.py" > Error: No such file or directory: "src/gui/ui/template_slot.py" > Error: No such file or directory: "src/gui/ui/systray_close.py" > make[1]: *** [Makefile:99: src/gui/ui/waiting_close_user.py] Error 1 > shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/raysession_0.14.4-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