Alberto, Do not use the master branch in spack. The last commit from the master branch on spack is from 2018. I'm guessing you want to use develop. develop for spack is the equivalent of master in deal.II
Best, Bruno On Thursday, January 14, 2021 at 1:20:09 PM UTC-5 Alberto Salvadori wrote: > Dear community > > I have been trying installing [email protected] on ubuntu 18.04 gcc7.5.0, > unsuccesfully. > The version 9.1.1 is already installed and works just fine, at that > installation time > I did manage to install [email protected] and I put its path into the > pacages.yaml > as I did for [email protected] > URL in fetch seem to be wrong, in fact they do not exist, if I am not > misunderdanding. > Any suggestion is appreciated. > Alberto > > I did the following: > > 1 - in spack directory > git checkout master > > response: your branch is up to date with 'origin/master' > > 2 - in the same directory > spack install [email protected] > > response: > Warning: Missing a source id for [email protected] > Warning: Missing a source id for [email protected] > > ==> 26892: Installing dealii > ==> Warning: There is no checksum on file to fetch [email protected] safely. > ==> Fetch anyway? [y/N] y > ==> Fetching with no checksum. > Add a checksum or use --no-checksum to skip this check. > ==> Fetching > https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz > #=#=- # # > > > #=O=# # # > > > > curl: (22) The requested URL returned error: 404 > ==> Failed to fetch file from URL: > https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz > URL > https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz was > not found! > ==> Fetching from > https://github.com/dealii/dealii/releases/download/v9.2/dealii-9.2.tar.gz > failed. > ==> Error: FetchError: All fetchers failed for > spack-stage-dealii-9.2-s4o6vff2suxztaxmilrhrzts34jngztn > > /home/dealii/spack/lib/spack/spack/package.py:1127, in do_fetch: > 1124 raise FetchError("Will not fetch %s" % > 1125 > self.spec.format('{name}{@version}'), ck_msg) > 1126 > >> 1127 self.stage.create() > 1128 self.stage.fetch(mirror_only) > 1129 self._fetch_time = time.time() - start_time > 1130 > > > ==> Error: Failed to install dealii due to ChildError: FetchError: All > fetchers failed for spack-stage-dealii-9.2-s4o6vff2suxztaxmilrhrzts34jngztn > /home/dealii/spack/lib/spack/spack/package.py:1127, in do_fetch: > 1124 raise FetchError("Will not fetch %s" % > 1125 > self.spec.format('{name}{@version}'), ck_msg) > 1126 > >> 1127 self.stage.create() > 1128 self.stage.fetch(mirror_only) > 1129 self._fetch_time = time.time() - start_time > 1130 > > Traceback (most recent call last): > File "/home/dealii/spack/lib/spack/spack/build_environment.py", line > 801, in child_process > return_value = function() > File "/home/dealii/spack/lib/spack/spack/installer.py", line 1046, in > build_process > pkg.do_patch() > File "/home/dealii/spack/lib/spack/spack/package.py", line 1167, in > do_patch > self.do_stage() > File "/home/dealii/spack/lib/spack/spack/package.py", line 1152, in > do_stage > self.do_fetch(mirror_only) > File "/home/dealii/spack/lib/spack/spack/package.py", line 1128, in > do_fetch > self.stage.fetch(mirror_only) > File "/home/dealii/spack/lib/spack/spack/util/pattern.py", line 68, in > getter > getattr(item, self.name)(*args, **kwargs) > File "/home/dealii/spack/lib/spack/spack/stage.py", line 476, in fetch > raise fs.FetchError(err_msg, None) > spack.fetch_strategy.FetchError: All fetchers failed for > spack-stage-dealii-9.2-s4o6vff2suxztaxmilrhrzts34jngztn > > > > > > > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/60e82a7b-7a9f-4048-ab60-3b79eabe93fen%40googlegroups.com.
