Advertisement
Guest User

Untitled

a guest
Nov 4th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 66.01 KB | None | 0 0
  1.  emerge --ask qt-creator
  2.                                                                                                                          
  3.  * IMPORTANT: 1 news items need reading for repository 'gentoo'.                                                        
  4.  * Use eselect news read to view new items.                                                                              
  5.  
  6.  
  7. These are the packages that would be merged, in order:
  8.  
  9. Calculating dependencies... done!
  10. [ebuild  N     ] dev-libs/botan-1.10.12  USE="bzip2 ssl threads zlib -bindist -doc -gmp -python -static-libs" PYTHON_TARGETS="python2_7 python3_4"
  11. [ebuild  N     ] dev-qt/qthelp-5.6.1  USE="-debug {-test}"
  12. [ebuild  N     ] sys-devel/gdb-7.10.1  USE="client nls python server -expat -lzma -multitarget {-test} -vanilla" PYTHON_SINGLE_TARGET="python2_7 -python3_4 (-python3_5)" PYTHON_TARGETS="python2_7 python3_4 (-python3_5)"
  13. [ebuild  N     ] dev-qt/qt-creator-3.6.1  USE="-android -autotools -baremetal -bazaar -clang -clearcase -cmake -cvs -doc -git -ios -mercurial -perforce -python -qbs -qnx -subversion -systemd {-test} -valgrind -webkit -winrt" LINGUAS="ru -cs -de -fr -ja -pl -sl -uk -zh_CN -zh_TW"
  14.  
  15. Would you like to merge these packages? [Yes/No]                
  16.  
  17. >>> Verifying ebuild manifests
  18.  
  19. >>> Emerging (1 of 4) dev-libs/botan-1.10.12::gentoo
  20.  * Botan-1.10.12.tgz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                         [ ok ]
  21. >>> Unpacking source...
  22. >>> Unpacking Botan-1.10.12.tgz to /var/tmp/portage/dev-libs/botan-1.10.12/work
  23. >>> Source unpacked in /var/tmp/portage/dev-libs/botan-1.10.12/work
  24. >>> Preparing source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  25. >>> Source prepared.
  26. >>> Configuring source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  27.  * Disabling modules: proc_walk,unix_procs
  28.    INFO: Canonicalizized --cpu=x86_64 to x86_64/x86_64
  29.    INFO: Target is gcc-linux-x86_64-x86_64
  30.    INFO: Detected gcc version 4.9.3
  31.    INFO: Skipping, by request only - cms cvc
  32.    INFO: Skipping, disabled by user - gnump proc_walk unix_procs
  33.    INFO: Skipping, incompatible CPU - aes_ni aes_ssse3 asm_x86_32 md4_x86_32 md5_x86_32 mp_asm64 mp_x86_32 serpent_x86_32 sha1_x86_32 simd_altivec
  34.    INFO: Skipping, incompatible OS - beos_stats cryptoapi_rng win32_crit_section win32_stats
  35.    INFO: Skipping, incompatible compiler - mp_msvc64 mp_x86_32_msvc
  36.    INFO: Skipping, loaded only if needed by dependency - aes_isa_eng mp_generic simd_scalar
  37.    INFO: Using MP module mp_x86_64
  38.    INFO: Using SIMD module simd_sse2
  39.    INFO: ssl: If you are using TLS in your application definitely consider using the version in 1.11 instead
  40.    INFO: Assuming CPU is little endian
  41.    INFO: Assuming unaligned memory access works
  42.    INFO: Using symlink to link files into build directory
  43.    INFO: Botan 1.10.12 build setup is complete
  44. >>> Source configured.
  45. >>> Compiling source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  46. make -j1 CXX=x86_64-pc-linux-gnu-g++ 'AR=x86_64-pc-linux-gnu-ar crs' 'LIB_OPT=-O2 -pipe -march=haswell' MACH_OPT=
  47. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_base/symkey.cpp -o build/lib/algo_base_symkey.o
  48. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_factory/algo_factory.cpp -o build/lib/algo_factory.o
  49. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_factory/prov_weight.cpp -o build/lib/algo_factory_prov_weight.o
  50. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/alloc_mmap/mmap_mem.cpp -o build/lib/alloc_alloc_mmap_mmap_mem.o
  51. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/mem_pool/mem_pool.cpp -o build/lib/alloc_mem_pool.o
  52. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/system_alloc/defalloc.cpp -o build/lib/alloc_system_alloc_defalloc.o
  53. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/alg_id.cpp -o build/lib/asn1_alg_id.o
  54. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_alt.cpp -o build/lib/asn1_asn1_alt.o
  55. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_att.cpp -o build/lib/asn1_asn1_att.o
  56. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_int.cpp -o build/lib/asn1_asn1_int.o
  57. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_oid.cpp -o build/lib/asn1_asn1_oid.o
  58. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_str.cpp -o build/lib/asn1_asn1_str.o
  59. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_tm.cpp -o build/lib/asn1_asn1_tm.o
  60. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/ber_dec.cpp -o build/lib/asn1_ber_dec.o
  61. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/der_enc.cpp -o build/lib/asn1_der_enc.o
  62. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/x509_dn.cpp -o build/lib/asn1_x509_dn.o
  63. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/benchmark/benchmark.cpp -o build/lib/benchmark.o
  64. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/aes/aes.cpp -o build/lib/block_aes.o
  65. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/blowfish/blfs_tab.cpp -o build/lib/block_blowfish_blfs_tab.o
  66. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/blowfish/blowfish.cpp -o build/lib/block_blowfish.o
  67. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/camellia/camellia.cpp -o build/lib/block_camellia.o
  68. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cascade/cascade.cpp -o build/lib/block_cascade.o
  69. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast128.cpp -o build/lib/block_cast_cast128.o
  70. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast256.cpp -o build/lib/block_cast_cast256.o
  71. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast_tab.cpp -o build/lib/block_cast_cast_tab.o
  72. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/des.cpp -o build/lib/block_des.o
  73. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/des_tab.cpp -o build/lib/block_des_des_tab.o
  74. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/desx.cpp -o build/lib/block_des_desx.o
  75. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/gost_28147/gost_28147.cpp -o build/lib/block_gost_28147.o
  76. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/idea/idea.cpp -o build/lib/block_idea.o
  77. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/idea_sse2/idea_sse2.cpp -o build/lib/block_idea_sse2.o
  78. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/kasumi/kasumi.cpp -o build/lib/block_kasumi.o
  79. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/lion/lion.cpp -o build/lib/block_lion.o
  80. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/lubyrack/lubyrack.cpp -o build/lib/block_lubyrack.o
  81. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/mars/mars.cpp -o build/lib/block_mars.o
  82. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/misty1/misty1.cpp -o build/lib/block_misty1.o
  83. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/noekeon/noekeon.cpp -o build/lib/block_noekeon.o
  84. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/noekeon_simd/noekeon_simd.cpp -o build/lib/block_noekeon_simd.o
  85. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc2/rc2.cpp -o build/lib/block_rc2.o
  86. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc5/rc5.cpp -o build/lib/block_rc5.o
  87. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc6/rc6.cpp -o build/lib/block_rc6.o
  88. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/safer/safer_sk.cpp -o build/lib/block_safer_safer_sk.o
  89. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/seed/seed.cpp -o build/lib/block_seed.o
  90. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/seed/seed_tab.cpp -o build/lib/block_seed_seed_tab.o
  91. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/serpent/serpent.cpp -o build/lib/block_serpent.o
  92. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/serpent_simd/serp_simd.cpp -o build/lib/block_serpent_simd_serp_simd.o
  93. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/skipjack/skipjack.cpp -o build/lib/block_skipjack.o
  94. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/square/sqr_tab.cpp -o build/lib/block_square_sqr_tab.o
  95. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/square/square.cpp -o build/lib/block_square.o
  96. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/tea/tea.cpp -o build/lib/block_tea.o
  97. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/twofish/two_tab.cpp -o build/lib/block_twofish_two_tab.o
  98. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/twofish/twofish.cpp -o build/lib/block_twofish.o
  99. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/xtea/xtea.cpp -o build/lib/block_xtea.o
  100. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/xtea_simd/xtea_simd.cpp -o build/lib/block_xtea_simd.o
  101. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/certstore/certstor.cpp -o build/lib/cert_certstore_certstor.o
  102. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/pkcs10/pkcs10.cpp -o build/lib/cert_pkcs10.o
  103. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509ca/x509_ca.cpp -o build/lib/cert_x509ca_x509_ca.o
  104. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509_ext.cpp -o build/lib/cert_x509cert_x509_ext.o
  105. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509_obj.cpp -o build/lib/cert_x509cert_x509_obj.o
  106. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509cert.cpp -o build/lib/cert_x509cert.o
  107. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509crl/crl_ent.cpp -o build/lib/cert_x509crl_crl_ent.o
  108. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509crl/x509_crl.cpp -o build/lib/cert_x509crl_x509_crl.o
  109. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509self/x509opt.cpp -o build/lib/cert_x509self_x509opt.o
  110. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509self/x509self.cpp -o build/lib/cert_x509self.o
  111. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509store/x509stor.cpp -o build/lib/cert_x509store_x509stor.o
  112. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/adler32/adler32.cpp -o build/lib/checksum_adler32.o
  113. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/crc24/crc24.cpp -o build/lib/checksum_crc24.o
  114. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/crc32/crc32.cpp -o build/lib/checksum_crc32.o
  115. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/base64/base64.cpp -o build/lib/codec_base64.o
  116. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/hex/hex.cpp -o build/lib/codec_hex.o
  117. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/openpgp/openpgp.cpp -o build/lib/codec_openpgp.o
  118. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/pem/pem.cpp -o build/lib/codec_pem.o
  119. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/aont/package.cpp -o build/lib/constructs_aont_package.o
  120. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/cryptobox/cryptobox.cpp -o build/lib/constructs_cryptobox.o
  121. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/fpe_fe1/fpe_fe1.cpp -o build/lib/constructs_fpe_fe1.o
  122. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/rfc3394/rfc3394.cpp -o build/lib/constructs_rfc3394.o
  123. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/srp6/srp6.cpp -o build/lib/constructs_srp6.o
  124. src/constructs/srp6/srp6.cpp:32:8: warning: β€˜Botan::BigInt Botan::{anonymous}::hash_seq(const string&, size_t, const Botan::BigInt&, const Botan::BigInt&, const Botan::BigInt&)’ defined but not used [-Wunused-function]
  125.  BigInt hash_seq(const std::string& hash_id,
  126.         ^
  127. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/tss/tss.cpp -o build/lib/constructs_tss.o
  128. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/asm_engine/asm_engine.cpp -o build/lib/engine_asm_engine.o
  129. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/core_modes.cpp -o build/lib/engine_core_engine_core_modes.o
  130. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/def_pk_ops.cpp -o build/lib/engine_core_engine_def_pk_ops.o
  131. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/def_powm.cpp -o build/lib/engine_core_engine_def_powm.o
  132. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_block.cpp -o build/lib/engine_core_engine_lookup_block.o
  133. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_hash.cpp -o build/lib/engine_core_engine_lookup_hash.o
  134. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_mac.cpp -o build/lib/engine_core_engine_lookup_mac.o
  135. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_pbkdf.cpp -o build/lib/engine_core_engine_lookup_pbkdf.o
  136. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_stream.cpp -o build/lib/engine_core_engine_lookup_stream.o
  137. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/dyn_engine/dyn_engine.cpp -o build/lib/engine_dyn_engine.o
  138. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/engine.cpp -o build/lib/engine.o
  139. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/bn_powm.cpp -o build/lib/engine_openssl_bn_powm.o
  140. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/bn_wrap.cpp -o build/lib/engine_openssl_bn_wrap.o
  141. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_arc4.cpp -o build/lib/engine_openssl_ossl_arc4.o
  142. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_bc.cpp -o build/lib/engine_openssl_ossl_bc.o
  143. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_md.cpp -o build/lib/engine_openssl_ossl_md.o
  144. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_pk.cpp -o build/lib/engine_openssl_ossl_pk.o
  145. src/engine/openssl/ossl_pk.cpp:21:29: fatal error: openssl/ecdsa.h: No such file or directory
  146.    #include <openssl/ecdsa.h>
  147.                              ^
  148. compilation terminated.
  149. Makefile:867: recipe for target 'build/lib/engine_openssl_ossl_pk.o' failed
  150. make: *** [build/lib/engine_openssl_ossl_pk.o] Error 1
  151.  * ERROR: dev-libs/botan-1.10.12::gentoo failed (compile phase):
  152.  *   emake failed
  153.  *
  154.  * If you need support, post the output of `emerge --info '=dev-libs/botan-1.10.12::gentoo'`,
  155.  * the complete build log and the output of `emerge -pqv '=dev-libs/botan-1.10.12::gentoo'`.
  156.  * The complete build log is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log'.
  157.  * The ebuild environment file is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/environment'.
  158.  * Working directory: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  159.  * S: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  160.  
  161. >>> Failed to emerge dev-libs/botan-1.10.12, Log file:
  162.  
  163. >>>  '/var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log'
  164.  
  165.  * Messages for package dev-libs/botan-1.10.12:
  166.  
  167.  * Disabling modules: proc_walk,unix_procs
  168.  * ERROR: dev-libs/botan-1.10.12::gentoo failed (compile phase):
  169.  *   emake failed
  170.  *
  171.  * If you need support, post the output of `emerge --info '=dev-libs/botan-1.10.12::gentoo'`,
  172.  * the complete build log and the output of `emerge -pqv '=dev-libs/botan-1.10.12::gentoo'`.
  173.  * The complete build log is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log'.
  174.  * The ebuild environment file is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/environment'.
  175.  * Working directory: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  176.  * S: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  177. gentoohost dmtrge # cat /var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log
  178.  * Package:    dev-libs/botan-1.10.12
  179.  * Repository: gentoo
  180.  * Maintainer: lloyd@randombit.net crypto@gentoo.org,proxy-maint@gentoo.org
  181.  * USE:        abi_x86_64 amd64 bzip2 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 ssl threads userland_GNU zlib
  182.  * FEATURES:   preserve-libs sandbox userpriv usersandbox
  183. >>> Unpacking source...
  184. >>> Unpacking Botan-1.10.12.tgz to /var/tmp/portage/dev-libs/botan-1.10.12/work
  185. >>> Source unpacked in /var/tmp/portage/dev-libs/botan-1.10.12/work
  186. >>> Preparing source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  187. >>> Source prepared.
  188. >>> Configuring source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  189.  * Disabling modules: proc_walk,unix_procs
  190.    INFO: Canonicalizized --cpu=x86_64 to x86_64/x86_64
  191.    INFO: Target is gcc-linux-x86_64-x86_64
  192.    INFO: Detected gcc version 4.9.3
  193.    INFO: Skipping, by request only - cms cvc
  194.    INFO: Skipping, disabled by user - gnump proc_walk unix_procs
  195.    INFO: Skipping, incompatible CPU - aes_ni aes_ssse3 asm_x86_32 md4_x86_32 md5_x86_32 mp_asm64 mp_x86_32 serpent_x86_32 sha1_x86_32 simd_altivec
  196.    INFO: Skipping, incompatible OS - beos_stats cryptoapi_rng win32_crit_section win32_stats
  197.    INFO: Skipping, incompatible compiler - mp_msvc64 mp_x86_32_msvc
  198.    INFO: Skipping, loaded only if needed by dependency - aes_isa_eng mp_generic simd_scalar
  199.    INFO: Using MP module mp_x86_64
  200.    INFO: Using SIMD module simd_sse2
  201.    INFO: ssl: If you are using TLS in your application definitely consider using the version in 1.11 instead
  202.    INFO: Assuming CPU is little endian
  203.    INFO: Assuming unaligned memory access works
  204.    INFO: Using symlink to link files into build directory
  205.    INFO: Botan 1.10.12 build setup is complete
  206. >>> Source configured.
  207. >>> Compiling source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  208. make -j1 CXX=x86_64-pc-linux-gnu-g++ 'AR=x86_64-pc-linux-gnu-ar crs' 'LIB_OPT=-O2 -pipe -march=haswell' MACH_OPT=
  209. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_base/symkey.cpp -o build/lib/algo_base_symkey.o
  210. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_factory/algo_factory.cpp -o build/lib/algo_factory.o
  211. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_factory/prov_weight.cpp -o build/lib/algo_factory_prov_weight.o
  212. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/alloc_mmap/mmap_mem.cpp -o build/lib/alloc_alloc_mmap_mmap_mem.o
  213. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/mem_pool/mem_pool.cpp -o build/lib/alloc_mem_pool.o
  214. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/system_alloc/defalloc.cpp -o build/lib/alloc_system_alloc_defalloc.o
  215. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/alg_id.cpp -o build/lib/asn1_alg_id.o
  216. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_alt.cpp -o build/lib/asn1_asn1_alt.o
  217. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_att.cpp -o build/lib/asn1_asn1_att.o
  218. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_int.cpp -o build/lib/asn1_asn1_int.o
  219. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_oid.cpp -o build/lib/asn1_asn1_oid.o
  220. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_str.cpp -o build/lib/asn1_asn1_str.o
  221. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_tm.cpp -o build/lib/asn1_asn1_tm.o
  222. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/ber_dec.cpp -o build/lib/asn1_ber_dec.o
  223. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/der_enc.cpp -o build/lib/asn1_der_enc.o
  224. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/x509_dn.cpp -o build/lib/asn1_x509_dn.o
  225. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/benchmark/benchmark.cpp -o build/lib/benchmark.o
  226. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/aes/aes.cpp -o build/lib/block_aes.o
  227. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/blowfish/blfs_tab.cpp -o build/lib/block_blowfish_blfs_tab.o
  228. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/blowfish/blowfish.cpp -o build/lib/block_blowfish.o
  229. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/camellia/camellia.cpp -o build/lib/block_camellia.o
  230. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cascade/cascade.cpp -o build/lib/block_cascade.o
  231. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast128.cpp -o build/lib/block_cast_cast128.o
  232. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast256.cpp -o build/lib/block_cast_cast256.o
  233. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast_tab.cpp -o build/lib/block_cast_cast_tab.o
  234. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/des.cpp -o build/lib/block_des.o
  235. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/des_tab.cpp -o build/lib/block_des_des_tab.o
  236. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/desx.cpp -o build/lib/block_des_desx.o
  237. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/gost_28147/gost_28147.cpp -o build/lib/block_gost_28147.o
  238. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/idea/idea.cpp -o build/lib/block_idea.o
  239. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/idea_sse2/idea_sse2.cpp -o build/lib/block_idea_sse2.o
  240. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/kasumi/kasumi.cpp -o build/lib/block_kasumi.o
  241. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/lion/lion.cpp -o build/lib/block_lion.o
  242. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/lubyrack/lubyrack.cpp -o build/lib/block_lubyrack.o
  243. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/mars/mars.cpp -o build/lib/block_mars.o
  244. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/misty1/misty1.cpp -o build/lib/block_misty1.o
  245. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/noekeon/noekeon.cpp -o build/lib/block_noekeon.o
  246. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/noekeon_simd/noekeon_simd.cpp -o build/lib/block_noekeon_simd.o
  247. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc2/rc2.cpp -o build/lib/block_rc2.o
  248. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc5/rc5.cpp -o build/lib/block_rc5.o
  249. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc6/rc6.cpp -o build/lib/block_rc6.o
  250. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/safer/safer_sk.cpp -o build/lib/block_safer_safer_sk.o
  251. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/seed/seed.cpp -o build/lib/block_seed.o
  252. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/seed/seed_tab.cpp -o build/lib/block_seed_seed_tab.o
  253. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/serpent/serpent.cpp -o build/lib/block_serpent.o
  254. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/serpent_simd/serp_simd.cpp -o build/lib/block_serpent_simd_serp_simd.o
  255. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/skipjack/skipjack.cpp -o build/lib/block_skipjack.o
  256. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/square/sqr_tab.cpp -o build/lib/block_square_sqr_tab.o
  257. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/square/square.cpp -o build/lib/block_square.o
  258. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/tea/tea.cpp -o build/lib/block_tea.o
  259. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/twofish/two_tab.cpp -o build/lib/block_twofish_two_tab.o
  260. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/twofish/twofish.cpp -o build/lib/block_twofish.o
  261. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/xtea/xtea.cpp -o build/lib/block_xtea.o
  262. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/xtea_simd/xtea_simd.cpp -o build/lib/block_xtea_simd.o
  263. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/certstore/certstor.cpp -o build/lib/cert_certstore_certstor.o
  264. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/pkcs10/pkcs10.cpp -o build/lib/cert_pkcs10.o
  265. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509ca/x509_ca.cpp -o build/lib/cert_x509ca_x509_ca.o
  266. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509_ext.cpp -o build/lib/cert_x509cert_x509_ext.o
  267. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509_obj.cpp -o build/lib/cert_x509cert_x509_obj.o
  268. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509cert.cpp -o build/lib/cert_x509cert.o
  269. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509crl/crl_ent.cpp -o build/lib/cert_x509crl_crl_ent.o
  270. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509crl/x509_crl.cpp -o build/lib/cert_x509crl_x509_crl.o
  271. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509self/x509opt.cpp -o build/lib/cert_x509self_x509opt.o
  272. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509self/x509self.cpp -o build/lib/cert_x509self.o
  273. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509store/x509stor.cpp -o build/lib/cert_x509store_x509stor.o
  274. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/adler32/adler32.cpp -o build/lib/checksum_adler32.o
  275. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/crc24/crc24.cpp -o build/lib/checksum_crc24.o
  276. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/crc32/crc32.cpp -o build/lib/checksum_crc32.o
  277. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/base64/base64.cpp -o build/lib/codec_base64.o
  278. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/hex/hex.cpp -o build/lib/codec_hex.o
  279. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/openpgp/openpgp.cpp -o build/lib/codec_openpgp.o
  280. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/pem/pem.cpp -o build/lib/codec_pem.o
  281. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/aont/package.cpp -o build/lib/constructs_aont_package.o
  282. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/cryptobox/cryptobox.cpp -o build/lib/constructs_cryptobox.o
  283. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/fpe_fe1/fpe_fe1.cpp -o build/lib/constructs_fpe_fe1.o
  284. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/rfc3394/rfc3394.cpp -o build/lib/constructs_rfc3394.o
  285. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/srp6/srp6.cpp -o build/lib/constructs_srp6.o
  286. src/constructs/srp6/srp6.cpp:32:8: warning: β€˜Botan::BigInt Botan::{anonymous}::hash_seq(const string&, size_t, const Botan::BigInt&, const Botan::BigInt&, const Botan::BigInt&)’ defined but not used [-Wunused-function]
  287.  BigInt hash_seq(const std::string& hash_id,
  288.         ^
  289. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/tss/tss.cpp -o build/lib/constructs_tss.o
  290. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/asm_engine/asm_engine.cpp -o build/lib/engine_asm_engine.o
  291. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/core_modes.cpp -o build/lib/engine_core_engine_core_modes.o
  292. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/def_pk_ops.cpp -o build/lib/engine_core_engine_def_pk_ops.o
  293. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/def_powm.cpp -o build/lib/engine_core_engine_def_powm.o
  294. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_block.cpp -o build/lib/engine_core_engine_lookup_block.o
  295. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_hash.cpp -o build/lib/engine_core_engine_lookup_hash.o
  296. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_mac.cpp -o build/lib/engine_core_engine_lookup_mac.o
  297. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_pbkdf.cpp -o build/lib/engine_core_engine_lookup_pbkdf.o
  298. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_stream.cpp -o build/lib/engine_core_engine_lookup_stream.o
  299. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/dyn_engine/dyn_engine.cpp -o build/lib/engine_dyn_engine.o
  300. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/engine.cpp -o build/lib/engine.o
  301. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/bn_powm.cpp -o build/lib/engine_openssl_bn_powm.o
  302. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/bn_wrap.cpp -o build/lib/engine_openssl_bn_wrap.o
  303. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_arc4.cpp -o build/lib/engine_openssl_ossl_arc4.o
  304. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_bc.cpp -o build/lib/engine_openssl_ossl_bc.o
  305. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_md.cpp -o build/lib/engine_openssl_ossl_md.o
  306. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_pk.cpp -o build/lib/engine_openssl_ossl_pk.o
  307. src/engine/openssl/ossl_pk.cpp:21:29: fatal error: openssl/ecdsa.h: No such file or directory
  308.    #include <openssl/ecdsa.h>
  309.                              ^
  310. compilation terminated.
  311. Makefile:867: recipe for target 'build/lib/engine_openssl_ossl_pk.o' failed
  312. make: *** [build/lib/engine_openssl_ossl_pk.o] Error 1
  313.  * ERROR: dev-libs/botan-1.10.12::gentoo failed (compile phase):
  314.  *   emake failed
  315.  *
  316.  * If you need support, post the output of `emerge --info '=dev-libs/botan-1.10.12::gentoo'`,
  317.  * the complete build log and the output of `emerge -pqv '=dev-libs/botan-1.10.12::gentoo'`.
  318.  * The complete build log is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log'.
  319.  * The ebuild environment file is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/environment'.
  320.  * Working directory: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  321.  * S: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  322. gentoohost dmtrge # clear
  323. gentoohost dmtrge # cat /var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log
  324.  * Package:    dev-libs/botan-1.10.12
  325.  * Repository: gentoo
  326.  * Maintainer: lloyd@randombit.net crypto@gentoo.org,proxy-maint@gentoo.org
  327.  * USE:        abi_x86_64 amd64 bzip2 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 ssl threads userland_GNU zlib
  328.  * FEATURES:   preserve-libs sandbox userpriv usersandbox
  329. >>> Unpacking source...
  330. >>> Unpacking Botan-1.10.12.tgz to /var/tmp/portage/dev-libs/botan-1.10.12/work
  331. >>> Source unpacked in /var/tmp/portage/dev-libs/botan-1.10.12/work
  332. >>> Preparing source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  333. >>> Source prepared.
  334. >>> Configuring source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  335.  * Disabling modules: proc_walk,unix_procs
  336.    INFO: Canonicalizized --cpu=x86_64 to x86_64/x86_64
  337.    INFO: Target is gcc-linux-x86_64-x86_64
  338.    INFO: Detected gcc version 4.9.3
  339.    INFO: Skipping, by request only - cms cvc
  340.    INFO: Skipping, disabled by user - gnump proc_walk unix_procs
  341.    INFO: Skipping, incompatible CPU - aes_ni aes_ssse3 asm_x86_32 md4_x86_32 md5_x86_32 mp_asm64 mp_x86_32 serpent_x86_32 sha1_x86_32 simd_altivec
  342.    INFO: Skipping, incompatible OS - beos_stats cryptoapi_rng win32_crit_section win32_stats
  343.    INFO: Skipping, incompatible compiler - mp_msvc64 mp_x86_32_msvc
  344.    INFO: Skipping, loaded only if needed by dependency - aes_isa_eng mp_generic simd_scalar
  345.    INFO: Using MP module mp_x86_64
  346.    INFO: Using SIMD module simd_sse2
  347.    INFO: ssl: If you are using TLS in your application definitely consider using the version in 1.11 instead
  348.    INFO: Assuming CPU is little endian
  349.    INFO: Assuming unaligned memory access works
  350.    INFO: Using symlink to link files into build directory
  351.    INFO: Botan 1.10.12 build setup is complete
  352. >>> Source configured.
  353. >>> Compiling source in /var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12 ...
  354. make -j1 CXX=x86_64-pc-linux-gnu-g++ 'AR=x86_64-pc-linux-gnu-ar crs' 'LIB_OPT=-O2 -pipe -march=haswell' MACH_OPT=
  355. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_base/symkey.cpp -o build/lib/algo_base_symkey.o
  356. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_factory/algo_factory.cpp -o build/lib/algo_factory.o
  357. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/algo_factory/prov_weight.cpp -o build/lib/algo_factory_prov_weight.o
  358. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/alloc_mmap/mmap_mem.cpp -o build/lib/alloc_alloc_mmap_mmap_mem.o
  359. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/mem_pool/mem_pool.cpp -o build/lib/alloc_mem_pool.o
  360. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/alloc/system_alloc/defalloc.cpp -o build/lib/alloc_system_alloc_defalloc.o
  361. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/alg_id.cpp -o build/lib/asn1_alg_id.o
  362. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_alt.cpp -o build/lib/asn1_asn1_alt.o
  363. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_att.cpp -o build/lib/asn1_asn1_att.o
  364. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_int.cpp -o build/lib/asn1_asn1_int.o
  365. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_oid.cpp -o build/lib/asn1_asn1_oid.o
  366. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_str.cpp -o build/lib/asn1_asn1_str.o
  367. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/asn1_tm.cpp -o build/lib/asn1_asn1_tm.o
  368. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/ber_dec.cpp -o build/lib/asn1_ber_dec.o
  369. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/der_enc.cpp -o build/lib/asn1_der_enc.o
  370. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/asn1/x509_dn.cpp -o build/lib/asn1_x509_dn.o
  371. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/benchmark/benchmark.cpp -o build/lib/benchmark.o
  372. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/aes/aes.cpp -o build/lib/block_aes.o
  373. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/blowfish/blfs_tab.cpp -o build/lib/block_blowfish_blfs_tab.o
  374. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/blowfish/blowfish.cpp -o build/lib/block_blowfish.o
  375. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/camellia/camellia.cpp -o build/lib/block_camellia.o
  376. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cascade/cascade.cpp -o build/lib/block_cascade.o
  377. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast128.cpp -o build/lib/block_cast_cast128.o
  378. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast256.cpp -o build/lib/block_cast_cast256.o
  379. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/cast/cast_tab.cpp -o build/lib/block_cast_cast_tab.o
  380. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/des.cpp -o build/lib/block_des.o
  381. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/des_tab.cpp -o build/lib/block_des_des_tab.o
  382. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/des/desx.cpp -o build/lib/block_des_desx.o
  383. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/gost_28147/gost_28147.cpp -o build/lib/block_gost_28147.o
  384. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/idea/idea.cpp -o build/lib/block_idea.o
  385. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/idea_sse2/idea_sse2.cpp -o build/lib/block_idea_sse2.o
  386. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/kasumi/kasumi.cpp -o build/lib/block_kasumi.o
  387. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/lion/lion.cpp -o build/lib/block_lion.o
  388. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/lubyrack/lubyrack.cpp -o build/lib/block_lubyrack.o
  389. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/mars/mars.cpp -o build/lib/block_mars.o
  390. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/misty1/misty1.cpp -o build/lib/block_misty1.o
  391. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/noekeon/noekeon.cpp -o build/lib/block_noekeon.o
  392. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/noekeon_simd/noekeon_simd.cpp -o build/lib/block_noekeon_simd.o
  393. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc2/rc2.cpp -o build/lib/block_rc2.o
  394. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc5/rc5.cpp -o build/lib/block_rc5.o
  395. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/rc6/rc6.cpp -o build/lib/block_rc6.o
  396. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/safer/safer_sk.cpp -o build/lib/block_safer_safer_sk.o
  397. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/seed/seed.cpp -o build/lib/block_seed.o
  398. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/seed/seed_tab.cpp -o build/lib/block_seed_seed_tab.o
  399. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/serpent/serpent.cpp -o build/lib/block_serpent.o
  400. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/serpent_simd/serp_simd.cpp -o build/lib/block_serpent_simd_serp_simd.o
  401. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/skipjack/skipjack.cpp -o build/lib/block_skipjack.o
  402. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/square/sqr_tab.cpp -o build/lib/block_square_sqr_tab.o
  403. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/square/square.cpp -o build/lib/block_square.o
  404. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/tea/tea.cpp -o build/lib/block_tea.o
  405. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/twofish/two_tab.cpp -o build/lib/block_twofish_two_tab.o
  406. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/twofish/twofish.cpp -o build/lib/block_twofish.o
  407. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/xtea/xtea.cpp -o build/lib/block_xtea.o
  408. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/block/xtea_simd/xtea_simd.cpp -o build/lib/block_xtea_simd.o
  409. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/certstore/certstor.cpp -o build/lib/cert_certstore_certstor.o
  410. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/pkcs10/pkcs10.cpp -o build/lib/cert_pkcs10.o
  411. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509ca/x509_ca.cpp -o build/lib/cert_x509ca_x509_ca.o
  412. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509_ext.cpp -o build/lib/cert_x509cert_x509_ext.o
  413. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509_obj.cpp -o build/lib/cert_x509cert_x509_obj.o
  414. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509cert/x509cert.cpp -o build/lib/cert_x509cert.o
  415. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509crl/crl_ent.cpp -o build/lib/cert_x509crl_crl_ent.o
  416. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509crl/x509_crl.cpp -o build/lib/cert_x509crl_x509_crl.o
  417. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509self/x509opt.cpp -o build/lib/cert_x509self_x509opt.o
  418. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509self/x509self.cpp -o build/lib/cert_x509self.o
  419. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/cert/x509store/x509stor.cpp -o build/lib/cert_x509store_x509stor.o
  420. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/adler32/adler32.cpp -o build/lib/checksum_adler32.o
  421. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/crc24/crc24.cpp -o build/lib/checksum_crc24.o
  422. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/checksum/crc32/crc32.cpp -o build/lib/checksum_crc32.o
  423. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/base64/base64.cpp -o build/lib/codec_base64.o
  424. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/hex/hex.cpp -o build/lib/codec_hex.o
  425. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/openpgp/openpgp.cpp -o build/lib/codec_openpgp.o
  426. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/codec/pem/pem.cpp -o build/lib/codec_pem.o
  427. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/aont/package.cpp -o build/lib/constructs_aont_package.o
  428. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/cryptobox/cryptobox.cpp -o build/lib/constructs_cryptobox.o
  429. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/fpe_fe1/fpe_fe1.cpp -o build/lib/constructs_fpe_fe1.o
  430. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/rfc3394/rfc3394.cpp -o build/lib/constructs_rfc3394.o
  431. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/srp6/srp6.cpp -o build/lib/constructs_srp6.o
  432. src/constructs/srp6/srp6.cpp:32:8: warning: β€˜Botan::BigInt Botan::{anonymous}::hash_seq(const string&, size_t, const Botan::BigInt&, const Botan::BigInt&, const Botan::BigInt&)’ defined but not used [-Wunused-function]
  433.  BigInt hash_seq(const std::string& hash_id,
  434.         ^
  435. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/constructs/tss/tss.cpp -o build/lib/constructs_tss.o
  436. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/asm_engine/asm_engine.cpp -o build/lib/engine_asm_engine.o
  437. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/core_modes.cpp -o build/lib/engine_core_engine_core_modes.o
  438. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/def_pk_ops.cpp -o build/lib/engine_core_engine_def_pk_ops.o
  439. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/def_powm.cpp -o build/lib/engine_core_engine_def_powm.o
  440. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_block.cpp -o build/lib/engine_core_engine_lookup_block.o
  441. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_hash.cpp -o build/lib/engine_core_engine_lookup_hash.o
  442. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_mac.cpp -o build/lib/engine_core_engine_lookup_mac.o
  443. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_pbkdf.cpp -o build/lib/engine_core_engine_lookup_pbkdf.o
  444. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/core_engine/lookup_stream.cpp -o build/lib/engine_core_engine_lookup_stream.o
  445. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/dyn_engine/dyn_engine.cpp -o build/lib/engine_dyn_engine.o
  446. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/engine.cpp -o build/lib/engine.o
  447. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/bn_powm.cpp -o build/lib/engine_openssl_bn_powm.o
  448. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/bn_wrap.cpp -o build/lib/engine_openssl_bn_wrap.o
  449. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_arc4.cpp -o build/lib/engine_openssl_ossl_arc4.o
  450. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_bc.cpp -o build/lib/engine_openssl_ossl_bc.o
  451. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_md.cpp -o build/lib/engine_openssl_ossl_md.o
  452. x86_64-pc-linux-gnu-g++ -Ibuild/include -O2 -pipe -march=haswell  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/engine/openssl/ossl_pk.cpp -o build/lib/engine_openssl_ossl_pk.o
  453. src/engine/openssl/ossl_pk.cpp:21:29: fatal error: openssl/ecdsa.h: No such file or directory
  454.    #include <openssl/ecdsa.h>
  455.                              ^
  456. compilation terminated.
  457. Makefile:867: recipe for target 'build/lib/engine_openssl_ossl_pk.o' failed
  458. make: *** [build/lib/engine_openssl_ossl_pk.o] Error 1
  459.  * ERROR: dev-libs/botan-1.10.12::gentoo failed (compile phase):
  460.  *   emake failed
  461.  *
  462.  * If you need support, post the output of `emerge --info '=dev-libs/botan-1.10.12::gentoo'`,
  463.  * the complete build log and the output of `emerge -pqv '=dev-libs/botan-1.10.12::gentoo'`.
  464.  * The complete build log is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/build.log'.
  465.  * The ebuild environment file is located at '/var/tmp/portage/dev-libs/botan-1.10.12/temp/environment'.
  466.  * Working directory: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
  467.  * S: '/var/tmp/portage/dev-libs/botan-1.10.12/work/Botan-1.10.12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement