Advertisement
Guest User

Building uuid

a guest
Apr 23rd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. patching file uuid-config.in
  2. patching file Makefile.in
  3. patching file pgsql/Makefile
  4. patching file uuid.pc.in
  5. patching file perl/Makefile.PL
  6. patching file Makefile.PL
  7. patching file php/config.m4
  8. patching file php/Makefile.local
  9. patching file php/uuid.ts
  10. Configuring OSSP uuid (Universally Unique Identifier), version 1.6.2 (04-Jul-2008)
  11. checking whether make sets $(MAKE)... yes
  12. checking for gcc... gcc
  13. checking for C compiler default output file name... a.out
  14. checking whether the C compiler works... yes
  15. checking whether we are cross compiling... no
  16. checking for suffix of executables...
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for compilation debug mode... disabled
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /usr/bin/grep
  24. checking for egrep... /usr/bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking whether to build against external Dmalloc library... no
  36. checking build system type... x86_64-unknown-linux-gnu
  37. checking host system type... x86_64-unknown-linux-gnu
  38. checking for a sed that does not truncate output... /usr/bin/sed
  39. checking for fgrep... /usr/bin/grep -F
  40. checking for ld used by gcc... /usr/bin/ld
  41. checking if the linker (/usr/bin/ld) is GNU ld... yes
  42. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  43. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  44. checking whether ln -s works... yes
  45. checking the maximum length of command line arguments... 1572864
  46. checking whether the shell understands some XSI constructs... yes
  47. checking whether the shell understands "+="... yes
  48. checking for /usr/bin/ld option to reload object files... -r
  49. checking how to recognize dependent libraries... pass_all
  50. checking for ar... ar
  51. checking for strip... strip
  52. checking for ranlib... ranlib
  53. checking command to parse /usr/bin/nm -B output from gcc object... ok
  54. checking for dlfcn.h... yes
  55. checking for objdir... .libs
  56. checking if gcc supports -fno-rtti -fno-exceptions... no
  57. checking for gcc option to produce PIC... -fPIC -DPIC
  58. checking if gcc PIC flag -fPIC -DPIC works... yes
  59. checking if gcc static flag -static works... yes
  60. checking if gcc supports -c -o file.o... yes
  61. checking if gcc supports -c -o file.o... (cached) yes
  62. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  63. checking whether -lc should be explicitly linked in... no
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking whether stripping libraries is possible... yes
  67. checking if libtool supports shared libraries... yes
  68. checking whether to build shared libraries... yes
  69. checking whether to build static libraries... yes
  70. checking for g++... g++
  71. checking whether we are using the GNU C++ compiler... yes
  72. checking whether g++ accepts -g... yes
  73. checking how to run the C++ preprocessor... g++ -E
  74. checking for gethostname in -lnsl... yes
  75. checking for accept in -lsocket... no
  76. checking for va_copy() function... yes
  77. checking for sys/types.h... (cached) yes
  78. checking sys/param.h usability... yes
  79. checking sys/param.h presence... yes
  80. checking for sys/param.h... yes
  81. checking sys/time.h usability... yes
  82. checking sys/time.h presence... yes
  83. checking for sys/time.h... yes
  84. checking sys/socket.h usability... yes
  85. checking sys/socket.h presence... yes
  86. checking for sys/socket.h... yes
  87. checking sys/sockio.h usability... no
  88. checking sys/sockio.h presence... no
  89. checking for sys/sockio.h... no
  90. checking sys/ioctl.h usability... yes
  91. checking sys/ioctl.h presence... yes
  92. checking for sys/ioctl.h... yes
  93. checking sys/select.h usability... yes
  94. checking sys/select.h presence... yes
  95. checking for sys/select.h... yes
  96. checking for netdb.h... yes
  97. checking for ifaddrs.h... yes
  98. checking for net/if.h... yes
  99. checking for net/if_dl.h... no
  100. checking for net/if_arp.h... yes
  101. checking for netinet/in.h... yes
  102. checking for arpa/inet.h... yes
  103. checking for struct timeval... yes
  104. checking for getifaddrs... yes
  105. checking for nanosleep... yes
  106. checking for Sleep... no
  107. checking for gettimeofday... yes
  108. checking for clock_gettime... yes
  109. checking for long long... yes
  110. checking for long double... yes
  111. checking size of char... 1
  112. checking size of unsigned char... 1
  113. checking size of short... 2
  114. checking size of unsigned short... 2
  115. checking size of int... 4
  116. checking size of unsigned int... 4
  117. checking size of long... 8
  118. checking size of unsigned long... 8
  119. checking size of long long... 8
  120. checking size of unsigned long long... 8
  121. checking whether to build DCE 1.1 backward compatibility API... (cached) no
  122. checking whether to build C++ bindings to C API... (cached) no
  123. checking whether to build Perl bindings to C API... (cached) yes
  124. checking whether to build Perl compatibility API... (cached) no
  125. checking for perl... /usr/bin/perl
  126. checking whether to build PHP bindings to C API... (cached) no
  127. checking for php5... no
  128. checking for php... no
  129. checking whether to build PostgreSQL bindings to C API... (cached) no
  130. checking for pg_config... no
  131. configure: creating ./config.status
  132. config.status: creating Makefile
  133. config.status: creating uuid-config
  134. config.status: creating uuid.pc
  135. config.status: creating uuid.h
  136. config.status: creating config.h
  137. config.status: executing libtool commands
  138. config.status: executing adjustment commands
  139. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid.c -fPIC -DPIC -o .libs/uuid.o
  140. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid.c -o uuid.o >/dev/null 2>&1
  141. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_md5.c -fPIC -DPIC -o .libs/uuid_md5.o
  142. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_md5.c -o uuid_md5.o >/dev/null 2>&1
  143. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_sha1.c -fPIC -DPIC -o .libs/uuid_sha1.o
  144. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_sha1.c -o uuid_sha1.o >/dev/null 2>&1
  145. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_prng.c -fPIC -DPIC -o .libs/uuid_prng.o
  146. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_prng.c -o uuid_prng.o >/dev/null 2>&1
  147. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_mac.c -fPIC -DPIC -o .libs/uuid_mac.o
  148. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_mac.c -o uuid_mac.o >/dev/null 2>&1
  149. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_time.c -fPIC -DPIC -o .libs/uuid_time.o
  150. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_time.c -o uuid_time.o >/dev/null 2>&1
  151. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_ui64.c -fPIC -DPIC -o .libs/uuid_ui64.o
  152. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_ui64.c -o uuid_ui64.o >/dev/null 2>&1
  153. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_ui128.c -fPIC -DPIC -o .libs/uuid_ui128.o
  154. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_ui128.c -o uuid_ui128.o >/dev/null 2>&1
  155. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_str.c -fPIC -DPIC -o .libs/uuid_str.o
  156. libtool: compile: gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_str.c -o uuid_str.o >/dev/null 2>&1
  157. libtool: link: gcc -shared .libs/uuid.o .libs/uuid_md5.o .libs/uuid_sha1.o .libs/uuid_prng.o .libs/uuid_mac.o .libs/uuid_time.o .libs/uuid_ui64.o .libs/uuid_ui128.o .libs/uuid_str.o -Wl,-soname -Wl,libossp-uuid.so.16 -o .libs/libossp-uuid.so.16.0.22
  158. libtool: link: (cd ".libs" && rm -f "libossp-uuid.so.16" && ln -s "libossp-uuid.so.16.0.22" "libossp-uuid.so.16")
  159. libtool: link: (cd ".libs" && rm -f "libossp-uuid.so" && ln -s "libossp-uuid.so.16.0.22" "libossp-uuid.so")
  160. libtool: link: ar cru .libs/libossp-uuid.a uuid.o uuid_md5.o uuid_sha1.o uuid_prng.o uuid_mac.o uuid_time.o uuid_ui64.o uuid_ui128.o uuid_str.o
  161. libtool: link: ranlib .libs/libossp-uuid.a
  162. libtool: link: ( cd ".libs" && rm -f "libossp-uuid.la" && ln -s "../libossp-uuid.la" "libossp-uuid.la" )
  163. gcc -I. -I. -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -c uuid_cli.c
  164. libtool: link: gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/uuid uuid_cli.o ./.libs/libossp-uuid.so -lnsl
  165. Checking if your kit is complete...
  166. Looks good
  167. Only one of PREFIX or INSTALL_BASE can be given. Not both.
  168. make: *** [perl/blib/lib/OSSP/uuid.pm] Erreur 255
  169. ==> ERREUR : Une erreur s'est produite dans build(). (Error in build ())
  170. Abandon…
  171. ==> ERREUR: Makepkg n'a pas pu construire uuid. (Makepkg cannot build uuid)
  172. ==> Relancer la compilation de uuid ? [o/N] (restart the compile)
  173. ==> ---------------------------------------
  174. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement