Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * Package: net-misc/memcacheq-0.2.0
- * Repository: x-portage
- * USE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU
- * FEATURES: ccache preserve-libs userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking memcacheq-0.2.0.tar.gz to /var/tmp/portage/net-misc/memcacheq-0.2.0/work
- >>> Source unpacked in /var/tmp/portage/net-misc/memcacheq-0.2.0/work
- >>> Preparing source in /var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0 ...
- >>> Source prepared.
- >>> Configuring source in /var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0 ...
- ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --prefix=/usr
- 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... gawk
- checking whether make sets $(MAKE)... yes
- checking for x86_64-pc-linux-gnu-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- 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 for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking whether gcc and cc understand -c and -o together... yes
- checking for libevent directory... (system)
- checking for library containing db_create... -ldb
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -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 db.h usability... yes
- checking db.h presence... yes
- checking for db.h... yes
- checking for library containing socket... none required
- checking for library containing gethostbyname... none required
- checking for library containing mallinfo... none required
- checking for library containing ceilf... -lm
- checking for daemon... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for an ANSI C-conforming const... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking for struct mallinfo.arena... yes
- checking for socklen_t... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating tools/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- >>> Source configured.
- >>> Compiling source in /var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0 ...
- make -j13 -l17 all
- make all-am
- make[1]: Entering directory '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT memcacheq.o -MD -MP -MF .deps/memcacheq.Tpo -c -o memcacheq.o memcacheq.c
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT item.o -MD -MP -MF .deps/item.Tpo -c -o item.o item.c
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT thread.o -MD -MP -MF .deps/thread.Tpo -c -o thread.o thread.c
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT bdb.o -MD -MP -MF .deps/bdb.Tpo -c -o bdb.o bdb.c
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
- gcc -DHAVE_CONFIG_H -I. -I/usr/local/BerkeleyDB.4.7/include -march=corei7-avx -O2 -pipe -MT daemon.o -MD -MP -MF .deps/daemon.Tpo -c -o daemon.o daemon.c
- mv -f .deps/hash.Tpo .deps/hash.Po
- mv -f .deps/hashtable.Tpo .deps/hashtable.Po
- mv -f .deps/item.Tpo .deps/item.Po
- bdb.c: In function ‘dump_qstats_to_db’:
- bdb.c:428:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t’ [-Wformat=]
- kk, s->set_hits, s->get_hits);
- ^
- bdb.c:428:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int64_t’ [-Wformat=]
- bdb.c: In function ‘print_queue_stats’:
- bdb.c:475:17: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t’ [-Wformat=]
- res = sprintf(pos, "STAT %s %lld/%lld\r\n", k, set_hits, get_hits);
- ^
- bdb.c:475:17: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int64_t’ [-Wformat=]
- memcacheq.c: In function ‘process_stat’:
- memcacheq.c:785:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
- pos += sprintf(pos, "STAT get_cmds %llu\r\n", stats.get_cmds);
- ^
- memcacheq.c:786:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
- pos += sprintf(pos, "STAT get_hits %llu\r\n", stats.get_hits);
- ^
- memcacheq.c:787:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
- pos += sprintf(pos, "STAT set_cmds %llu\r\n", stats.set_cmds);
- ^
- memcacheq.c:788:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
- pos += sprintf(pos, "STAT set_hits %llu\r\n", stats.set_hits);
- ^
- memcacheq.c:789:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
- pos += sprintf(pos, "STAT bytes_read %llu\r\n", stats.bytes_read);
- ^
- memcacheq.c:790:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
- pos += sprintf(pos, "STAT bytes_written %llu\r\n", stats.bytes_written);
- ^
- mv -f .deps/memcacheq.Tpo .deps/memcacheq.Po
- mv -f .deps/bdb.Tpo .deps/bdb.Po
- mv -f .deps/thread.Tpo .deps/thread.Po
- mv -f .deps/daemon.Tpo .deps/daemon.Po
- gcc -march=corei7-avx -O2 -pipe -L/usr/local/BerkeleyDB.4.7/lib -Wl,-O1 -Wl,--as-needed -o memcacheq memcacheq.o item.o thread.o bdb.o hashtable.o hash.o daemon.o -lm -ldb -levent
- /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: bdb.o: undefined reference to symbol 'pthread_rwlock_wrlock@@GLIBC_2.2.5'
- /lib64/libpthread.so.0: error adding symbols: DSO missing from command line
- collect2: error: ld returned 1 exit status
- Makefile:243: recipe for target 'memcacheq' failed
- make[1]: *** [memcacheq] Error 1
- make[1]: Leaving directory '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
- Makefile:165: recipe for target 'all' failed
- make: *** [all] Error 2
- emake failed
- * ERROR: net-misc/memcacheq-0.2.0::x-portage failed (compile phase):
- * emake failed.
- *
- * Call stack:
- * ebuild.sh, line 93: Called src_compile
- * environment, line 2981: Called die
- * The specific snippet of code:
- * emake all || die "emake failed."
- *
- * If you need support, post the output of `emerge --info '=net-misc/memcacheq-0.2.0::x-portage'`,
- * the complete build log and the output of `emerge -pqv '=net-misc/memcacheq-0.2.0::x-portage'`.
- * The complete build log is located at '/var/tmp/portage/net-misc/memcacheq-0.2.0/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/net-misc/memcacheq-0.2.0/temp/environment'.
- * Working directory: '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
- * S: '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement