Le mer. 24 nov. 2021 à 11:27, Jonas Smedegaard <jo...@jones.dk> a écrit :
> Quoting Jérémy Lal (2021-11-24 11:07:55) > > I've just enabled the arch in latest release. However a binary build > > still needs to be done, and it will pose bootstrap issues. > > > > nodejs needs to be built with nodoc profile first, then rebuilt > > without. However nodejs build-depends on some external modules, which > > build-depend on nodejs: acorn, acorn-walk (at the moment). > > > > Since nodejs has a --node-builtin-modules-path flag, i'll add a > > "nobuiltin" flag to allow building without including acorn, and > > install builtin modules and symlink to acorn. > > > > That should allow acorn to be built and stage 2 built to be done. > > Please document the bootstrapping build stages and flags needed for each > in debian/README.source > I've pushed some work on master-16.x branch: the stage 1 build should produce a debian package without depending on nodejs, but it needs further testing. See comments in debian/README.source.