Created
July 27, 2015 06:56
-
-
Save rickysarraf/a9c61625658cc5401242 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ base=/var/tmp/lxc/release | |
++ lsb_release -sc | |
+ codename=trusty | |
++ lsb_release -si | |
+ releasedir=/var/tmp/lxc/release/Ubuntu/WORKDIR | |
+ mkdir -p /var/tmp/lxc/release/Ubuntu/WORKDIR | |
++ git describe --match 'v*' | |
++ sed 's/^v//' | |
+ vers=0.94.2-109-gbb51f92 | |
+ pvers=devel | |
+ ./autogen.sh | |
+ set -e | |
+ test -f src/ceph.in | |
+ which libtoolize | |
+ [ /usr/bin/libtoolize ] | |
+ LIBTOOLIZE=libtoolize | |
+ test -d .git | |
+ git submodule sync | |
Synchronizing submodule url for 'ceph-erasure-code-corpus' | |
Synchronizing submodule url for 'ceph-object-corpus' | |
Synchronizing submodule url for 'src/civetweb' | |
Synchronizing submodule url for 'src/erasure-code/jerasure/gf-complete' | |
Synchronizing submodule url for 'src/erasure-code/jerasure/jerasure' | |
Synchronizing submodule url for 'src/libs3' | |
Synchronizing submodule url for 'src/rocksdb' | |
+ git submodule update --init | |
+ rm -f config.cache | |
+ aclocal -I m4 --install | |
+ check_for_pkg_config | |
+ which pkg-config | |
+ return | |
+ libtoolize --force --copy | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: copying file `./ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
+ aclocal -I m4 --install | |
+ autoconf | |
+ autoheader | |
+ automake -a --add-missing -Wall | |
src/test/Makefile.am:90: warning: patsubst %,$(srcdir: non-POSIX variable name | |
src/test/Makefile.am:90: (probably a GNU make extension) | |
src/Makefile.am:35: 'src/test/Makefile.am' included from here | |
+ cd src/gmock | |
+ autoreconf -fvi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: adding subdirectory gtest to autoreconf | |
autoreconf: Entering directory `gtest' | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. | |
libtoolize: copying file `build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `gtest' | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. | |
libtoolize: copying file `build-aux/ltmain.sh' | |
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and | |
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. | |
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
autoreconf: Leaving directory `.' | |
+ cd src/rocksdb | |
+ autoreconf -fvi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `.' | |
+ exit | |
+ ./configure --with-rocksdb --with-ocf --with-rest-bench --with-nss --with-debug --enable-cephfs-java --with-lttng --with-babeltrace | |
checking for git... yes | |
configure: RPM_RELEASE='109.gbb51f92' | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking dependency style of gcc... gcc3 | |
checking dependency style of gcc... (cached) gcc3 | |
checking whether make supports nested variables... (cached) yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking dependency style of g++... (cached) gcc3 | |
checking if compiler is clang... no | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for snappy_compress in -lsnappy... yes | |
checking for leveldb_open in -lleveldb... yes | |
checking for yasm... yes | |
we have a modern and working yasm | |
we are x86_64 | |
we are not x32 | |
yasm can also build the isa-l stuff | |
checking whether gcc accepts -Wtype-limits... yes | |
checking whether gcc accepts -Wignored-qualifiers... yes | |
checking whether gcc accepts -Werror=format-security... yes | |
checking whether C compiler accepts -fvar-tracking-assignments... yes | |
checking whether the compiler supports static_cast<>... yes | |
checking whether gcc recognizes __func__... yes | |
checking whether gcc recognizes __PRETTY_FUNCTION__... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking whether what we have so far is sufficient with -nostdlib... no | |
checking whether -lpthread saves the day... yes | |
checking for uuid_parse in -luuid... yes | |
checking blkid/blkid.h usability... yes | |
checking blkid/blkid.h presence... yes | |
checking for blkid/blkid.h... yes | |
checking for blkid_devno_to_wholedisk in -lblkid... yes | |
checking libudev.h usability... yes | |
checking libudev.h presence... yes | |
checking for libudev.h... yes | |
checking for udev_monitor_receive_device in -ludev... yes | |
checking for resolv.h... yes | |
checking if res_nquery will link (LIBS=)... no | |
checking if res_nquery will link (LIBS=-lresolv)... yes | |
checking for add_key in -lkeyutils... yes | |
checking for pow in -lm... yes | |
checking for syncfs... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for CRYPTOPP... no | |
checking for library containing _ZTIN8CryptoPP14CBC_EncryptionE... no | |
checking for NSS... yes | |
configure: using nss for cryptography | |
checking for FCGX_Init in -lfcgi... yes | |
checking for XML_Parse in -lexpat... yes | |
checking for curl_easy_init in -lcurl... yes | |
checking fastcgi/fcgiapp.h usability... no | |
checking fastcgi/fcgiapp.h presence... no | |
checking for fastcgi/fcgiapp.h... no | |
checking for curl_multi_wait in -lcurl... yes | |
checking for fuse_main in -lfuse... yes | |
checking for fuse_getgroups... yes | |
checking for malloc in -ltcmalloc... yes | |
find: `/usr/lib/jvm/java/': No such file or directory | |
find: `/usr/lib/jvm/java-gcj/': No such file or directory | |
You have no CLASSPATH, I hope it is good | |
checking for javac... javac | |
checking if javac works... yes | |
checking for javah... /usr/bin/javah | |
configure: WARNING: unable to include <jni.h> | |
checking for jar... jar | |
configure: classpath - :/usr/share/java/junit4.jar | |
checking jni.h usability... yes | |
checking jni.h presence... yes | |
checking for jni.h... yes | |
checking atomic_ops.h usability... yes | |
checking atomic_ops.h presence... yes | |
checking for atomic_ops.h... yes | |
checking size of AO_t... 8 | |
checking for snappy_compress in -lsnappy... (cached) yes | |
checking for leveldb_open in -lleveldb... (cached) yes | |
checking leveldb/filter_policy.h usability... yes | |
checking leveldb/filter_policy.h presence... yes | |
checking for leveldb/filter_policy.h... yes | |
checking whether C compiler accepts -msse... yes | |
checking whether C compiler accepts -msse2... yes | |
checking whether C compiler accepts -msse3... yes | |
checking whether C compiler accepts -mssse3... yes | |
checking whether C compiler accepts -mpclmul... yes | |
checking whether C compiler accepts -msse4.1... yes | |
checking whether C compiler accepts -msse4.2... yes | |
checking whether g++ supports C++11 features by default... no | |
checking whether g++ supports C++11 features with -std=gnu++11... yes | |
checking for io_submit in -laio... yes | |
checking libaio.h usability... yes | |
checking libaio.h presence... yes | |
checking for libaio.h... yes | |
checking xfs/xfs.h usability... yes | |
checking xfs/xfs.h presence... yes | |
checking for xfs/xfs.h... yes | |
checking for XFS_XFLAG_EXTSIZE in xfs/xfs.h... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking boost/spirit/include/classic_core.hpp usability... yes | |
checking boost/spirit/include/classic_core.hpp presence... yes | |
checking for boost/spirit/include/classic_core.hpp... yes | |
checking boost/random/discrete_distribution.hpp usability... yes | |
checking boost/random/discrete_distribution.hpp presence... yes | |
checking for boost/random/discrete_distribution.hpp... yes | |
checking boost/statechart/state.hpp usability... yes | |
checking boost/statechart/state.hpp presence... yes | |
checking for boost/statechart/state.hpp... yes | |
checking boost/program_options/option.hpp usability... yes | |
checking boost/program_options/option.hpp presence... yes | |
checking for boost/program_options/option.hpp... yes | |
checking for main in -lboost_system-mt... no | |
checking for main in -lboost_system... yes | |
checking for main in -lboost_thread-mt... no | |
checking for main in -lboost_thread... yes | |
checking for main in -lboost_program_options-mt... no | |
checking for main in -lboost_program_options... yes | |
checking for struct fiemap_extent.fe_logical... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking arpa/nameser_compat.h usability... yes | |
checking arpa/nameser_compat.h presence... yes | |
checking for arpa/nameser_compat.h... yes | |
checking linux/version.h usability... yes | |
checking linux/version.h presence... yes | |
checking for linux/version.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/vfs.h usability... yes | |
checking sys/vfs.h presence... yes | |
checking for sys/vfs.h... yes | |
checking sys/xattr.h usability... yes | |
checking sys/xattr.h presence... yes | |
checking for sys/xattr.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking for sync_file_range... yes | |
checking for fallocate... yes | |
checking for struct stat.st_mtim.tv_nsec... yes | |
checking for struct stat.st_mtimespec.tv_nsec... no | |
checking for splice... yes | |
checking for F_SETPIPE_SZ in fcntl.h... yes | |
checking for posix_fallocate... yes | |
checking sys/prctl.h usability... yes | |
checking sys/prctl.h presence... yes | |
checking for sys/prctl.h... yes | |
checking for prctl... yes | |
checking for pipe2... yes | |
checking for posix_fadvise... yes | |
checking for fdatasync... yes | |
checking for sched.h... ./configure: line 22881: +ac_ext=cpp: command not found | |
yes | |
./configure: line 22923: +ac_ext=c: command not found | |
checking for pthread_spin_init... yes | |
checking for int8_t... yes | |
checking for uint8_t... yes | |
checking for int16_t... yes | |
checking for uint16_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking linux/types.h usability... yes | |
checking linux/types.h presence... yes | |
checking for linux/types.h... yes | |
checking for __u8... yes | |
checking for __s8... yes | |
checking for __u16... yes | |
checking for __s16... yes | |
checking for __u32... yes | |
checking for __s32... yes | |
checking for __u64... yes | |
checking for __s64... yes | |
checking for __le16... yes | |
checking for __be16... yes | |
checking for __le32... yes | |
checking for __be32... yes | |
checking for __le64... yes | |
checking for __be64... yes | |
checking if lttng-gen-tp is sane... yes | |
checking lttng/tracepoint.h usability... yes | |
checking lttng/tracepoint.h presence... yes | |
checking for lttng/tracepoint.h... yes | |
checking for lttng-gen-tp... yes | |
checking if time_t is an integer... yes | |
checking if time_t fits in uint64_t... yes | |
checking babeltrace/ctf/events.h usability... yes | |
checking babeltrace/ctf/events.h presence... yes | |
checking for babeltrace/ctf/events.h... yes | |
checking babeltrace/babeltrace.h usability... yes | |
checking babeltrace/babeltrace.h presence... yes | |
checking for babeltrace/babeltrace.h... yes | |
checking whether BT_CLOCK_REAL is declared... yes | |
checking for babeltrace/babeltrace.h... (cached) yes | |
checking for babeltrace/ctf/events.h... (cached) yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... yes | |
checking for a Python interpreter with version >= 2.4... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.7 | |
checking for python platform... linux2 | |
checking for python script directory... ${prefix}/lib/python2.7/dist-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/ocf/Makefile | |
config.status: creating src/ocf/ceph | |
config.status: creating src/ocf/rbd | |
config.status: creating src/java/Makefile | |
config.status: creating src/tracing/Makefile | |
config.status: creating man/Makefile | |
config.status: creating ceph.spec | |
config.status: creating src/acconfig.h | |
config.status: src/acconfig.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in src/gmock (/var/tmp/lxc/ceph/src/gmock) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--with-rocksdb' '--with-ocf' '--with-rest-bench' '--with-nss' '--with-debug' '--enable-cephfs-java' '--with-lttng' '--with-babeltrace' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking for gtest-config... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gmock-config | |
config.status: creating build-aux/config.h | |
config.status: build-aux/config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in gtest (/var/tmp/lxc/ceph/src/gmock/gtest) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--with-rocksdb' '--with-ocf' '--with-rest-bench' '--with-nss' '--with-debug' '--enable-cephfs-java' '--with-lttng' '--with-babeltrace' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gtest-config | |
config.status: creating build-aux/config.h | |
config.status: build-aux/config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
+ make distdir=ceph-0.94.2-109-gbb51f92 dist | |
make dist-gzip am__post_remove_distdir='@:' | |
make[1]: Entering directory `/var/tmp/lxc/ceph' | |
if test -d "ceph-0.94.2-109-gbb51f92"; then find "ceph-0.94.2-109-gbb51f92" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "ceph-0.94.2-109-gbb51f92" || { sleep 5 && rm -rf "ceph-0.94.2-109-gbb51f92"; }; else :; fi | |
test -d "ceph-0.94.2-109-gbb51f92" || mkdir "ceph-0.94.2-109-gbb51f92" | |
(cd src && make top_distdir=../ceph-0.94.2-109-gbb51f92 distdir=../ceph-0.94.2-109-gbb51f92/src \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[2]: Entering directory `/var/tmp/lxc/ceph/src' | |
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /var/tmp/lxc/ceph/missing autoheader) | |
rm -f stamp-h1 | |
touch acconfig.h.in | |
./check_version ./.git_version | |
./.git_version is up to date. | |
rm -f ceph-crush-location ceph-crush-location.tmp | |
sed -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@sbindir[@]|/usr/local/sbin|g' -e 's|@libdir[@]|/usr/local/lib|g' -e 's|@sysconfdir[@]|/usr/local/etc|g' -e 's|@datadir[@]|/usr/local/share/ceph|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|5|g' './ceph-crush-location.in' >ceph-crush-location.tmp | |
chmod +x ceph-crush-location.tmp | |
chmod a-w ceph-crush-location.tmp | |
mv ceph-crush-location.tmp ceph-crush-location | |
(cd gmock && make top_distdir=../../ceph-0.94.2-109-gbb51f92 distdir=../../ceph-0.94.2-109-gbb51f92/src/gmock \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[3]: Entering directory `/var/tmp/lxc/ceph/src/gmock' | |
mkdir -p "./fused-src" | |
chmod -R u+w "./fused-src" | |
rm -f "./fused-src/gtest/gtest.h" | |
rm -f "./fused-src/gmock/gmock.h" | |
rm -f "./fused-src/gmock-gtest-all.cc" | |
"./scripts/fuse_gmock_files.py" "./fused-src" | |
cp -f "./src/gmock_main.cc" "./fused-src" | |
: | |
test -d "../../ceph-0.94.2-109-gbb51f92/src/gmock" || mkdir "../../ceph-0.94.2-109-gbb51f92/src/gmock" | |
(cd gtest && make top_distdir=../../../ceph-0.94.2-109-gbb51f92 distdir=../../../ceph-0.94.2-109-gbb51f92/src/gmock/gtest \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[4]: Entering directory `/var/tmp/lxc/ceph/src/gmock/gtest' | |
mkdir -p "./fused-src" | |
chmod -R u+w "./fused-src" | |
rm -f "./fused-src/gtest/gtest-all.cc" | |
rm -f "./fused-src/gtest/gtest.h" | |
"./scripts/fuse_gtest_files.py" "./fused-src" | |
cp -f "./src/gtest_main.cc" "./fused-src/gtest/" | |
: | |
test -d "../../../ceph-0.94.2-109-gbb51f92/src/gmock/gtest" || mkdir "../../../ceph-0.94.2-109-gbb51f92/src/gmock/gtest" | |
test -n ":" \ | |
|| find "../../../ceph-0.94.2-109-gbb51f92/src/gmock/gtest" -type d ! -perm -755 \ | |
-exec chmod u+rwx,go+rx {} \; -o \ | |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
! -type d ! -perm -444 -exec /bin/bash /var/tmp/lxc/ceph/src/gmock/gtest/build-aux/install-sh -c -m a+r {} {} \; \ | |
|| chmod -R a+r "../../../ceph-0.94.2-109-gbb51f92/src/gmock/gtest" | |
make[4]: Leaving directory `/var/tmp/lxc/ceph/src/gmock/gtest' | |
test -n ":" \ | |
|| find "../../ceph-0.94.2-109-gbb51f92/src/gmock" -type d ! -perm -755 \ | |
-exec chmod u+rwx,go+rx {} \; -o \ | |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
! -type d ! -perm -444 -exec /bin/bash /var/tmp/lxc/ceph/src/gmock/build-aux/install-sh -c -m a+r {} {} \; \ | |
|| chmod -R a+r "../../ceph-0.94.2-109-gbb51f92/src/gmock" | |
make[3]: Leaving directory `/var/tmp/lxc/ceph/src/gmock' | |
(cd ocf && make top_distdir=../../ceph-0.94.2-109-gbb51f92 distdir=../../ceph-0.94.2-109-gbb51f92/src/ocf \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[3]: Entering directory `/var/tmp/lxc/ceph/src/ocf' | |
make[3]: Leaving directory `/var/tmp/lxc/ceph/src/ocf' | |
(cd libs3 && make top_distdir=../../ceph-0.94.2-109-gbb51f92 distdir=../../ceph-0.94.2-109-gbb51f92/src/libs3 \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[3]: Entering directory `/var/tmp/lxc/ceph/src/libs3' | |
make[3]: Nothing to be done for `distdir'. | |
make[3]: Leaving directory `/var/tmp/lxc/ceph/src/libs3' | |
(cd java && make top_distdir=../../ceph-0.94.2-109-gbb51f92 distdir=../../ceph-0.94.2-109-gbb51f92/src/java \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[3]: Entering directory `/var/tmp/lxc/ceph/src/java' | |
make[3]: Leaving directory `/var/tmp/lxc/ceph/src/java' | |
(cd tracing && make top_distdir=../../ceph-0.94.2-109-gbb51f92 distdir=../../ceph-0.94.2-109-gbb51f92/src/tracing \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[3]: Entering directory `/var/tmp/lxc/ceph/src/tracing' | |
make[3]: Leaving directory `/var/tmp/lxc/ceph/src/tracing' | |
make \ | |
top_distdir="../ceph-0.94.2-109-gbb51f92" distdir="../ceph-0.94.2-109-gbb51f92/src" \ | |
dist-hook | |
make[3]: Entering directory `/var/tmp/lxc/ceph/src' | |
./check_version ./.git_version | |
./.git_version is up to date. | |
make[3]: Leaving directory `/var/tmp/lxc/ceph/src' | |
make[2]: Leaving directory `/var/tmp/lxc/ceph/src' | |
(cd man && make top_distdir=../ceph-0.94.2-109-gbb51f92 distdir=../ceph-0.94.2-109-gbb51f92/man \ | |
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) | |
make[2]: Entering directory `/var/tmp/lxc/ceph/man' | |
make[2]: Leaving directory `/var/tmp/lxc/ceph/man' | |
make \ | |
top_distdir="ceph-0.94.2-109-gbb51f92" distdir="ceph-0.94.2-109-gbb51f92" \ | |
dist-hook | |
make[2]: Entering directory `/var/tmp/lxc/ceph' | |
if test -d ./.git; then \ | |
cd .; \ | |
git log --format='%aN <%aE>' | sort -u >ceph-0.94.2-109-gbb51f92/AUTHORS; \ | |
fi | |
if test -d ./.git; then \ | |
cd .; \ | |
git log --oneline --decorate --no-merges > ceph-0.94.2-109-gbb51f92/ChangeLog; \ | |
fi | |
make[2]: Leaving directory `/var/tmp/lxc/ceph' | |
test -n "" \ | |
|| find "ceph-0.94.2-109-gbb51f92" -type d ! -perm -755 \ | |
-exec chmod u+rwx,go+rx {} \; -o \ | |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
! -type d ! -perm -444 -exec /bin/bash /var/tmp/lxc/ceph/install-sh -c -m a+r {} {} \; \ | |
|| chmod -R a+r "ceph-0.94.2-109-gbb51f92" | |
tardir=ceph-0.94.2-109-gbb51f92 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >ceph-0.94.2-109-gbb51f92.tar.gz | |
tar: ceph-0.94.2-109-gbb51f92/src/gmock/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: file name is too long (max 99); not dumped | |
tar: ceph-0.94.2-109-gbb51f92/src/test/ubuntu-14.04/debian: File removed before we read it | |
tar: ceph-0.94.2-109-gbb51f92/src/test/ubuntu-12.04/debian: File removed before we read it | |
tar: ceph-0.94.2-109-gbb51f92/src/test/debian-jessie/debian: File removed before we read it | |
tar: Exiting with failure status due to previous errors | |
make[1]: Leaving directory `/var/tmp/lxc/ceph' | |
if test -d "ceph-0.94.2-109-gbb51f92"; then find "ceph-0.94.2-109-gbb51f92" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "ceph-0.94.2-109-gbb51f92" || { sleep 5 && rm -rf "ceph-0.94.2-109-gbb51f92"; }; else :; fi | |
+ mkdir -p /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel | |
+ mv ceph-0.94.2-109-gbb51f92.tar.gz /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph_0.94.2-109-gbb51f92.orig.tar.gz | |
+ tar -C /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel -zxf /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph_0.94.2-109-gbb51f92.orig.tar.gz --strip-component=1 | |
+ cp -a debian /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian | |
+ cd /var/tmp/lxc/release/Ubuntu/WORKDIR | |
+ perl -ni -e 'print if(!(/^Package: .*-dbg$/../^$/))' ceph-devel/debian/control | |
+ perl -pi -e 's/--dbg-package.*//' ceph-devel/debian/rules | |
+ dvers=0.94.2-109-gbb51f92-1 | |
+ cd ceph-devel | |
++ head -1 debian/changelog | |
++ perl -ne 's/.*\(//; s/\).*//; print' | |
+ chvers=0.94.2-1 | |
+ '[' 0.94.2-1 '!=' 0.94.2-109-gbb51f92-1 ']' | |
+ DEBEMAIL=Ritesh.Sarraf@ril.com | |
+ dch -D trusty --force-distribution -b -v 0.94.2-109-gbb51f92-1 'new version' | |
+++ nproc | |
++ 4 | |
./make-debs.sh: line 85: 4: command not found | |
+ : | |
+ test -gt 1 | |
./make-debs.sh: line 86: test: -gt: unary operator expected | |
+ PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games | |
+ dpkg-buildpackage -nc -uc -us | |
dpkg-buildpackage: source package ceph | |
dpkg-buildpackage: source version 0.94.2-109-gbb51f92-1 | |
dpkg-buildpackage: source distribution trusty | |
dpkg-buildpackage: source changed by Alfredo Deza <Ritesh.Sarraf@ril.com> | |
dpkg-source --before-build ceph-devel | |
dpkg-buildpackage: host architecture amd64 | |
debian/rules build | |
dh_testdir | |
./autogen.sh | |
+ set -e | |
+ test -f src/ceph.in | |
+ which libtoolize | |
+ [ /usr/bin/libtoolize ] | |
+ LIBTOOLIZE=libtoolize | |
+ test -d .git | |
+ rm -f config.cache | |
+ aclocal -I m4 --install | |
+ check_for_pkg_config | |
+ which pkg-config | |
+ return | |
+ libtoolize --force --copy | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: copying file `./ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
+ aclocal -I m4 --install | |
+ autoconf | |
+ autoheader | |
+ automake -a --add-missing -Wall | |
src/test/Makefile.am:90: warning: patsubst %,$(srcdir: non-POSIX variable name | |
src/test/Makefile.am:90: (probably a GNU make extension) | |
src/Makefile.am:35: 'src/test/Makefile.am' included from here | |
+ cd src/gmock | |
+ autoreconf -fvi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: adding subdirectory gtest to autoreconf | |
autoreconf: Entering directory `gtest' | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. | |
libtoolize: copying file `build-aux/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `gtest' | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. | |
libtoolize: copying file `build-aux/ltmain.sh' | |
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and | |
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. | |
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
autoreconf: Leaving directory `.' | |
+ cd src/rocksdb | |
+ autoreconf -fvi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
libtoolize: copying file `m4/libtool.m4' | |
libtoolize: copying file `m4/ltoptions.m4' | |
libtoolize: copying file `m4/ltsugar.m4' | |
libtoolize: copying file `m4/ltversion.m4' | |
libtoolize: copying file `m4/lt~obsolete.m4' | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `.' | |
+ exit | |
./configure --prefix=/usr --localstatedir=/var \ | |
--sysconfdir=/etc --with-ocf --with-rest-bench --with-nss --with-debug --enable-cephfs-java --with-librocksdb-static=check --build x86_64-linux-gnu \ | |
configure: RPM_RELEASE='0' | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 3458764513820540925 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking dependency style of gcc... gcc3 | |
checking dependency style of gcc... (cached) gcc3 | |
checking whether make supports nested variables... (cached) yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking dependency style of g++... (cached) gcc3 | |
checking if compiler is clang... no | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for snappy_compress in -lsnappy... yes | |
checking for leveldb_open in -lleveldb... yes | |
checking for yasm... yes | |
we have a modern and working yasm | |
we are x86_64 | |
we are not x32 | |
yasm can also build the isa-l stuff | |
checking whether gcc accepts -Wtype-limits... yes | |
checking whether gcc accepts -Wignored-qualifiers... yes | |
checking whether gcc accepts -Werror=format-security... yes | |
checking whether C compiler accepts -fvar-tracking-assignments... yes | |
checking whether the compiler supports static_cast<>... yes | |
checking whether gcc recognizes __func__... yes | |
checking whether gcc recognizes __PRETTY_FUNCTION__... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking whether what we have so far is sufficient with -nostdlib... no | |
checking whether -lpthread saves the day... yes | |
checking for uuid_parse in -luuid... yes | |
checking blkid/blkid.h usability... yes | |
checking blkid/blkid.h presence... yes | |
checking for blkid/blkid.h... yes | |
checking for blkid_devno_to_wholedisk in -lblkid... yes | |
checking libudev.h usability... yes | |
checking libudev.h presence... yes | |
checking for libudev.h... yes | |
checking for udev_monitor_receive_device in -ludev... yes | |
checking for resolv.h... yes | |
checking if res_nquery will link (LIBS=)... no | |
checking if res_nquery will link (LIBS=-lresolv)... yes | |
checking for add_key in -lkeyutils... yes | |
checking for pow in -lm... yes | |
checking for syncfs... yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for CRYPTOPP... no | |
checking for library containing _ZTIN8CryptoPP14CBC_EncryptionE... no | |
checking for NSS... yes | |
configure: using nss for cryptography | |
checking for FCGX_Init in -lfcgi... yes | |
checking for XML_Parse in -lexpat... yes | |
checking for curl_easy_init in -lcurl... yes | |
checking fastcgi/fcgiapp.h usability... no | |
checking fastcgi/fcgiapp.h presence... no | |
checking for fastcgi/fcgiapp.h... no | |
checking for curl_multi_wait in -lcurl... yes | |
checking for fuse_main in -lfuse... yes | |
checking for fuse_getgroups... yes | |
checking for malloc in -ltcmalloc... yes | |
find: `/usr/lib/jvm/java/': No such file or directory | |
find: `/usr/lib/jvm/java-gcj/': No such file or directory | |
You have no CLASSPATH, I hope it is good | |
checking for javac... javac | |
checking if javac works... yes | |
checking for javah... /usr/bin/javah | |
configure: WARNING: unable to include <jni.h> | |
checking for jar... jar | |
configure: classpath - :/usr/share/java/junit4.jar | |
checking jni.h usability... yes | |
checking jni.h presence... yes | |
checking for jni.h... yes | |
checking atomic_ops.h usability... yes | |
checking atomic_ops.h presence... yes | |
checking for atomic_ops.h... yes | |
checking size of AO_t... 8 | |
checking for snappy_compress in -lsnappy... (cached) yes | |
checking for leveldb_open in -lleveldb... (cached) yes | |
checking leveldb/filter_policy.h usability... yes | |
checking leveldb/filter_policy.h presence... yes | |
checking for leveldb/filter_policy.h... yes | |
checking whether C compiler accepts -msse... yes | |
checking whether C compiler accepts -msse2... yes | |
checking whether C compiler accepts -msse3... yes | |
checking whether C compiler accepts -mssse3... yes | |
checking whether C compiler accepts -mpclmul... yes | |
checking whether C compiler accepts -msse4.1... yes | |
checking whether C compiler accepts -msse4.2... yes | |
checking whether g++ supports C++11 features by default... no | |
checking whether g++ supports C++11 features with -std=gnu++11... yes | |
checking for io_submit in -laio... yes | |
checking libaio.h usability... yes | |
checking libaio.h presence... yes | |
checking for libaio.h... yes | |
checking xfs/xfs.h usability... yes | |
checking xfs/xfs.h presence... yes | |
checking for xfs/xfs.h... yes | |
checking for XFS_XFLAG_EXTSIZE in xfs/xfs.h... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking boost/spirit/include/classic_core.hpp usability... yes | |
checking boost/spirit/include/classic_core.hpp presence... yes | |
checking for boost/spirit/include/classic_core.hpp... yes | |
checking boost/random/discrete_distribution.hpp usability... yes | |
checking boost/random/discrete_distribution.hpp presence... yes | |
checking for boost/random/discrete_distribution.hpp... yes | |
checking boost/statechart/state.hpp usability... yes | |
checking boost/statechart/state.hpp presence... yes | |
checking for boost/statechart/state.hpp... yes | |
checking boost/program_options/option.hpp usability... yes | |
checking boost/program_options/option.hpp presence... yes | |
checking for boost/program_options/option.hpp... yes | |
checking for main in -lboost_system-mt... no | |
checking for main in -lboost_system... yes | |
checking for main in -lboost_thread-mt... no | |
checking for main in -lboost_thread... yes | |
checking for main in -lboost_program_options-mt... no | |
checking for main in -lboost_program_options... yes | |
checking for struct fiemap_extent.fe_logical... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking arpa/nameser_compat.h usability... yes | |
checking arpa/nameser_compat.h presence... yes | |
checking for arpa/nameser_compat.h... yes | |
checking linux/version.h usability... yes | |
checking linux/version.h presence... yes | |
checking for linux/version.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/vfs.h usability... yes | |
checking sys/vfs.h presence... yes | |
checking for sys/vfs.h... yes | |
checking sys/xattr.h usability... yes | |
checking sys/xattr.h presence... yes | |
checking for sys/xattr.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking for sync_file_range... yes | |
checking for fallocate... yes | |
checking for struct stat.st_mtim.tv_nsec... yes | |
checking for struct stat.st_mtimespec.tv_nsec... no | |
checking for splice... yes | |
checking for F_SETPIPE_SZ in fcntl.h... yes | |
checking for posix_fallocate... yes | |
checking sys/prctl.h usability... yes | |
checking sys/prctl.h presence... yes | |
checking for sys/prctl.h... yes | |
checking for prctl... yes | |
checking for pipe2... yes | |
checking for posix_fadvise... yes | |
checking for fdatasync... yes | |
checking for sched.h... ./configure: line 22881: +ac_ext=cpp: command not found | |
yes | |
./configure: line 22923: +ac_ext=c: command not found | |
checking for pthread_spin_init... yes | |
checking for int8_t... yes | |
checking for uint8_t... yes | |
checking for int16_t... yes | |
checking for uint16_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking linux/types.h usability... yes | |
checking linux/types.h presence... yes | |
checking for linux/types.h... yes | |
checking for __u8... yes | |
checking for __s8... yes | |
checking for __u16... yes | |
checking for __s16... yes | |
checking for __u32... yes | |
checking for __s32... yes | |
checking for __u64... yes | |
checking for __s64... yes | |
checking for __le16... yes | |
checking for __be16... yes | |
checking for __le32... yes | |
checking for __be32... yes | |
checking for __le64... yes | |
checking for __be64... yes | |
checking if lttng-gen-tp is sane... yes | |
configure: lttng auto-enabled | |
checking lttng/tracepoint.h usability... yes | |
checking lttng/tracepoint.h presence... yes | |
checking for lttng/tracepoint.h... yes | |
checking for lttng-gen-tp... yes | |
checking if time_t is an integer... yes | |
checking if time_t fits in uint64_t... yes | |
checking babeltrace/ctf/events.h usability... yes | |
checking babeltrace/ctf/events.h presence... yes | |
checking for babeltrace/ctf/events.h... yes | |
checking babeltrace/babeltrace.h usability... yes | |
checking babeltrace/babeltrace.h presence... yes | |
checking for babeltrace/babeltrace.h... yes | |
checking whether BT_CLOCK_REAL is declared... yes | |
configure: babeltrace auto-enabled | |
checking for babeltrace/babeltrace.h... (cached) yes | |
checking for babeltrace/ctf/events.h... (cached) yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... yes | |
checking for a Python interpreter with version >= 2.4... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.7 | |
checking for python platform... linux2 | |
checking for python script directory... ${prefix}/lib/python2.7/dist-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/ocf/Makefile | |
config.status: creating src/ocf/ceph | |
config.status: creating src/ocf/rbd | |
config.status: creating src/java/Makefile | |
config.status: creating src/tracing/Makefile | |
config.status: creating man/Makefile | |
config.status: creating ceph.spec | |
config.status: creating src/acconfig.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in src/gmock (/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--with-ocf' '--with-rest-bench' '--with-nss' '--with-debug' '--enable-cephfs-java' '--with-librocksdb-static=check' '--build' 'x86_64-linux-gnu' 'build_alias=x86_64-linux-gnu' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 3458764513820540925 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking for gtest-config... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gmock-config | |
config.status: creating build-aux/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in gtest (/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/gtest) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--with-ocf' '--with-rest-bench' '--with-nss' '--with-debug' '--enable-cephfs-java' '--with-librocksdb-static=check' '--build' 'x86_64-linux-gnu' 'build_alias=x86_64-linux-gnu' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 3458764513820540925 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gtest-config | |
config.status: creating build-aux/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in src/rocksdb (/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--localstatedir=/var' '--sysconfdir=/etc' '--with-ocf' '--with-rest-bench' '--with-nss' '--with-debug' '--enable-cephfs-java' '--with-librocksdb-static=check' '--build' 'x86_64-linux-gnu' 'build_alias=x86_64-linux-gnu' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 3458764513820540925 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for snappy_compress in -lsnappy... yes | |
checking for gzread in -lz... yes | |
checking for BZ2_bzCompressInit in -lbz2... yes | |
checking for clock_gettime in -lrt... yes | |
checking for malloc in -ltcmalloc... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
touch configure-stamp | |
dh_testdir | |
/usr/bin/make | |
make[1]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
Making all in . | |
make[2]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/gtest' | |
depbase=`echo src/gtest-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gtest-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-all.lo src/gtest-all.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -fPIC -DPIC -o src/.libs/gtest-all.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -o src/gtest-all.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -o lib/libgtest.la src/gtest-all.lo | |
libtool: link: ar cru lib/.libs/libgtest.a src/.libs/gtest-all.o | |
libtool: link: ranlib lib/.libs/libgtest.a | |
libtool: link: ( cd "lib/.libs" && rm -f "libgtest.la" && ln -s "../libgtest.la" "libgtest.la" ) | |
depbase=`echo src/gtest_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gtest_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest_main.lo src/gtest_main.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -fPIC -DPIC -o src/.libs/gtest_main.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -DGTEST_HAS_TR1_TUPLE=0 -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -o src/gtest_main.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -o lib/libgtest_main.la src/gtest_main.lo lib/libgtest.la | |
libtool: link: (cd lib/.libs/libgtest_main.lax/libgtest.a && ar x "/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/gtest/lib/.libs/libgtest.a") | |
libtool: link: ar cru lib/.libs/libgtest_main.a src/.libs/gtest_main.o lib/.libs/libgtest_main.lax/libgtest.a/gtest-all.o | |
libtool: link: ranlib lib/.libs/libgtest_main.a | |
libtool: link: rm -fr lib/.libs/libgtest_main.lax | |
libtool: link: ( cd "lib/.libs" && rm -f "libgtest_main.la" && ln -s "../libgtest_main.la" "libgtest_main.la" ) | |
make[3]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/gtest' | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock' | |
depbase=`echo src/gmock-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gmock-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock-all.lo src/gmock-all.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -fPIC -DPIC -o src/.libs/gmock-all.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -o src/gmock-all.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -o lib/libgmock.la src/gmock-all.lo | |
libtool: link: ar cru lib/.libs/libgmock.a src/.libs/gmock-all.o | |
libtool: link: ranlib lib/.libs/libgmock.a | |
libtool: link: ( cd "lib/.libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" ) | |
depbase=`echo src/gmock_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gmock_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock_main.lo src/gmock_main.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -fPIC -DPIC -o src/.libs/gmock_main.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./gtest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -o src/gmock_main.o >/dev/null 2>&1 | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -o lib/libgmock_main.la src/gmock_main.lo lib/libgmock.la | |
libtool: link: (cd lib/.libs/libgmock_main.lax/libgmock.a && ar x "/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/lib/.libs/libgmock.a") | |
libtool: link: ar cru lib/.libs/libgmock_main.a src/.libs/gmock_main.o lib/.libs/libgmock_main.lax/libgmock.a/gmock-all.o | |
libtool: link: ranlib lib/.libs/libgmock_main.a | |
libtool: link: rm -fr lib/.libs/libgmock_main.lax | |
libtool: link: ( cd "lib/.libs" && rm -f "libgmock_main.la" && ln -s "../libgmock_main.la" "libgmock_main.la" ) | |
make[3]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock' | |
make[2]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
Making all in src | |
make[2]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
rm -f init-ceph init-ceph.tmp | |
sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@libdir[@]|/usr/lib|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@datadir[@]|/usr/share/ceph|g' -e 's|@prefix[@]|/usr|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|8|g' './init-ceph.in' >init-ceph.tmp | |
chmod +x init-ceph.tmp | |
chmod a-w init-ceph.tmp | |
mv init-ceph.tmp init-ceph | |
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/missing autoheader) | |
rm -f stamp-h1 | |
touch acconfig.h.in | |
cd .. && /bin/bash ./config.status src/acconfig.h | |
config.status: creating src/acconfig.h | |
config.status: src/acconfig.h is unchanged | |
/usr/bin/make all-recursive | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
Making all in ocf | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
Making all in java | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
export CLASSPATH=java/ ; \ | |
javac -classpath java -source 1.5 -target 1.5 -Xlint:-options java/com/ceph/fs/*.java | |
export CLASSPATH=java/ ; \ | |
/usr/bin/javah -classpath java -jni -o native/com_ceph_fs_CephMount.h com.ceph.fs.CephMount | |
/usr/bin/make all-am | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
jar cf libcephfs.jar -C java com/ceph/fs/CephMount.class -C java com/ceph/fs/CephStat.class -C java com/ceph/fs/CephStatVFS.class -C java com/ceph/fs/CephNativeLoader.class -C java com/ceph/fs/CephNotMountedException.class -C java com/ceph/fs/CephFileAlreadyExistsException.class -C java com/ceph/fs/CephAlreadyMountedException.class -C java com/ceph/fs/CephNotDirectoryException.class -C java com/ceph/fs/CephPoolException.class -C java com/ceph/fs/CephFileExtent.class -C java com/ceph/crush/Bucket.class | |
export CLASSPATH=:/usr/share/java/junit4.jar:java/:test/ ; \ | |
javac -source 1.5 -target 1.5 -Xlint:-options test/com/ceph/fs/*.java | |
jar cf libcephfs-test.jar -C test com/ceph/fs/CephDoubleMountTest.class -C test com/ceph/fs/CephMountCreateTest.class -C test com/ceph/fs/CephMountTest.class -C test com/ceph/fs/CephUnmountedTest.class -C test com/ceph/fs/CephAllTests.class | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
Making all in tracing | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
lttng-gen-tp librados.tp -o librados.c -o librados.h | |
lttng-gen-tp librbd.tp -o librbd.c -o librbd.h | |
lttng-gen-tp oprequest.tp -o oprequest.c -o oprequest.h | |
lttng-gen-tp osd.tp -o osd.c -o osd.h | |
lttng-gen-tp pg.tp -o pg.c -o pg.h | |
lttng-gen-tp objectstore.tp -o objectstore.c -o objectstore.h | |
/usr/bin/make all-am | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
CC libosd_tp_la-oprequest.lo | |
CC libosd_tp_la-osd.lo | |
CC libosd_tp_la-pg.lo | |
CCLD libosd_tp.la | |
CC librados_tp_la-librados.lo | |
CCLD librados_tp.la | |
CC librbd_tp_la-librbd.lo | |
CCLD librbd_tp.la | |
CC libos_tp_la-objectstore.lo | |
CCLD libos_tp.la | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
Making all in libs3 | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/libs3' | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/acl.do -c src/acl.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/bucket.do -c src/bucket.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/error_parser.do -c src/error_parser.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/general.do -c src/general.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/object.do -c src/object.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/request.do -c src/request.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/request_context.do -c src/request_context.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/response_headers_handler.do -c src/response_headers_handler.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/service_access_logging.do -c src/service_access_logging.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/service.do -c src/service.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/simplexml.do -c src/simplexml.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -fpic -fPIC -o build/obj/util.do -c src/util.c | |
cc -shared -Wl,-soname,libs3.so.trunk0 \ | |
-o build/lib/libs3.so.trunk0 build/obj/acl.do build/obj/bucket.do build/obj/error_parser.do build/obj/general.do build/obj/object.do build/obj/request.do build/obj/request_context.do build/obj/response_headers_handler.do build/obj/service_access_logging.do build/obj/service.do build/obj/simplexml.do build/obj/util.do -L/usr/lib/x86_64-linux-gnu -lcurl -lxml2 -lpthread | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/acl.o -c src/acl.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/bucket.o -c src/bucket.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/error_parser.o -c src/error_parser.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/general.o -c src/general.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/object.o -c src/object.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/request.o -c src/request.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/request_context.o -c src/request_context.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/response_headers_handler.o -c src/response_headers_handler.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/service_access_logging.o -c src/service_access_logging.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/service.o -c src/service.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/simplexml.o -c src/simplexml.c | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/util.o -c src/util.c | |
ar cr build/lib/libs3.a build/obj/acl.o build/obj/bucket.o build/obj/error_parser.o build/obj/general.o build/obj/object.o build/obj/request.o build/obj/request_context.o build/obj/response_headers_handler.o build/obj/service_access_logging.o build/obj/service.o build/obj/simplexml.o build/obj/util.o | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/s3.o -c src/s3.c | |
cc -o build/bin/s3 build/obj/s3.o build/lib/libs3.so.trunk0 -L/usr/lib/x86_64-linux-gnu -lcurl -lxml2 -lpthread | |
ln -sf /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/libs3/inc/libs3.h build/include/libs3.h | |
cc -O3 -Wall -Werror -Wshadow -Wextra -Iinc -I/usr/include/libxml2 -DLIBS3_VER_MAJOR=\"trunk0\" -DLIBS3_VER_MINOR=\"trunk0\" -DLIBS3_VER=\"trunk0.trunk0\" -D__STRICT_ANSI__ -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -o build/obj/testsimplexml.o -c src/testsimplexml.c | |
cc -o build/bin/testsimplexml build/obj/testsimplexml.o build/lib/libs3.a -lxml2 | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/libs3' | |
Making all in rocksdb | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
/usr/bin/make all-am | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
CXX db/librocksdb_la-builder.lo | |
CXX db/librocksdb_la-c.lo | |
CXX db/librocksdb_la-column_family.lo | |
CXX db/librocksdb_la-compaction.lo | |
CXX db/librocksdb_la-compaction_picker.lo | |
CXX db/librocksdb_la-db_filesnapshot.lo | |
CXX db/librocksdb_la-dbformat.lo | |
CXX db/librocksdb_la-db_impl.lo | |
CXX db/librocksdb_la-db_impl_debug.lo | |
CXX db/librocksdb_la-db_impl_readonly.lo | |
CXX db/librocksdb_la-db_iter.lo | |
CXX db/librocksdb_la-db_stats_logger.lo | |
CXX db/librocksdb_la-file_indexer.lo | |
CXX db/librocksdb_la-filename.lo | |
CXX db/librocksdb_la-internal_stats.lo | |
CXX db/librocksdb_la-log_reader.lo | |
CXX db/librocksdb_la-log_writer.lo | |
CXX db/librocksdb_la-memtable.lo | |
CXX db/librocksdb_la-memtable_list.lo | |
CXX db/librocksdb_la-merge_helper.lo | |
CXX db/librocksdb_la-merge_operator.lo | |
CXX db/librocksdb_la-repair.lo | |
CXX db/librocksdb_la-table_cache.lo | |
CXX db/librocksdb_la-table_properties_collector.lo | |
CXX db/librocksdb_la-tailing_iter.lo | |
CXX db/librocksdb_la-transaction_log_impl.lo | |
CXX db/librocksdb_la-version_edit.lo | |
CXX db/librocksdb_la-version_set.lo | |
CXX db/librocksdb_la-write_batch.lo | |
CXX table/librocksdb_la-block_based_table_builder.lo | |
CXX table/librocksdb_la-block_based_table_factory.lo | |
CXX table/librocksdb_la-block_based_table_reader.lo | |
CXX table/librocksdb_la-block_builder.lo | |
CXX table/librocksdb_la-block.lo | |
CXX table/librocksdb_la-block_hash_index.lo | |
CXX table/librocksdb_la-filter_block.lo | |
CXX table/librocksdb_la-flush_block_policy.lo | |
CXX table/librocksdb_la-format.lo | |
CXX table/librocksdb_la-iterator.lo | |
CXX table/librocksdb_la-merger.lo | |
CXX table/librocksdb_la-meta_blocks.lo | |
CXX table/librocksdb_la-plain_table_builder.lo | |
CXX table/librocksdb_la-plain_table_factory.lo | |
CXX table/librocksdb_la-plain_table_reader.lo | |
CXX table/librocksdb_la-table_properties.lo | |
CXX table/librocksdb_la-two_level_iterator.lo | |
CXX util/librocksdb_la-arena.lo | |
CXX util/librocksdb_la-auto_roll_logger.lo | |
CXX util/librocksdb_la-blob_store.lo | |
CXX util/librocksdb_la-bloom.lo | |
CXX util/librocksdb_la-build_version.lo | |
CXX util/librocksdb_la-cache.lo | |
CXX util/librocksdb_la-coding.lo | |
CXX util/librocksdb_la-comparator.lo | |
CXX util/librocksdb_la-crc32c.lo | |
CXX util/librocksdb_la-dynamic_bloom.lo | |
CXX util/librocksdb_la-env.lo | |
CXX util/librocksdb_la-env_hdfs.lo | |
CXX util/librocksdb_la-env_posix.lo | |
CXX util/librocksdb_la-filter_policy.lo | |
CXX util/librocksdb_la-hash.lo | |
CXX util/librocksdb_la-hash_cuckoo_rep.lo | |
CXX util/librocksdb_la-hash_linklist_rep.lo | |
CXX util/librocksdb_la-hash_skiplist_rep.lo | |
CXX util/librocksdb_la-histogram.lo | |
CXX utilities/backupable/librocksdb_la-backupable_db.lo | |
CXX utilities/geodb/librocksdb_la-geodb_impl.lo | |
CXX utilities/merge_operators/librocksdb_la-put.lo | |
CXX utilities/merge_operators/string_append/librocksdb_la-stringappend2.lo | |
CXX utilities/merge_operators/string_append/librocksdb_la-stringappend.lo | |
CXX utilities/merge_operators/librocksdb_la-uint64add.lo | |
CXX utilities/redis/librocksdb_la-redis_lists.lo | |
CXX utilities/ttl/librocksdb_la-db_ttl_impl.lo | |
CXX util/librocksdb_la-ldb_cmd.lo | |
CXX util/librocksdb_la-ldb_tool.lo | |
CXX util/librocksdb_la-log_buffer.lo | |
CXX util/librocksdb_la-logging.lo | |
CXX util/librocksdb_la-murmurhash.lo | |
CXX util/librocksdb_la-options.lo | |
CXX util/librocksdb_la-perf_context.lo | |
CXX util/librocksdb_la-skiplistrep.lo | |
CXX util/librocksdb_la-slice.lo | |
CXX util/librocksdb_la-statistics.lo | |
CXX util/librocksdb_la-status.lo | |
CXX util/librocksdb_la-string_util.lo | |
CXX util/librocksdb_la-sync_point.lo | |
CXX util/librocksdb_la-thread_local.lo | |
CXX util/librocksdb_la-vectorrep.lo | |
CXX util/librocksdb_la-xxhash.lo | |
CXX port/librocksdb_la-port_posix.lo | |
CXX port/librocksdb_la-stack_trace.lo | |
CXXLD librocksdb.la | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
CXX cls/version/cls_version_client.o | |
CXX cls/version/cls_version_types.o | |
AR libcls_version_client.a | |
CXX cls/log/cls_log_client.o | |
AR libcls_log_client.a | |
CXX cls/statelog/cls_statelog_client.o | |
AR libcls_statelog_client.a | |
CXX cls/replica_log/cls_replica_log_types.o | |
CXX cls/replica_log/cls_replica_log_ops.o | |
CXX cls/replica_log/cls_replica_log_client.o | |
AR libcls_replica_log_client.a | |
CXX cls/user/cls_user_client.o | |
CXX cls/user/cls_user_types.o | |
CXX cls/user/cls_user_ops.o | |
AR libcls_user_client.a | |
CXX erasure-code/libec_jerasure_generic_la-ErasureCode.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-cauchy.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-galois.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-jerasure.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-liberation.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_generic_la-reed_sol.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_wgen.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_method.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w16.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w32.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w64.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w128.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_general.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w4.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_rand.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_generic_la-gf_w8.lo | |
./check_version ./.git_version | |
not updating .git_version (no ./../.git) | |
if [ -n "$NO_VERSION" ] ; then \ | |
if [ ! -f ./ceph_ver.h ] ; then \ | |
./make_version -n ./ceph_ver.h ; \ | |
fi; \ | |
else \ | |
./make_version ./.git_version ./ceph_ver.h ; \ | |
fi | |
$1: ./.git_version | |
CXX erasure-code/jerasure/libec_jerasure_generic_la-ErasureCodePluginJerasure.lo | |
CXX erasure-code/jerasure/libec_jerasure_generic_la-ErasureCodeJerasure.lo | |
CC crush/builder.lo | |
CC crush/mapper.lo | |
CC crush/crush.lo | |
CC crush/hash.lo | |
CXX crush/CrushWrapper.lo | |
CXX crush/CrushCompiler.lo | |
CXX crush/CrushTester.lo | |
CXXLD libcrush.la | |
CXXLD libec_jerasure_generic.la | |
CXX erasure-code/libec_jerasure_sse3_la-ErasureCode.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-cauchy.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-galois.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-jerasure.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-liberation.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse3_la-reed_sol.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_wgen.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_method.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w16.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w32.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w64.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w128.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_general.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w4.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_rand.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse3_la-gf_w8.lo | |
CXX erasure-code/jerasure/libec_jerasure_sse3_la-ErasureCodePluginJerasure.lo | |
CXX erasure-code/jerasure/libec_jerasure_sse3_la-ErasureCodeJerasure.lo | |
CXXLD libec_jerasure_sse3.la | |
CXX erasure-code/libec_jerasure_sse4_la-ErasureCode.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-cauchy.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-galois.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-jerasure.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-liberation.lo | |
CC erasure-code/jerasure/jerasure/src/libec_jerasure_sse4_la-reed_sol.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_wgen.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_method.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w16.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w32.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w64.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w128.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_general.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w4.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_rand.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_jerasure_sse4_la-gf_w8.lo | |
CXX erasure-code/jerasure/libec_jerasure_sse4_la-ErasureCodePluginJerasure.lo | |
CXX erasure-code/jerasure/libec_jerasure_sse4_la-ErasureCodeJerasure.lo | |
CXXLD libec_jerasure_sse4.la | |
CXX erasure-code/jerasure/libec_jerasure_la-ErasureCodePluginSelectJerasure.lo | |
CXXLD libec_jerasure.la | |
CXX erasure-code/libec_lrc_la-ErasureCode.lo | |
CXX erasure-code/lrc/libec_lrc_la-ErasureCodePluginLrc.lo | |
CXX erasure-code/lrc/libec_lrc_la-ErasureCodeLrc.lo | |
CXX common/libec_lrc_la-str_map.lo | |
CXX json_spirit/json_spirit_reader.lo | |
CXX json_spirit/json_spirit_writer.lo | |
CXXLD libjson_spirit.la | |
CXXLD libec_lrc.la | |
CXX erasure-code/libec_shec_la-ErasureCode.lo | |
CXX erasure-code/shec/libec_shec_la-ErasureCodePluginShec.lo | |
CXX erasure-code/shec/libec_shec_la-ErasureCodeShec.lo | |
CXX erasure-code/shec/libec_shec_la-ErasureCodeShecTableCache.lo | |
CXX erasure-code/shec/libec_shec_la-shec.lo | |
CC erasure-code/shec/libec_shec_la-determinant.lo | |
CC erasure-code/jerasure/jerasure/src/libec_shec_la-cauchy.lo | |
CC erasure-code/jerasure/jerasure/src/libec_shec_la-galois.lo | |
CC erasure-code/jerasure/jerasure/src/libec_shec_la-jerasure.lo | |
CC erasure-code/jerasure/jerasure/src/libec_shec_la-liberation.lo | |
CC erasure-code/jerasure/jerasure/src/libec_shec_la-reed_sol.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_wgen.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_method.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w16.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w32.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w64.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w128.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_general.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w4.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_rand.lo | |
CC erasure-code/jerasure/gf-complete/src/libec_shec_la-gf_w8.lo | |
CXXLD libec_shec.la | |
CXX erasure-code/libec_isa_la-ErasureCode.lo | |
CC erasure-code/isa/isa-l/erasure_code/libec_isa_la-ec_base.lo | |
CC erasure-code/isa/isa-l/erasure_code/libec_isa_la-ec_highlevel_func.lo | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-ec_multibinary.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/ec_multibinary.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-ec_multibinary.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/ec_multibinary.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-ec_multibinary.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_2vect_dot_prod_avx2.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx2.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx2.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_2vect_dot_prod_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_2vect_dot_prod_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_2vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_2vect_dot_prod_sse.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_3vect_dot_prod_avx2.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx2.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx2.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_3vect_dot_prod_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_3vect_dot_prod_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_3vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_3vect_dot_prod_sse.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_4vect_dot_prod_avx2.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx2.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx2.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_4vect_dot_prod_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_4vect_dot_prod_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_4vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_4vect_dot_prod_sse.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_5vect_dot_prod_avx2.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx2.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx2.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_5vect_dot_prod_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_5vect_dot_prod_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_5vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_5vect_dot_prod_sse.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_6vect_dot_prod_avx2.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx2.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx2.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_6vect_dot_prod_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_6vect_dot_prod_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_6vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_6vect_dot_prod_sse.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_dot_prod_avx2.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx2.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx2.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx2.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx2.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_dot_prod_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_dot_prod_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_dot_prod_sse.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_mul_avx.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_vect_mul_avx.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_avx.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_mul_avx.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_avx.asm.o | |
CCAS erasure-code/isa/isa-l/erasure_code/libec_isa_la-gf_vect_mul_sse.asm.lo | |
./yasm-wrapper: got -f elf64 -I /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ -g -O2 -c erasure-code/isa/isa-l/erasure_code/gf_vect_mul_sse.asm.s -fPIC -DPIC -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_sse.asm.o | |
./yasm-wrapper: yasm -f elf64 -i /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/erasure-code/isa/isa-l/include/ erasure-code/isa/isa-l/erasure_code/gf_vect_mul_sse.asm.s -o erasure-code/isa/isa-l/erasure_code/.libs/libec_isa_la-gf_vect_mul_sse.asm.o | |
CXX erasure-code/isa/libec_isa_la-ErasureCodeIsa.lo | |
CXX erasure-code/isa/libec_isa_la-ErasureCodeIsaTableCache.lo | |
CXX erasure-code/isa/libec_isa_la-ErasureCodePluginIsa.lo | |
CXX erasure-code/isa/libec_isa_la-xor_op.lo | |
CXXLD libec_isa.la | |
CXX test/erasure-code/libec_example_la-ErasureCodePluginExample.lo | |
CXXLD libec_example.la | |
CXX test/erasure-code/libec_missing_entry_point_la-ErasureCodePluginMissingEntryPoint.lo | |
CXXLD libec_missing_entry_point.la | |
CXX test/erasure-code/libec_missing_version_la-ErasureCodePluginMissingVersion.lo | |
CXXLD libec_missing_version.la | |
CXX test/erasure-code/libec_hangs_la-ErasureCodePluginHangs.lo | |
CXXLD libec_hangs.la | |
CXX test/erasure-code/libec_fail_to_initialize_la-ErasureCodePluginFailToInitialize.lo | |
CXXLD libec_fail_to_initialize.la | |
CXX test/erasure-code/libec_fail_to_register_la-ErasureCodePluginFailToRegister.lo | |
CXXLD libec_fail_to_register.la | |
CXX test/erasure-code/libec_test_jerasure_neon_la-TestJerasurePluginNEON.lo | |
CXXLD libec_test_jerasure_neon.la | |
CXX test/erasure-code/libec_test_jerasure_sse4_la-TestJerasurePluginSSE4.lo | |
CXXLD libec_test_jerasure_sse4.la | |
CXX test/erasure-code/libec_test_jerasure_sse3_la-TestJerasurePluginSSE3.lo | |
CXXLD libec_test_jerasure_sse3.la | |
CXX test/erasure-code/libec_test_jerasure_generic_la-TestJerasurePluginGeneric.lo | |
CXXLD libec_test_jerasure_generic.la | |
CXX common/librados_la-buffer.lo | |
CXX librados/librados_la-librados.lo | |
CXX librados/RadosClient.lo | |
CXX librados/IoCtxImpl.lo | |
CXX librados/RadosXattrIter.lo | |
CXX librados/snap_set_diff.lo | |
CXXLD librados_internal.la | |
CXX cls/lock/cls_lock_client.lo | |
CXX cls/lock/cls_lock_types.lo | |
CXX cls/lock/cls_lock_ops.lo | |
CXXLD libcls_lock_client.la | |
CXX osdc/Objecter.lo | |
CXX osdc/ObjectCacher.lo | |
CXX osdc/Filer.lo | |
CXX osdc/Striper.lo | |
CXX osdc/Journaler.lo | |
CXXLD libosdc.la | |
CC ceph_ver.lo | |
CXX common/DecayCounter.lo | |
CXX common/LogClient.lo | |
CXX common/LogEntry.lo | |
CXX common/PrebufferedStreambuf.lo | |
CXX common/SloppyCRCMap.lo | |
CXX common/BackTrace.lo | |
CXX common/perf_counters.lo | |
CXX common/Mutex.lo | |
CXX common/OutputDataSocket.lo | |
CXX common/admin_socket.lo | |
CXX common/admin_socket_client.lo | |
CXX common/cmdparse.lo | |
CC common/escape.lo | |
CXX common/io_priority.lo | |
CXX common/Clock.lo | |
CXX common/Throttle.lo | |
CXX common/Timer.lo | |
CXX common/Finisher.lo | |
CXX common/environment.lo | |
CXX common/assert.lo | |
CXX common/run_cmd.lo | |
CXX common/WorkQueue.lo | |
CXX common/ConfUtils.lo | |
CXX common/MemoryModel.lo | |
CC common/armor.lo | |
CXX common/fd.lo | |
CC common/xattr.lo | |
CC common/safe_io.lo | |
CXX common/snap_types.lo | |
CXX common/str_list.lo | |
CXX common/str_map.lo | |
CXX common/errno.lo | |
CXX common/RefCountedObj.lo | |
CXX common/common_init.lo | |
CC common/pipe.lo | |
CXX common/ceph_argparse.lo | |
CXX common/ceph_context.lo | |
CXX common/types.lo | |
CXX common/code_environment.lo | |
CXX common/dout.lo | |
CXX common/histogram.lo | |
CXX common/signal.lo | |
CXX common/simple_spin.lo | |
CXX common/Thread.lo | |
CXX common/Formatter.lo | |
CXX common/HeartbeatMap.lo | |
CXX common/config.lo | |
CC common/utf8.lo | |
CC common/mime.lo | |
CXX common/strtol.lo | |
CXX common/page.lo | |
CXX common/lockdep.lo | |
CXX common/version.lo | |
CXX common/hex.lo | |
CXX common/entity_name.lo | |
CXX common/ceph_crypto.lo | |
CXX common/ceph_crypto_cms.lo | |
CXX common/ceph_json.lo | |
CXX common/ipaddr.lo | |
CXX common/pick_address.lo | |
CXX common/util.lo | |
CXX common/TextTable.lo | |
CXX common/ceph_fs.lo | |
CXX common/ceph_hash.lo | |
CXX common/ceph_strings.lo | |
CXX common/ceph_frag.lo | |
CC common/addr_parsing.lo | |
CXX common/hobject.lo | |
CXX common/bloom_filter.lo | |
CC common/linux_version.lo | |
CC common/module.lo | |
CXX common/Readahead.lo | |
CXX common/Cycles.lo | |
CXX common/ContextCompletion.lo | |
CXX common/blkdev.lo | |
CXX mon/MonCap.lo | |
CXX mon/MonClient.lo | |
CXX mon/MonMap.lo | |
CXX osd/OSDMap.lo | |
CXX osd/osd_types.lo | |
CXX osd/ECMsgTypes.lo | |
CXX osd/HitSet.lo | |
CXX mds/MDSMap.lo | |
CXX mds/inode_backtrace.lo | |
CXX mds/mdstypes.lo | |
CXX mds/flock.lo | |
CXXLD libcommon_internal.la | |
CC common/libcommon_crc_la-sctp_crc32.lo | |
CXX common/libcommon_crc_la-crc32c.lo | |
CC common/libcommon_crc_la-crc32c_intel_baseline.lo | |
CC common/libcommon_crc_la-crc32c_intel_fast.lo | |
CPPAS common/libcommon_crc_la-crc32c_intel_fast_asm.lo | |
./yasm-wrapper: got -DHAVE_CONFIG_H -I. -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -DCEPH_LIBDIR="/usr/lib" -DCEPH_PKGLIBDIR="/usr/lib/ceph" -DGTEST_HAS_TR1_TUPLE=0 -f elf64 -g -O2 -MT common/libcommon_crc_la-crc32c_intel_fast_asm.lo -MD -MP -MF common/.deps/libcommon_crc_la-crc32c_intel_fast_asm.Tpo -c common/crc32c_intel_fast_asm.S -fPIC -DPIC -o common/.libs/libcommon_crc_la-crc32c_intel_fast_asm.o | |
./yasm-wrapper: yasm -I. -f elf64 common/crc32c_intel_fast_asm.S -o common/.libs/libcommon_crc_la-crc32c_intel_fast_asm.o | |
CPPAS common/libcommon_crc_la-crc32c_intel_fast_zero_asm.lo | |
./yasm-wrapper: got -DHAVE_CONFIG_H -I. -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -DCEPH_LIBDIR="/usr/lib" -DCEPH_PKGLIBDIR="/usr/lib/ceph" -DGTEST_HAS_TR1_TUPLE=0 -f elf64 -g -O2 -MT common/libcommon_crc_la-crc32c_intel_fast_zero_asm.lo -MD -MP -MF common/.deps/libcommon_crc_la-crc32c_intel_fast_zero_asm.Tpo -c common/crc32c_intel_fast_zero_asm.S -fPIC -DPIC -o common/.libs/libcommon_crc_la-crc32c_intel_fast_zero_asm.o | |
./yasm-wrapper: yasm -I. -f elf64 common/crc32c_intel_fast_zero_asm.S -o common/.libs/libcommon_crc_la-crc32c_intel_fast_zero_asm.o | |
CXXLD libcommon_crc.la | |
CXX erasure-code/ErasureCodePlugin.lo | |
CXXLD liberasure_code.la | |
CXX msg/Message.lo | |
CXX msg/Messenger.lo | |
CXX msg/msg_types.lo | |
CXX msg/simple/Accepter.lo | |
CXX msg/simple/DispatchQueue.lo | |
CXX msg/simple/Pipe.lo | |
CXX msg/simple/PipeConnection.lo | |
CXX msg/simple/SimpleMessenger.lo | |
CXX msg/async/AsyncConnection.lo | |
CXX msg/async/AsyncMessenger.lo | |
CXX msg/async/Event.lo | |
CXX msg/async/net_handler.lo | |
CXX msg/async/EventSelect.lo | |
CXX msg/async/EventEpoll.lo | |
CXXLD libmsg.la | |
CXX auth/AuthAuthorizeHandler.lo | |
CXX auth/AuthClientHandler.lo | |
CXX auth/AuthSessionHandler.lo | |
CXX auth/AuthServiceHandler.lo | |
CXX auth/AuthMethodList.lo | |
CXX auth/cephx/CephxAuthorizeHandler.lo | |
CXX auth/cephx/CephxClientHandler.lo | |
CXX auth/cephx/CephxProtocol.lo | |
CXX auth/cephx/CephxServiceHandler.lo | |
CXX auth/cephx/CephxSessionHandler.lo | |
CXX auth/cephx/CephxKeyServer.lo | |
CXX auth/none/AuthNoneAuthorizeHandler.lo | |
CXX auth/unknown/AuthUnknownAuthorizeHandler.lo | |
CXX auth/Crypto.lo | |
CXX auth/KeyRing.lo | |
CXX auth/RotatingKeyRing.lo | |
CXXLD libauth.la | |
CXX log/Log.lo | |
CXX log/SubsystemMap.lo | |
CXXLD liblog.la | |
CC arch/intel.lo | |
CC arch/arm.lo | |
CXX arch/probe.lo | |
CXXLD libarch.la | |
CXXLD librados.la | |
CXX libradosstriper/libradosstriper_la-libradosstriper.lo | |
CXX libradosstriper/libradosstriper_la-RadosStriperImpl.lo | |
CXX libradosstriper/libradosstriper_la-MultiAioCompletionImpl.lo | |
CXXLD libradosstriper.la | |
CXX librbd/librbd_la-librbd.lo | |
CXX librbd/AioCompletion.lo | |
CXX librbd/AioRequest.lo | |
CXX librbd/AsyncFlattenRequest.lo | |
CXX librbd/AsyncObjectThrottle.lo | |
CXX librbd/AsyncOperation.lo | |
CXX librbd/AsyncRequest.lo | |
CXX librbd/AsyncResizeRequest.lo | |
CXX librbd/AsyncTrimRequest.lo | |
CXX librbd/CopyupRequest.lo | |
CXX librbd/ImageCtx.lo | |
CXX librbd/ImageWatcher.lo | |
CXX librbd/internal.lo | |
CXX librbd/LibrbdWriteback.lo | |
CXX librbd/ObjectMap.lo | |
CXXLD librbd_internal.la | |
CXX librbd/WatchNotifyTypes.lo | |
CXXLD librbd_types.la | |
CXX common/libcommon_api_la-buffer.lo | |
CXXLD libcommon_api.la | |
CCLD libcommon.la | |
CXX cls/rbd/cls_rbd_client.lo | |
CXXLD libcls_rbd_client.la | |
CXXLD librbd.la | |
CXX libcephfs.lo | |
CXX client/Client.lo | |
CXX client/Inode.lo | |
CXX client/Dentry.lo | |
CXX client/MetaRequest.lo | |
CXX client/ClientSnapRealm.lo | |
CXX client/MetaSession.lo | |
CXX client/Trace.lo | |
CXXLD libclient.la | |
CXXLD libcephfs.la | |
CXX java/native/libcephfs_jni_la-libcephfs_jni.lo | |
CXX java/native/libcephfs_jni_la-JniConstants.lo | |
CXXLD libcephfs_jni.la | |
CXX mon/PGMap.lo | |
CXXLD libmon_types.la | |
CXX mon/Monitor.lo | |
CXX mon/Paxos.lo | |
CXX mon/PaxosService.lo | |
CXX mon/OSDMonitor.lo | |
CXX mon/MDSMonitor.lo | |
CXX mon/MonmapMonitor.lo | |
CXX mon/PGMonitor.lo | |
CXX mon/LogMonitor.lo | |
CXX mon/AuthMonitor.lo | |
CXX mon/Elector.lo | |
CXX mon/MonitorStore.lo | |
CXX mon/HealthMonitor.lo | |
CXX mon/DataHealthService.lo | |
CXX mon/ConfigKeyService.lo | |
CXX os/libos_la-chain_xattr.lo | |
CXX os/libos_la-DBObjectMap.lo | |
CXX os/libos_la-GenericObjectMap.lo | |
CXX os/libos_la-FileJournal.lo | |
CXX os/libos_la-FileStore.lo | |
CXX os/libos_la-FlatIndex.lo | |
CXX os/libos_la-GenericFileStoreBackend.lo | |
CXX os/libos_la-HashIndex.lo | |
CXX os/libos_la-IndexManager.lo | |
CXX os/libos_la-JournalingObjectStore.lo | |
CXX os/libos_la-LevelDBStore.lo | |
CXX os/libos_la-LFNIndex.lo | |
CXX os/libos_la-MemStore.lo | |
CXX os/libos_la-KeyValueDB.lo | |
CXX os/libos_la-KeyValueStore.lo | |
CXX os/libos_la-ObjectStore.lo | |
CXX os/libos_la-WBThrottle.lo | |
CXX common/libos_la-TrackedOp.lo | |
CXX os/libos_la-BtrfsFileStoreBackend.lo | |
CXX os/libos_la-XfsFileStoreBackend.lo | |
CXX os/libos_types_la-Transaction.lo | |
CXXLD libos_types.la | |
CXXLD libos.la | |
copying selected object files to avoid basename conflicts... | |
CXX os/libos_rocksdb_la-RocksDBStore.lo | |
CXXLD libos_rocksdb.la | |
CXXLD libmon.la | |
copying selected object files to avoid basename conflicts... | |
CXX mds/Capability.lo | |
CXX mds/MDS.lo | |
CXX mds/Beacon.lo | |
CC mds/locks.lo | |
CXX mds/journal.lo | |
CXX mds/Server.lo | |
CXX mds/Mutation.lo | |
CXX mds/MDCache.lo | |
CXX mds/RecoveryQueue.lo | |
CXX mds/Locker.lo | |
CXX mds/Migrator.lo | |
CXX mds/MDBalancer.lo | |
CXX mds/CDentry.lo | |
CXX mds/CDir.lo | |
CXX mds/CInode.lo | |
CXX mds/LogEvent.lo | |
CXX mds/MDSTable.lo | |
CXX mds/InoTable.lo | |
CXX mds/JournalPointer.lo | |
CXX mds/MDSTableClient.lo | |
CXX mds/MDSTableServer.lo | |
CXX mds/SnapRealm.lo | |
CXX mds/SnapServer.lo | |
CXX mds/snap.lo | |
CXX mds/SessionMap.lo | |
CXX mds/MDSContext.lo | |
CXX mds/MDSAuthCaps.lo | |
CXX mds/MDLog.lo | |
CXX common/TrackedOp.lo | |
CXXLD libmds.la | |
CXX osd/libosd_types_la-PGLog.lo | |
CXX osd/libosd_types_la-osd_types.lo | |
CXX osd/libosd_types_la-ECUtil.lo | |
CXXLD libosd_types.la | |
CXX osd/libosd_la-PG.lo | |
CXX osd/libosd_la-ReplicatedPG.lo | |
CXX osd/libosd_la-ReplicatedBackend.lo | |
CXX osd/libosd_la-ECBackend.lo | |
CXX osd/libosd_la-ECMsgTypes.lo | |
CXX osd/libosd_la-ECTransaction.lo | |
CXX osd/libosd_la-PGBackend.lo | |
CXX osd/libosd_la-Ager.lo | |
CXX osd/libosd_la-HitSet.lo | |
CXX osd/libosd_la-OSD.lo | |
CXX osd/libosd_la-OSDCap.lo | |
CXX osd/libosd_la-Watch.lo | |
CXX osd/libosd_la-ClassHandler.lo | |
CXX osd/libosd_la-OpRequest.lo | |
CXX common/libosd_la-TrackedOp.lo | |
CXX osd/libosd_la-SnapMapper.lo | |
CXX objclass/libosd_la-class_api.lo | |
CXXLD libosd.la | |
copying selected object files to avoid basename conflicts... | |
CXX client/fuse_ll.lo | |
CXXLD libclient_fuse.la | |
CXX global/global_context.lo | |
CXX global/global_init.lo | |
CXX global/pidfile.lo | |
CXX global/signal_handler.lo | |
CXXLD libglobal.la | |
CXX perfglue/heap_profiler.lo | |
CXX perfglue/disabled_stubs.lo | |
CXXLD libperfglue.la | |
CC common/secret.lo | |
CCLD libsecret.la | |
CXX common/buffer.lo | |
CXX librados/librados.lo | |
CXXLD librados_api.la | |
CXX librbd/librbd.lo | |
CXXLD librbd_api.la | |
CXX rgw/librgw_la-librgw.lo | |
CXX rgw/librgw_la-rgw_acl.lo | |
CXX rgw/librgw_la-rgw_acl_s3.lo | |
CXX rgw/librgw_la-rgw_acl_swift.lo | |
CXX rgw/librgw_la-rgw_client_io.lo | |
CXX rgw/librgw_la-rgw_fcgi.lo | |
CXX rgw/librgw_la-rgw_xml.lo | |
CXX rgw/librgw_la-rgw_usage.lo | |
CXX rgw/librgw_la-rgw_json_enc.lo | |
CXX rgw/librgw_la-rgw_user.lo | |
CXX rgw/librgw_la-rgw_bucket.lo | |
CXX rgw/librgw_la-rgw_tools.lo | |
CXX rgw/librgw_la-rgw_rados.lo | |
CXX rgw/librgw_la-rgw_http_client.lo | |
CXX rgw/librgw_la-rgw_rest_client.lo | |
CXX rgw/librgw_la-rgw_rest_conn.lo | |
CXX rgw/librgw_la-rgw_op.lo | |
CXX rgw/librgw_la-rgw_common.lo | |
CXX rgw/librgw_la-rgw_cache.lo | |
CXX rgw/librgw_la-rgw_formats.lo | |
CXX rgw/librgw_la-rgw_log.lo | |
CXX rgw/librgw_la-rgw_multi.lo | |
CXX rgw/librgw_la-rgw_policy_s3.lo | |
CXX rgw/librgw_la-rgw_gc.lo | |
CXX rgw/librgw_la-rgw_multi_del.lo | |
CXX rgw/librgw_la-rgw_env.lo | |
CXX rgw/librgw_la-rgw_cors.lo | |
CXX rgw/librgw_la-rgw_cors_s3.lo | |
CXX rgw/librgw_la-rgw_auth_s3.lo | |
CXX rgw/librgw_la-rgw_metadata.lo | |
CXX rgw/librgw_la-rgw_replica_log.lo | |
CXX rgw/librgw_la-rgw_keystone.lo | |
CXX rgw/librgw_la-rgw_quota.lo | |
CXX rgw/librgw_la-rgw_dencoder.lo | |
CXXLD librgw.la | |
CXX rgw/libcivetweb_la-rgw_civetweb.lo | |
CXX rgw/libcivetweb_la-rgw_civetweb_log.lo | |
CC civetweb/src/libcivetweb_la-civetweb.lo | |
CXXLD libcivetweb.la | |
CXX cls/refcount/cls_refcount_client.lo | |
CXX cls/refcount/cls_refcount_ops.lo | |
CXXLD libcls_refcount_client.la | |
CXX cls/rgw/cls_rgw_client.lo | |
CXX cls/rgw/cls_rgw_types.lo | |
CXX cls/rgw/cls_rgw_ops.lo | |
CXXLD libcls_rgw_client.la | |
CXX rbd_replay/actions.lo | |
CXX rbd_replay/Deser.lo | |
CXX rbd_replay/ImageNameMap.lo | |
CXX rbd_replay/PendingIO.lo | |
CXX rbd_replay/rbd_loc.lo | |
CXX rbd_replay/Replayer.lo | |
CXX rbd_replay/Ser.lo | |
CXXLD librbd_replay.la | |
copying selected object files to avoid basename conflicts... | |
CXX rbd_replay/ios.lo | |
CXXLD librbd_replay_ios.la | |
copying selected object files to avoid basename conflicts... | |
CXX test/librados/libradostest_la-test.lo | |
CXX test/librados/libradostest_la-TestCase.lo | |
CXXLD libradostest.la | |
CXX test/librados_test_stub/LibradosTestStub.lo | |
CXX test/librados_test_stub/TestClassHandler.lo | |
CXX test/librados_test_stub/TestIoCtxImpl.lo | |
CXX test/librados_test_stub/TestMemIoCtxImpl.lo | |
CXX test/librados_test_stub/TestMemRadosClient.lo | |
CXX test/librados_test_stub/TestRadosClient.lo | |
CXX test/librados_test_stub/TestWatchNotify.lo | |
CXXLD librados_test_stub.la | |
CXX test/librbd/librbd_test_la-test_fixture.lo | |
CXX test/librbd/librbd_test_la-test_support.lo | |
CXX test/librbd/librbd_test_la-test_librbd.lo | |
CXX test/librbd/librbd_test_la-test_ImageWatcher.lo | |
CXX test/librbd/librbd_test_la-test_internal.lo | |
CXXLD librbd_test.la | |
CXX test/libradosstriper/libradosstripertest_la-TestCase.lo | |
CXXLD libradosstripertest.la | |
CXX test/system/cross_process_sem.lo | |
CXX test/system/systest_runnable.lo | |
CXX test/system/systest_settings.lo | |
CXXLD libsystest.la | |
copying selected object files to avoid basename conflicts... | |
CXX krbd.lo | |
CXXLD libkrbd.la | |
CXX cls/hello/cls_hello.lo | |
CXXLD libcls_hello.la | |
CXX cls/rbd/cls_rbd.lo | |
CXXLD libcls_rbd.la | |
CXX cls/lock/cls_lock.lo | |
CXXLD libcls_lock.la | |
CXX cls/refcount/cls_refcount.lo | |
CXXLD libcls_refcount.la | |
CXX cls/version/cls_version.lo | |
CXXLD libcls_version.la | |
CXX cls/log/cls_log.lo | |
CXXLD libcls_log.la | |
CXX cls/statelog/cls_statelog.lo | |
CXXLD libcls_statelog.la | |
CXX cls/replica_log/cls_replica_log.lo | |
CXXLD libcls_replica_log.la | |
CXX cls/user/cls_user.lo | |
CXXLD libcls_user.la | |
CXX cls/rgw/cls_rgw.lo | |
CXXLD libcls_rgw.la | |
CXX key_value_store/cls_kvs.lo | |
CXXLD libcls_kvs.la | |
CC client/test_ioctls.o | |
CCLD ceph_test_ioctls | |
CXX rgw/rgw_multiparser.o | |
CXXLD ceph_rgw_multiparser | |
CXX rgw/rgw_jsonparser.o | |
CXX rgw/rgw_common.o | |
CXX rgw/rgw_env.o | |
CXX rgw/rgw_json_enc.o | |
CXXLD ceph_rgw_jsonparser | |
CXX erasure-code/ErasureCode.o | |
CXX test/erasure-code/ceph_erasure_code_benchmark.o | |
CXXLD ceph_erasure_code_benchmark | |
CXX test/erasure-code/ceph_erasure_code.o | |
CXXLD ceph_erasure_code | |
CXX test/osd/TestRados.o | |
CXX test/osd/TestOpStat.o | |
CXX test/osd/Object.o | |
CXX test/osd/RadosModel.o | |
CXXLD ceph_test_rados | |
CXX test/test_mutate.o | |
CXXLD ceph_test_mutate | |
CXX test/bench/small_io_bench.o | |
CXX test/bench/rados_backend.o | |
CXX test/bench/detailed_stat_collector.o | |
CXX test/bench/bencher.o | |
CXXLD ceph_smalliobench | |
CXX test/omap_bench.o | |
CXXLD ceph_omapbench | |
CXX test/kv_store_bench.o | |
CXX key_value_store/kv_flat_btree_async.o | |
CXXLD ceph_kvstorebench | |
CXX test/system/rados_list_parallel.o | |
CXX test/system/st_rados_create_pool.o | |
CXX test/system/st_rados_list_objects.o | |
CXXLD ceph_test_rados_list_parallel | |
CXX test/system/rados_open_pools_parallel.o | |
CXXLD ceph_test_rados_open_pools_parallel | |
CXX test/system/rados_delete_pools_parallel.o | |
CXX test/system/st_rados_delete_pool.o | |
CXXLD ceph_test_rados_delete_pools_parallel | |
CXX test/system/rados_watch_notify.o | |
CXX test/system/st_rados_delete_objs.o | |
CXX test/system/st_rados_watch.o | |
CXX test/system/st_rados_notify.o | |
CXXLD ceph_test_rados_watch_notify | |
CXX test/multi_stress_watch.o | |
CXXLD ceph_multi_stress_watch | |
CXX test/cls_rbd/ceph_test_cls_rbd-test_cls_rbd.o | |
CXXLD ceph_test_cls_rbd | |
CXX test/cls_refcount/ceph_test_cls_refcount-test_cls_refcount.o | |
CXXLD ceph_test_cls_refcount | |
CXX test/cls_version/ceph_test_cls_version-test_cls_version.o | |
CXXLD ceph_test_cls_version | |
CXX test/cls_log/ceph_test_cls_log-test_cls_log.o | |
CXXLD ceph_test_cls_log | |
CXX test/cls_statelog/ceph_test_cls_statelog-test_cls_statelog.o | |
CXXLD ceph_test_cls_statelog | |
CXX test/cls_replica_log/ceph_test_cls_replica_log-test_cls_replica_log.o | |
CXXLD ceph_test_cls_replica_log | |
CXX test/cls_lock/ceph_test_cls_lock-test_cls_lock.o | |
CXXLD ceph_test_cls_lock | |
CXX test/cls_hello/ceph_test_cls_hello-test_cls_hello.o | |
CXXLD ceph_test_cls_hello | |
CXX test/librados/ceph_test_rados_api_cmd-cmd.o | |
CXXLD ceph_test_rados_api_cmd | |
CXX test/librados/ceph_test_rados_api_io-io.o | |
CXXLD ceph_test_rados_api_io | |
CXX test/librados/ceph_test_rados_api_c_write_operations-c_write_operations.o | |
CXXLD ceph_test_rados_api_c_write_operations | |
CXX test/librados/ceph_test_rados_api_c_read_operations-c_read_operations.o | |
CXXLD ceph_test_rados_api_c_read_operations | |
CXX test/librados/ceph_test_rados_api_aio-aio.o | |
CXXLD ceph_test_rados_api_aio | |
CXX test/librados/ceph_test_rados_api_list-list.o | |
CXXLD ceph_test_rados_api_list | |
CXX test/librados/ceph_test_rados_api_nlist-nlist.o | |
CXXLD ceph_test_rados_api_nlist | |
CXX test/librados/ceph_test_rados_api_pool-pool.o | |
CXXLD ceph_test_rados_api_pool | |
CXX test/librados/ceph_test_rados_api_stat-stat.o | |
CXXLD ceph_test_rados_api_stat | |
CXX test/librados/ceph_test_rados_api_watch_notify-watch_notify.o | |
CXXLD ceph_test_rados_api_watch_notify | |
CXX test/librados/ceph_test_rados_api_snapshots-snapshots.o | |
CXXLD ceph_test_rados_api_snapshots | |
CXX test/librados/ceph_test_rados_api_cls-cls.o | |
CXXLD ceph_test_rados_api_cls | |
CXX test/librados/ceph_test_rados_api_misc-misc.o | |
CXXLD ceph_test_rados_api_misc | |
CXX test/librados/ceph_test_rados_api_tier-tier.o | |
CXX osd/ceph_test_rados_api_tier-HitSet.o | |
CXXLD ceph_test_rados_api_tier | |
CXX test/librados/ceph_test_rados_api_lock-lock.o | |
CXXLD ceph_test_rados_api_lock | |
CXX test/ceph_test_stress_watch-test_stress_watch.o | |
CXXLD ceph_test_stress_watch | |
CXX test/bench/small_io_bench_rbd.o | |
CXX test/bench/rbd_backend.o | |
CXXLD ceph_smalliobenchrbd | |
CXX test/librbd/ceph_test_librbd-test_main.o | |
CXXLD ceph_test_librbd | |
CXX test/librbd/ceph_test_librbd_api-test_support.o | |
CXX test/librbd/ceph_test_librbd_api-test_librbd.o | |
CXX test/librbd/ceph_test_librbd_api-test_main.o | |
CXXLD ceph_test_librbd_api | |
CC test/librbd/ceph_test_librbd_fsx-fsx.o | |
CXX common/dummy.o | |
CXXLD ceph_test_librbd_fsx | |
CXX test/libradosstriper/ceph_test_rados_striper_api_io-io.o | |
CXXLD ceph_test_rados_striper_api_io | |
CXX test/libradosstriper/ceph_test_rados_striper_api_aio-aio.o | |
CXXLD ceph_test_rados_striper_api_aio | |
CXX test/libradosstriper/ceph_test_rados_striper_api_striping-striping.o | |
CXXLD ceph_test_rados_striper_api_striping | |
CXX test/libcephfs/ceph_test_libcephfs-test.o | |
CXX test/libcephfs/ceph_test_libcephfs-readdir_r_cb.o | |
CXX test/libcephfs/ceph_test_libcephfs-caps.o | |
CXX test/libcephfs/ceph_test_libcephfs-multiclient.o | |
CXXLD ceph_test_libcephfs | |
CC test/ceph_test_c_headers-test_c_headers.o | |
CCLD ceph_test_c_headers | |
CXX test/ceph_test_cors-test_cors.o | |
CXXLD ceph_test_cors | |
CXX test/rgw/ceph_test_rgw_manifest-test_rgw_manifest.o | |
CXXLD ceph_test_rgw_manifest | |
CXX test/ceph_test_cls_rgw_meta-test_rgw_admin_meta.o | |
CXXLD ceph_test_cls_rgw_meta | |
CXX test/ceph_test_cls_rgw_log-test_rgw_admin_log.o | |
CXXLD ceph_test_cls_rgw_log | |
CXX test/ceph_test_cls_rgw_opstate-test_rgw_admin_opstate.o | |
CXXLD ceph_test_cls_rgw_opstate | |
CXX test/cls_rgw/ceph_test_cls_rgw-test_cls_rgw.o | |
CXXLD ceph_test_cls_rgw | |
CXX test/msgr/ceph_test_async_driver-test_async_driver.o | |
CXXLD ceph_test_async_driver | |
CXX test/msgr/ceph_test_msgr-test_msgr.o | |
CXXLD ceph_test_msgr | |
CXX test/streamtest.o | |
CXXLD ceph_streamtest | |
CXX test/test_trans.o | |
CXXLD ceph_test_trans | |
CXX test/mon/test_mon_workloadgen.o | |
CXXLD ceph_test_mon_workloadgen | |
CXX test/mon/ceph_test_mon_msg-test-mon-msg.o | |
CXXLD ceph_test_mon_msg | |
CXX test/objectstore/ceph_perf_objectstore-ObjectStoreTransactionBenchmark.o | |
CXXLD ceph_perf_objectstore | |
CXX test/objectstore/ceph_test_objectstore-store_test.o | |
CXXLD ceph_test_objectstore | |
CXX test/filestore/ceph_test_filestore-TestFileStore.o | |
CXXLD ceph_test_filestore | |
CXX test/objectstore/workload_generator.o | |
CXX test/objectstore/TestObjectStoreState.o | |
CXXLD ceph_test_objectstore_workloadgen | |
CXX test/objectstore/test_idempotent.o | |
CXX test/objectstore/FileStoreTracker.o | |
CXX test/common/ObjectContents.o | |
CXXLD ceph_test_filestore_idempotent | |
CXX test/objectstore/test_idempotent_sequence.o | |
CXX test/objectstore/DeterministicOpSequence.o | |
CXX test/objectstore/FileStoreDiff.o | |
CXXLD ceph_test_filestore_idempotent_sequence | |
CXX test/ceph_xattr_bench-xattr_bench.o | |
CXXLD ceph_xattr_bench | |
CXX test/ceph_test_filejournal-test_filejournal.o | |
CXXLD ceph_test_filejournal | |
CXX test/ObjectMap/ceph_test_object_map-test_object_map.o | |
CXX test/ObjectMap/ceph_test_object_map-KeyValueDBMemory.o | |
CXXLD ceph_test_object_map | |
CXX test/ObjectMap/ceph_test_keyvaluedb_atomicity-test_keyvaluedb_atomicity.o | |
CXXLD ceph_test_keyvaluedb_atomicity | |
CXX test/ObjectMap/ceph_test_keyvaluedb_iterators-test_keyvaluedb_iterators.o | |
CXX test/ObjectMap/ceph_test_keyvaluedb_iterators-KeyValueDBMemory.o | |
CXXLD ceph_test_keyvaluedb_iterators | |
CXX test/bench/small_io_bench_fs.o | |
CXX test/bench/testfilestore_backend.o | |
CXXLD ceph_smalliobenchfs | |
CXX test/bench/small_io_bench_dumb.o | |
CXX test/bench/dumb_backend.o | |
CXXLD ceph_smalliobenchdumb | |
CXX test/bench/tp_bench.o | |
CXXLD ceph_tpbench | |
CXX test/testkeys.o | |
CXXLD ceph_test_keys | |
CXX test/ceph_test_snap_mapper-test_snap_mapper.o | |
CXXLD ceph_test_snap_mapper | |
CXX test/TestTimers.o | |
CXXLD ceph_test_timers | |
CXX test/TestSignalHandlers.o | |
CXXLD ceph_test_signal_handlers | |
CXX test/test_rewrite_latency.o | |
CXXLD ceph_test_rewrite_latency | |
CXX test/testcrypto.o | |
CXXLD ceph_test_crypto | |
CXX test/bench_log.o | |
CXXLD ceph_bench_log | |
CXX test/osdc/object_cacher_stress.o | |
CXX test/osdc/FakeWriteback.o | |
CXXLD ceph_test_objectcacher_stress | |
CXX test/test_cfuse_cache_invalidate.o | |
CXXLD ceph_test_cfuse_cache_invalidate | |
CXX test/test_get_blkdev_size.o | |
CXXLD ceph_test_get_blkdev_size | |
CC tools/scratchtool.o | |
CCLD ceph_scratchtool | |
CXX tools/scratchtoolpp.o | |
CXXLD ceph_scratchtoolpp | |
CXX tools/radosacl.o | |
CXXLD ceph_radosacl | |
CXX tools/ceph-client-debug.o | |
CXXLD ceph-client-debug | |
CXX tools/ceph_osdomap_tool.o | |
CXXLD ceph-osdomap-tool | |
CXX tools/ceph_monstore_tool.o | |
CXXLD ceph-monstore-tool | |
CXX tools/ceph_kvstore_tool-ceph_kvstore_tool.o | |
CXXLD ceph-kvstore-tool | |
CXX tools/psim.o | |
CXXLD ceph_psim | |
CXX rgw/rgw_resolve.o | |
CXX rgw/rgw_rest.o | |
CXX rgw/rgw_rest_swift.o | |
CXX rgw/rgw_rest_s3.o | |
CXX rgw/rgw_rest_usage.o | |
CXX rgw/rgw_rest_user.o | |
CXX rgw/rgw_rest_bucket.o | |
CXX rgw/rgw_rest_metadata.o | |
CXX rgw/rgw_replica_log.o | |
CXX rgw/rgw_rest_log.o | |
CXX rgw/rgw_rest_opstate.o | |
CXX rgw/rgw_rest_replica_log.o | |
CXX rgw/rgw_rest_config.o | |
CXX rgw/rgw_http_client.o | |
CXX rgw/rgw_swift.o | |
CXX rgw/rgw_swift_auth.o | |
CXX rgw/rgw_loadgen.o | |
CXX rgw/rgw_main.o | |
CXXLD radosgw | |
CXX rgw/rgw_admin.o | |
CXXLD radosgw-admin | |
CXX rbd_replay/rbd-replay.o | |
CXXLD rbd-replay | |
CXX rbd_replay/rbd-replay-prep.o | |
CXXLD rbd-replay-prep | |
CXX test/encoding/ceph_dencoder-ceph_dencoder.o | |
CXX mds/ceph_dencoder-Capability.o | |
CXX mds/ceph_dencoder-MDS.o | |
CXX mds/ceph_dencoder-Beacon.o | |
CC mds/ceph_dencoder-locks.o | |
CXX mds/ceph_dencoder-journal.o | |
CXX mds/ceph_dencoder-Server.o | |
CXX mds/ceph_dencoder-Mutation.o | |
CXX mds/ceph_dencoder-MDCache.o | |
CXX mds/ceph_dencoder-RecoveryQueue.o | |
CXX mds/ceph_dencoder-Locker.o | |
CXX mds/ceph_dencoder-Migrator.o | |
CXX mds/ceph_dencoder-MDBalancer.o | |
CXX mds/ceph_dencoder-CDentry.o | |
CXX mds/ceph_dencoder-CDir.o | |
CXX mds/ceph_dencoder-CInode.o | |
CXX mds/ceph_dencoder-LogEvent.o | |
CXX mds/ceph_dencoder-MDSTable.o | |
CXX mds/ceph_dencoder-InoTable.o | |
CXX mds/ceph_dencoder-JournalPointer.o | |
CXX mds/ceph_dencoder-MDSTableClient.o | |
CXX mds/ceph_dencoder-MDSTableServer.o | |
CXX mds/ceph_dencoder-SnapRealm.o | |
CXX mds/ceph_dencoder-SnapServer.o | |
CXX mds/ceph_dencoder-snap.o | |
CXX mds/ceph_dencoder-SessionMap.o | |
CXX mds/ceph_dencoder-MDSContext.o | |
CXX mds/ceph_dencoder-MDSAuthCaps.o | |
CXX mds/ceph_dencoder-MDLog.o | |
CXX common/ceph_dencoder-TrackedOp.o | |
CXX perfglue/ceph_dencoder-disabled_heap_profiler.o | |
CXX perfglue/ceph_dencoder-disabled_stubs.o | |
CXX rgw/ceph_dencoder-rgw_dencoder.o | |
CXX rgw/ceph_dencoder-rgw_acl.o | |
CXX rgw/ceph_dencoder-rgw_common.o | |
CXX rgw/ceph_dencoder-rgw_env.o | |
CXX rgw/ceph_dencoder-rgw_json_enc.o | |
CXXLD ceph-dencoder | |
CXX tools/rados/rados.o | |
CXX tools/rados/rados_import.o | |
CXX tools/rados/rados_export.o | |
CXX tools/rados/rados_sync.o | |
CXX common/obj_bencher.o | |
CXXLD rados | |
CXX tools/ceph_objectstore_tool.o | |
CXXLD ceph-objectstore-tool | |
CXX tools/cephfs/cephfs-journal-tool.o | |
CXX tools/cephfs/JournalTool.o | |
CXX tools/cephfs/JournalFilter.o | |
CXX tools/cephfs/JournalScanner.o | |
CXX tools/cephfs/EventOutput.o | |
CXX tools/cephfs/Dumper.o | |
CXX tools/cephfs/Resetter.o | |
CXX tools/cephfs/MDSUtility.o | |
CXXLD cephfs-journal-tool | |
CXX tools/cephfs/cephfs-table-tool.o | |
CXX tools/cephfs/TableTool.o | |
CXXLD cephfs-table-tool | |
CXX tools/monmaptool.o | |
CXXLD monmaptool | |
CXX tools/crushtool.o | |
CXXLD crushtool | |
CXX tools/osdmaptool.o | |
CXXLD osdmaptool | |
CXX tools/rest_bench-rest_bench.o | |
CXX common/rest_bench-obj_bencher.o | |
CXXLD rest-bench | |
CXX tools/ceph_conf.o | |
CXXLD ceph-conf | |
CXX tools/ceph_authtool.o | |
CXXLD ceph-authtool | |
CXX ceph_syn.o | |
CXX client/SyntheticClient.o | |
CXXLD ceph-syn | |
CXX librados-config.o | |
CXXLD librados-config | |
CXX rbd.o | |
CXXLD rbd | |
CXX ceph_fuse.o | |
ceph_fuse.cc: In member function ‘virtual void* main(int, const char**, const char**)::RemountTest::entry()’: | |
ceph_fuse.cc:146:15: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result] | |
system(buf); | |
^ | |
CXXLD ceph-fuse | |
CXX rbd_fuse/rbd-fuse.o | |
CXXLD rbd-fuse | |
CXX cephfs.o | |
CXXLD cephfs | |
CXX ceph_mon.o | |
CXXLD ceph-mon | |
CXX ceph_osd.o | |
CXXLD ceph-osd | |
CXX ceph_mds.o | |
CXXLD ceph-mds | |
CXX test/erasure-code/ceph_erasure_code_non_regression.o | |
CXXLD ceph_erasure_code_non_regression | |
CXX test/common/get_command_descriptions.o | |
CXXLD get_command_descriptions | |
CC mount/mount.ceph.o | |
CCLD mount.ceph | |
rm -f ceph ceph.tmp | |
echo "#!/usr/bin/env python" >ceph.tmp | |
grep "#define CEPH_GIT_NICE_VER" ./ceph_ver.h | \ | |
sed -e 's/#define \(.*VER\) /\1=/' >>ceph.tmp | |
grep "#define CEPH_GIT_VER" ./ceph_ver.h | \ | |
sed -e 's/#define \(.*VER\) /\1=/' -e 's/=\(.*\)$/="\1"/' >>ceph.tmp | |
cat ./ceph.in >>ceph.tmp | |
chmod a+x ceph.tmp | |
chmod a-w ceph.tmp | |
mv ceph.tmp ceph | |
rm -f ceph-post-file ceph-post-file.tmp | |
sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@libdir[@]|/usr/lib|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@datadir[@]|/usr/share/ceph|g' -e 's|@prefix[@]|/usr|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|8|g' './ceph-post-file.in' >ceph-post-file.tmp | |
chmod +x ceph-post-file.tmp | |
chmod a-w ceph-post-file.tmp | |
mv ceph-post-file.tmp ceph-post-file | |
rm -f ceph-debugpack ceph-debugpack.tmp | |
sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@libdir[@]|/usr/lib|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@datadir[@]|/usr/share/ceph|g' -e 's|@prefix[@]|/usr|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|8|g' './ceph-debugpack.in' >ceph-debugpack.tmp | |
chmod +x ceph-debugpack.tmp | |
chmod a-w ceph-debugpack.tmp | |
mv ceph-debugpack.tmp ceph-debugpack | |
rm -f ceph-crush-location ceph-crush-location.tmp | |
sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@libdir[@]|/usr/lib|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@datadir[@]|/usr/share/ceph|g' -e 's|@prefix[@]|/usr|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|8|g' './ceph-crush-location.in' >ceph-crush-location.tmp | |
chmod +x ceph-crush-location.tmp | |
chmod a-w ceph-crush-location.tmp | |
mv ceph-crush-location.tmp ceph-crush-location | |
rm -f ceph-coverage ceph-coverage.tmp | |
sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@libdir[@]|/usr/lib|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@datadir[@]|/usr/share/ceph|g' -e 's|@prefix[@]|/usr|g' -e 's|@@GCOV_PREFIX_STRIP[@][@]|8|g' './ceph-coverage.in' >ceph-coverage.tmp | |
chmod +x ceph-coverage.tmp | |
chmod a-w ceph-coverage.tmp | |
mv ceph-coverage.tmp ceph-coverage | |
cp -f ./fetch_config ./sample.fetch_config | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
make[3]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
make[2]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
Making all in man | |
make[2]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/man' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/man' | |
make[1]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
cp src/init-ceph debian/ceph.init | |
cp src/init-radosgw debian/radosgw.init | |
cp src/logrotate.conf debian/ceph.logrotate | |
cp src/rgw/logrotate.conf debian/radosgw.logrotate | |
touch build-stamp | |
fakeroot debian/rules binary | |
dh_testdir | |
dh_testroot | |
dh_clean -k | |
dh_clean: dh_clean -k is deprecated; use dh_prep instead | |
rm -f debian/ceph.substvars | |
rm -f debian/ceph.*.debhelper | |
rm -rf debian/ceph/ | |
rm -f debian/ceph-mds.substvars | |
rm -f debian/ceph-mds.*.debhelper | |
rm -rf debian/ceph-mds/ | |
rm -f debian/ceph-fuse.substvars | |
rm -f debian/ceph-fuse.*.debhelper | |
rm -rf debian/ceph-fuse/ | |
rm -f debian/rbd-fuse.substvars | |
rm -f debian/rbd-fuse.*.debhelper | |
rm -rf debian/rbd-fuse/ | |
rm -f debian/ceph-common.substvars | |
rm -f debian/ceph-common.*.debhelper | |
rm -rf debian/ceph-common/ | |
rm -f debian/ceph-fs-common.substvars | |
rm -f debian/ceph-fs-common.*.debhelper | |
rm -rf debian/ceph-fs-common/ | |
rm -f debian/ceph-resource-agents.substvars | |
rm -f debian/ceph-resource-agents.*.debhelper | |
rm -rf debian/ceph-resource-agents/ | |
rm -f debian/librados2.substvars | |
rm -f debian/librados2.*.debhelper | |
rm -rf debian/librados2/ | |
rm -f debian/librados-dev.substvars | |
rm -f debian/librados-dev.*.debhelper | |
rm -rf debian/librados-dev/ | |
rm -f debian/libradosstriper1.substvars | |
rm -f debian/libradosstriper1.*.debhelper | |
rm -rf debian/libradosstriper1/ | |
rm -f debian/libradosstriper-dev.substvars | |
rm -f debian/libradosstriper-dev.*.debhelper | |
rm -rf debian/libradosstriper-dev/ | |
rm -f debian/librbd1.substvars | |
rm -f debian/librbd1.*.debhelper | |
rm -rf debian/librbd1/ | |
rm -f debian/librbd-dev.substvars | |
rm -f debian/librbd-dev.*.debhelper | |
rm -rf debian/librbd-dev/ | |
rm -f debian/libcephfs1.substvars | |
rm -f debian/libcephfs1.*.debhelper | |
rm -rf debian/libcephfs1/ | |
rm -f debian/libcephfs-dev.substvars | |
rm -f debian/libcephfs-dev.*.debhelper | |
rm -rf debian/libcephfs-dev/ | |
rm -f debian/radosgw.substvars | |
rm -f debian/radosgw.*.debhelper | |
rm -rf debian/radosgw/ | |
rm -f debian/rest-bench.substvars | |
rm -f debian/rest-bench.*.debhelper | |
rm -rf debian/rest-bench/ | |
rm -f debian/ceph-test.substvars | |
rm -f debian/ceph-test.*.debhelper | |
rm -rf debian/ceph-test/ | |
rm -f debian/python-ceph.substvars | |
rm -f debian/python-ceph.*.debhelper | |
rm -rf debian/python-ceph/ | |
rm -f debian/python-rados.substvars | |
rm -f debian/python-rados.*.debhelper | |
rm -rf debian/python-rados/ | |
rm -f debian/python-rbd.substvars | |
rm -f debian/python-rbd.*.debhelper | |
rm -rf debian/python-rbd/ | |
rm -f debian/python-cephfs.substvars | |
rm -f debian/python-cephfs.*.debhelper | |
rm -rf debian/python-cephfs/ | |
rm -f debian/libcephfs-java.substvars | |
rm -f debian/libcephfs-java.*.debhelper | |
rm -rf debian/libcephfs-java/ | |
rm -f debian/libcephfs-jni.substvars | |
rm -f debian/libcephfs-jni.*.debhelper | |
rm -rf debian/libcephfs-jni/ | |
find . \( \( -type f -a \ | |
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ | |
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ | |
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ | |
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ | |
\) -exec rm -f {} + \) -o \ | |
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) | |
dh_installdirs | |
install -d debian/ceph | |
install -d debian/ceph/var/lib/ceph/tmp debian/ceph/var/lib/ceph/mon debian/ceph/var/lib/ceph/osd debian/ceph/var/lib/ceph/mds debian/ceph/var/lib/ceph/bootstrap-osd debian/ceph/var/lib/ceph/bootstrap-mds | |
install -d debian/ceph-mds | |
install -d debian/ceph-fuse | |
install -d debian/rbd-fuse | |
install -d debian/ceph-common | |
install -d debian/ceph-common/etc/ceph debian/ceph-common/var/log/ceph | |
install -d debian/ceph-fs-common | |
install -d debian/ceph-resource-agents | |
install -d debian/librados2 | |
install -d debian/librados-dev | |
install -d debian/libradosstriper1 | |
install -d debian/libradosstriper-dev | |
install -d debian/librbd1 | |
install -d debian/librbd-dev | |
install -d debian/libcephfs1 | |
install -d debian/libcephfs-dev | |
install -d debian/radosgw | |
install -d debian/radosgw/var/log/radosgw debian/radosgw/var/lib/ceph/radosgw | |
install -d debian/rest-bench | |
install -d debian/ceph-test | |
install -d debian/python-ceph | |
install -d debian/python-rados | |
install -d debian/python-rbd | |
install -d debian/python-cephfs | |
install -d debian/libcephfs-java | |
install -d debian/libcephfs-jni | |
/usr/bin/make DESTDIR=/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp install | |
make[1]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
Making install in . | |
make[2]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/gtest' | |
make[3]: `lib/libgtest.la' is up to date. | |
make[3]: `lib/libgtest_main.la' is up to date. | |
make[3]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock/gtest' | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock' | |
make[3]: `lib/libgmock.la' is up to date. | |
make[3]: `lib/libgmock_main.la' is up to date. | |
make[3]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/gmock' | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
make[3]: Nothing to be done for `install-exec-am'. | |
mkdir -p /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/share/ceph | |
install -m 644 share/known_hosts_drop.ceph.com /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/share/ceph/known_hosts_drop.ceph.com | |
install -m 644 share/id_dsa_drop.ceph.com /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/share/ceph/id_dsa_drop.ceph.com | |
install -m 644 share/id_dsa_drop.ceph.com.pub /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/share/ceph/id_dsa_drop.ceph.com.pub | |
make[3]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
make[2]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel' | |
Making install in src | |
make[2]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
/usr/bin/make install-recursive | |
make[3]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
Making install in ocf | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
make[5]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/ocf/resource.d/ceph' | |
/usr/bin/install -c ceph rbd '/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/ocf/resource.d/ceph' | |
/usr/bin/make install-data-hook | |
make[6]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
ln -s ceph /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/ocf/resource.d/ceph/osd | |
ln -s ceph /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/ocf/resource.d/ceph/mds | |
ln -s ceph /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/ocf/resource.d/ceph/mon | |
make[6]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/ocf' | |
Making install in java | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
/usr/bin/make install-am | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
make[6]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
make[6]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/share/java' | |
/usr/bin/install -c -m 644 libcephfs.jar libcephfs-test.jar '/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/share/java' | |
make[6]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/java' | |
Making install in tracing | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
/usr/bin/make install-am | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
make[6]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
make[6]: Nothing to be done for `install-exec-am'. | |
make[6]: Nothing to be done for `install-data-am'. | |
make[6]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/tracing' | |
Making install in libs3 | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/libs3' | |
make[4]: Nothing to be done for `install'. | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/libs3' | |
Making install in rocksdb | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
CXX util/librocksdb_la-build_version.lo | |
CXXLD librocksdb.la | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
make[4]: Leaving directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src/rocksdb' | |
make[4]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
./check_version ./.git_version | |
not updating .git_version (no ./../.git) | |
CXXLD libos_rocksdb.la | |
CXXLD libmon.la | |
copying selected object files to avoid basename conflicts... | |
CXXLD libosd.la | |
copying selected object files to avoid basename conflicts... | |
CXXLD ceph_erasure_code_benchmark | |
CXXLD ceph_erasure_code | |
CXXLD ceph_test_async_driver | |
CXXLD ceph_test_msgr | |
CXXLD ceph_streamtest | |
CXXLD ceph_test_trans | |
CXXLD ceph_test_mon_workloadgen | |
CXXLD ceph_test_mon_msg | |
CXXLD ceph_perf_objectstore | |
CXXLD ceph_test_objectstore | |
CXXLD ceph_test_filestore | |
CXXLD ceph_test_objectstore_workloadgen | |
CXXLD ceph_test_filestore_idempotent | |
CXXLD ceph_test_filestore_idempotent_sequence | |
CXXLD ceph_xattr_bench | |
CXXLD ceph_test_filejournal | |
CXXLD ceph_test_object_map | |
CXXLD ceph_test_keyvaluedb_atomicity | |
CXXLD ceph_test_keyvaluedb_iterators | |
CXXLD ceph_smalliobenchfs | |
CXXLD ceph_smalliobenchdumb | |
CXXLD ceph_tpbench | |
CXXLD ceph_test_keys | |
CXXLD ceph_test_snap_mapper | |
CXXLD ceph-osdomap-tool | |
CXXLD ceph-monstore-tool | |
CXXLD ceph-kvstore-tool | |
CXXLD ceph-objectstore-tool | |
CXXLD ceph-mon | |
CXXLD ceph-osd | |
CXXLD ceph_erasure_code_non_regression | |
CXXLD get_command_descriptions | |
make[5]: Entering directory `/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/src' | |
./check_version ./.git_version | |
not updating .git_version (no ./../.git) | |
/bin/mkdir -p '/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c librados.la libradosstriper.la librbd.la libcephfs.la libcephfs_jni.la '/var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/librados.so.2.0.0 /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/librados.so.2.0.0 | |
libtool: install: (cd /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib && { ln -s -f librados.so.2.0.0 librados.so.2 || { rm -f librados.so.2 && ln -s librados.so.2.0.0 librados.so.2; }; }) | |
libtool: install: (cd /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib && { ln -s -f librados.so.2.0.0 librados.so || { rm -f librados.so && ln -s librados.so.2.0.0 librados.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/librados.lai /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/librados.la | |
libtool: install: /usr/bin/install -c .libs/libradosstriper.so.1.0.0 /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/libradosstriper.so.1.0.0 | |
libtool: install: (cd /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib && { ln -s -f libradosstriper.so.1.0.0 libradosstriper.so.1 || { rm -f libradosstriper.so.1 && ln -s libradosstriper.so.1.0.0 libradosstriper.so.1; }; }) | |
libtool: install: (cd /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib && { ln -s -f libradosstriper.so.1.0.0 libradosstriper.so || { rm -f libradosstriper.so && ln -s libradosstriper.so.1.0.0 libradosstriper.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libradosstriper.lai /var/tmp/lxc/release/Ubuntu/WORKDIR/ceph-devel/debian/tmp/usr/lib/libradosstriper.la | |
libtool: install: warning: relinking `librbd.la' | |