Chen Peng created SINGA-149:
-------------------------------
Summary: Docker build fail
Key: SINGA-149
URL: https://issues.apache.org/jira/browse/SINGA-149
Project: Singa
Issue Type: Bug
Environment: Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-99-virtual x86_64)
Reporter: Chen Peng
Error message
===============================================
/bin/mkdir -p '/usr/local/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c singa singatool
'/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/singa /usr/local/bin/singa
libtool: install: /usr/bin/install -c .libs/singatool /usr/local/bin/singatool
touch tool/python/singa/__init__.py
cp -f .libs/_driver.so tool/python/singa/
cp: cannot stat '.libs/_driver.so': No such file or directory
make[1]: *** [install-pyLTLIBRARIES] Error 1
make: *** [install-am] Error 2
make[1]: Leaving directory `/root/incubator-singa'
The command '/bin/sh -c cd && source /root/.bashrc && git clone
https://github.com/apache/incubator-singa.git && cd incubator-singa &&
./thirdparty/install.sh all && cd thirdparty/ && wget
https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
&& tar -zxvf protobuf-2.5.0.tar.gz && cd protobuf-2.5.0 && ./configure && make
&& make install && cd ../../ && cp thirdparty/install.sh . && rm -rf
thirdparty/* && mv install.sh thirdparty/ && ./thirdparty/install.sh zookeeper
&& ./autogen.sh && ./configure && make && make install && cd examples/cifar10
&& mv Makefile.example Makefile && make download && make create && service ssh
start' returned a non-zero code: 2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)