-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When i try to create a container using
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y libevent-dev libev-dev libuv1 libuv1-dev openssl libssl-dev ; \
cd /tmp ; \
wget https://github.com/couchbase/libcouchbase/releases/download/3.0.0-alpha.5/libcouchbase-3.0.0_alpha.5.tar.gz ; \
tar -zxvf ./libcouchbase-3.0.0_alpha.5.tar.gz ; \
cd libcouchbase-3.0.0_alpha.5 && mkdir build && cd build ; \
../cmake/configure ; \
make ; \
make install
it brakes at ../cmake/configure and log is
Found libev in /usr/include : /usr/lib/x86_64-linux-gnu/libev.so
-- Looking for ev_loop
-- Looking for ev_loop - not found
-- Looking for ev_run
-- Looking for ev_run - found
-- libev4 found
-- Found UV include dir: /usr/include
-- Found libuv in /usr/include : /usr/lib/x86_64-linux-gnu/libuv.so
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
-- Sanitized VERSION=
fatal: not a git repository (or any of the parent directories): .git
-- libcouchbase 3,0,0_alpha
-- Building libcouchbase 3.0.0_alpha.5/684f9f78d510adbf7d7fefae0e70d78ba3d29297
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1c")
-- SSL Found
-- Performing Test HAVE_PKCS5_PBKDF2_HMAC
-- Performing Test HAVE_PKCS5_PBKDF2_HMAC - Success
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 613 0 613 0 0 1517 0 --:--:-- --:--:-- --:--:-- 1517
100 3849k 100 3849k 0 0 1142k 0 0:00:03 0:00:03 --:--:-- 1488k
CMake Error at tests/CMakeLists.txt:79 (MESSAGE):
Unable to use /tmp/libcouchbase-3.0.0_alpha.5/tests/CouchbaseMock.jar as
CouchbaseMock
-- Configuring incomplete, errors occurred!
See also "/tmp/libcouchbase-3.0.0_alpha.5/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/libcouchbase-3.0.0_alpha.5/build/CMakeFiles/CMakeError.log".
Couldn't invoke cmake at ../cmake/configure line 329.
Metadata
Metadata
Assignees
Labels
No labels