Hi. After 12 hours and 17 different builds, my script finished and found three BD that should not have <!nocheck>. I've committed the changes to salsa.
Can you please make the final upload? Note: I've put my script here in case it's useful for other cases: https://people.debian.org/~sanvila/check-nocheck/ (It has been fun to write) Thanks. ------------------------ For reference/completeness, this is how the build fails... * When clang-19 is not available: embuilder: error: clang executable not found at `/usr/bin/clang-19` make[1]: *** [debian/rules:198: override_dh_auto_build] Error 1 make[1]: Leaving directory '/build/reproducible-path/emscripten-3.1.69+dfsg' make: *** [debian/rules:359: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 * When llvm-19 is not available: embuilder: error: cannot find /usr/bin/llvm-ar-19, check the paths in /build/reproducible-path/emscripten-3.1.69+dfsg/.emscripten make[1]: *** [debian/rules:198: override_dh_auto_build] Error 1 make[1]: Leaving directory '/build/reproducible-path/emscripten-3.1.69+dfsg' make: *** [debian/rules:359: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 * When nodejs is not available: embuilder: error: the configured node executable (['node']) does not seem to work, check the paths in /build/reproducible-path/emscripten-3.1.69+dfsg/.emscripten ([Errno 2] No such file or directory: 'node') make[1]: *** [debian/rules:198: override_dh_auto_build] Error 1 make[1]: Leaving directory '/build/reproducible-path/emscripten-3.1.69+dfsg' make: *** [debian/rules:359: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

