It's normal behaviour if you're using --no-package-manager.


From: firedrake-bounces@imperial.ac.uk <firedrake-bounces@imperial.ac.uk> on behalf of Colin Cotter <colin.cotter@imperial.ac.uk>
Sent: 25 June 2016 14:45:22
To: firedrake
Subject: Re: [firedrake] install script problem when building spatialindex
 
OK, I just apt-get install-ed libtool and it works. Does this mean that libtool is being incorrectly tested for in the install script?

On 25 June 2016 at 14:16, Colin Cotter <colin.cotter@imperial.ac.uk> wrote:
Dear FIredrakers,
   I currently get this message from the install/update script:
Cloning libspatialindex

Enter passphrase for key '/home/cjc1/.ssh/id_rsa':
Successfully cloned libspatialindex branch master.
HEAD is now at 34fd22b Merge pull request #82 from miklos1/master

  glibtoolize or libtoolize not found. Giving up!

Traceback (most recent call last):
  File "firedrake-install", line 903, in <module>
    build_and_install_libspatialindex()
  File "firedrake-install", line 617, in build_and_install_libspatialindex
    check_call(["./autogen.sh"])
  File "firedrake-install", line 211, in check_call
    subprocess.check_call(arguments, env=env)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['./autogen.sh']' returned non-zero exit status 1

What can I do to fix this?

cheers
--cjc



--