Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.71 KB | None | 0 0
  1. neocharles@neocharles:~/tls/tls1.6$ make clean
  2. test -z "libtls1.6.so" || rm -f libtls1.6.so
  3. rm -f *.o core *.core
  4. test -z "pkgIndex.tcl" || rm -f pkgIndex.tcl
  5. neocharles@neocharles:~/tls/tls1.6$ ./configure --prefix=/usr/include/tcl8.6
  6. checking for correct TEA configuration... ok (TEA 3.6)
  7. checking for Tcl configuration... found /usr/local/lib/tclConfig.sh
  8. checking for existence of /usr/local/lib/tclConfig.sh... loading
  9. configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr/local
  10. checking for gcc... gcc
  11. checking for C compiler default output file name... a.out
  12. checking whether the C compiler works... yes
  13. checking whether we are cross compiling... no
  14. checking for suffix of executables...
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ANSI C... none needed
  19. checking how to run the C preprocessor... gcc -E
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether make sets $(MAKE)... yes
  22. checking for ranlib... ranlib
  23. checking for egrep... grep -E
  24. checking for ANSI C header files... yes
  25. checking for sys/types.h... yes
  26. checking for sys/stat.h... yes
  27. checking for stdlib.h... yes
  28. checking for string.h... yes
  29. checking for memory.h... yes
  30. checking for strings.h... yes
  31. checking for inttypes.h... yes
  32. checking for stdint.h... yes
  33. checking for unistd.h... yes
  34. checking if the compiler understands -pipe... yes
  35. checking whether byte ordering is bigendian... no
  36. checking for sin... no
  37. checking for main in -lieee... yes
  38. checking for main in -linet... no
  39. checking net/errno.h usability... no
  40. checking net/errno.h presence... no
  41. checking for net/errno.h... no
  42. checking for connect... yes
  43. checking for gethostbyname... yes
  44. checking dirent.h... yes
  45. checking errno.h usability... yes
  46. checking errno.h presence... yes
  47. checking for errno.h... yes
  48. checking float.h usability... yes
  49. checking float.h presence... yes
  50. checking for float.h... yes
  51. checking values.h usability... yes
  52. checking values.h presence... yes
  53. checking for values.h... yes
  54. checking limits.h usability... yes
  55. checking limits.h presence... yes
  56. checking for limits.h... yes
  57. checking for stdlib.h... (cached) yes
  58. checking for string.h... (cached) yes
  59. checking sys/wait.h usability... yes
  60. checking sys/wait.h presence... yes
  61. checking for sys/wait.h... yes
  62. checking dlfcn.h usability... yes
  63. checking dlfcn.h presence... yes
  64. checking for dlfcn.h... yes
  65. checking sys/param.h usability... yes
  66. checking sys/param.h presence... yes
  67. checking for sys/param.h... yes
  68. checking for Tcl public headers... /usr/local/include
  69. checking for pthread_mutex_init in -lpthread... yes
  70. checking for building with threads... yes (default)
  71. checking how to build libraries... shared
  72. checking if 64bit support is requested... no
  73. checking if 64bit Sparc VIS support is requested... no
  74. checking system version... Linux-2.6.32-042stab078.22
  75. checking for dlopen in -ldl... yes
  76. checking for ar... ar
  77. checking for required early compiler flags... _LARGEFILE64_SOURCE
  78. checking for 64-bit integer type... using long
  79. checking for build with symbols... no
  80. checking for SSL directory... /usr
  81. checking if libgcc is needed to resolve openssl symbols... no
  82. checking for tclsh... /usr/local/bin/tclsh8.6
  83. configure: creating ./config.status
  84. config.status: creating Makefile
  85. neocharles@neocharles:~/tls/tls1.6$ make install
  86. gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tls.c` -o tls.o
  87. tls.c: In function 'VerifyCallback':
  88. tls.c:248:20: warning: variable 'string' set but not used [-Wunused-but-set-variable]
  89. tls.c: In function 'MiscObjCmd':
  90. tls.c:1332:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  91. In file included from /usr/include/openssl/ssl.h:156:0,
  92. from tlsInt.h:52,
  93. from tls.c:26:
  94. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  95. tls.c:1333:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  96. In file included from /usr/include/openssl/ssl.h:156:0,
  97. from tlsInt.h:52,
  98. from tls.c:26:
  99. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  100. tls.c:1334:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  101. In file included from /usr/include/openssl/ssl.h:156:0,
  102. from tlsInt.h:52,
  103. from tls.c:26:
  104. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  105. tls.c:1335:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  106. In file included from /usr/include/openssl/ssl.h:156:0,
  107. from tlsInt.h:52,
  108. from tls.c:26:
  109. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  110. tls.c:1336:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  111. In file included from /usr/include/openssl/ssl.h:156:0,
  112. from tlsInt.h:52,
  113. from tls.c:26:
  114. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  115. tls.c:1337:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  116. In file included from /usr/include/openssl/ssl.h:156:0,
  117. from tlsInt.h:52,
  118. from tls.c:26:
  119. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  120. tls.c:1338:3: warning: pointer targets in passing argument 4 of 'X509_NAME_add_entry_by_txt' differ in signedness [-Wpointer-sign]
  121. In file included from /usr/include/openssl/ssl.h:156:0,
  122. from tlsInt.h:52,
  123. from tls.c:26:
  124. /usr/include/openssl/x509.h:1029:5: note: expected 'const unsigned char *' but argument is of type 'char *'
  125. gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tlsIO.c` -o tlsIO.o
  126. tlsIO.c: In function 'TlsCloseProc':
  127. tlsIO.c:289:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  128. tlsIO.c: In function 'TlsOutputProc':
  129. tlsIO.c:421:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  130. tlsIO.c:441:2: warning: value computed is not used [-Wunused-value]
  131. tlsIO.c:459:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  132. tlsIO.c: In function 'TlsGetOptionProc':
  133. tlsIO.c:551:9: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  134. tlsIO.c: In function 'Tls_WaitForConnect':
  135. tlsIO.c:872:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  136. tlsIO.c:883:6: warning: value computed is not used [-Wunused-value]
  137. gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tlsBIO.c` -o tlsBIO.o
  138. tlsBIO.c: In function 'BioWrite':
  139. tlsBIO.c:65:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  140. tlsBIO.c:65:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  141. tlsBIO.c:74:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  142. tlsBIO.c: In function 'BioRead':
  143. tlsBIO.c:100:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  144. tlsBIO.c:100:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  145. tlsBIO.c:111:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  146. tlsBIO.c: In function 'BioCtrl':
  147. tlsBIO.c:147:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  148. tlsBIO.c:148:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  149. gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo tlsX509.c` -o tlsX509.o
  150. tlsX509.c: In function 'Tls_NewX509Obj':
  151. tlsX509.c:121:2: warning: value computed is not used [-Wunused-value]
  152. tlsX509.c:127:2: warning: value computed is not used [-Wunused-value]
  153. tlsX509.c:133:2: warning: value computed is not used [-Wunused-value]
  154. gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\" -DPACKAGE_VERSION=\"1.6\" -DPACKAGE_STRING=\"tls\ 1.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DNO_IDEA=1 -DNO_RC5=1 -I"/usr/local/include" -I"/usr/include" -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo fixstrtod.c` -o fixstrtod.o
  155. rm -f libtls1.6.so
  156. gcc -shared -pipe -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -Wl,--export-dynamic -o libtls1.6.so tls.o tlsIO.o tlsBIO.o tlsX509.o fixstrtod.o -Wl,-rpath,/usr/lib -L/usr/lib -lssl -lcrypto -L/usr/local/lib -ltclstub8.6
  157. : libtls1.6.so
  158. (echo 'package ifneeded tls 1.6 \
  159. "[list source [file join $dir tls.tcl]] ; \
  160. [list tls::initlib $dir libtls1.6.so]"'\
  161. ) > pkgIndex.tcl
  162. mkdir: cannot create directory '/usr/local/lib/tls1.6': File exists
  163. make: *** [install-lib-binaries] Error 1
  164. neocharles@neocharles:~/tls/tls1.6$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement