Build of crypto++ with clang_glibc toolchain

The build took 00h 02m 54s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
59,918 cpp
4,090 asm
596 sh
9 ansic
64,613 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: crypto++ 5.6.3-1 (Thu Apr 13 20:49:55 UTC 2017)
# ==> 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.
#
# clang++ -DNDEBUG -fPIC -march=native -c cryptlib.cpp
# clang++ -DNDEBUG -fPIC -march=native -c cpu.cpp
# clang++ -DNDEBUG -fPIC -march=native -c integer.cpp
# clang++ -DNDEBUG -fPIC -march=native -c wake.cpp
# clang++ -DNDEBUG -fPIC -march=native -c default.cpp
# In file included from default.cpp:13:
# ./default.h:164:43: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
# class MACBadErr : public DefaultDecryptor::Err {public: MACBadErr() : DefaultDecryptor::Err("DefaultDecryptorWithMAC: MAC check failed") {}};
# ^
# ./default.h:63:7: note: 'DefaultDecryptor' has been explicitly marked deprecated here
# class DefaultDecryptor : public ProxyFilter
# ^
# ./default.h:179:18: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
# DefaultDecryptor::State CurrentState() const;
# ^
# ./default.h:63:7: note: 'DefaultDecryptor' has been explicitly marked deprecated here
# class DefaultDecryptor : public ProxyFilter
# ^
# 2 warnings generated.
# clang++ -DNDEBUG -fPIC -march=native -c skipjack.cpp
# clang++ -DNDEBUG -fPIC -march=native -c osrng.cpp
# clang++ -DNDEBUG -fPIC -march=native -c arc4.cpp
# clang++ -DNDEBUG -fPIC -march=native -c hex.cpp
# clang++ -DNDEBUG -fPIC -march=native -c esign.cpp
# clang++ -DNDEBUG -fPIC -march=native -c randpool.cpp
# clang++ -DNDEBUG -fPIC -march=native -c sharkbox.cpp
# clang++ -DNDEBUG -fPIC -march=native -c blowfish.cpp
# clang++ -DNDEBUG -fPIC -march=native -c base32.cpp
# clang++ -DNDEBUG -fPIC -march=native -c files.cpp
# clang++ -DNDEBUG -fPIC -march=native -c dessp.cpp
# clang++ -DNDEBUG -fPIC -march=native -c seal.cpp
# clang++ -DNDEBUG -fPIC -march=native -c mars.cpp
# clang++ -DNDEBUG -fPIC -march=native -c misc.cpp
# clang++ -DNDEBUG -fPIC -march=native -c twofish.cpp
# clang++ -DNDEBUG -fPIC -march=native -c sha.cpp
# clang++ -DNDEBUG -fPIC -march=native -c dsa.cpp
# clang++ -DNDEBUG -fPIC -march=native -c polynomi.cpp
# clang++ -DNDEBUG -fPIC -march=native -c eprecomp.cpp
# clang++ -DNDEBUG -fPIC -march=native -c vmac.cpp
# clang++ -DNDEBUG -fPIC -march=native -c fipstest.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rc5.cpp
# clang++ -DNDEBUG -fPIC -march=native -c ida.cpp
# clang++ -DNDEBUG -fPIC -march=native -c queue.cpp
# clang++ -DNDEBUG -fPIC -march=native -c xtrcrypt.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gf256.cpp
# clang++ -DNDEBUG -fPIC -march=native -c hmac.cpp
# clang++ -DNDEBUG -fPIC -march=native -c authenc.cpp
# clang++ -DNDEBUG -fPIC -march=native -c idea.cpp
# clang++ -DNDEBUG -fPIC -march=native -c squaretb.cpp
# clang++ -DNDEBUG -fPIC -march=native -c pkcspad.cpp
# clang++ -DNDEBUG -fPIC -march=native -c emsa2.cpp
# clang++ -DNDEBUG -fPIC -march=native -c network.cpp
# clang++ -DNDEBUG -fPIC -march=native -c eax.cpp
# clang++ -DNDEBUG -fPIC -march=native -c luc.cpp
# clang++ -DNDEBUG -fPIC -march=native -c crc.cpp
# clang++ -DNDEBUG -fPIC -march=native -c elgamal.cpp
# clang++ -DNDEBUG -fPIC -march=native -c zlib.cpp
# clang++ -DNDEBUG -fPIC -march=native -c dh2.cpp
# clang++ -DNDEBUG -fPIC -march=native -c strciphr.cpp
# clang++ -DNDEBUG -fPIC -march=native -c ecp.cpp
# clang++ -DNDEBUG -fPIC -march=native -c tea.cpp
# clang++ -DNDEBUG -fPIC -march=native -c marss.cpp
# clang++ -DNDEBUG -fPIC -march=native -c algparam.cpp
# clang++ -DNDEBUG -fPIC -march=native -c wait.cpp
# clang++ -DNDEBUG -fPIC -march=native -c iterhash.cpp
# clang++ -DNDEBUG -fPIC -march=native -c safer.cpp
# clang++ -DNDEBUG -fPIC -march=native -c camellia.cpp
# clang++ -DNDEBUG -fPIC -march=native -c oaep.cpp
# clang++ -DNDEBUG -fPIC -march=native -c square.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gf2n.cpp
# clang++ -DNDEBUG -fPIC -march=native -c shark.cpp
# clang++ -DNDEBUG -fPIC -march=native -c seed.cpp
# clang++ -DNDEBUG -fPIC -march=native -c shacal2.cpp
# clang++ -DNDEBUG -fPIC -march=native -c cmac.cpp
# clang++ -DNDEBUG -fPIC -march=native -c serpent.cpp
# clang++ -DNDEBUG -fPIC -march=native -c eccrypto.cpp
# clang++ -DNDEBUG -fPIC -march=native -c ripemd.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gcm.cpp
# clang++ -DNDEBUG -fPIC -march=native -c pubkey.cpp
# clang++ -DNDEBUG -fPIC -march=native -c trdlocal.cpp
# clang++ -DNDEBUG -fPIC -march=native -c salsa.cpp
# clang++ -DNDEBUG -fPIC -march=native -c hrtimer.cpp
# clang++ -DNDEBUG -fPIC -march=native -c ttmac.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rc2.cpp
# clang++ -DNDEBUG -fPIC -march=native -c mqv.cpp
# clang++ -DNDEBUG -fPIC -march=native -c md2.cpp
# clang++ -DNDEBUG -fPIC -march=native -c ccm.cpp
# clang++ -DNDEBUG -fPIC -march=native -c md4.cpp
# clang++ -DNDEBUG -fPIC -march=native -c whrlpool.cpp
# clang++ -DNDEBUG -fPIC -march=native -c asn.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rw.cpp
# clang++ -DNDEBUG -fPIC -march=native -c cast.cpp
# clang++ -DNDEBUG -fPIC -march=native -c tiger.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rng.cpp
# clang++ -DNDEBUG -fPIC -march=native -c channels.cpp
# clang++ -DNDEBUG -fPIC -march=native -c zinflate.cpp
# clang++ -DNDEBUG -fPIC -march=native -c dll.cpp
# clang++ -DNDEBUG -fPIC -march=native -c pssr.cpp
# clang++ -DNDEBUG -fPIC -march=native -c algebra.cpp
# clang++ -DNDEBUG -fPIC -march=native -c mqueue.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rc6.cpp
# clang++ -DNDEBUG -fPIC -march=native -c base64.cpp
# clang++ -DNDEBUG -fPIC -march=native -c zdeflate.cpp
# clang++ -DNDEBUG -fPIC -march=native -c basecode.cpp
# clang++ -DNDEBUG -fPIC -march=native -c des.cpp
# clang++ -DNDEBUG -fPIC -march=native -c blumshub.cpp
# clang++ -DNDEBUG -fPIC -march=native -c ec2n.cpp
# clang++ -DNDEBUG -fPIC -march=native -c casts.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gfpcrypt.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gost.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rijndael.cpp
# clang++ -DNDEBUG -fPIC -march=native -c modes.cpp
# clang++ -DNDEBUG -fPIC -march=native -c sha3.cpp
# clang++ -DNDEBUG -fPIC -march=native -c panama.cpp
# clang++ -DNDEBUG -fPIC -march=native -c nbtheory.cpp
# clang++ -DNDEBUG -fPIC -march=native -c md5.cpp
# clang++ -DNDEBUG -fPIC -march=native -c tftables.cpp
# clang++ -DNDEBUG -fPIC -march=native -c socketft.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rdtables.cpp
# clang++ -DNDEBUG -fPIC -march=native -c tigertab.cpp
# clang++ -DNDEBUG -fPIC -march=native -c cbcmac.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rsa.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rdrand.cpp
# clang++ -DNDEBUG -fPIC -march=native -c adler32.cpp
# clang++ -DNDEBUG -fPIC -march=native -c sosemanuk.cpp
# clang++ -DNDEBUG -fPIC -march=native -c 3way.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gf2_32.cpp
# clang++ -DNDEBUG -fPIC -march=native -c gzip.cpp
# clang++ -DNDEBUG -fPIC -march=native -c rabin.cpp
# clang++ -DNDEBUG -fPIC -march=native -c bfinit.cpp
# clang++ -DNDEBUG -fPIC -march=native -c filters.cpp
# clang++ -DNDEBUG -fPIC -march=native -c fips140.cpp
# clang++ -DNDEBUG -fPIC -march=native -c dh.cpp
# clang++ -DNDEBUG -fPIC -march=native -c xtr.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
# clang++ -DNDEBUG -fPIC -march=native -c bench.cpp
# clang++ -DNDEBUG -fPIC -march=native -c bench2.cpp
# clang++ -DNDEBUG -fPIC -march=native -c test.cpp
# In file included from test.cpp:14:
# ./default.h:164:43: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
# class MACBadErr : public DefaultDecryptor::Err {public: MACBadErr() : DefaultDecryptor::Err("DefaultDecryptorWithMAC: MAC check failed") {}};
# ^
# ./default.h:63:7: note: 'DefaultDecryptor' has been explicitly marked deprecated here
# class DefaultDecryptor : public ProxyFilter
# ^
# ./default.h:179:18: warning: 'DefaultDecryptor' is deprecated: DefaultDecryptor will be changing in the near future because the algorithms are no longer secure [-Wdeprecated-declarations]
# DefaultDecryptor::State CurrentState() const;
# ^
# ./default.h:63:7: note: 'DefaultDecryptor' has been explicitly marked deprecated here
# class DefaultDecryptor : public ProxyFilter
# ^
# test.cpp:590:2: 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)));
# ^
# ./default.h:121:7: note: 'DefaultEncryptorWithMAC' has been explicitly marked deprecated here
# class DefaultEncryptorWithMAC : public ProxyFilter
# ^
# 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)));
# ^
# ./default.h:159:7: note: 'DefaultDecryptorWithMAC' has been explicitly marked deprecated here
# class DefaultDecryptorWithMAC : public ProxyFilter
# ^
# 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)));
# ^
# ./default.h:121:7: note: 'DefaultEncryptorWithMAC' has been explicitly marked deprecated here
# class DefaultEncryptorWithMAC : public ProxyFilter
# ^
# 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)));
# ^
# ./default.h:159:7: note: 'DefaultDecryptorWithMAC' has been explicitly marked deprecated here
# class DefaultDecryptorWithMAC : public ProxyFilter
# ^
# 6 warnings generated.
# clang++ -DNDEBUG -fPIC -march=native -c validat1.cpp
# clang++ -DNDEBUG -fPIC -march=native -c validat2.cpp
# validat2.cpp:674:2: warning: 'ECIES, false>' is deprecated: ECIES will be changing in the near future due to (1) an implementation bug and (2) an interop issue. [-Wdeprecated-declarations]
# ECIES::Encryptor cpub(cpriv);
# ^
# ./eccrypto.h:290:8: note: 'ECIES, false>' has been explicitly marked deprecated here
# struct ECIES
# ^
# validat2.cpp:723:2: warning: 'ECIES, false>' is deprecated: ECIES will be changing in the near future due to (1) an implementation bug and (2) an interop issue. [-Wdeprecated-declarations]
# ECIES::Encryptor cpub(cpriv);
# ^
# ./eccrypto.h:290:8: note: 'ECIES, false>' has been explicitly marked deprecated here
# struct ECIES
# ^
# 2 warnings generated.
# clang++ -DNDEBUG -fPIC -march=native -c validat3.cpp
# cp adhoc.cpp.proto adhoc.cpp
# clang++ -DNDEBUG -fPIC -march=native -c adhoc.cpp
# clang++ -DNDEBUG -fPIC -march=native -c datatest.cpp
# clang++ -DNDEBUG -fPIC -march=native -c regtest.cpp
# clang++ -DNDEBUG -fPIC -march=native -c fipsalgt.cpp
# clang++ -DNDEBUG -fPIC -march=native -c dlltest.cpp
# clang++ -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.
#
# clang++ -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 (Thu Apr 13 20:51:28 UTC 2017)

CMD: pacman --query --file crypto++-5.6.3-1-x86_64.pkg.tar.xz
# crypto++ 5.6.3-1

Creating hybrid package for 'crypto++'

Trying to find vanilla package 'crypto++'...

CMD: pacman --query --file /mirror/crypto++-5.6.3-1.pkg.tar.xz
# crypto++ 5.6.3-1

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
# .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'