<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le mar. 14 oct. 2025 à 16:37, Santiago Vila <<a href="mailto:sanvila@debian.org">sanvila@debian.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">owner 1116732 !<br>
thanks<br>
<br>
I will try to fix this as well.<br>
<br>
It is possible that the package also fails when built with<br>
DEB_BUILD_OPTIONS=nocheck alone, in this way:<br>
<br>
   dh_fixperms<br>
   debian/rules execute_after_dh_fixperms<br>
make[1]: Entering directory '/build/reproducible-path/emscripten-3.1.69+dfsg'<br>
chmod -x debian/emscripten/usr/share/emscripten/cache/cache.lock debian/emscripten/usr/share/emscripten/system/lib/lib<br>
cxx/readme.txt debian/emscripten/usr/share/emscripten/test/other/wasm_sourcemap/foo.wasm debian/emscripten/usr/share/e<br>
mscripten/test/other/wasm_sourcemap_dead/t.wasm debian/emscripten/usr/share/emscripten/tools/system_libs.py debian/ems<br>
cripten/usr/share/emscripten/cache/symbol_lists.lock<br>
chmod: cannot access 'debian/emscripten/usr/share/emscripten/cache/symbol_lists.lock': No such file or directory<br>
make[1]: *** [debian/rules:317: execute_after_dh_fixperms] Error 1<br>
make[1]: Leaving directory '/build/reproducible-path/emscripten-3.1.69+dfsg'<br>
make: *** [debian/rules:360: binary] Error 2<br>
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2<br>
<br>
So, I guess we should fix that first (help welcome).<br>
<br>
<br>
After that, I can use a script to determine which one of the BD should<br>
not have the <!nocheck> annotation. Based on the original build log:<br>
<br>
embuilder: warning: cannot check node version: [Errno 2] No such file or directory: 'node' [-Wversion-check]<br>
embuilder: error: clang executable not found at `/usr/bin/clang-19`<br>
make[1]: *** [debian/rules:199: override_dh_auto_build] Error 1<br>
make[1]: Leaving directory '/<<PKGBUILDDIR>>'<br>
<br>
it looks like "nodejs" and clang-19 would be good candidates, but<br>
there may be others. I would let the script to find out.<br></blockquote><div><br></div><div>Careful with emscripten, it's easy to get lost ;)</div><div><br></div><div>I'd rather do the fix myself, unless you want to risk spending a lot of time on it.</div></div></div>