1. * Package: net-libs/socket++-1.12.12-r1
  2. * Repository: gentoo
  3. * Maintainer: cpp@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking socket++-1.12.12.tar.gz to /tmp/portage/net-libs/socket++-1.12.12-r1/work
  8. * Running eautoreconf in '/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12' ...
  9. * Running libtoolize --install --copy --force --automake ...
  10. [ ok ]
  11. * Running aclocal ...
  12. [ ok ]
  13. * Running autoconf ...
  14. [ ok ]
  15. * Running autoheader ...
  16. [ ok ]
  17. * Running automake --add-missing --copy ...
  18. [ ok ]
  19. * Running elibtoolize in: socket++-1.12.12/
  20. * Applying portage/1.2.0 patch ...
  21. * Applying sed/1.5.6 patch ...
  22. * Applying as-needed/2.2.6 patch ...
  23. >>> Source unpacked in /tmp/portage/net-libs/socket++-1.12.12-r1/work
  24. >>> Compiling source in /tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12 ...
  25. * econf: updating socket++-1.12.12/config.sub with /usr/share/gnuconfig/config.sub
  26. * econf: updating socket++-1.12.12/config.guess with /usr/share/gnuconfig/config.guess
  27. ./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 --disable-debug
  28. checking for a BSD-compatible install... /usr/bin/install -c
  29. checking whether build environment is sane... yes
  30. checking for a thread-safe mkdir -p... /bin/mkdir -p
  31. checking for gawk... gawk
  32. checking whether make sets $(MAKE)... yes
  33. checking whether make sets $(MAKE)... (cached) yes
  34. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  35. checking whether the C++ compiler works... yes
  36. checking for C++ compiler default output file name... a.out
  37. checking for suffix of executables...
  38. checking whether we are cross compiling... no
  39. checking for suffix of object files... o
  40. checking whether we are using the GNU C++ compiler... yes
  41. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  42. checking for style of include used by make... GNU
  43. checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
  44. checking build system type... x86_64-pc-linux-gnu
  45. checking host system type... x86_64-pc-linux-gnu
  46. checking how to print strings... printf
  47. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  48. checking whether we are using the GNU C compiler... yes
  49. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  50. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  51. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  52. checking for a sed that does not truncate output... /bin/sed
  53. checking for grep that handles long lines and -e... /bin/grep
  54. checking for egrep... /bin/grep -E
  55. checking for fgrep... /bin/grep -F
  56. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  57. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  58. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  59. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  60. checking whether ln -s works... yes
  61. checking the maximum length of command line arguments... 1572864
  62. checking whether the shell understands some XSI constructs... yes
  63. checking whether the shell understands "+="... yes
  64. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  65. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  66. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  67. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  68. checking how to recognize dependent libraries... pass_all
  69. checking for x86_64-pc-linux-gnu-dlltool... no
  70. checking for dlltool... no
  71. checking how to associate runtime and link libraries... printf %s\n
  72. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  73. checking for archiver @FILE support... @
  74. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  75. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  76. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  77. checking for sysroot... no
  78. checking for x86_64-pc-linux-gnu-mt... no
  79. checking for mt... mt
  80. checking if mt is a manifest tool... no
  81. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  82. checking for ANSI C header files... yes
  83. checking for sys/types.h... yes
  84. checking for sys/stat.h... yes
  85. checking for stdlib.h... yes
  86. checking for string.h... yes
  87. checking for memory.h... yes
  88. checking for strings.h... yes
  89. checking for inttypes.h... yes
  90. checking for stdint.h... yes
  91. checking for unistd.h... yes
  92. checking for dlfcn.h... yes
  93. checking for objdir... .libs
  94. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  95. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  96. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  97. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  98. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  99. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  100. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking whether -lc should be explicitly linked in... no
  102. checking dynamic linker characteristics... GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether stripping libraries is possible... yes
  105. checking if libtool supports shared libraries... yes
  106. checking whether to build shared libraries... yes
  107. checking whether to build static libraries... yes
  108. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  109. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  110. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  111. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  112. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  113. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  114. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  115. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  116. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  117. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  118. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  119. checking how to hardcode library paths into programs... immediate
  120. checking for makedepend... makedepend
  121. checking for t_accept in -lnsl... no
  122. checking for socket in -lsocket... no
  123. checking for string.h... (cached) yes
  124. checking for memory.h... (cached) yes
  125. checking sstream usability... yes
  126. checking sstream presence... yes
  127. checking for sstream... yes
  128. checking string usability... yes
  129. checking string presence... yes
  130. checking for string... yes
  131. checking _G_config.h usability... yes
  132. checking _G_config.h presence... yes
  133. checking for _G_config.h... yes
  134. checking for sys/wait.h that is POSIX.1 compatible... yes
  135. checking for pid_t... yes
  136. checking return type of signal handlers... void
  137. checking vfork.h usability... no
  138. checking vfork.h presence... no
  139. checking for vfork.h... no
  140. checking for fork... yes
  141. checking for vfork... yes
  142. checking for working fork... yes
  143. checking for working vfork... (cached) yes
  144. checking for select... yes
  145. checking for sys_siglist... sys_siglist
  146. checking for sys_errlist... sys_errlist
  147. checking for sys_errlist prototype... yes
  148. checking for signal handler arg type... int
  149. checking if extern "C" wrappers are needed... no
  150. configure: creating ./config.status
  151. config.status: creating Makefile
  152. config.status: creating socket++/Makefile
  153. config.status: creating doc/Makefile
  154. config.status: creating test/Makefile
  155. config.status: creating socket++/config.h
  156. config.status: executing depfiles commands
  157. config.status: executing libtool commands
  158. make -j24
  159. Making all in socket++
  160. make[1]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  161. make all-am
  162. make[2]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  163. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockstream.lo -MD -MP -MF .deps/sockstream.Tpo -c -o sockstream.lo sockstream.cpp
  164. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockinet.lo -MD -MP -MF .deps/sockinet.Tpo -c -o sockinet.lo sockinet.cpp
  165. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockunix.lo -MD -MP -MF .deps/sockunix.Tpo -c -o sockunix.lo sockunix.cpp
  166. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT pipestream.lo -MD -MP -MF .deps/pipestream.Tpo -c -o pipestream.lo pipestream.cpp
  167. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c -o fork.lo fork.cpp
  168. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c -o protocol.lo protocol.cpp
  169. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT echo.lo -MD -MP -MF .deps/echo.Tpo -c -o echo.lo echo.cpp
  170. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c -o smtp.lo smtp.cpp
  171. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c -o ftp.lo ftp.cpp
  172. /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sig.lo -MD -MP -MF .deps/sig.Tpo -c -o sig.lo sig.cpp
  173. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockstream.lo -MD -MP -MF .deps/sockstream.Tpo -c sockstream.cpp -fPIC -DPIC -o .libs/sockstream.o
  174. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockinet.lo -MD -MP -MF .deps/sockinet.Tpo -c sockinet.cpp -fPIC -DPIC -o .libs/sockinet.o
  175. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockunix.lo -MD -MP -MF .deps/sockunix.Tpo -c sockunix.cpp -fPIC -DPIC -o .libs/sockunix.o
  176. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.cpp -fPIC -DPIC -o .libs/fork.o
  177. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c protocol.cpp -fPIC -DPIC -o .libs/protocol.o
  178. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT pipestream.lo -MD -MP -MF .deps/pipestream.Tpo -c pipestream.cpp -fPIC -DPIC -o .libs/pipestream.o
  179. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT echo.lo -MD -MP -MF .deps/echo.Tpo -c echo.cpp -fPIC -DPIC -o .libs/echo.o
  180. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.cpp -fPIC -DPIC -o .libs/smtp.o
  181. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sig.lo -MD -MP -MF .deps/sig.Tpo -c sig.cpp -fPIC -DPIC -o .libs/sig.o
  182. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.cpp -fPIC -DPIC -o .libs/ftp.o
  183. protocol.cpp: In member function 'const char* protocol::protocolbuf::protocol_name() const':
  184. protocol.cpp:20:15: warning: deprecated conversion from string constant to 'char*'
  185. protocol.cpp:22:11: warning: deprecated conversion from string constant to 'char*'
  186. protocol.cpp:24:11: warning: deprecated conversion from string constant to 'char*'
  187. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT protocol.lo -MD -MP -MF .deps/protocol.Tpo -c protocol.cpp -o protocol.o >/dev/null 2>&1
  188. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.cpp -o fork.o >/dev/null 2>&1
  189. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT echo.lo -MD -MP -MF .deps/echo.Tpo -c echo.cpp -o echo.o >/dev/null 2>&1
  190. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sig.lo -MD -MP -MF .deps/sig.Tpo -c sig.cpp -o sig.o >/dev/null 2>&1
  191. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.cpp -o smtp.o >/dev/null 2>&1
  192. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT pipestream.lo -MD -MP -MF .deps/pipestream.Tpo -c pipestream.cpp -o pipestream.o >/dev/null 2>&1
  193. mv -f .deps/protocol.Tpo .deps/protocol.Plo
  194. mv -f .deps/echo.Tpo .deps/echo.Plo
  195. mv -f .deps/fork.Tpo .deps/fork.Plo
  196. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockunix.lo -MD -MP -MF .deps/sockunix.Tpo -c sockunix.cpp -o sockunix.o >/dev/null 2>&1
  197. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.cpp -o ftp.o >/dev/null 2>&1
  198. mv -f .deps/sig.Tpo .deps/sig.Plo
  199. mv -f .deps/smtp.Tpo .deps/smtp.Plo
  200. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockinet.lo -MD -MP -MF .deps/sockinet.Tpo -c sockinet.cpp -o sockinet.o >/dev/null 2>&1
  201. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT sockstream.lo -MD -MP -MF .deps/sockstream.Tpo -c sockstream.cpp -o sockstream.o >/dev/null 2>&1
  202. mv -f .deps/pipestream.Tpo .deps/pipestream.Plo
  203. mv -f .deps/sockunix.Tpo .deps/sockunix.Plo
  204. mv -f .deps/ftp.Tpo .deps/ftp.Plo
  205. mv -f .deps/sockstream.Tpo .deps/sockstream.Plo
  206. mv -f .deps/sockinet.Tpo .deps/sockinet.Plo
  207. /bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -version-info 1:2:0 -Wl,-O1 -Wl,--as-needed -o libsocket++.la -rpath /usr/lib64 sockstream.lo sockinet.lo sockunix.lo pipestream.lo fork.lo protocol.lo echo.lo smtp.lo ftp.lo sig.lo
  208. libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/crtbeginS.o .libs/sockstream.o .libs/sockinet.o .libs/sockunix.o .libs/pipestream.o .libs/fork.o .libs/protocol.o .libs/echo.o .libs/smtp.o .libs/ftp.o .libs/sig.o -Wl,--as-needed -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/crtn.o -O2 -march=native -Wl,-O1 -Wl,-soname -Wl,libsocket++.so.1 -o .libs/libsocket++.so.1.0.2
  209. libtool: link: (cd ".libs" && rm -f "libsocket++.so.1" && ln -s "libsocket++.so.1.0.2" "libsocket++.so.1")
  210. libtool: link: (cd ".libs" && rm -f "libsocket++.so" && ln -s "libsocket++.so.1.0.2" "libsocket++.so")
  211. libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libsocket++.a sockstream.o sockinet.o sockunix.o pipestream.o fork.o protocol.o echo.o smtp.o ftp.o sig.o
  212. libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libsocket++.a
  213. libtool: link: ( cd ".libs" && rm -f "libsocket++.la" && ln -s "../libsocket++.la" "libsocket++.la" )
  214. make[2]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  215. make[1]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  216. Making all in doc
  217. make[1]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/doc'
  218. restore=: && backupdir=".am$$" && \
  219. am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
  220. rm -rf $backupdir && mkdir $backupdir && \
  221. if (/bin/sh /tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/missing --run makeinfo --version) >/dev/null 2>&1; then \
  222. for f in socket++.info socket++.info-[0-9] socket++.info-[0-9][0-9] socket++.i[0-9] socket++.i[0-9][0-9]; do \
  223. if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  224. done; \
  225. else :; fi && \
  226. cd "$am__cwd"; \
  227. if /bin/sh /tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/missing --run makeinfo -I . \
  228. -o socket++.info socket++.texi; \
  229. then \
  230. rc=0; \
  231. CDPATH="${ZSH_VERSION+.}:" && cd .; \
  232. else \
  233. rc=$?; \
  234. CDPATH="${ZSH_VERSION+.}:" && cd . && \
  235. $restore $backupdir/* `echo "./socket++.info" | sed 's|[^/]*$||'`; \
  236. fi; \
  237. rm -rf $backupdir; exit $rc
  238. socket++.texi:536: warning: unlikely character , in @var.
  239. socket++.texi:536: warning: unlikely character , in @var.
  240. socket++.texi:538: warning: unlikely character , in @var.
  241. socket++.texi:538: warning: unlikely character , in @var.
  242. socket++.texi:538: warning: unlikely character , in @var.
  243. socket++.texi:538: warning: unlikely character , in @var.
  244. socket++.texi:540: warning: unlikely character , in @var.
  245. socket++.texi:542: warning: unlikely character , in @var.
  246. socket++.texi:749: warning: `.' or `,' must follow @xref, not `f'.
  247. socket++.texi:1882: warning: `.' or `,' must follow @xref, not `f'.
  248. make[1]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/doc'
  249. make[1]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  250. make[1]: Nothing to be done for `all-am'.
  251. make[1]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  252. >>> Source compiled.
  253. * Tinderbox QA Notice: 'make' called by src_test
  254. make -j24 check
  255. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tdunread.C
  256. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tdunwrite.C
  257. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tdinread.C
  258. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tdinwrite.C
  259. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsunread.C
  260. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsunwrite.C
  261. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsinread.C
  262. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsinwrite.C
  263. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tpipe.C
  264. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsockpair.C
  265. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tpopen.C
  266. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tpopen-lpc.C
  267. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tpopen-ftp.C
  268. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tpopentest.C
  269. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ testall.C
  270. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tnntp.C
  271. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsmtp.C
  272. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsendfiles.C
  273. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ thostnames.C
  274. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ twhois.C
  275. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tfork.C
  276. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tfork0.C
  277. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tsecho.C
  278. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tcecho.C
  279. tfork0.C: In function 'int main(int, char**)':
  280. tfork0.C:30:30: warning: deprecated conversion from string constant to 'char*'
  281. tpopentest.C: In function 'int main(int, char**)':
  282. tpopentest.C:36:17: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result
  283. tfork.C: In function 'int main(int, char**)':
  284. tfork.C:32:30: warning: deprecated conversion from string constant to 'char*'
  285. tfork.C:38:32: warning: deprecated conversion from string constant to 'char*'
  286. tfork.C:42:34: warning: deprecated conversion from string constant to 'char*'
  287. tfork.C:44:35: warning: deprecated conversion from string constant to 'char*'
  288. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tcsmtp.C
  289. thostnames.C: In constructor 'test::test()':
  290. thostnames.C:26:58: error: cast from 'sockinetbuf*' to 'unsigned int' loses precision
  291. thostnames.C: In function 'int main(int, char**)':
  292. thostnames.C:42:49: error: cast from 'sockinetbuf*' to 'unsigned int' loses precision
  293. x86_64-pc-linux-gnu-g++ -c -Wall -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -I. -I./.. -I./../socket++ tcftp.C
  294. make: *** [thostnames.o] Error 1
  295. make: *** Waiting for unfinished jobs....
  296. emake failed
  297. * ERROR: net-libs/socket++-1.12.12-r1 failed (test phase):
  298. * make check failed
  299. *
  300. * Call stack:
  301. * ebuild.sh, line 85: Called src_test
  302. * environment, line 1604: Called die
  303. * The specific snippet of code:
  304. * make check || die "make check failed"
  305. *
  306. * If you need support, post the output of `emerge --info '=net-libs/socket++-1.12.12-r1'`,
  307. * the complete build log and the output of `emerge -pqv '=net-libs/socket++-1.12.12-r1'`.
  308. /usr/lib64/portage/bin/isolated-functions.sh: line 214: wait: `make check failed': not a pid or valid job spec
  309. * The complete build log is located at '/var/log/portage/net-libs:socket++-1.12.12-r1:20120704-115536.log'.
  310. * For convenience, a symlink to the build log is located at '/tmp/portage/net-libs/socket++-1.12.12-r1/temp/build.log'.
  311. * The ebuild environment file is located at '/tmp/portage/net-libs/socket++-1.12.12-r1/temp/environment'.
  312. * Working directory: '/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/test'
  313. * S: '/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  314. >>> Install socket++-1.12.12-r1 into /tmp/portage/net-libs/socket++-1.12.12-r1/image/ category net-libs
  315. * Tinderbox QA Notice: 'make' called by src_install
  316. make -j24 DESTDIR=/tmp/portage/net-libs/socket++-1.12.12-r1/image/ install
  317. Making install in socket++
  318. make[1]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  319. make[2]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  320. test -z "/usr/include/socket++" || /bin/mkdir -p "/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/include/socket++"
  321. /usr/bin/install -c -m 644 sockstream.h sockinet.h sockunix.h pipestream.h fork.h protocol.h echo.h smtp.h ftp.h sig.h '/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/include/socket++'
  322. test -z "/usr/lib64" || /bin/mkdir -p "/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64"
  323. /bin/sh ../libtool --mode=install /usr/bin/install -c libsocket++.la '/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64'
  324. libtool: install: /usr/bin/install -c .libs/libsocket++.so.1.0.2 /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64/libsocket++.so.1.0.2
  325. libtool: install: (cd /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64 && { ln -s -f libsocket++.so.1.0.2 libsocket++.so.1 || { rm -f libsocket++.so.1 && ln -s libsocket++.so.1.0.2 libsocket++.so.1; }; })
  326. libtool: install: (cd /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64 && { ln -s -f libsocket++.so.1.0.2 libsocket++.so || { rm -f libsocket++.so && ln -s libsocket++.so.1.0.2 libsocket++.so; }; })
  327. libtool: install: /usr/bin/install -c .libs/libsocket++.lai /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64/libsocket++.la
  328. libtool: install: /usr/bin/install -c .libs/libsocket++.a /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64/libsocket++.a
  329. libtool: install: chmod 644 /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64/libsocket++.a
  330. libtool: install: x86_64-pc-linux-gnu-ranlib /tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/lib64/libsocket++.a
  331. libtool: install: warning: remember to run `libtool --finish /usr/lib64'
  332. make[2]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  333. make[1]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/socket++'
  334. Making install in doc
  335. make[1]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/doc'
  336. make[2]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/doc'
  337. make[2]: Nothing to be done for `install-exec-am'.
  338. test -z "/usr/share/info" || /bin/mkdir -p "/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/share/info"
  339. /usr/bin/install -c -m 644 ./socket++.info '/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/share/info'
  340. install-info --info-dir='/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/share/info' '/tmp/portage/net-libs/socket++-1.12.12-r1/image//usr/share/info/socket++.info'
  341. make[2]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/doc'
  342. make[1]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12/doc'
  343. make[1]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  344. make[2]: Entering directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  345. make[2]: Nothing to be done for `install-exec-am'.
  346. make[2]: Nothing to be done for `install-data-am'.
  347. make[2]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  348. make[1]: Leaving directory `/tmp/portage/net-libs/socket++-1.12.12-r1/work/socket++-1.12.12'
  349. >>> Completed installing socket++-1.12.12-r1 into /tmp/portage/net-libs/socket++-1.12.12-r1/image/
  350. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  351. usr/lib64/libsocket++.so.1.0.2
  352. usr/lib64/libsocket++.a
  353. ecompressdir: bzip2 -9 /usr/share/info
  354. removing executable bit: usr/lib64/libsocket++.la