couchbase openSUSE安装

时间:2016-12-07 14:05:01

标签: couchbase opensuse

我正在尝试安装Couchbase服务器4.1.1社区版。我按照https://github.com/couchbase/tlm#opensuse中的说明操作。由于openSuse不是Couchbase支持的平台,因此我们必须向CMake添加第三方依赖项以找到它们。请在下面找到命令的输出:

# gmake PREFIX=/opt/couchbase
mkdir: cannot create directory ‘build’: File exists
Makefile:45: recipe for target 'build/Makefile' failed
gmake[1]: [build/Makefile] Error 1 (ignored)
(cd build && cmake -G "Unix Makefiles" -D PRODUCT_VERSION= -D BUILD_ENTERPRISE= ..)
-- Third-party dependencies will be cached in pwd/output
-- *** Installing binary dependencies ***
-- Set platform to suse42.2 for dependency downloads
-- Set arch to x86_64 for dependency downloads
-- NOTE: The dependencies for unsupported platforms may not be available.
-- Downloads may fail. You may build dependencies from from
-- tlm/deps/packages and store then in ~/.cbdepscache
-- -----------------------------------------
-- Reading global third-party dependencies manifest...
-- Dependency breakpad (20160926-cb1) not declared for platform suse42.2, skipping...
-- Dependency boost (1.62.0-cb1) not declared for platform suse42.2, skipping...
-- Dependency curl (7.49.1-cb1) not declared for platform suse42.2, skipping...
-- Dependency erlang (R16B03-1-couchbase-cb1) not declared for platform suse42.2, skipping...
-- Dependency erlang (R16B03-couchbase-cb2) not declared for platform suse42.2, skipping...
-- Dependency flatbuffers (1.2.0-cb1) not declared for platform suse42.2, skipping...
-- Dependency icu4c (54.1.0) not declared for platform suse42.2, skipping...
-- Dependency icu4c (54.1-cb10) not declared for platform suse42.2, skipping...
-- Dependency jemalloc (4.1.0-cb2) not declared for platform suse42.2, skipping...
-- Dependency jemalloc (4.0.4-cb2) not declared for platform suse42.2, skipping...
-- Dependency jemalloc (4.1.1-couchbase-cb2) not declared for platform suse42.2, skipping...
-- Dependency json (1.1.0-cb1) not declared for platform suse42.2, skipping...
-- Dependency libevent (2.1.4-alpha-dev) not declared for platform suse42.2, skipping...
-- Dependency libevent (2.0.22-cb2) not declared for platform suse42.2, skipping...
-- Dependency openssl (1.0.1h) not declared for platform suse42.2, skipping...
-- Dependency pysqlite2 (0ff6e32-cb1) not declared for platform suse42.2, skipping...
-- Dependency python-snappy (c97d633) not declared for platform suse42.2, skipping...
-- Dependency python-snappy (c97d633-cb1) not declared for platform suse42.2, skipping...
-- Dependency snappy (1.1.1) not declared for platform suse42.2, skipping...
-- Dependency snappy (1.1.1-cb2) not declared for platform suse42.2, skipping...
-- Dependency v8 (4.8-cb4) not declared for platform suse42.2, skipping...
-- Dependency v8 (5.2-cb1) not declared for platform suse42.2, skipping...
-- Dependency v8 (4.8-cb5) not declared for platform suse42.2, skipping...
-- Global third-party dependencies manifest complete 
-- ----------------------------------------- --- Using cmake version: 3.5.2 
-- Installing to /compile/couchbase/install 
-- Build type: RelWithDebInfo (Community Edition) 
-- Using system-supplied malloc 
CMake Error at tlm/cmake/Modules/FindCouchbaseBoost.cmake:13 (MESSAGE): 
Boost headers not found 
Call Stack (most recent call first):
CMakeLists.txt:98 (INCLUDE)

-- Configuring incomplete, errors occurred!
See also "/compile/couchbase/build/CMakeFiles/CMakeOutput.log".
Makefile:45: recipe for target 'build/Makefile' failed
gmake[1]: *** [build/Makefile] Error 1
GNUmakefile:14: recipe for target 'all' failed
gmake: *** [all] Error 2

请帮我添加第三方依赖项。

0 个答案:

没有答案