Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Unnamed
Friday, August 3rd, 2007 at 11:45:44pm UTC 

  1. └─(~/deb/openssl-0.9.8e)-> debuild -S -sa -kE95EDDC9
  2.  fakeroot debian/rules clean
  3. dh_testdir
  4. dh_testroot
  5. rm -f build
  6. perl util/perlpath.pl /usr/bin
  7. ./Configure --prefix=/usr --openssldir=/usr/lib/ssl no-idea no-mdc2 no-rc5 zlib debian-i386
  8. Configuring for debian-i386
  9.     no-camellia     [default]  OPENSSL_NO_CAMELLIA (skip dir)
  10.     no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
  11.     no-idea         [option]   OPENSSL_NO_IDEA (skip dir)
  12.     no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
  13.     no-mdc2         [option]   OPENSSL_NO_MDC2 (skip dir)
  14.     no-rc5          [option]   OPENSSL_NO_RC5 (skip dir)
  15.     no-rfc3779      [default]  OPENSSL_NO_RFC3779 (skip dir)
  16.     no-shared       [default]
  17.     no-zlib-dynamic [default]
  18. IsMK1MF=0
  19. CC            =gcc-4.1
  20. CFLAG         =-DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -Wa,--noexecstack -g -Wall
  21. EX_LIBS       =-ldl -lz
  22. CPUID_OBJ     =
  23. BN_ASM        =bn_asm.o
  24. DES_ENC       =des_enc.o fcrypt_b.o
  25. AES_ASM_OBJ   =aes_core.o aes_cbc.o
  26. BF_ENC        =bf_enc.o
  27. CAST_ENC      =c_enc.o
  28. RC4_ENC       =rc4_enc.o
  29. RC5_ENC       =rc5_enc.o
  30. MD5_OBJ_ASM   =
  31. SHA1_OBJ_ASM  =
  32. RMD160_OBJ_ASM=
  33. PROCESSOR     =
  34. RANLIB        =/usr/bin/ranlib
  35. ARFLAGS       =
  36. PERL          =/usr/bin/perl
  37. THIRTY_TWO_BIT mode
  38. DES_PTR used
  39. DES_RISC1 used
  40. DES_UNROLL used
  41. BN_LLONG mode
  42. RC4_INDEX mode
  43. RC4_CHUNK is undefined
  44. make[1]: Entering directory `/home/ryan/deb/openssl-0.9.8e'
  45. e_os2.h => include/openssl/e_os2.h
  46. making links in crypto...
  47. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto'
  48. crypto.h => ../include/openssl/crypto.h
  49. tmdiff.h => ../include/openssl/tmdiff.h
  50. opensslv.h => ../include/openssl/opensslv.h
  51. opensslconf.h => ../include/openssl/opensslconf.h
  52. ebcdic.h => ../include/openssl/ebcdic.h
  53. symhacks.h => ../include/openssl/symhacks.h
  54. ossl_typ.h => ../include/openssl/ossl_typ.h
  55. making links in crypto/objects...
  56. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/objects'
  57. objects.h => ../../include/openssl/objects.h
  58. obj_mac.h => ../../include/openssl/obj_mac.h
  59. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/objects'
  60. making links in crypto/md2...
  61. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/md2'
  62. md2.h => ../../include/openssl/md2.h
  63. md2test.c => ../../test/md2test.c
  64. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/md2'
  65. making links in crypto/md4...
  66. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/md4'
  67. md4.h => ../../include/openssl/md4.h
  68. md4test.c => ../../test/md4test.c
  69. md4.c => ../../apps/md4.c
  70. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/md4'
  71. making links in crypto/md5...
  72. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/md5'
  73. md5.h => ../../include/openssl/md5.h
  74. md5test.c => ../../test/md5test.c
  75. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/md5'
  76. making links in crypto/sha...
  77. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/sha'
  78. sha.h => ../../include/openssl/sha.h
  79. shatest.c => ../../test/shatest.c
  80. sha1test.c => ../../test/sha1test.c
  81. sha256t.c => ../../test/sha256t.c
  82. sha512t.c => ../../test/sha512t.c
  83. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/sha'
  84. making links in crypto/hmac...
  85. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/hmac'
  86. hmac.h => ../../include/openssl/hmac.h
  87. hmactest.c => ../../test/hmactest.c
  88. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/hmac'
  89. making links in crypto/ripemd...
  90. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ripemd'
  91. ripemd.h => ../../include/openssl/ripemd.h
  92. rmdtest.c => ../../test/rmdtest.c
  93. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ripemd'
  94. making links in crypto/des...
  95. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/des'
  96. des.h => ../../include/openssl/des.h
  97. des_old.h => ../../include/openssl/des_old.h
  98. destest.c => ../../test/destest.c
  99. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/des'
  100. making links in crypto/aes...
  101. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/aes'
  102. aes.h => ../../include/openssl/aes.h
  103. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/aes'
  104. making links in crypto/rc2...
  105. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc2'
  106. rc2.h => ../../include/openssl/rc2.h
  107. rc2test.c => ../../test/rc2test.c
  108. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc2'
  109. making links in crypto/rc4...
  110. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc4'
  111. rc4.h => ../../include/openssl/rc4.h
  112. rc4test.c => ../../test/rc4test.c
  113. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc4'
  114. making links in crypto/bf...
  115. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/bf'
  116. blowfish.h => ../../include/openssl/blowfish.h
  117. bftest.c => ../../test/bftest.c
  118. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/bf'
  119. making links in crypto/cast...
  120. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/cast'
  121. cast.h => ../../include/openssl/cast.h
  122. casttest.c => ../../test/casttest.c
  123. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/cast'
  124. making links in crypto/bn...
  125. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/bn'
  126. bn.h => ../../include/openssl/bn.h
  127. bntest.c => ../../test/bntest.c
  128. exptest.c => ../../test/exptest.c
  129. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/bn'
  130. making links in crypto/ec...
  131. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ec'
  132. ec.h => ../../include/openssl/ec.h
  133. ectest.c => ../../test/ectest.c
  134. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ec'
  135. making links in crypto/rsa...
  136. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rsa'
  137. rsa.h => ../../include/openssl/rsa.h
  138. rsa_test.c => ../../test/rsa_test.c
  139. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rsa'
  140. making links in crypto/dsa...
  141. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/dsa'
  142. dsa.h => ../../include/openssl/dsa.h
  143. dsatest.c => ../../test/dsatest.c
  144. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/dsa'
  145. making links in crypto/ecdsa...
  146. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdsa'
  147. ecdsa.h => ../../include/openssl/ecdsa.h
  148. ecdsatest.c => ../../test/ecdsatest.c
  149. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdsa'
  150. making links in crypto/dh...
  151. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/dh'
  152. dh.h => ../../include/openssl/dh.h
  153. dhtest.c => ../../test/dhtest.c
  154. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/dh'
  155. making links in crypto/ecdh...
  156. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdh'
  157. ecdh.h => ../../include/openssl/ecdh.h
  158. ecdhtest.c => ../../test/ecdhtest.c
  159. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdh'
  160. making links in crypto/dso...
  161. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/dso'
  162. dso.h => ../../include/openssl/dso.h
  163. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/dso'
  164. making links in crypto/engine...
  165. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/engine'
  166. engine.h => ../../include/openssl/engine.h
  167. enginetest.c => ../../test/enginetest.c
  168. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/engine'
  169. making links in crypto/buffer...
  170. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/buffer'
  171. buffer.h => ../../include/openssl/buffer.h
  172. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/buffer'
  173. making links in crypto/bio...
  174. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/bio'
  175. bio.h => ../../include/openssl/bio.h
  176. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/bio'
  177. making links in crypto/stack...
  178. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/stack'
  179. stack.h => ../../include/openssl/stack.h
  180. safestack.h => ../../include/openssl/safestack.h
  181. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/stack'
  182. making links in crypto/lhash...
  183. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/lhash'
  184. lhash.h => ../../include/openssl/lhash.h
  185. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/lhash'
  186. making links in crypto/rand...
  187. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rand'
  188. rand.h => ../../include/openssl/rand.h
  189. randtest.c => ../../test/randtest.c
  190. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rand'
  191. making links in crypto/err...
  192. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/err'
  193. err.h => ../../include/openssl/err.h
  194. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/err'
  195. making links in crypto/evp...
  196. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/evp'
  197. evp.h => ../../include/openssl/evp.h
  198. evp_test.c => ../../test/evp_test.c
  199. cp evptests.txt ../../test
  200. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/evp'
  201. making links in crypto/asn1...
  202. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/asn1'
  203. asn1.h => ../../include/openssl/asn1.h
  204. asn1_mac.h => ../../include/openssl/asn1_mac.h
  205. asn1t.h => ../../include/openssl/asn1t.h
  206. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/asn1'
  207. making links in crypto/pem...
  208. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pem'
  209. pem.h => ../../include/openssl/pem.h
  210. pem2.h => ../../include/openssl/pem2.h
  211. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pem'
  212. making links in crypto/x509...
  213. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509'
  214. x509.h => ../../include/openssl/x509.h
  215. x509_vfy.h => ../../include/openssl/x509_vfy.h
  216. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509'
  217. making links in crypto/x509v3...
  218. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509v3'
  219. x509v3.h => ../../include/openssl/x509v3.h
  220. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509v3'
  221. making links in crypto/conf...
  222. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/conf'
  223. conf.h => ../../include/openssl/conf.h
  224. conf_api.h => ../../include/openssl/conf_api.h
  225. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/conf'
  226. making links in crypto/txt_db...
  227. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/txt_db'
  228. txt_db.h => ../../include/openssl/txt_db.h
  229. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/txt_db'
  230. making links in crypto/pkcs7...
  231. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs7'
  232. pkcs7.h => ../../include/openssl/pkcs7.h
  233. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs7'
  234. making links in crypto/pkcs12...
  235. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs12'
  236. pkcs12.h => ../../include/openssl/pkcs12.h
  237. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs12'
  238. making links in crypto/comp...
  239. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/comp'
  240. comp.h => ../../include/openssl/comp.h
  241. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/comp'
  242. making links in crypto/ocsp...
  243. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ocsp'
  244. ocsp.h => ../../include/openssl/ocsp.h
  245. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ocsp'
  246. making links in crypto/ui...
  247. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ui'
  248. ui.h => ../../include/openssl/ui.h
  249. ui_compat.h => ../../include/openssl/ui_compat.h
  250. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ui'
  251. making links in crypto/krb5...
  252. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/krb5'
  253. krb5_asn.h => ../../include/openssl/krb5_asn.h
  254. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/krb5'
  255. making links in crypto/store...
  256. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/store'
  257. store.h => ../../include/openssl/store.h
  258. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/store'
  259. making links in crypto/pqueue...
  260. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pqueue'
  261. pqueue.h => ../../include/openssl/pqueue.h
  262. pq_compat.h => ../../include/openssl/pq_compat.h
  263. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pqueue'
  264. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto'
  265. making links in ssl...
  266. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/ssl'
  267. ssl.h => ../include/openssl/ssl.h
  268. ssl2.h => ../include/openssl/ssl2.h
  269. ssl3.h => ../include/openssl/ssl3.h
  270. ssl23.h => ../include/openssl/ssl23.h
  271. tls1.h => ../include/openssl/tls1.h
  272. dtls1.h => ../include/openssl/dtls1.h
  273. kssl.h => ../include/openssl/kssl.h
  274. ssltest.c => ../test/ssltest.c
  275. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/ssl'
  276. making links in engines...
  277. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/engines'
  278. make[2]: Nothing to be done for `links'.
  279. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/engines'
  280. making links in apps...
  281. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/apps'
  282. make[2]: Nothing to be done for `links'.
  283. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/apps'
  284. making links in tools...
  285. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/tools'
  286. make[2]: Nothing to be done for `links'.
  287. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/tools'
  288. generating dummy tests (if needed)...
  289. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/test'
  290. make[2]: Nothing to be done for `generate'.
  291. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/test'
  292. make[1]: Leaving directory `/home/ryan/deb/openssl-0.9.8e'
  293.  
  294. Since you've disabled or enabled at least one algorithm, you need to do
  295. the following before building:
  296.  
  297.         make depend
  298.  
  299. Configured for debian-i386.
  300. make -f Makefile  clean clean-shared
  301. make[1]: Entering directory `/home/ryan/deb/openssl-0.9.8e'
  302. rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib
  303. rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
  304. making clean in crypto...
  305. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto'
  306. rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  307. making clean in crypto/objects...
  308. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/objects'
  309. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  310. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/objects'
  311. making clean in crypto/md2...
  312. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/md2'
  313. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  314. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/md2'
  315. making clean in crypto/md4...
  316. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/md4'
  317. rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  318. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/md4'
  319. making clean in crypto/md5...
  320. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/md5'
  321. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  322. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/md5'
  323. making clean in crypto/sha...
  324. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/sha'
  325. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  326. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/sha'
  327. making clean in crypto/hmac...
  328. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/hmac'
  329. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  330. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/hmac'
  331. making clean in crypto/ripemd...
  332. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ripemd'
  333. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  334. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ripemd'
  335. making clean in crypto/des...
  336. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/des'
  337. rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
  338. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/des'
  339. making clean in crypto/aes...
  340. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/aes'
  341. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  342. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/aes'
  343. making clean in crypto/rc2...
  344. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc2'
  345. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  346. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc2'
  347. making clean in crypto/rc4...
  348. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc4'
  349. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  350. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rc4'
  351. making clean in crypto/bf...
  352. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/bf'
  353. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  354. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/bf'
  355. making clean in crypto/cast...
  356. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/cast'
  357. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  358. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/cast'
  359. making clean in crypto/bn...
  360. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/bn'
  361. rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  362. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/bn'
  363. making clean in crypto/ec...
  364. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ec'
  365. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  366. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ec'
  367. making clean in crypto/rsa...
  368. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rsa'
  369. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  370. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rsa'
  371. making clean in crypto/dsa...
  372. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/dsa'
  373. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  374. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/dsa'
  375. making clean in crypto/ecdsa...
  376. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdsa'
  377. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  378. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdsa'
  379. making clean in crypto/dh...
  380. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/dh'
  381. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  382. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/dh'
  383. making clean in crypto/ecdh...
  384. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdh'
  385. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  386. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ecdh'
  387. making clean in crypto/dso...
  388. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/dso'
  389. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  390. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/dso'
  391. making clean in crypto/engine...
  392. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/engine'
  393. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  394. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/engine'
  395. making clean in crypto/buffer...
  396. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/buffer'
  397. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  398. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/buffer'
  399. making clean in crypto/bio...
  400. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/bio'
  401. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  402. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/bio'
  403. making clean in crypto/stack...
  404. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/stack'
  405. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  406. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/stack'
  407. making clean in crypto/lhash...
  408. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/lhash'
  409. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  410. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/lhash'
  411. making clean in crypto/rand...
  412. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/rand'
  413. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  414. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/rand'
  415. making clean in crypto/err...
  416. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/err'
  417. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  418. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/err'
  419. making clean in crypto/evp...
  420. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/evp'
  421. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  422. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/evp'
  423. making clean in crypto/asn1...
  424. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/asn1'
  425. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  426. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/asn1'
  427. making clean in crypto/pem...
  428. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pem'
  429. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  430. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pem'
  431. making clean in crypto/x509...
  432. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509'
  433. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  434. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509'
  435. making clean in crypto/x509v3...
  436. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509v3'
  437. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  438. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/x509v3'
  439. making clean in crypto/conf...
  440. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/conf'
  441. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  442. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/conf'
  443. making clean in crypto/txt_db...
  444. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/txt_db'
  445. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  446. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/txt_db'
  447. making clean in crypto/pkcs7...
  448. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs7'
  449. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
  450. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs7'
  451. making clean in crypto/pkcs12...
  452. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs12'
  453. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  454. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pkcs12'
  455. making clean in crypto/comp...
  456. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/comp'
  457. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  458. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/comp'
  459. making clean in crypto/ocsp...
  460. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ocsp'
  461. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  462. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ocsp'
  463. making clean in crypto/ui...
  464. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/ui'
  465. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  466. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/ui'
  467. making clean in crypto/krb5...
  468. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/krb5'
  469. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  470. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/krb5'
  471. making clean in crypto/store...
  472. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/store'
  473. rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  474. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/store'
  475. making clean in crypto/pqueue...
  476. make[3]: Entering directory `/home/ryan/deb/openssl-0.9.8e/crypto/pqueue'
  477. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  478. make[3]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto/pqueue'
  479. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/crypto'
  480. making clean in ssl...
  481. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/ssl'
  482. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  483. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/ssl'
  484. making clean in engines...
  485. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/engines'
  486. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  487. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/engines'
  488. making clean in apps...
  489. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/apps'
  490. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff openssl
  491. rm -f req
  492. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/apps'
  493. making clean in tools...
  494. make[2]: Entering directory `/home/ryan/deb/openssl-0.9.8e/tools'
  495. rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  496. make[2]: Leaving directory `/home/ryan/deb/openssl-0.9.8e/tools'
  497. rm -f libcrypto.a libssl.a
  498. rm -f openssl.pc libssl.pc libcrypto.pc
  499. rm -f speed.* .pure
  500. rm -f openssl-0.9.8e.tar
  501. + rm -f libcrypto.so
  502. + rm -f libcrypto.so.0.9.8
  503. + rm -f libssl.so
  504. + rm -f libssl.so.0.9.8
  505. make[1]: Leaving directory `/home/ryan/deb/openssl-0.9.8e'
  506. #-make -f Makefile  dclean
  507. perl util/perlpath.pl /usr/local/bin/perl
  508. rm -f test/.rnd test/testkey.pem test/testreq.pem test/certCA.srl
  509. rm -f util/mk1mf.bak Makefile.bak `find . -name Makefile.save`
  510. rm -f crypto/pem/ctx_size
  511. rm -f `find . -name "*~"`
  512. rm -f `find . -name "*.orig" -o -name "*.rej"`
  513. rm -f certs/*.0 certs/*.1
  514. rm -rf core i486 i586 i686/cmov
  515. rm doc/*.pod
  516. rm: cannot remove `doc/*.pod': No such file or directory
  517. make: [clean] Error 1 (ignored)
  518. rm -f libcrypto.* libssl.*
  519. cd test && rm -f .rnd tmp.bntest tmp.bctest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff bntest ectest  ecdsatest ecdhtest ideatest md2test  md4test md5test hmactest rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test *.ss *.srl log dummytest newkey.pem
  520. dh_clean
  521. dh_clean: Compatibility levels before 4 are deprecated.
  522.  dpkg-source -b openssl-0.9.8e
  523. dpkg-source: building openssl using existing openssl_0.9.8e.orig.tar.gz
  524. dpkg-source: building openssl in openssl_0.9.8e-5ubuntu2.diff.gz
  525. dpkg-source: building openssl in openssl_0.9.8e-5ubuntu2.dsc
  526.  dpkg-genchanges -S -sa
  527. dpkg-genchanges: including full source code in upload
  528. ver: 0.9.8e-5ubuntu2 since:  debemail:[email protected]
  529. dpkg-buildpackage (debuild emulation): source only upload (original source is included)
  530. Now running lintian...
  531. W: openssl source: debian-rules-sets-DH_COMPAT line 12
  532. W: openssl source: debian-rules-ignores-make-clean-error line 71
  533. W: openssl source: package-uses-deprecated-debhelper-compat-version 3
  534. W: openssl source: substvar-source-version-is-deprecated libssl-dev
  535. W: openssl source: substvar-source-version-is-deprecated libssl0.9.8-dbg
  536. W: openssl source: out-of-date-standards-version 3.7.0 (current is 3.7.2)
  537. E: openssl source: invalid-arch-string-in-source-relation lpia [build-depends: gcc-4.1 [amd64 hppa i386 ia64 lpia powerpc sparc]]
  538. Finished running lintian.
  539. Now signing changes and any dsc files...
  540.  signfile openssl_0.9.8e-5ubuntu2.dsc E95EDDC9
  541.  
  542. You need a passphrase to unlock the secret key for
  543. user: "Ryan Kavanagh (kubuntu.org email alias) <[email protected]>"
  544. 4096-bit RSA key, ID 8C1ACB57, created 2006-11-07 (main key ID E95EDDC9)
  545.  
  546.  
  547.  signfile openssl_0.9.8e-5ubuntu2_source.changes E95EDDC9
  548.  
  549. You need a passphrase to unlock the secret key for
  550. user: "Ryan Kavanagh (kubuntu.org email alias) <[email protected]>"
  551. 4096-bit RSA key, ID 8C1ACB57, created 2006-11-07 (main key ID E95EDDC9)
  552.  
  553.  
  554. Successfully signed dsc and changes files

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right