system76 / firmware-open

System76 Open Firmware
Other
949 stars 86 forks source link

404 error while installing dependencies #443

Closed Vitamin-X closed 1 year ago

Vitamin-X commented 1 year ago

when running ./scripts/deps.sh the installer fails at nasm-2.15.05.tar.bz2 (downloading from https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.bz2 )... 0% because that site didn't exist,

i would like to change the link to https://anaconda.org/conda-forge/nasm/2.15.05/download/linux-64/nasm-2.15.05-h7f98852_0.tar.bz2 but i cant fine the file for it, or just insert the file into the right folder.

can someone give me a little advise here? or just wait until the site is back again?

crawfxrd commented 1 year ago

This is part of the coreboot toolchain.

You can wait for the site to come back up, or download the tarball from somewhere else like archive.org and put it in coreboot/util/crossgcc/tarballs/.

Vitamin-X commented 1 year ago

now im getting a hash mismatch

EDIT: nevermind found one with the same hash http://distfiles.macports.org/nasm/nasm-2.15.05.tar.bz2