Advertisement
Guest User

/var/tmp/portage/net-misc/memcacheq-0.2.0/temp/build.log

a guest
Feb 12th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.37 KB | None | 0 0
  1. * Package: net-misc/memcacheq-0.2.0
  2. * Repository: x-portage
  3. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU
  4. * FEATURES: ccache preserve-libs userpriv usersandbox
  5. >>> Unpacking source...
  6. >>> Unpacking memcacheq-0.2.0.tar.gz to /var/tmp/portage/net-misc/memcacheq-0.2.0/work
  7. >>> Source unpacked in /var/tmp/portage/net-misc/memcacheq-0.2.0/work
  8. >>> Preparing source in /var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0 ...
  9. >>> Source prepared.
  10. >>> Configuring source in /var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0 ...
  11. ./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
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether build environment is sane... yes
  14. checking for a thread-safe mkdir -p... /bin/mkdir -p
  15. checking for gawk... gawk
  16. checking whether make sets $(MAKE)... yes
  17. checking for x86_64-pc-linux-gnu-gcc... gcc
  18. checking for C compiler default output file name... a.out
  19. checking whether the C compiler works... yes
  20. checking whether we are cross compiling... no
  21. checking for suffix of executables...
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking for style of include used by make... GNU
  27. checking dependency style of gcc... gcc3
  28. checking whether gcc and cc understand -c and -o together... yes
  29. checking for libevent directory... (system)
  30. checking for library containing db_create... -ldb
  31. checking how to run the C preprocessor... gcc -E
  32. checking for grep that handles long lines and -e... /bin/grep
  33. checking for egrep... /bin/grep -E
  34. checking for ANSI C header files... yes
  35. checking for sys/types.h... yes
  36. checking for sys/stat.h... yes
  37. checking for stdlib.h... yes
  38. checking for string.h... yes
  39. checking for memory.h... yes
  40. checking for strings.h... yes
  41. checking for inttypes.h... yes
  42. checking for stdint.h... yes
  43. checking for unistd.h... yes
  44. checking db.h usability... yes
  45. checking db.h presence... yes
  46. checking for db.h... yes
  47. checking for library containing socket... none required
  48. checking for library containing gethostbyname... none required
  49. checking for library containing mallinfo... none required
  50. checking for library containing ceilf... -lm
  51. checking for daemon... yes
  52. checking for stdbool.h that conforms to C99... yes
  53. checking for _Bool... yes
  54. checking for an ANSI C-conforming const... yes
  55. checking malloc.h usability... yes
  56. checking malloc.h presence... yes
  57. checking for malloc.h... yes
  58. checking for struct mallinfo.arena... yes
  59. checking for socklen_t... yes
  60. configure: creating ./config.status
  61. config.status: creating Makefile
  62. config.status: creating tools/Makefile
  63. config.status: creating config.h
  64. config.status: executing depfiles commands
  65. >>> Source configured.
  66. >>> Compiling source in /var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0 ...
  67. make -j13 -l17 all
  68. make all-am
  69. make[1]: Entering directory '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. mv -f .deps/hash.Tpo .deps/hash.Po
  78. mv -f .deps/hashtable.Tpo .deps/hashtable.Po
  79. mv -f .deps/item.Tpo .deps/item.Po
  80. bdb.c: In function ‘dump_qstats_to_db’:
  81. bdb.c:428:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t’ [-Wformat=]
  82. kk, s->set_hits, s->get_hits);
  83. ^
  84. bdb.c:428:21: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int64_t’ [-Wformat=]
  85. bdb.c: In function ‘print_queue_stats’:
  86. bdb.c:475:17: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t’ [-Wformat=]
  87. res = sprintf(pos, "STAT %s %lld/%lld\r\n", k, set_hits, get_hits);
  88. ^
  89. bdb.c:475:17: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int64_t’ [-Wformat=]
  90. memcacheq.c: In function ‘process_stat’:
  91. memcacheq.c:785:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  92. pos += sprintf(pos, "STAT get_cmds %llu\r\n", stats.get_cmds);
  93. ^
  94. memcacheq.c:786:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  95. pos += sprintf(pos, "STAT get_hits %llu\r\n", stats.get_hits);
  96. ^
  97. memcacheq.c:787:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  98. pos += sprintf(pos, "STAT set_cmds %llu\r\n", stats.set_cmds);
  99. ^
  100. memcacheq.c:788:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  101. pos += sprintf(pos, "STAT set_hits %llu\r\n", stats.set_hits);
  102. ^
  103. memcacheq.c:789:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  104. pos += sprintf(pos, "STAT bytes_read %llu\r\n", stats.bytes_read);
  105. ^
  106. memcacheq.c:790:9: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  107. pos += sprintf(pos, "STAT bytes_written %llu\r\n", stats.bytes_written);
  108. ^
  109. mv -f .deps/memcacheq.Tpo .deps/memcacheq.Po
  110. mv -f .deps/bdb.Tpo .deps/bdb.Po
  111. mv -f .deps/thread.Tpo .deps/thread.Po
  112. mv -f .deps/daemon.Tpo .deps/daemon.Po
  113. 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
  114. /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'
  115. /lib64/libpthread.so.0: error adding symbols: DSO missing from command line
  116. collect2: error: ld returned 1 exit status
  117. Makefile:243: recipe for target 'memcacheq' failed
  118. make[1]: *** [memcacheq] Error 1
  119. make[1]: Leaving directory '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
  120. Makefile:165: recipe for target 'all' failed
  121. make: *** [all] Error 2
  122. emake failed
  123. * ERROR: net-misc/memcacheq-0.2.0::x-portage failed (compile phase):
  124. * emake failed.
  125. *
  126. * Call stack:
  127. * ebuild.sh, line 93: Called src_compile
  128. * environment, line 2981: Called die
  129. * The specific snippet of code:
  130. * emake all || die "emake failed."
  131. *
  132. * If you need support, post the output of `emerge --info '=net-misc/memcacheq-0.2.0::x-portage'`,
  133. * the complete build log and the output of `emerge -pqv '=net-misc/memcacheq-0.2.0::x-portage'`.
  134. * The complete build log is located at '/var/tmp/portage/net-misc/memcacheq-0.2.0/temp/build.log'.
  135. * The ebuild environment file is located at '/var/tmp/portage/net-misc/memcacheq-0.2.0/temp/environment'.
  136. * Working directory: '/var/tmp/portage/net-misc/memcacheq-0.2.0/work/memcacheq-0.2.0'
  137. * 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