Skip to content

The eospac package fails to download #13896

@certik

Description

@certik

The eospac package fails to download. The url from the package points to a url that does not actually work outside of LANL:

url="http://laws-green.lanl.gov/projects/data/eos/get_file.php?package=eospac&filename=eospac_v6.4.0_612ea8c9b8ffa6d9175d9118955571d9107f1e3c.tgz")

As such, the whole eospac package should probably be removed from Spack. Or is spack supposed to have packages that are not publicly available?

cc @junghans, @KineticTheory, @DarylGrunau

The actual error is:

$ spack install eospac
==> Installing eospac
==> Searching for binary cache of eospac
==> Finding buildcaches in /home/ondrej/repos/spack/var/spack/cache/build_cache
==> No binary for eospac found: installing from source
==> Fetching file:///home/ondrej/repos/spack/var/spack/cache/eospac/eospac-6.3.1.tgz
curl: (37) Couldn't open file /home/ondrej/repos/spack/var/spack/cache/eospac/eospac-6.3.1.tgz
==> Fetching from file:///home/ondrej/repos/spack/var/spack/cache/eospac/eospac-6.3.1.tgz failed.
==> Fetching file:///home/ondrej/repos/spack/var/spack/cache/_source-cache/archive/aa/aa1112c4251c9c3c2883a7ab2c7f2abff2c339f29dbbf8421ef88b0c9df904f8.tgz
curl: (37) Couldn't open file /home/ondrej/repos/spack/var/spack/cache/_source-cache/archive/aa/aa1112c4251c9c3c2883a7ab2c7f2abff2c339f29dbbf8421ef88b0c9df904f8.tgz
==> Fetching from file:///home/ondrej/repos/spack/var/spack/cache/_source-cache/archive/aa/aa1112c4251c9c3c2883a7ab2c7f2abff2c339f29dbbf8421ef88b0c9df904f8.tgz failed.
==> Fetching http://laws-green.lanl.gov/projects/data/eos/get_file.php?package=eospac&filename=eospac_v6.3.1_r20161202150449.tgz
-=O=-                                            #     #     #   #             
curl: (7) Failed to connect to laws-green.lanl.gov port 80: Connection timed out
==> Fetching from http://laws-green.lanl.gov/projects/data/eos/get_file.php?package=eospac&filename=eospac_v6.3.1_r20161202150449.tgz failed.
==> Fetching http://laws-green.lanl.gov/projects/data/eos/get_file.php?package=eospac&filename=eospac_v6.3.1_r20161202150449.tgz
-=O=-                                            #     #     #   #             
curl: (7) Failed to connect to laws-green.lanl.gov port 80: Connection timed out
==> Fetching from http://laws-green.lanl.gov/projects/data/eos/get_file.php?package=eospac&filename=eospac_v6.3.1_r20161202150449.tgz failed.
==> Error: FetchError: All fetchers failed for spack-stage-eospac-6.3.1-xnwemhn6nhhvlzthw3v53eafsisgrwun

/home/ondrej/repos/spack/lib/spack/spack/package.py:1079, in do_fetch:
       1076                raise FetchError("Will not fetch %s" %
       1077                                 self.spec.format('{name}{@version}'), ck_msg)
       1078
  >>   1079        self.stage.create()
       1080        self.stage.fetch(mirror_only)
       1081        self._fetch_time = time.time() - start_time
       1082

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions