The build took 00h 01m 30s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
59,918 |
cpp |
4,090 |
asm |
596 |
sh |
9 |
ansic |
64,613 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: crypto++ 5.6.3-1 (Wed Aug 24 14:25:33 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
WARNING: CRYPTOPP_NO_UNALIGNED_DATA_ACCESS is not defined in config.h.
WARNING: CRYPTOPP_INIT_PRIORITY is not defined in config.h.
WARNING: CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 is defined in config.h.
WARNING: You should make these changes in config.h, and not CXXFLAGS.
WARNING: You can 'mv config.recommend config.h', but it breaks versioning.
WARNING: See http://cryptopp.com/wiki/config.h for more details.
g++ -DNDEBUG -fPIC -march=native -c cryptlib.cpp
g++ -DNDEBUG -fPIC -march=native -c cpu.cpp
g++ -DNDEBUG -fPIC -march=native -c integer.cpp
g++ -DNDEBUG -fPIC -march=native -c wake.cpp
g++ -DNDEBUG -fPIC -march=native -c default.cpp
default.cpp: In constructor 'CryptoPP::DefaultEncryptorWithMAC::DefaultEncryptorWithMAC(const char*, CryptoPP::BufferedTransformation*)':
default.cpp:220:39: warning: 'DefaultEncryptor' is deprecated: DefaultEncryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
SetFilter(new HashFilter(*m_mac, new DefaultEncryptor(passphrase), true));
^~~~~~~~~~~~~~~~
In file included from default.cpp:13:0:
default.h:29:7: note: declared here
class DefaultEncryptor : public ProxyFilter
^~~~~~~~~~~~~~~~
default.cpp: In constructor 'CryptoPP::DefaultEncryptorWithMAC::DefaultEncryptorWithMAC(const byte*, size_t, CryptoPP::BufferedTransformation*)':
default.cpp:227:39: warning: 'DefaultEncryptor' is deprecated: DefaultEncryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
SetFilter(new HashFilter(*m_mac, new DefaultEncryptor(passphrase, passphraseLength), true));
^~~~~~~~~~~~~~~~
In file included from default.cpp:13:0:
default.h:29:7: note: declared here
class DefaultEncryptor : public ProxyFilter
^~~~~~~~~~~~~~~~
default.cpp: In constructor 'CryptoPP::DefaultDecryptorWithMAC::DefaultDecryptorWithMAC(const char*, CryptoPP::BufferedTransformation*, bool)':
default.cpp:243:16: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
SetFilter(new DefaultDecryptor(passphrase, m_hashVerifier=new HashVerifier(*m_mac, NULL, HashVerifier::PUT_MESSAGE), throwException));
^~~~~~~~~~~~~~~~
In file included from default.cpp:13:0:
default.h:63:7: note: declared here
class DefaultDecryptor : public ProxyFilter
^~~~~~~~~~~~~~~~
default.cpp: In constructor 'CryptoPP::DefaultDecryptorWithMAC::DefaultDecryptorWithMAC(const byte*, size_t, CryptoPP::BufferedTransformation*, bool)':
default.cpp:251:16: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
SetFilter(new DefaultDecryptor(passphrase, passphraseLength, m_hashVerifier=new HashVerifier(*m_mac, NULL, HashVerifier::PUT_MESSAGE), throwException));
^~~~~~~~~~~~~~~~
In file included from default.cpp:13:0:
default.h:63:7: note: declared here
class DefaultDecryptor : public ProxyFilter
^~~~~~~~~~~~~~~~
default.cpp: In member function 'CryptoPP::DefaultDecryptor::State CryptoPP::DefaultDecryptorWithMAC::CurrentState() const':
default.cpp:256:44: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
return static_cast(m_filter.get())->CurrentState();
^
In file included from default.cpp:13:0:
default.h:63:7: note: declared here
class DefaultDecryptor : public ProxyFilter
^~~~~~~~~~~~~~~~
g++ -DNDEBUG -fPIC -march=native -c skipjack.cpp
g++ -DNDEBUG -fPIC -march=native -c osrng.cpp
g++ -DNDEBUG -fPIC -march=native -c arc4.cpp
g++ -DNDEBUG -fPIC -march=native -c hex.cpp
g++ -DNDEBUG -fPIC -march=native -c esign.cpp
g++ -DNDEBUG -fPIC -march=native -c randpool.cpp
g++ -DNDEBUG -fPIC -march=native -c sharkbox.cpp
g++ -DNDEBUG -fPIC -march=native -c blowfish.cpp
g++ -DNDEBUG -fPIC -march=native -c base32.cpp
g++ -DNDEBUG -fPIC -march=native -c files.cpp
g++ -DNDEBUG -fPIC -march=native -c dessp.cpp
g++ -DNDEBUG -fPIC -march=native -c seal.cpp
g++ -DNDEBUG -fPIC -march=native -c mars.cpp
g++ -DNDEBUG -fPIC -march=native -c misc.cpp
g++ -DNDEBUG -fPIC -march=native -c twofish.cpp
g++ -DNDEBUG -fPIC -march=native -c sha.cpp
g++ -DNDEBUG -fPIC -march=native -c dsa.cpp
g++ -DNDEBUG -fPIC -march=native -c polynomi.cpp
g++ -DNDEBUG -fPIC -march=native -c eprecomp.cpp
g++ -DNDEBUG -fPIC -march=native -c vmac.cpp
g++ -DNDEBUG -fPIC -march=native -c fipstest.cpp
g++ -DNDEBUG -fPIC -march=native -c rc5.cpp
g++ -DNDEBUG -fPIC -march=native -c ida.cpp
g++ -DNDEBUG -fPIC -march=native -c queue.cpp
g++ -DNDEBUG -fPIC -march=native -c xtrcrypt.cpp
g++ -DNDEBUG -fPIC -march=native -c gf256.cpp
g++ -DNDEBUG -fPIC -march=native -c hmac.cpp
g++ -DNDEBUG -fPIC -march=native -c authenc.cpp
g++ -DNDEBUG -fPIC -march=native -c idea.cpp
g++ -DNDEBUG -fPIC -march=native -c squaretb.cpp
g++ -DNDEBUG -fPIC -march=native -c pkcspad.cpp
g++ -DNDEBUG -fPIC -march=native -c emsa2.cpp
g++ -DNDEBUG -fPIC -march=native -c network.cpp
g++ -DNDEBUG -fPIC -march=native -c eax.cpp
g++ -DNDEBUG -fPIC -march=native -c luc.cpp
g++ -DNDEBUG -fPIC -march=native -c crc.cpp
g++ -DNDEBUG -fPIC -march=native -c elgamal.cpp
g++ -DNDEBUG -fPIC -march=native -c zlib.cpp
g++ -DNDEBUG -fPIC -march=native -c dh2.cpp
g++ -DNDEBUG -fPIC -march=native -c strciphr.cpp
g++ -DNDEBUG -fPIC -march=native -c ecp.cpp
g++ -DNDEBUG -fPIC -march=native -c tea.cpp
g++ -DNDEBUG -fPIC -march=native -c marss.cpp
g++ -DNDEBUG -fPIC -march=native -c algparam.cpp
g++ -DNDEBUG -fPIC -march=native -c wait.cpp
g++ -DNDEBUG -fPIC -march=native -c iterhash.cpp
g++ -DNDEBUG -fPIC -march=native -c safer.cpp
g++ -DNDEBUG -fPIC -march=native -c camellia.cpp
g++ -DNDEBUG -fPIC -march=native -c oaep.cpp
g++ -DNDEBUG -fPIC -march=native -c square.cpp
g++ -DNDEBUG -fPIC -march=native -c gf2n.cpp
g++ -DNDEBUG -fPIC -march=native -c shark.cpp
g++ -DNDEBUG -fPIC -march=native -c seed.cpp
g++ -DNDEBUG -fPIC -march=native -c shacal2.cpp
g++ -DNDEBUG -fPIC -march=native -c cmac.cpp
g++ -DNDEBUG -fPIC -march=native -c serpent.cpp
g++ -DNDEBUG -fPIC -march=native -c eccrypto.cpp
g++ -DNDEBUG -fPIC -march=native -c ripemd.cpp
g++ -DNDEBUG -fPIC -march=native -c gcm.cpp
g++ -DNDEBUG -fPIC -march=native -c pubkey.cpp
g++ -DNDEBUG -fPIC -march=native -c trdlocal.cpp
g++ -DNDEBUG -fPIC -march=native -c salsa.cpp
g++ -DNDEBUG -fPIC -march=native -c hrtimer.cpp
g++ -DNDEBUG -fPIC -march=native -c ttmac.cpp
g++ -DNDEBUG -fPIC -march=native -c rc2.cpp
g++ -DNDEBUG -fPIC -march=native -c mqv.cpp
g++ -DNDEBUG -fPIC -march=native -c md2.cpp
g++ -DNDEBUG -fPIC -march=native -c ccm.cpp
g++ -DNDEBUG -fPIC -march=native -c md4.cpp
g++ -DNDEBUG -fPIC -march=native -c whrlpool.cpp
g++ -DNDEBUG -fPIC -march=native -c asn.cpp
g++ -DNDEBUG -fPIC -march=native -c rw.cpp
g++ -DNDEBUG -fPIC -march=native -c cast.cpp
g++ -DNDEBUG -fPIC -march=native -c tiger.cpp
g++ -DNDEBUG -fPIC -march=native -c rng.cpp
g++ -DNDEBUG -fPIC -march=native -c channels.cpp
g++ -DNDEBUG -fPIC -march=native -c zinflate.cpp
g++ -DNDEBUG -fPIC -march=native -c dll.cpp
g++ -DNDEBUG -fPIC -march=native -c pssr.cpp
g++ -DNDEBUG -fPIC -march=native -c algebra.cpp
g++ -DNDEBUG -fPIC -march=native -c mqueue.cpp
g++ -DNDEBUG -fPIC -march=native -c rc6.cpp
g++ -DNDEBUG -fPIC -march=native -c base64.cpp
g++ -DNDEBUG -fPIC -march=native -c zdeflate.cpp
g++ -DNDEBUG -fPIC -march=native -c basecode.cpp
g++ -DNDEBUG -fPIC -march=native -c des.cpp
g++ -DNDEBUG -fPIC -march=native -c blumshub.cpp
g++ -DNDEBUG -fPIC -march=native -c ec2n.cpp
g++ -DNDEBUG -fPIC -march=native -c casts.cpp
g++ -DNDEBUG -fPIC -march=native -c gfpcrypt.cpp
g++ -DNDEBUG -fPIC -march=native -c gost.cpp
g++ -DNDEBUG -fPIC -march=native -c rijndael.cpp
g++ -DNDEBUG -fPIC -march=native -c modes.cpp
g++ -DNDEBUG -fPIC -march=native -c sha3.cpp
g++ -DNDEBUG -fPIC -march=native -c panama.cpp
g++ -DNDEBUG -fPIC -march=native -c nbtheory.cpp
g++ -DNDEBUG -fPIC -march=native -c md5.cpp
g++ -DNDEBUG -fPIC -march=native -c tftables.cpp
g++ -DNDEBUG -fPIC -march=native -c socketft.cpp
g++ -DNDEBUG -fPIC -march=native -c rdtables.cpp
g++ -DNDEBUG -fPIC -march=native -c tigertab.cpp
g++ -DNDEBUG -fPIC -march=native -c cbcmac.cpp
g++ -DNDEBUG -fPIC -march=native -c rsa.cpp
g++ -DNDEBUG -fPIC -march=native -c rdrand.cpp
g++ -DNDEBUG -fPIC -march=native -c adler32.cpp
g++ -DNDEBUG -fPIC -march=native -c sosemanuk.cpp
g++ -DNDEBUG -fPIC -march=native -c 3way.cpp
g++ -DNDEBUG -fPIC -march=native -c gf2_32.cpp
g++ -DNDEBUG -fPIC -march=native -c gzip.cpp
g++ -DNDEBUG -fPIC -march=native -c rabin.cpp
g++ -DNDEBUG -fPIC -march=native -c bfinit.cpp
g++ -DNDEBUG -fPIC -march=native -c filters.cpp
g++ -DNDEBUG -fPIC -march=native -c fips140.cpp
g++ -DNDEBUG -fPIC -march=native -c dh.cpp
g++ -DNDEBUG -fPIC -march=native -c xtr.cpp
g++ -DNDEBUG -fPIC -march=native -c bench.cpp
g++ -DNDEBUG -fPIC -march=native -c bench2.cpp
g++ -DNDEBUG -fPIC -march=native -c test.cpp
test.cpp: In function 'std::__cxx11::string EncryptString(const char*, const char*)':
test.cpp:590:36: warning: 'DefaultEncryptorWithMAC' is deprecated: DefaultEncryptorWithMAC will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
DefaultEncryptorWithMAC encryptor(passPhrase, new HexEncoder(new StringSink(outstr)));
^~~~~~~~~~
In file included from test.cpp:14:0:
default.h:121:7: note: declared here
class DefaultEncryptorWithMAC : public ProxyFilter
^~~~~~~~~~~~~~~~~~~~~~~
test.cpp: In function 'std::__cxx11::string DecryptString(const char*, const char*)':
test.cpp:601:27: warning: 'DefaultDecryptorWithMAC' is deprecated: DefaultDecryptorWithMAC will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
HexDecoder decryptor(new DefaultDecryptorWithMAC(passPhrase, new StringSink(outstr)));
^~~~~~~~~~~~~~~~~~~~~~~
In file included from test.cpp:14:0:
default.h:159:7: note: declared here
class DefaultDecryptorWithMAC : public ProxyFilter
^~~~~~~~~~~~~~~~~~~~~~~
test.cpp: In function 'void EncryptFile(const char*, const char*, const char*)':
test.cpp:610:29: warning: 'DefaultEncryptorWithMAC' is deprecated: DefaultEncryptorWithMAC will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
FileSource f(in, true, new DefaultEncryptorWithMAC(passPhrase, new FileSink(out)));
^~~~~~~~~~~~~~~~~~~~~~~
In file included from test.cpp:14:0:
default.h:121:7: note: declared here
class DefaultEncryptorWithMAC : public ProxyFilter
^~~~~~~~~~~~~~~~~~~~~~~
test.cpp: In function 'void DecryptFile(const char*, const char*, const char*)':
test.cpp:615:29: warning: 'DefaultDecryptorWithMAC' is deprecated: DefaultDecryptorWithMAC will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
FileSource f(in, true, new DefaultDecryptorWithMAC(passPhrase, new FileSink(out)));
^~~~~~~~~~~~~~~~~~~~~~~
In file included from test.cpp:14:0:
default.h:159:7: note: declared here
class DefaultDecryptorWithMAC : public ProxyFilter
^~~~~~~~~~~~~~~~~~~~~~~
g++ -DNDEBUG -fPIC -march=native -c validat1.cpp
g++ -DNDEBUG -fPIC -march=native -c validat2.cpp
validat1.cpp:605:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef auto_ptr apbt;
^~~~~~~~
In file included from /usr/include/c++/6.1.1/memory:81:0,
from stdcpp.h:10,
from cryptlib.h:87,
from validat1.cpp:7:
/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^~~~~~~~
validat2.cpp: In function 'bool ValidateECP()':
validat2.cpp:673:2: warning: 'template struct CryptoPP::ECIES' is deprecated [-Wdeprecated-declarations]
ECIES::Decryptor cpriv(GlobalRNG(), ASN1::secp192r1());
^~~~~
In file included from validat2.cpp:10:0:
eccrypto.h:290:8: note: declared here
struct ECIES
^~~~~
validat2.cpp:674:2: warning: 'template struct CryptoPP::ECIES' is deprecated [-Wdeprecated-declarations]
ECIES::Encryptor cpub(cpriv);
^~~~~
In file included from validat2.cpp:10:0:
eccrypto.h:290:8: note: declared here
struct ECIES
^~~~~
validat2.cpp: In function 'bool ValidateEC2N()':
validat2.cpp:722:2: warning: 'template struct CryptoPP::ECIES' is deprecated [-Wdeprecated-declarations]
ECIES::Decryptor cpriv(GlobalRNG(), ASN1::sect193r1());
^~~~~
In file included from validat2.cpp:10:0:
eccrypto.h:290:8: note: declared here
struct ECIES
^~~~~
validat2.cpp:723:2: warning: 'template struct CryptoPP::ECIES' is deprecated [-Wdeprecated-declarations]
ECIES::Encryptor cpub(cpriv);
^~~~~
In file included from validat2.cpp:10:0:
eccrypto.h:290:8: note: declared here
struct ECIES
^~~~~
g++ -DNDEBUG -fPIC -march=native -c validat3.cpp
cp adhoc.cpp.proto adhoc.cpp
g++ -DNDEBUG -fPIC -march=native -c datatest.cpp
g++ -DNDEBUG -fPIC -march=native -c regtest.cpp
g++ -DNDEBUG -fPIC -march=native -c fipsalgt.cpp
g++ -DNDEBUG -fPIC -march=native -c dlltest.cpp
ar r libcryptopp.a cryptlib.o cpu.o integer.o wake.o default.o skipjack.o osrng.o arc4.o hex.o esign.o randpool.o sharkbox.o blowfish.o base32.o files.o dessp.o seal.o mars.o misc.o twofish.o sha.o dsa.o polynomi.o eprecomp.o vmac.o fipstest.o rc5.o ida.o queue.o xtrcrypt.o gf256.o hmac.o authenc.o idea.o squaretb.o pkcspad.o emsa2.o network.o eax.o luc.o crc.o elgamal.o zlib.o dh2.o strciphr.o ecp.o tea.o marss.o algparam.o wait.o iterhash.o safer.o camellia.o oaep.o square.o gf2n.o shark.o seed.o shacal2.o cmac.o serpent.o eccrypto.o ripemd.o gcm.o pubkey.o trdlocal.o salsa.o hrtimer.o ttmac.o rc2.o mqv.o md2.o ccm.o md4.o whrlpool.o asn.o rw.o cast.o tiger.o rng.o channels.o zinflate.o dll.o pssr.o algebra.o mqueue.o rc6.o base64.o zdeflate.o basecode.o des.o blumshub.o ec2n.o casts.o gfpcrypt.o gost.o rijndael.o modes.o sha3.o panama.o nbtheory.o md5.o tftables.o socketft.o rdtables.o tigertab.o cbcmac.o rsa.o rdrand.o adler32.o sosemanuk.o 3way.o gf2_32.o gzip.o rabin.o bfinit.o filters.o fips140.o dh.o xtr.o
ar: creating libcryptopp.a
ranlib libcryptopp.a
g++ -DNDEBUG -fPIC -march=native -c adhoc.cpp
g++ -o cryptest.exe -DNDEBUG -fPIC -march=native bench.o bench2.o test.o validat1.o validat2.o validat3.o adhoc.o datatest.o regtest.o fipsalgt.o dlltest.o ./libcryptopp.a -pthread
WARNING: CRYPTOPP_NO_UNALIGNED_DATA_ACCESS is not defined in config.h.
WARNING: CRYPTOPP_INIT_PRIORITY is not defined in config.h.
WARNING: CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 is defined in config.h.
WARNING: You should make these changes in config.h, and not CXXFLAGS.
WARNING: You can 'mv config.recommend config.h', but it breaks versioning.
WARNING: See http://cryptopp.com/wiki/config.h for more details.
g++ -shared -o libcryptopp.so -DNDEBUG -fPIC -march=native cryptlib.o cpu.o integer.o wake.o default.o skipjack.o osrng.o arc4.o hex.o esign.o randpool.o sharkbox.o blowfish.o base32.o files.o dessp.o seal.o mars.o misc.o twofish.o sha.o dsa.o polynomi.o eprecomp.o vmac.o fipstest.o rc5.o ida.o queue.o xtrcrypt.o gf256.o hmac.o authenc.o idea.o squaretb.o pkcspad.o emsa2.o network.o eax.o luc.o crc.o elgamal.o zlib.o dh2.o strciphr.o ecp.o tea.o marss.o algparam.o wait.o iterhash.o safer.o camellia.o oaep.o square.o gf2n.o shark.o seed.o shacal2.o cmac.o serpent.o eccrypto.o ripemd.o gcm.o pubkey.o trdlocal.o salsa.o hrtimer.o ttmac.o rc2.o mqv.o md2.o ccm.o md4.o whrlpool.o asn.o rw.o cast.o tiger.o rng.o channels.o zinflate.o dll.o pssr.o algebra.o mqueue.o rc6.o base64.o zdeflate.o basecode.o des.o blumshub.o ec2n.o casts.o gfpcrypt.o gost.o rijndael.o modes.o sha3.o panama.o nbtheory.o md5.o tftables.o socketft.o rdtables.o tigertab.o cbcmac.o rsa.o rdrand.o adler32.o sosemanuk.o 3way.o gf2_32.o gzip.o rabin.o bfinit.o filters.o fips140.o dh.o xtr.o
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "crypto++"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: crypto++ 5.6.3-1 (Wed Aug 24 14:26:25 UTC 2016)
CMD: pacman --query --file crypto++-5.6.3-1-x86_64.pkg.tar.xz
Creating hybrid package for 'crypto++'
Trying to find vanilla package 'crypto++'...
CMD: pacman --query --file /mirror/crypto++-5.6.3-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/lib/libcryptopp.so
/usr/lib/pkgconfig/libcrypto++.pc
/usr/share/licenses/crypto++/LICENSE
/usr/include/cryptopp/nr.h
/usr/include/cryptopp/zinflate.h
/usr/include/cryptopp/panama.h
/usr/include/cryptopp/adler32.h
/usr/include/cryptopp/sosemanuk.h
/usr/include/cryptopp/basecode.h
/usr/include/cryptopp/randpool.h
/usr/include/cryptopp/pch.h
/usr/include/cryptopp/polynomi.h
/usr/include/cryptopp/nbtheory.h
/usr/include/cryptopp/zdeflate.h
/usr/include/cryptopp/rw.h
/usr/include/cryptopp/gf2n.h
/usr/include/cryptopp/tiger.h
/usr/include/cryptopp/eax.h
/usr/include/cryptopp/seal.h
/usr/include/cryptopp/rng.h
/usr/include/cryptopp/rabin.h
/usr/include/cryptopp/3way.h
/usr/include/cryptopp/argnames.h
/usr/include/cryptopp/salsa.h
/usr/include/cryptopp/base32.h
/usr/include/cryptopp/md4.h
/usr/include/cryptopp/xtr.h
/usr/include/cryptopp/channels.h
/usr/include/cryptopp/blumshub.h
/usr/include/cryptopp/trdlocal.h
/usr/include/cryptopp/hex.h
/usr/include/cryptopp/validate.h
/usr/include/cryptopp/shacal2.h
/usr/include/cryptopp/ripemd.h
/usr/include/cryptopp/algparam.h
/usr/include/cryptopp/fltrimpl.h
/usr/include/cryptopp/oaep.h
/usr/include/cryptopp/modexppc.h
/usr/include/cryptopp/resource.h
/usr/include/cryptopp/ida.h
/usr/include/cryptopp/mdc.h
/usr/include/cryptopp/algebra.h
/usr/include/cryptopp/base64.h
/usr/include/cryptopp/winpipes.h
/usr/include/cryptopp/osrng.h
/usr/include/cryptopp/gcm.h
/usr/include/cryptopp/blowfish.h
/usr/include/cryptopp/integer.h
/usr/include/cryptopp/safer.h
/usr/include/cryptopp/bench.h
/usr/include/cryptopp/mqv.h
/usr/include/cryptopp/asn.h
/usr/include/cryptopp/dsa.h
/usr/include/cryptopp/words.h
/usr/include/cryptopp/md2.h
/usr/include/cryptopp/stdcpp.h
/usr/include/cryptopp/pkcspad.h
/usr/include/cryptopp/strciphr.h
/usr/include/cryptopp/sha.h
/usr/include/cryptopp/seckey.h
/usr/include/cryptopp/gf2_32.h
/usr/include/cryptopp/ec2n.h
/usr/include/cryptopp/pwdbased.h
/usr/include/cryptopp/cast.h
/usr/include/cryptopp/simple.h
/usr/include/cryptopp/config.h
/usr/include/cryptopp/rc5.h
/usr/include/cryptopp/factory.h
/usr/include/cryptopp/gfpcrypt.h
/usr/include/cryptopp/cryptlib.h
/usr/include/cryptopp/cpu.h
/usr/include/cryptopp/socketft.h
/usr/include/cryptopp/xtrcrypt.h
/usr/include/cryptopp/zlib.h
/usr/include/cryptopp/serpent.h
/usr/include/cryptopp/luc.h
/usr/include/cryptopp/aes.h
/usr/include/cryptopp/misc.h
/usr/include/cryptopp/rdrand.h
/usr/include/cryptopp/fips140.h
/usr/include/cryptopp/modes.h
/usr/include/cryptopp/idea.h
/usr/include/cryptopp/filters.h
/usr/include/cryptopp/twofish.h
/usr/include/cryptopp/dh2.h
/usr/include/cryptopp/wait.h
/usr/include/cryptopp/arc4.h
/usr/include/cryptopp/files.h
/usr/include/cryptopp/rijndael.h
/usr/include/cryptopp/elgamal.h
/usr/include/cryptopp/seed.h
/usr/include/cryptopp/default.h
/usr/include/cryptopp/authenc.h
/usr/include/cryptopp/vmac.h
/usr/include/cryptopp/network.h
/usr/include/cryptopp/eccrypto.h
/usr/include/cryptopp/gf256.h
/usr/include/cryptopp/md5.h
/usr/include/cryptopp/ecp.h
/usr/include/cryptopp/rc6.h
/usr/include/cryptopp/dmac.h
/usr/include/cryptopp/hkdf.h
/usr/include/cryptopp/mqueue.h
/usr/include/cryptopp/hmac.h
/usr/include/cryptopp/oids.h
/usr/include/cryptopp/gzip.h
/usr/include/cryptopp/rsa.h
/usr/include/cryptopp/skipjack.h
/usr/include/cryptopp/pssr.h
/usr/include/cryptopp/whrlpool.h
/usr/include/cryptopp/dll.h
/usr/include/cryptopp/shark.h
/usr/include/cryptopp/lubyrack.h
/usr/include/cryptopp/esign.h
/usr/include/cryptopp/mersenne.h
/usr/include/cryptopp/dh.h
/usr/include/cryptopp/sha3.h
/usr/include/cryptopp/camellia.h
/usr/include/cryptopp/emsa2.h
/usr/include/cryptopp/square.h
/usr/include/cryptopp/ttmac.h
/usr/include/cryptopp/des.h
/usr/include/cryptopp/cbcmac.h
/usr/include/cryptopp/trunhash.h
/usr/include/cryptopp/tea.h
/usr/include/cryptopp/gost.h
/usr/include/cryptopp/hrtimer.h
/usr/include/cryptopp/eprecomp.h
/usr/include/cryptopp/mars.h
/usr/include/cryptopp/queue.h
/usr/include/cryptopp/pubkey.h
/usr/include/cryptopp/rc2.h
/usr/include/cryptopp/ccm.h
/usr/include/cryptopp/secblock.h
/usr/include/cryptopp/wake.h
/usr/include/cryptopp/iterhash.h
/usr/include/cryptopp/cmac.h
/usr/include/cryptopp/crc.h
/usr/include/cryptopp/modarith.h
/usr/include/cryptopp/serpentp.h
/usr/include/cryptopp/smartptr.h
/sysroot/usr/lib/libcryptopp.so
/sysroot/usr/lib/pkgconfig/libcrypto++.pc
/sysroot/usr/include/cryptopp/3way.h
/sysroot/usr/include/cryptopp/adler32.h
/sysroot/usr/include/cryptopp/aes.h
/sysroot/usr/include/cryptopp/algebra.h
/sysroot/usr/include/cryptopp/algparam.h
/sysroot/usr/include/cryptopp/arc4.h
/sysroot/usr/include/cryptopp/argnames.h
/sysroot/usr/include/cryptopp/asn.h
/sysroot/usr/include/cryptopp/authenc.h
/sysroot/usr/include/cryptopp/base32.h
/sysroot/usr/include/cryptopp/base64.h
/sysroot/usr/include/cryptopp/basecode.h
/sysroot/usr/include/cryptopp/bench.h
/sysroot/usr/include/cryptopp/blowfish.h
/sysroot/usr/include/cryptopp/blumshub.h
/sysroot/usr/include/cryptopp/camellia.h
/sysroot/usr/include/cryptopp/cast.h
/sysroot/usr/include/cryptopp/cbcmac.h
/sysroot/usr/include/cryptopp/ccm.h
/sysroot/usr/include/cryptopp/channels.h
/sysroot/usr/include/cryptopp/cmac.h
/sysroot/usr/include/cryptopp/config.h
/sysroot/usr/include/cryptopp/cpu.h
/sysroot/usr/include/cryptopp/crc.h
/sysroot/usr/include/cryptopp/cryptlib.h
/sysroot/usr/include/cryptopp/default.h
/sysroot/usr/include/cryptopp/des.h
/sysroot/usr/include/cryptopp/dh.h
/sysroot/usr/include/cryptopp/dh2.h
/sysroot/usr/include/cryptopp/dll.h
/sysroot/usr/include/cryptopp/dmac.h
/sysroot/usr/include/cryptopp/dsa.h
/sysroot/usr/include/cryptopp/eax.h
/sysroot/usr/include/cryptopp/ec2n.h
/sysroot/usr/include/cryptopp/eccrypto.h
/sysroot/usr/include/cryptopp/ecp.h
/sysroot/usr/include/cryptopp/elgamal.h
/sysroot/usr/include/cryptopp/emsa2.h
/sysroot/usr/include/cryptopp/eprecomp.h
/sysroot/usr/include/cryptopp/esign.h
/sysroot/usr/include/cryptopp/factory.h
/sysroot/usr/include/cryptopp/files.h
/sysroot/usr/include/cryptopp/filters.h
/sysroot/usr/include/cryptopp/fips140.h
/sysroot/usr/include/cryptopp/fltrimpl.h
/sysroot/usr/include/cryptopp/gcm.h
/sysroot/usr/include/cryptopp/gf256.h
/sysroot/usr/include/cryptopp/gf2_32.h
/sysroot/usr/include/cryptopp/gf2n.h
/sysroot/usr/include/cryptopp/gfpcrypt.h
/sysroot/usr/include/cryptopp/gost.h
/sysroot/usr/include/cryptopp/gzip.h
/sysroot/usr/include/cryptopp/hex.h
/sysroot/usr/include/cryptopp/hkdf.h
/sysroot/usr/include/cryptopp/hmac.h
/sysroot/usr/include/cryptopp/hrtimer.h
/sysroot/usr/include/cryptopp/ida.h
/sysroot/usr/include/cryptopp/idea.h
/sysroot/usr/include/cryptopp/integer.h
/sysroot/usr/include/cryptopp/iterhash.h
/sysroot/usr/include/cryptopp/lubyrack.h
/sysroot/usr/include/cryptopp/luc.h
/sysroot/usr/include/cryptopp/mars.h
/sysroot/usr/include/cryptopp/md2.h
/sysroot/usr/include/cryptopp/md4.h
/sysroot/usr/include/cryptopp/md5.h
/sysroot/usr/include/cryptopp/mdc.h
/sysroot/usr/include/cryptopp/mersenne.h
/sysroot/usr/include/cryptopp/misc.h
/sysroot/usr/include/cryptopp/modarith.h
/sysroot/usr/include/cryptopp/modes.h
/sysroot/usr/include/cryptopp/modexppc.h
/sysroot/usr/include/cryptopp/mqueue.h
/sysroot/usr/include/cryptopp/mqv.h
/sysroot/usr/include/cryptopp/nbtheory.h
/sysroot/usr/include/cryptopp/network.h
/sysroot/usr/include/cryptopp/nr.h
/sysroot/usr/include/cryptopp/oaep.h
/sysroot/usr/include/cryptopp/oids.h
/sysroot/usr/include/cryptopp/osrng.h
/sysroot/usr/include/cryptopp/panama.h
/sysroot/usr/include/cryptopp/pch.h
/sysroot/usr/include/cryptopp/pkcspad.h
/sysroot/usr/include/cryptopp/polynomi.h
/sysroot/usr/include/cryptopp/pssr.h
/sysroot/usr/include/cryptopp/pubkey.h
/sysroot/usr/include/cryptopp/pwdbased.h
/sysroot/usr/include/cryptopp/queue.h
/sysroot/usr/include/cryptopp/rabin.h
/sysroot/usr/include/cryptopp/randpool.h
/sysroot/usr/include/cryptopp/rc2.h
/sysroot/usr/include/cryptopp/rc5.h
/sysroot/usr/include/cryptopp/rc6.h
/sysroot/usr/include/cryptopp/rdrand.h
/sysroot/usr/include/cryptopp/resource.h
/sysroot/usr/include/cryptopp/rijndael.h
/sysroot/usr/include/cryptopp/ripemd.h
/sysroot/usr/include/cryptopp/rng.h
/sysroot/usr/include/cryptopp/rsa.h
/sysroot/usr/include/cryptopp/rw.h
/sysroot/usr/include/cryptopp/safer.h
/sysroot/usr/include/cryptopp/salsa.h
/sysroot/usr/include/cryptopp/seal.h
/sysroot/usr/include/cryptopp/secblock.h
/sysroot/usr/include/cryptopp/seckey.h
/sysroot/usr/include/cryptopp/seed.h
/sysroot/usr/include/cryptopp/serpent.h
/sysroot/usr/include/cryptopp/serpentp.h
/sysroot/usr/include/cryptopp/sha.h
/sysroot/usr/include/cryptopp/sha3.h
/sysroot/usr/include/cryptopp/shacal2.h
/sysroot/usr/include/cryptopp/shark.h
/sysroot/usr/include/cryptopp/simple.h
/sysroot/usr/include/cryptopp/skipjack.h
/sysroot/usr/include/cryptopp/smartptr.h
/sysroot/usr/include/cryptopp/socketft.h
/sysroot/usr/include/cryptopp/sosemanuk.h
/sysroot/usr/include/cryptopp/square.h
/sysroot/usr/include/cryptopp/stdcpp.h
/sysroot/usr/include/cryptopp/strciphr.h
/sysroot/usr/include/cryptopp/tea.h
/sysroot/usr/include/cryptopp/tiger.h
/sysroot/usr/include/cryptopp/trdlocal.h
/sysroot/usr/include/cryptopp/trunhash.h
/sysroot/usr/include/cryptopp/ttmac.h
/sysroot/usr/include/cryptopp/twofish.h
/sysroot/usr/include/cryptopp/validate.h
/sysroot/usr/include/cryptopp/vmac.h
/sysroot/usr/include/cryptopp/wait.h
/sysroot/usr/include/cryptopp/wake.h
/sysroot/usr/include/cryptopp/whrlpool.h
/sysroot/usr/include/cryptopp/winpipes.h
/sysroot/usr/include/cryptopp/words.h
/sysroot/usr/include/cryptopp/xtr.h
/sysroot/usr/include/cryptopp/xtrcrypt.h
/sysroot/usr/include/cryptopp/zdeflate.h
/sysroot/usr/include/cryptopp/zinflate.h
/sysroot/usr/include/cryptopp/zlib.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf crypto++.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/crypto++.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/crypto++.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/crypto++.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'