All,
I have tried instructions from asp_book.pdf as well as https://github.com/nasa/StereoPipeline "INSTALLGUIDE". On both attempts I have failed to have a successful installation on Ubuntu 16.04.
sudo docker build -t asp .
After step 43/45 where I :
---> Running in d5f65ff35c5c
Things go smooth then I run into an issue I have not been able to successfully debug in step 44/45:
Step 44/45 : RUN cd /opt/BinaryBuilder && ./build.py --download-dir tarballs --build-root build_asp
---> Running in 6c29ae1953db
Using 4 build processes
Using build root directory: /opt/BinaryBuilder/build_asp
/opt/BinaryBuilder/build_asp/install/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ERROR: Missing required executables for building. You need to install ['libtool'].
See below:
Step 19/45 : RUN apt-get install -y build-essential libtool
---> Using cache
---> 81459b8b91cc
Step 32/45 : RUN apt-get install -y libtool
---> Running in aaffbfb874cc
Reading package lists...
Building dependency tree...
Reading state information...
libtool is already the newest version (2.4.6-0.1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Removing intermediate container aaffbfb874cc
---> 5b011e53c937
Typically, the other issue I have run into is when attempting to download OpenCV 3.1.0 and have the incorrect chksum from packages.py. Please assist me in getting past this issue or linking me to instructions on how to install this correctly.
Thank you!
Trevor McDonald