This was working yesterday, but today the source for bzip2 is returning 410 Gone
:
==> Installing bzip2
==> Searching for binary cache of bzip2
==> Warning: No Spack mirrors are currently configured
==> No binary for bzip2 found: installing from source
==> Fetching https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz
-=O=- # # # #
curl: (22) The requested URL returned error: 410 Gone
==> Fetching from https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz failed.
==> Error: FetchError: All fetchers failed for bzip2-1.0.6-27mouo3hot5tby4b2iyq6v5yq6pf7igq
/home/vanessa/Desktop/spack/lib/spack/spack/package.py:965, in do_fetch:
962 raise FetchError("Will not fetch %s" %
963 self.spec.format('{name}{@version}'), ck_msg)
964
>> 965 self.stage.create()
966 self.stage.fetch(mirror_only)
967 self._fetch_time = time.time() - start_time
968
Has anyone seen this before (or know a workaround?)
Actually looks like it's known, I'm editing the package file now:
# FIXME: The bzip.org domain has expired:
# https://lwn.net/Articles/762264/
# This package will need to be updated when a new home is found.
homepage = "https://sourceware.org/bzip2/"
okay I have a fix, I'll put it in with my current PR.
Just kidding I'm an idiot, I didn't have an updated version of develop.