Error fetching ParMetis-3.1.1. with dorsal-0.8.2

Asked by Miklos Galamb

Hi,

When trying to install the unstable build of FEniCS on a Mac with dorsal I get the mentioned error message. Unfortunately the language set during installation of my OS is German so that the output from the terminal is also in German. However it might still be understandable what's going on.

Fetching ParMetis-3.1.1
--2011-07-01 10:54:00-- http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/ParMetis-3.1.1.tar.gz
Auflösen des Hostnamen »glaros.dtc.umn.edu (glaros.dtc.umn.edu)«.... 160.94.77.162
Verbindungsaufbau zu glaros.dtc.umn.edu (glaros.dtc.umn.edu)|160.94.77.162|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
2011-07-01 10:54:00 FEHLER 404: Not Found.

It basically says:
Establishing connection to glaros.dtc......... connected.
HTTP request sent, waiting for reply.... 404 Not Found

Maybe the fetching address is not up to date anymore?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Dorsal Edit question
Assignee:
No assignee Edit question
Solved by:
Harish Narayanan
Solved:
Last query:
Last reply:
Revision history for this message
Anders Logg (logg) said :
#1

Until Harish fixes this, you can remove or comment out the line with
slepc in the file FEniCS/platforms/supported/snowleopard.platform

I assume you won't be solving eigenvalue problems so you don't need
SLEPc.

--
Anders

On Fri, Jul 01, 2011 at 09:35:50AM -0000, Miklos Galamb wrote:
> New question #163379 on Dorsal:
> https://answers.launchpad.net/dorsal/+question/163379
>
> Hi,
>
> When trying to install the unstable build of FEniCS on a Mac with dorsal I get the mentioned error message. Unfortunately the language set during installation of my OS is German so that the output from the terminal is also in German. However it might still be understandable what's going on.
>
> Fetching ParMetis-3.1.1
> --2011-07-01 10:54:00-- http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/ParMetis-3.1.1.tar.gz
> Auflösen des Hostnamen »glaros.dtc.umn.edu (glaros.dtc.umn.edu)«.... 160.94.77.162
> Verbindungsaufbau zu glaros.dtc.umn.edu (glaros.dtc.umn.edu)|160.94.77.162|:80... verbunden.
> HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
> 2011-07-01 10:54:00 FEHLER 404: Not Found.
>
> It basically says:
> Establishing connection to glaros.dtc......... connected.
> HTTP request sent, waiting for reply.... 404 Not Found
>
> Maybe the fetching address is not up to date anymore?
>
> Thanks!
>

Revision history for this message
Harish Narayanan (hnarayanan) said :
#2

On 7/1/11 11:35 AM, Miklos Galamb wrote:
> New question #163379 on Dorsal:
> https://answers.launchpad.net/dorsal/+question/163379
>
> Hi,
>
> When trying to install the unstable build of FEniCS on a Mac with dorsal I get the mentioned error message. Unfortunately the language set during installation of my OS is German so that the output from the terminal is also in German. However it might still be understandable what's going on.
>
> Fetching ParMetis-3.1.1
> --2011-07-01 10:54:00-- http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/ParMetis-3.1.1.tar.gz
> Auflösen des Hostnamen »glaros.dtc.umn.edu (glaros.dtc.umn.edu)«.... 160.94.77.162
> Verbindungsaufbau zu glaros.dtc.umn.edu (glaros.dtc.umn.edu)|160.94.77.162|:80... verbunden.
> HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
> 2011-07-01 10:54:00 FEHLER 404: Not Found.
>
> It basically says:
> Establishing connection to glaros.dtc......... connected.
> HTTP request sent, waiting for reply.... 404 Not Found
>
> Maybe the fetching address is not up to date anymore?

This has been fixed in the development version of dorsal. Do a

bzr pull lp:dorsal

to fetch it.

Harish

Revision history for this message
Best Harish Narayanan (hnarayanan) said :
#3

That's

bzr branch lp:dorsal

Revision history for this message
Miklos Galamb (miklosgalamb) said :
#4

Thanks Harish Narayanan, that solved my question.