problem with a fresh install on ubuntu 16.04
Hello again, Yesterday I started setting up a new ubuntu laptop running 16.04. I started to install firedrake and it took a long time to do the petsc install but seemed to get past that but then something went wrong, see below. Any ideas what might be wrong? Also, if I wanted to finish the install is there a way to continue rather than starting from scratch? Cheers, Francis Cloning libspatialindex Failed to clone libspatialindex using ssh, falling back to https. Successfully cloned libspatialindex branch master. HEAD is now at 34fd22b Merge pull request #82 from miklos1/master Running aclocal ./autogen.sh: 37: ./autogen.sh: aclocal: not found Something went wrong, giving up! Traceback (most recent call last): File "firedrake-install", line 885, in <module> build_and_install_libspatialindex() File "firedrake-install", line 607, in build_and_install_libspatialindex check_call(["./autogen.sh"]) File "firedrake-install", line 205, in check_call subprocess.check_call(arguments, env=env) File "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./autogen.sh']' returned non-zero exit status 1 fpoulin@fpoulin-Gazelle:~/software$ ------------------ Francis Poulin Associate Professor Department of Applied Mathematics University of Waterloo email: fpoulin@uwaterloo.ca Web: https://uwaterloo.ca/poulin-research-group/ Telephone: +1 519 888 4567 x32637
Hello, Actually, when I tried updating firedrake on my mac laptop I received the same error. Maybe there is something else that's wrong? Francis ------------------ Francis Poulin Associate Professor Department of Applied Mathematics University of Waterloo email: fpoulin@uwaterloo.ca Web: https://uwaterloo.ca/poulin-research-group/ Telephone: +1 519 888 4567 x32637 ________________________________ From: firedrake-bounces@imperial.ac.uk [firedrake-bounces@imperial.ac.uk] on behalf of Francis Poulin [fpoulin@uwaterloo.ca] Sent: Tuesday, May 17, 2016 7:23 AM To: firedrake@imperial.ac.uk Subject: [firedrake] problem with a fresh install on ubuntu 16.04 Hello again, Yesterday I started setting up a new ubuntu laptop running 16.04. I started to install firedrake and it took a long time to do the petsc install but seemed to get past that but then something went wrong, see below. Any ideas what might be wrong? Also, if I wanted to finish the install is there a way to continue rather than starting from scratch? Cheers, Francis Cloning libspatialindex Failed to clone libspatialindex using ssh, falling back to https. Successfully cloned libspatialindex branch master. HEAD is now at 34fd22b Merge pull request #82 from miklos1/master Running aclocal ./autogen.sh: 37: ./autogen.sh: aclocal: not found Something went wrong, giving up! Traceback (most recent call last): File "firedrake-install", line 885, in <module> build_and_install_libspatialindex() File "firedrake-install", line 607, in build_and_install_libspatialindex check_call(["./autogen.sh"]) File "firedrake-install", line 205, in check_call subprocess.check_call(arguments, env=env) File "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./autogen.sh']' returned non-zero exit status 1 fpoulin@fpoulin-Gazelle:~/software$ ------------------ Francis Poulin Associate Professor Department of Applied Mathematics University of Waterloo email: fpoulin@uwaterloo.ca Web: https://uwaterloo.ca/poulin-research-group/ Telephone: +1 519 888 4567 x32637
Dear Francis, On 17/05/16 12:33, Francis Poulin wrote:
Hello,
Actually, when I tried updating firedrake on my mac laptop I received the same error.
Maybe there is something else that's wrong?
We recently integrated an undocumented (sorry) dependency into the toolchain that none of us noticed locally because we already had all the bits installed! You need to install the autotools packages: On ubuntu the packages you need are called: automake, autoconf, libtool On your mac, you need to install (with brew): automake, autoconf, libtool We will update the installation script to do this by magic later today once we have tested things properly. Unfortunately there is no way to resume from a half-finished installation (because we can't safely recover from a broken state). If firedrake-install fails, you therefore sadly have to blow away and start again. Thanks, Lawrence
Hello Lawrence, Thanks for explaining the situation and showing me how to fix it. I did the update on my mac and it did seem to view the data files made in parallel without me having to do anything. Thank Jemma for solving the problem even before I asked. I am redoing the linux install but suspect that will work fine. It usually does. If not I will let you know. Cheers, Francis ------------------ Francis Poulin Associate Professor Department of Applied Mathematics University of Waterloo email: fpoulin@uwaterloo.ca Web: https://uwaterloo.ca/poulin-research-group/ Telephone: +1 519 888 4567 x32637 ________________________________________ From: firedrake-bounces@imperial.ac.uk [firedrake-bounces@imperial.ac.uk] on behalf of Lawrence Mitchell [lawrence.mitchell@imperial.ac.uk] Sent: Tuesday, May 17, 2016 7:43 AM To: firedrake@imperial.ac.uk Subject: Re: [firedrake] problem with a fresh install on ubuntu 16.04 Dear Francis, On 17/05/16 12:33, Francis Poulin wrote:
Hello,
Actually, when I tried updating firedrake on my mac laptop I received the same error.
Maybe there is something else that's wrong?
We recently integrated an undocumented (sorry) dependency into the toolchain that none of us noticed locally because we already had all the bits installed! You need to install the autotools packages: On ubuntu the packages you need are called: automake, autoconf, libtool On your mac, you need to install (with brew): automake, autoconf, libtool We will update the installation script to do this by magic later today once we have tested things properly. Unfortunately there is no way to resume from a half-finished installation (because we can't safely recover from a broken state). If firedrake-install fails, you therefore sadly have to blow away and start again. Thanks, Lawrence
participants (2)
- 
                
                Francis Poulin
- 
                
                Lawrence Mitchell