Advertisement
Guest User

no prefix

a guest
Apr 23rd, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.07 KB | None | 0 0
  1. ==> Lancer la compilation de uuid ? [O/n]
  2. ==> -------------------------------------
  3. ==>
  4. ==> Construction et installation du paquet
  5. ==> Création du paquet uuid 1.6.2-11 (mar. avril 23 19:57:17 CEST 2013)
  6. ==> Vérification des dépendances pour l'exécution…
  7. ==> Vérification des dépendances pour la compilation…
  8. ==> Récupération des sources...
  9. -> uuid-1.6.2.tar.gz trouvé
  10. -> ossp.patch trouvé
  11. ==> Validation des fichiers sources avec md5sums…
  12. uuid-1.6.2.tar.gz ... Réussite
  13. ossp.patch ... Réussite
  14. ==> Extraction des sources...
  15. -> Extraction de uuid-1.6.2.tar.gz avec bsdtar
  16. ==> Suppression du répertoire pkg/ existant…
  17. ==> Lancement de build()…
  18. patching file uuid-config.in
  19. patching file Makefile.in
  20. patching file pgsql/Makefile
  21. patching file uuid.pc.in
  22. patching file perl/Makefile.PL
  23. patching file Makefile.PL
  24. patching file php/config.m4
  25. patching file php/Makefile.local
  26. patching file php/uuid.ts
  27. Configuring OSSP uuid (Universally Unique Identifier), version 1.6.2 (04-Jul-2008)
  28. checking whether make sets $(MAKE)... yes
  29. checking for gcc... gcc
  30. checking for C compiler default output file name... a.out
  31. checking whether the C compiler works... yes
  32. checking whether we are cross compiling... no
  33. checking for suffix of executables...
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking for compilation debug mode... disabled
  39. checking how to run the C preprocessor... gcc -E
  40. checking for grep that handles long lines and -e... /usr/bin/grep
  41. checking for egrep... /usr/bin/grep -E
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking whether to build against external Dmalloc library... no
  53. checking build system type... x86_64-unknown-linux-gnu
  54. checking host system type... x86_64-unknown-linux-gnu
  55. checking for a sed that does not truncate output... /usr/bin/sed
  56. checking for fgrep... /usr/bin/grep -F
  57. checking for ld used by gcc... /usr/bin/ld
  58. checking if the linker (/usr/bin/ld) is GNU ld... yes
  59. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  60. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  61. checking whether ln -s works... yes
  62. checking the maximum length of command line arguments... 1572864
  63. checking whether the shell understands some XSI constructs... yes
  64. checking whether the shell understands "+="... yes
  65. checking for /usr/bin/ld option to reload object files... -r
  66. checking how to recognize dependent libraries... pass_all
  67. checking for ar... ar
  68. checking for strip... strip
  69. checking for ranlib... ranlib
  70. checking command to parse /usr/bin/nm -B output from gcc object... ok
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if gcc supports -fno-rtti -fno-exceptions... no
  74. checking for gcc option to produce PIC... -fPIC -DPIC
  75. checking if gcc PIC flag -fPIC -DPIC works... yes
  76. checking if gcc static flag -static works... yes
  77. checking if gcc supports -c -o file.o... yes
  78. checking if gcc supports -c -o file.o... (cached) yes
  79. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  80. checking whether -lc should be explicitly linked in... no
  81. checking dynamic linker characteristics... GNU/Linux ld.so
  82. checking how to hardcode library paths into programs... immediate
  83. checking whether stripping libraries is possible... yes
  84. checking if libtool supports shared libraries... yes
  85. checking whether to build shared libraries... yes
  86. checking whether to build static libraries... yes
  87. checking for g++... g++
  88. checking whether we are using the GNU C++ compiler... yes
  89. checking whether g++ accepts -g... yes
  90. checking how to run the C++ preprocessor... g++ -E
  91. checking for gethostname in -lnsl... yes
  92. checking for accept in -lsocket... no
  93. checking for va_copy() function... yes
  94. checking for sys/types.h... (cached) yes
  95. checking sys/param.h usability... yes
  96. checking sys/param.h presence... yes
  97. checking for sys/param.h... yes
  98. checking sys/time.h usability... yes
  99. checking sys/time.h presence... yes
  100. checking for sys/time.h... yes
  101. checking sys/socket.h usability... yes
  102. checking sys/socket.h presence... yes
  103. checking for sys/socket.h... yes
  104. checking sys/sockio.h usability... no
  105. checking sys/sockio.h presence... no
  106. checking for sys/sockio.h... no
  107. checking sys/ioctl.h usability... yes
  108. checking sys/ioctl.h presence... yes
  109. checking for sys/ioctl.h... yes
  110. checking sys/select.h usability... yes
  111. checking sys/select.h presence... yes
  112. checking for sys/select.h... yes
  113. checking for netdb.h... yes
  114. checking for ifaddrs.h... yes
  115. checking for net/if.h... yes
  116. checking for net/if_dl.h... no
  117. checking for net/if_arp.h... yes
  118. checking for netinet/in.h... yes
  119. checking for arpa/inet.h... yes
  120. checking for struct timeval... yes
  121. checking for getifaddrs... yes
  122. checking for nanosleep... yes
  123. checking for Sleep... no
  124. checking for gettimeofday... yes
  125. checking for clock_gettime... yes
  126. checking for long long... yes
  127. checking for long double... yes
  128. checking size of char... 1
  129. checking size of unsigned char... 1
  130. checking size of short... 2
  131. checking size of unsigned short... 2
  132. checking size of int... 4
  133. checking size of unsigned int... 4
  134. checking size of long... 8
  135. checking size of unsigned long... 8
  136. checking size of long long... 8
  137. checking size of unsigned long long... 8
  138. checking whether to build DCE 1.1 backward compatibility API... (cached) no
  139. checking whether to build C++ bindings to C API... (cached) no
  140. checking whether to build Perl bindings to C API... (cached) no
  141. checking whether to build Perl compatibility API... (cached) no
  142. checking for perl... /usr/bin/perl
  143. checking whether to build PHP bindings to C API... (cached) no
  144. checking for php5... no
  145. checking for php... no
  146. checking whether to build PostgreSQL bindings to C API... (cached) no
  147. checking for pg_config... no
  148. configure: creating ./config.status
  149. config.status: creating Makefile
  150. config.status: creating uuid-config
  151. config.status: creating uuid.pc
  152. config.status: creating uuid.h
  153. config.status: creating config.h
  154. config.status: executing libtool commands
  155. config.status: executing adjustment commands
  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.c -fPIC -DPIC -o .libs/uuid.o
  157. 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
  158. libtool: link: rm -fr .libs/libossp-uuid.a .libs/libossp-uuid.la .libs/libossp-uuid.lai .libs/libossp-uuid.so .libs/libossp-uuid.so.16 .libs/libossp-uuid.so.16.0.22
  159. 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
  160. libtool: link: (cd ".libs" && rm -f "libossp-uuid.so.16" && ln -s "libossp-uuid.so.16.0.22" "libossp-uuid.so.16")
  161. libtool: link: (cd ".libs" && rm -f "libossp-uuid.so" && ln -s "libossp-uuid.so.16.0.22" "libossp-uuid.so")
  162. 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
  163. libtool: link: ranlib .libs/libossp-uuid.a
  164. libtool: link: ( cd ".libs" && rm -f "libossp-uuid.la" && ln -s "../libossp-uuid.la" "libossp-uuid.la" )
  165. 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
  166. 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 -Wl,-rpath -Wl,/usr/local/lib
  167. ==> Entre dans l'environnement fakeroot…
  168. ==> Lancement de package()…
  169. ./shtool mkdir -f -p -m 755 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local
  170. ./shtool mkdir -f -p -m 755 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/bin
  171. ./shtool mkdir -f -p -m 755 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/include
  172. ./shtool mkdir -f -p -m 755 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/pkgconfig
  173. ./shtool mkdir -f -p -m 755 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/share/man/man3
  174. ./shtool mkdir -f -p -m 755 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/share/man/man1
  175. ./shtool install -c -m 755 uuid-config /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/bin/
  176. ./shtool install -c -m 644 ./uuid-config.1 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/share/man/man1/
  177. ./shtool install -c -m 644 ./uuid.pc /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/pkgconfig/ossp-uuid.pc
  178. ./shtool install -c -m 644 uuid.h /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/include/
  179. ./shtool install -c -m 644 ./uuid.3 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/share/man/man3/ossp-uuid.3
  180. libtool: install: ./shtool install -c -m 644 .libs/libossp-uuid.so.16.0.22 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/libossp-uuid.so.16.0.22
  181. libtool: install: (cd /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib && { ln -s -f libossp-uuid.so.16.0.22 libossp-uuid.so.16 || { rm -f libossp-uuid.so.16 && ln -s libossp-uuid.so.16.0.22 libossp-uuid.so.16; }; })
  182. libtool: install: (cd /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib && { ln -s -f libossp-uuid.so.16.0.22 libossp-uuid.so || { rm -f libossp-uuid.so && ln -s libossp-uuid.so.16.0.22 libossp-uuid.so; }; })
  183. libtool: install: ./shtool install -c -m 644 .libs/libossp-uuid.lai /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/libossp-uuid.la
  184. libtool: install: ./shtool install -c -m 644 .libs/libossp-uuid.a /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/libossp-uuid.a
  185. libtool: install: chmod 644 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/libossp-uuid.a
  186. libtool: install: ranlib /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/lib/libossp-uuid.a
  187. libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
  188. libtool: install: warning: `libossp-uuid.la' has not been installed in `/usr/local/lib'
  189. libtool: install: ./shtool install -c -m 755 -s .libs/uuid /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/bin/uuid
  190. ./shtool install -c -m 644 ./uuid.1 /tmp/yaourt-tmp-mpi/aur-uuid/pkg/uuid/usr/local/share/man/man1/
  191. ==> Nettoyage de l'installation…
  192. -> Suppression des fichiers indésirables…
  193. -> Suppression des fichiers libtool…
  194. -> Compression des pages de man/info…
  195. -> Nettoyage des symboles inutiles dans les fichiers binaires et les bibliothèques…
  196. ==> Création du paquet « uuid »...
  197. -> Génération du fichier .PKGINFO…
  198. -> Generating .MTREE file...
  199. -> Compression du paquet…
  200. ==> Quitte l'environnement fakeroot.
  201. ==> Création finie : uuid 1.6.2-11 (mar. avril 23 19:57:30 CEST 2013)
  202.  
  203. ==> Installer uuid ? [O/n]
  204. ==> [A]fficher le contenu du paquet [V]érifier avec namcap
  205. ==> -----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement