Changes between Version 72 and Version 73 of firefox


Ignore:
Timestamp:
09/08/2020 08:59:51 AM (4 years ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v72 v73  
    5757The available configure options have changed dramatically in 78.0, please review the up to date mozconfig in the book.
    5858
     59== Changes to the build since 78.0 ==
     60
     61In firefox-81.0, creating the python virtual environments has been separated out. Trying to run ./mach build reports
     62{{{
     63Consider running 'mach bootstrap' or 'mach create-mach-environment' to create the mach virtualenvs, or set MACH_USE_SYSTEM_PYTHON to use the system Python installation over a virtualenv.
     64}}}
     65
     66Trying ./mach bootstrap fails:
     67{{{
     68NotImplementedError: Bootstrap support for this Linux distro not yet available: lfs
     69}}}
     70
     71I do not want to try the system python option becasue that looks as if it will use pip to download required packages and perhaps try to install them on the system.
     72
     73Using './mach create-mach-environment' before running ./mach build (but after the exports) works.
     74
     75
    5976
    6077== Dependencies for the latest release ==
     
    7289== Dependencies for 81.0beta ==
    7390
    74 To be advised.
     91New command ./mach create-mach-environment required before ./mach build (see above).
     92
     93nspr needs to be 4.28.
     94nss needs to be 3.56.
     95Tested with rustc-1.45.1 on BLFS-10.0 and firefox-81.0b7. For some reason my script installed 1.45.1 instead of 1.45.2.
    7596
    7697