The README doesn't include some dependencies needed for building incrementals
It seems we're missing at least libxml-libxml-perl
, but possibly also libxml-writer-perl
and libparallel-forkmanager-perl
.
$ make mullvadbrowser-incrementals-release
git submodule update --init
./rbm/rbm build release --step update_responses_config --target release --target create_unsigned_incrementals --target mullvadbrowser
tools/update-responses/download_missing_versions release
Can't locate XML/LibXML.pm in @INC (you may need to install the XML::LibXML module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at tools/update-responses/download_missing_versions line 20.
BEGIN failed--compilation aborted at tools/update-responses/download_missing_versions line 20.
make: *** [Makefile:501: mullvadbrowser-incrementals-release] Error 2
/cc @boklm