discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

uni-build-dependencies.sh failing

N
NathanA
Sun, Jul 30, 2017 5:31 AM

I'm trying to use uni-build-dependencies.sh but it is failing. Output is:

BASEDIR: /home/ec2-user/openscad_deps
DEPLOYDIR: /home/ec2-user/openscad_deps
PATH modified
LD_LIBRARY_PATH modified
LD_RUN_PATH modified
OPENSCAD_LIBRARIES modified
GLEWDIR modified
Please re-run qmake and run 'make clean' if necessary
Note: The NUMCPU environment variable can be set for parallel builds
Using basedir: /home/ec2-user/openscad_deps
Using deploydir: /home/ec2-user/openscad_deps
Using srcdir: /home/ec2-user/openscad_deps/src
Number of CPUs for parallel builds: 1
Building cmake 2.8.8 ...

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

--
View this message in context: http://forum.openscad.org/uni-build-dependencies-sh-failing-tp21952.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I'm trying to use uni-build-dependencies.sh but it is failing. Output is: BASEDIR: /home/ec2-user/openscad_deps DEPLOYDIR: /home/ec2-user/openscad_deps PATH modified LD_LIBRARY_PATH modified LD_RUN_PATH modified OPENSCAD_LIBRARIES modified GLEWDIR modified Please re-run qmake and run 'make clean' if necessary Note: The NUMCPU environment variable can be set for parallel builds Using basedir: /home/ec2-user/openscad_deps Using deploydir: /home/ec2-user/openscad_deps Using srcdir: /home/ec2-user/openscad_deps/src Number of CPUs for parallel builds: 1 Building cmake 2.8.8 ... gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -- View this message in context: http://forum.openscad.org/uni-build-dependencies-sh-failing-tp21952.html Sent from the OpenSCAD mailing list archive at Nabble.com.
O
OleV
Thu, Aug 10, 2017 12:24 PM

Probably because the cmake archive did not get fetched properly. Check if the
file ~/openscad_deps/src/cmake-2.8.8.tar.gz contains just a short notice
that the link has moved. If so, edit the uni-build-depencies.sh, where it
fetches cmake to
curl -O https://cmake.org/files/v2.8/cmake-$version.tar.gz
then, remove the (invalid) ~/openscad_deps/src/cmake-2.8.8.tar.gz file and
run the script again
Or you can manually download cmake-2.8.8.tar.gz from cmake.org, place the
file in  ~/openscad_deps/src/ and rerun the script without editing.

--
View this message in context: http://forum.openscad.org/uni-build-dependencies-sh-failing-tp21952p22027.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Probably because the cmake archive did not get fetched properly. Check if the file ~/openscad_deps/src/cmake-2.8.8.tar.gz contains just a short notice that the link has moved. If so, edit the uni-build-depencies.sh, where it fetches cmake to curl -O https://cmake.org/files/v2.8/cmake-$version.tar.gz then, remove the (invalid) ~/openscad_deps/src/cmake-2.8.8.tar.gz file and run the script again Or you can manually download cmake-2.8.8.tar.gz from cmake.org, place the file in ~/openscad_deps/src/ and rerun the script without editing. -- View this message in context: http://forum.openscad.org/uni-build-dependencies-sh-failing-tp21952p22027.html Sent from the OpenSCAD mailing list archive at Nabble.com.