Build · bb375994Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output17.3 MiB captured
sgx-sdk-2.24.100.3
[ 71%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.o
[ 71%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.o
[ 78%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.o
[ 85%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o
[ 85%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.o
[ 85%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o
[ 85%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_util.c.o
[ 85%] Building C object library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o
[ 85%] Building C object library/CMakeFiles/mbedcrypto.dir/rsa.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/sha1.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/sha256.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/sha512.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/sha3.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/threading.c.o
[ 92%] Building C object library/CMakeFiles/mbedcrypto.dir/timing.c.o
[100%] Building C object library/CMakeFiles/mbedcrypto.dir/version.c.o
[100%] Building C object library/CMakeFiles/mbedcrypto.dir/version_features.c.o
[100%] Linking C static library libmbedcrypto.a
[100%] Built target mbedcrypto
make[4]: Leaving directory '/build/source/external/mbedtls/mbedtls_code/build'
ar: creating libsgx_mbedcrypto.a
make[3]: Leaving directory '/build/source/external/mbedtls'
make[2]: Leaving directory '/build/source/sdk'
make[1]: Leaving directory '/build/source/sdk'
make -C external/dcap_source/QuoteVerification/dcap_tvl MITIGATION-CVE-2020-0551=LOAD clean
make[1]: Entering directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
Cleaning objects
make[1]: Leaving directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
make -C external/dcap_source/QuoteVerification/dcap_tvl MITIGATION-CVE-2020-0551=LOAD
make[1]: Entering directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
g++ -ffreestanding -nostdinc -fvisibility=hidden -fpie -fno-strict-overflow -fno-delete-null-pointer-checks -mindirect-branch-register -mfunction-return=thunk-extern -fno-plt -Wa,-mlfence-after-load=yes -Wa,-mlfence-before-indirect-branch=memory -Wa,-mlfence-before-ret=shl -nostdinc++  -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -UDEBUG -DNDEBUG -ffunction-sections -fdata-sections -Wall -Wextra -Winit-self -Wpointer-arith -Wreturn-type -Waddress -Wsequence-point -Wformat-security -Wmissing-include-dirs -Wfloat-equal -Wundef -Wshadow -Wcast-align -Wconversion -Wredundant-decls -DITT_ARCH_IA64 -ffunction-sections -fdata-sections -fstack-protector -fPIC -std=c++11 -I/build/source/common/inc -I/build/source/common/inc/tlibc -I/build/source/sdk/tlibcxx/include -I../QvE/Include -I/build/source/external/dcap_source/QuoteGeneration/quote_wrapper/common/inc -I/build/source/external/dcap_source/QuoteGeneration/pce_wrapper/inc -c sgx_dcap_tvl.cpp -o sgx_dcap_tvl.o
In file included from /build/source/sdk/tlibcxx/include/cwchar:110,
                 from /build/source/sdk/tlibcxx/include/__string:60,
                 from /build/source/sdk/tlibcxx/include/string_view:179,
                 from /build/source/sdk/tlibcxx/include/string:511,
                 from encode_helper.h:44,
                 from sgx_dcap_tvl.cpp:39:
/build/source/sdk/tlibcxx/include/__support/sgx/support.h:6:8: warning: redundant redeclaration of 'size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*)' in same scope [-Wredundant-decls]
    6 | size_t mbsnrtowcs(wchar_t *dst, const char **src,
      |        ^~~~~~~~~~
In file included from /build/source/sdk/tlibcxx/include/iosfwd:95,
                 from /build/source/sdk/tlibcxx/include/vector:275,
                 from encode_helper.h:43:
/build/source/common/inc/tlibc/wchar.h:132:27: note: previous declaration of 'size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*)'
  132 | size_t      _TLIBC_CDECL_ mbsnrtowcs(wchar_t *__restrict, const char **__restrict, size_t, size_t, mbstate_t *__restrict);
      |                           ^~~~~~~~~~
/build/source/sdk/tlibcxx/include/__support/sgx/support.h:8:8: warning: redundant redeclaration of 'size_t wcsnrtombs(char*, const wchar_t**, size_t, size_t, mbstate_t*)' in same scope [-Wredundant-decls]
    8 | size_t wcsnrtombs(char *dst, const wchar_t **src,
      |        ^~~~~~~~~~
/build/source/common/inc/tlibc/wchar.h:131:27: note: previous declaration of 'size_t wcsnrtombs(char*, const wchar_t**, size_t, size_t, mbstate_t*)'
  131 | size_t      _TLIBC_CDECL_ wcsnrtombs(char *__restrict, const wchar_t **__restrict, size_t, size_t, mbstate_t *__restrict);
      |                           ^~~~~~~~~~
echo "CXX  <=  sgx_dcap_tvl.cpp"
CXX  <=  sgx_dcap_tvl.cpp
ar rsD libsgx_dcap_tvl.a sgx_dcap_tvl.o
ar: creating libsgx_dcap_tvl.a
make[1]: Leaving directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
make -C external/dcap_source/QuoteVerification/dcap_tvl MITIGATION-CVE-2020-0551=CF clean
make[1]: Entering directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
Cleaning objects
make[1]: Leaving directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
make -C external/dcap_source/QuoteVerification/dcap_tvl MITIGATION-CVE-2020-0551=CF
make[1]: Entering directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
g++ -ffreestanding -nostdinc -fvisibility=hidden -fpie -fno-strict-overflow -fno-delete-null-pointer-checks -mindirect-branch-register -mfunction-return=thunk-extern -fno-plt -Wa,-mlfence-before-indirect-branch=all -Wa,-mlfence-before-ret=shl -nostdinc++  -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -UDEBUG -DNDEBUG -ffunction-sections -fdata-sections -Wall -Wextra -Winit-self -Wpointer-arith -Wreturn-type -Waddress -Wsequence-point -Wformat-security -Wmissing-include-dirs -Wfloat-equal -Wundef -Wshadow -Wcast-align -Wconversion -Wredundant-decls -DITT_ARCH_IA64 -ffunction-sections -fdata-sections -fstack-protector -fPIC -std=c++11 -I/build/source/common/inc -I/build/source/common/inc/tlibc -I/build/source/sdk/tlibcxx/include -I../QvE/Include -I/build/source/external/dcap_source/QuoteGeneration/quote_wrapper/common/inc -I/build/source/external/dcap_source/QuoteGeneration/pce_wrapper/inc -c sgx_dcap_tvl.cpp -o sgx_dcap_tvl.o
In file included from /build/source/sdk/tlibcxx/include/cwchar:110,
                 from /build/source/sdk/tlibcxx/include/__string:60,
                 from /build/source/sdk/tlibcxx/include/string_view:179,
                 from /build/source/sdk/tlibcxx/include/string:511,
                 from encode_helper.h:44,
                 from sgx_dcap_tvl.cpp:39:
/build/source/sdk/tlibcxx/include/__support/sgx/support.h:6:8: warning: redundant redeclaration of 'size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*)' in same scope [-Wredundant-decls]
    6 | size_t mbsnrtowcs(wchar_t *dst, const char **src,
      |        ^~~~~~~~~~
In file included from /build/source/sdk/tlibcxx/include/iosfwd:95,
                 from /build/source/sdk/tlibcxx/include/vector:275,
                 from encode_helper.h:43:
/build/source/common/inc/tlibc/wchar.h:132:27: note: previous declaration of 'size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*)'
  132 | size_t      _TLIBC_CDECL_ mbsnrtowcs(wchar_t *__restrict, const char **__restrict, size_t, size_t, mbstate_t *__restrict);
      |                           ^~~~~~~~~~
/build/source/sdk/tlibcxx/include/__support/sgx/support.h:8:8: warning: redundant redeclaration of 'size_t wcsnrtombs(char*, const wchar_t**, size_t, size_t, mbstate_t*)' in same scope [-Wredundant-decls]
    8 | size_t wcsnrtombs(char *dst, const wchar_t **src,
      |        ^~~~~~~~~~
/build/source/common/inc/tlibc/wchar.h:131:27: note: previous declaration of 'size_t wcsnrtombs(char*, const wchar_t**, size_t, size_t, mbstate_t*)'
  131 | size_t      _TLIBC_CDECL_ wcsnrtombs(char *__restrict, const wchar_t **__restrict, size_t, size_t, mbstate_t *__restrict);
      |                           ^~~~~~~~~~
echo "CXX  <=  sgx_dcap_tvl.cpp"
CXX  <=  sgx_dcap_tvl.cpp
ar rsD libsgx_dcap_tvl.a sgx_dcap_tvl.o
ar: creating libsgx_dcap_tvl.a
make[1]: Leaving directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
make -C external/dcap_source/QuoteVerification/dcap_tvl clean
make[1]: Entering directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
Cleaning objects
make[1]: Leaving directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
make -C external/dcap_source/QuoteVerification/dcap_tvl
make[1]: Entering directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
g++ -ffreestanding -nostdinc -fvisibility=hidden -fpie -fno-strict-overflow -fno-delete-null-pointer-checks  -nostdinc++  -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -UDEBUG -DNDEBUG -ffunction-sections -fdata-sections -Wall -Wextra -Winit-self -Wpointer-arith -Wreturn-type -Waddress -Wsequence-point -Wformat-security -Wmissing-include-dirs -Wfloat-equal -Wundef -Wshadow -Wcast-align -Wconversion -Wredundant-decls -DITT_ARCH_IA64 -ffunction-sections -fdata-sections -fstack-protector -fPIC -std=c++11 -I/build/source/common/inc -I/build/source/common/inc/tlibc -I/build/source/sdk/tlibcxx/include -I../QvE/Include -I/build/source/external/dcap_source/QuoteGeneration/quote_wrapper/common/inc -I/build/source/external/dcap_source/QuoteGeneration/pce_wrapper/inc -c sgx_dcap_tvl.cpp -o sgx_dcap_tvl.o
In file included from /build/source/sdk/tlibcxx/include/cwchar:110,
                 from /build/source/sdk/tlibcxx/include/__string:60,
                 from /build/source/sdk/tlibcxx/include/string_view:179,
                 from /build/source/sdk/tlibcxx/include/string:511,
                 from encode_helper.h:44,
                 from sgx_dcap_tvl.cpp:39:
/build/source/sdk/tlibcxx/include/__support/sgx/support.h:6:8: warning: redundant redeclaration of 'size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*)' in same scope [-Wredundant-decls]
    6 | size_t mbsnrtowcs(wchar_t *dst, const char **src,
      |        ^~~~~~~~~~
In file included from /build/source/sdk/tlibcxx/include/iosfwd:95,
                 from /build/source/sdk/tlibcxx/include/vector:275,
                 from encode_helper.h:43:
/build/source/common/inc/tlibc/wchar.h:132:27: note: previous declaration of 'size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*)'
  132 | size_t      _TLIBC_CDECL_ mbsnrtowcs(wchar_t *__restrict, const char **__restrict, size_t, size_t, mbstate_t *__restrict);
      |                           ^~~~~~~~~~
/build/source/sdk/tlibcxx/include/__support/sgx/support.h:8:8: warning: redundant redeclaration of 'size_t wcsnrtombs(char*, const wchar_t**, size_t, size_t, mbstate_t*)' in same scope [-Wredundant-decls]
    8 | size_t wcsnrtombs(char *dst, const wchar_t **src,
      |        ^~~~~~~~~~
/build/source/common/inc/tlibc/wchar.h:131:27: note: previous declaration of 'size_t wcsnrtombs(char*, const wchar_t**, size_t, size_t, mbstate_t*)'
  131 | size_t      _TLIBC_CDECL_ wcsnrtombs(char *__restrict, const wchar_t **__restrict, size_t, size_t, mbstate_t *__restrict);
      |                           ^~~~~~~~~~
echo "CXX  <=  sgx_dcap_tvl.cpp"
CXX  <=  sgx_dcap_tvl.cpp
ar rsD libsgx_dcap_tvl.a sgx_dcap_tvl.o
ar: creating libsgx_dcap_tvl.a
make[1]: Leaving directory '/build/source/external/dcap_source/QuoteVerification/dcap_tvl'
./linux/installer/bin/build-installpkg.sh sdk cve-2020-0551
Create the dest dir
Copy files finished ......
Copy files finished ......
Copy files finished ......
Copy files finished ......
Copy files finished ......
Makefile
package/
package/SampleCode/
package/SampleCode/RemoteAttestation/
package/SampleCode/RemoteAttestation/sample_libcrypto/
package/SampleCode/RemoteAttestation/sample_libcrypto/libsample_libcrypto.so
package/SampleCode/RemoteAttestation/sample_libcrypto/sample_libcrypto.h
package/SampleCode/RemoteAttestation/.cproject
package/SampleCode/RemoteAttestation/.settings/
package/SampleCode/RemoteAttestation/.settings/language.settings.xml
package/SampleCode/RemoteAttestation/isv_app/
package/SampleCode/RemoteAttestation/isv_app/isv_app.cpp
package/SampleCode/RemoteAttestation/isv_app/sample_messages.h
package/SampleCode/RemoteAttestation/isv_enclave/
package/SampleCode/RemoteAttestation/isv_enclave/isv_enclave.config.xml
package/SampleCode/RemoteAttestation/isv_enclave/isv_enclave.cpp
package/SampleCode/RemoteAttestation/isv_enclave/isv_enclave.edl
package/SampleCode/RemoteAttestation/isv_enclave/isv_enclave.lds
package/SampleCode/RemoteAttestation/Makefile
package/SampleCode/RemoteAttestation/README.txt
package/SampleCode/RemoteAttestation/.project
package/SampleCode/RemoteAttestation/service_provider/
package/SampleCode/RemoteAttestation/service_provider/ecp.cpp
package/SampleCode/RemoteAttestation/service_provider/ecp.h
package/SampleCode/RemoteAttestation/service_provider/ias_ra.cpp
package/SampleCode/RemoteAttestation/service_provider/ias_ra.h
package/SampleCode/RemoteAttestation/service_provider/network_ra.cpp
package/SampleCode/RemoteAttestation/service_provider/network_ra.h
package/SampleCode/RemoteAttestation/service_provider/remote_attestation_result.h
package/SampleCode/RemoteAttestation/service_provider/service_provider.cpp
package/SampleCode/RemoteAttestation/service_provider/service_provider.h
package/SampleCode/LocalAttestation/
package/SampleCode/LocalAttestation/App/
package/SampleCode/LocalAttestation/App/App.cpp
package/SampleCode/LocalAttestation/App/Makefile
package/SampleCode/LocalAttestation/App/UntrustedEnclaveMessageExchange.cpp
package/SampleCode/LocalAttestation/App/UntrustedEnclaveMessageExchange.h
package/SampleCode/LocalAttestation/AppInitiator/
package/SampleCode/LocalAttestation/AppInitiator/App.cpp
package/SampleCode/LocalAttestation/AppInitiator/datatypes.h
package/SampleCode/LocalAttestation/AppInitiator/Makefile
package/SampleCode/LocalAttestation/AppInitiator/UntrustedEnclaveMessageExchange.cpp
package/SampleCode/LocalAttestation/AppInitiator/UntrustedEnclaveMessageExchange.h
package/SampleCode/LocalAttestation/AppResponder/
package/SampleCode/LocalAttestation/AppResponder/App.cpp
package/SampleCode/LocalAttestation/AppResponder/CPServer.cpp
package/SampleCode/LocalAttestation/AppResponder/CPServer.h
package/SampleCode/LocalAttestation/AppResponder/CPTask.cpp
package/SampleCode/LocalAttestation/AppResponder/CPTask.h
package/SampleCode/LocalAttestation/AppResponder/Makefile
package/SampleCode/LocalAttestation/AppResponder/Queue.h
package/SampleCode/LocalAttestation/AppResponder/ReadMe.txt
package/SampleCode/LocalAttestation/AppResponder/Thread.cpp
package/SampleCode/LocalAttestation/AppResponder/Thread.h
package/SampleCode/LocalAttestation/buildenv.mk
package/SampleCode/LocalAttestation/EnclaveInitiator/
package/SampleCode/LocalAttestation/EnclaveInitiator/datatypes.h
package/SampleCode/LocalAttestation/EnclaveInitiator/EnclaveInitiator.config.xml
package/SampleCode/LocalAttestation/EnclaveInitiator/EnclaveInitiator.cpp
package/SampleCode/LocalAttestation/EnclaveInitiator/EnclaveInitiator.edl
package/SampleCode/LocalAttestation/EnclaveInitiator/EnclaveInitiator.lds
package/SampleCode/LocalAttestation/EnclaveInitiator/EnclaveMessageExchange.cpp
package/SampleCode/LocalAttestation/EnclaveInitiator/EnclaveMessageExchange.h
package/SampleCode/LocalAttestation/EnclaveInitiator/Makefile
package/SampleCode/LocalAttestation/EnclaveInitiator/ReadMe.txt
package/SampleCode/LocalAttestation/EnclaveInitiator/Utility_E1.cpp
package/SampleCode/LocalAttestation/EnclaveInitiator/Utility_E1.h
package/SampleCode/LocalAttestation/EnclaveResponder/
package/SampleCode/LocalAttestation/EnclaveResponder/datatypes.h
package/SampleCode/LocalAttestation/EnclaveResponder/EnclaveMessageExchange.cpp
package/SampleCode/LocalAttestation/EnclaveResponder/EnclaveMessageExchange.h
package/SampleCode/LocalAttestation/EnclaveResponder/EnclaveResponder.config.xml
package/SampleCode/LocalAttestation/EnclaveResponder/EnclaveResponder.cpp
package/SampleCode/LocalAttestation/EnclaveResponder/EnclaveResponder.edl
package/SampleCode/LocalAttestation/EnclaveResponder/EnclaveResponder.lds
package/SampleCode/LocalAttestation/EnclaveResponder/Makefile
package/SampleCode/LocalAttestation/EnclaveResponder/ReadMe.txt
package/SampleCode/LocalAttestation/EnclaveResponder/Utility_E2.cpp
package/SampleCode/LocalAttestation/EnclaveResponder/Utility_E2.h
package/SampleCode/LocalAttestation/Include/
package/SampleCode/LocalAttestation/Include/cpdef.h
package/SampleCode/LocalAttestation/Include/datatypes.h
package/SampleCode/LocalAttestation/Include/dh_session_protocol.h
package/SampleCode/LocalAttestation/Include/error_codes.h
package/SampleCode/LocalAttestation/Include/fifo_def.h
package/SampleCode/LocalAttestation/Makefile
package/SampleCode/LocalAttestation/README.txt
package/SampleCode/LocalAttestation/util/
package/SampleCode/LocalAttestation/util/fifo.cpp
package/SampleCode/PowerTransition/
package/SampleCode/PowerTransition/App/
package/SampleCode/PowerTransition/App/App.cpp
package/SampleCode/PowerTransition/App/ErrorSupport.cpp
package/SampleCode/PowerTransition/App/ErrorSupport.h
package/SampleCode/PowerTransition/App/rwlock.cpp
package/SampleCode/PowerTransition/App/rwlock.h
package/SampleCode/PowerTransition/Common/
package/SampleCode/PowerTransition/Common/types.h
package/SampleCode/PowerTransition/.cproject
package/SampleCode/PowerTransition/.settings/
package/SampleCode/PowerTransition/.settings/language.settings.xml
package/SampleCode/PowerTransition/Enclave/
package/SampleCode/PowerTransition/Enclave/Enclave.config.xml
package/SampleCode/PowerTransition/Enclave/Enclave.cpp
package/SampleCode/PowerTransition/Enclave/Enclave.edl
package/SampleCode/PowerTransition/Enclave/Enclave.lds
package/SampleCode/PowerTransition/Makefile
package/SampleCode/PowerTransition/.project
package/SampleCode/PowerTransition/README.txt
package/SampleCode/SampleEnclave/
package/SampleCode/SampleEnclave/App/
package/SampleCode/SampleEnclave/App/App.cpp
package/SampleCode/SampleEnclave/App/App.h
package/SampleCode/SampleEnclave/App/Edger8rSyntax/
package/SampleCode/SampleEnclave/App/Edger8rSyntax/Arrays.cpp
package/SampleCode/SampleEnclave/App/Edger8rSyntax/Functions.cpp
package/SampleCode/SampleEnclave/App/Edger8rSyntax/Pointers.cpp
package/SampleCode/SampleEnclave/App/Edger8rSyntax/Types.cpp
package/SampleCode/SampleEnclave/App/TrustedLibrary/
package/SampleCode/SampleEnclave/App/TrustedLibrary/Libc.cpp
package/SampleCode/SampleEnclave/App/TrustedLibrary/Libcxx.cpp
package/SampleCode/SampleEnclave/App/TrustedLibrary/Thread.cpp
package/SampleCode/SampleEnclave/.cproject
package/SampleCode/SampleEnclave/.settings/
package/SampleCode/SampleEnclave/.settings/language.settings.xml
package/SampleCode/SampleEnclave/Enclave/
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Arrays.cpp
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Arrays.edl
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Functions.cpp
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Functions.edl
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Pointers.cpp
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Pointers.edl
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Types.cpp
package/SampleCode/SampleEnclave/Enclave/Edger8rSyntax/Types.edl
package/SampleCode/SampleEnclave/Enclave/Enclave.config.xml
package/SampleCode/SampleEnclave/Enclave/config.01.xml
package/SampleCode/SampleEnclave/Enclave/config.02.xml
package/SampleCode/SampleEnclave/Enclave/config.03.xml
package/SampleCode/SampleEnclave/Enclave/config.04.xml
package/SampleCode/SampleEnclave/Enclave/config.05.xml
package/SampleCode/SampleEnclave/Enclave/Enclave.cpp
package/SampleCode/SampleEnclave/Enclave/Enclave.edl
package/SampleCode/SampleEnclave/Enclave/Enclave.h
package/SampleCode/SampleEnclave/Enclave/Enclave.lds
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/Libc.cpp
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/Libc.edl
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/Libcxx.cpp
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/Libcxx.edl
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/Thread.cpp
package/SampleCode/SampleEnclave/Enclave/TrustedLibrary/Thread.edl
package/SampleCode/SampleEnclave/Include/
package/SampleCode/SampleEnclave/Include/user_types.h
package/SampleCode/SampleEnclave/Makefile
package/SampleCode/SampleEnclave/.project
package/SampleCode/SampleEnclave/README.txt
package/SampleCode/SampleEnclaveGMIPP/
package/SampleCode/SampleEnclaveGMIPP/App/
package/SampleCode/SampleEnclaveGMIPP/App/App.cpp
package/SampleCode/SampleEnclaveGMIPP/App/App.h
package/SampleCode/SampleEnclaveGMIPP/Enclave/
package/SampleCode/SampleEnclaveGMIPP/Enclave/Enclave.config.xml
package/SampleCode/SampleEnclaveGMIPP/Enclave/Enclave.cpp
package/SampleCode/SampleEnclaveGMIPP/Enclave/Enclave.edl
package/SampleCode/SampleEnclaveGMIPP/Enclave/Enclave.h
package/SampleCode/SampleEnclaveGMIPP/Enclave/Enclave.lds
package/SampleCode/SampleEnclaveGMIPP/Makefile
package/SampleCode/SampleEnclaveGMIPP/README.txt
package/SampleCode/SampleEnclavePCL/
package/SampleCode/SampleEnclavePCL/App/
package/SampleCode/SampleEnclavePCL/App/App.cpp
package/SampleCode/SampleEnclavePCL/App/App.h
package/SampleCode/SampleEnclavePCL/App/Edger8rSyntax/
package/SampleCode/SampleEnclavePCL/App/Edger8rSyntax/Arrays.cpp
package/SampleCode/SampleEnclavePCL/App/Edger8rSyntax/Functions.cpp
package/SampleCode/SampleEnclavePCL/App/Edger8rSyntax/Pointers.cpp
package/SampleCode/SampleEnclavePCL/App/Edger8rSyntax/Types.cpp
package/SampleCode/SampleEnclavePCL/App/TrustedLibrary/
package/SampleCode/SampleEnclavePCL/App/TrustedLibrary/Libc.cpp
package/SampleCode/SampleEnclavePCL/App/TrustedLibrary/Libcxx.cpp
package/SampleCode/SampleEnclavePCL/App/TrustedLibrary/Thread.cpp
package/SampleCode/SampleEnclavePCL/Enclave/
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Arrays.cpp
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Arrays.edl
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Functions.cpp
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Functions.edl
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Pointers.cpp
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Pointers.edl
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Types.cpp
package/SampleCode/SampleEnclavePCL/Enclave/Edger8rSyntax/Types.edl
package/SampleCode/SampleEnclavePCL/Enclave/Enclave.config.xml
package/SampleCode/SampleEnclavePCL/Enclave/Enclave.cpp
package/SampleCode/SampleEnclavePCL/Enclave/Enclave.edl
package/SampleCode/SampleEnclavePCL/Enclave/Enclave.h
package/SampleCode/SampleEnclavePCL/Enclave/Enclave.lds
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/Libc.cpp
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/Libc.edl
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/Libcxx.cpp
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/Libcxx.edl
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/Thread.cpp
package/SampleCode/SampleEnclavePCL/Enclave/TrustedLibrary/Thread.edl
package/SampleCode/SampleEnclavePCL/Include/
package/SampleCode/SampleEnclavePCL/Include/user_types.h
package/SampleCode/SampleEnclavePCL/Makefile
package/SampleCode/SampleEnclavePCL/debug_mock_key.bin
package/SampleCode/SampleEnclavePCL/README.md
package/SampleCode/SampleEnclavePCL/Seal/
package/SampleCode/SampleEnclavePCL/Seal/Seal.config.xml
package/SampleCode/SampleEnclavePCL/Seal/Seal.cpp
package/SampleCode/SampleEnclavePCL/Seal/Seal.edl
package/SampleCode/SampleEnclavePCL/Seal/Seal.lds
package/SampleCode/SampleAttestedTLS/
package/SampleCode/SampleAttestedTLS/AttestedTLSREADME.md
package/SampleCode/SampleAttestedTLS/Makefile
package/SampleCode/SampleAttestedTLS/prepare_sgxssl.sh
package/SampleCode/SampleAttestedTLS/README.md
package/SampleCode/SampleAttestedTLS/sgxenv.mk
package/SampleCode/SampleAttestedTLS/sgx_socket/
package/SampleCode/SampleAttestedTLS/sgx_socket/htonl.c
package/SampleCode/SampleAttestedTLS/sgx_socket/htons.c
package/SampleCode/SampleAttestedTLS/sgx_socket/trusted_sgx_socket.cpp
package/SampleCode/SampleAttestedTLS/sgx_socket/untrusted_sgx_socket.cpp
package/SampleCode/SampleAttestedTLS/sgx_socket/include/
package/SampleCode/SampleAttestedTLS/sgx_socket/include/byteswap.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/features.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/netdb.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/netinet/
package/SampleCode/SampleAttestedTLS/sgx_socket/include/netinet/in.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/bits/
package/SampleCode/SampleAttestedTLS/sgx_socket/include/bits/alltypes.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/poll.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/sgx_socket.edl
package/SampleCode/SampleAttestedTLS/sgx_socket/include/sys/
package/SampleCode/SampleAttestedTLS/sgx_socket/include/sys/socket.h
package/SampleCode/SampleAttestedTLS/sgx_socket/include/sys/select.h
package/SampleCode/SampleAttestedTLS/server/
package/SampleCode/SampleAttestedTLS/server/Makefile
package/SampleCode/SampleAttestedTLS/server/tls_server.edl
package/SampleCode/SampleAttestedTLS/server/enc/
package/SampleCode/SampleAttestedTLS/server/enc/enclave.lds
package/SampleCode/SampleAttestedTLS/server/enc/Makefile
package/SampleCode/SampleAttestedTLS/server/enc/openssl_server.cpp
package/SampleCode/SampleAttestedTLS/server/enc/server_enc.config.xml
package/SampleCode/SampleAttestedTLS/server/host/
package/SampleCode/SampleAttestedTLS/server/host/host.cpp
package/SampleCode/SampleAttestedTLS/server/host/Makefile
package/SampleCode/SampleAttestedTLS/server_tdx/
package/SampleCode/SampleAttestedTLS/server_tdx/Makefile
package/SampleCode/SampleAttestedTLS/server_tdx/openssl_server.cpp
package/SampleCode/SampleAttestedTLS/server_tdx/server.cpp
package/SampleCode/SampleAttestedTLS/client/
package/SampleCode/SampleAttestedTLS/client/Makefile
package/SampleCode/SampleAttestedTLS/client/tls_client.edl
package/SampleCode/SampleAttestedTLS/client/enc/
package/SampleCode/SampleAttestedTLS/client/enc/client_enc.config.xml
package/SampleCode/SampleAttestedTLS/client/enc/Makefile
package/SampleCode/SampleAttestedTLS/client/enc/enclave.lds
package/SampleCode/SampleAttestedTLS/client/enc/openssl_client.cpp
package/SampleCode/SampleAttestedTLS/client/host/
package/SampleCode/SampleAttestedTLS/client/host/host.cpp
package/SampleCode/SampleAttestedTLS/client/host/Makefile
package/SampleCode/SampleAttestedTLS/non_enc_client/
package/SampleCode/SampleAttestedTLS/non_enc_client/client.cpp
package/SampleCode/SampleAttestedTLS/non_enc_client/Makefile
package/SampleCode/SampleAttestedTLS/common/
package/SampleCode/SampleAttestedTLS/common/common.h
package/SampleCode/SampleAttestedTLS/common/enclave.edl
package/SampleCode/SampleAttestedTLS/common/err_msg.cpp
package/SampleCode/SampleAttestedTLS/common/openssl_utility.cpp
package/SampleCode/SampleAttestedTLS/common/openssl_utility.h
package/SampleCode/SampleAttestedTLS/common/ucommon.cpp
package/SampleCode/SampleAttestedTLS/common/tcommon.cpp
package/SampleCode/SampleAttestedTLS/common/utility.cpp
package/SampleCode/SampleAttestedTLS/common/utility.h
package/SampleCode/SampleAttestedTLS/common/verify_callback.cpp
package/SampleCode/Cxx11SGXDemo/
package/SampleCode/Cxx11SGXDemo/App/
package/SampleCode/Cxx11SGXDemo/App/App.cpp
package/SampleCode/Cxx11SGXDemo/App/App.h
package/SampleCode/Cxx11SGXDemo/App/TrustedLibrary/
package/SampleCode/Cxx11SGXDemo/App/TrustedLibrary/Libcxx.cpp
package/SampleCode/Cxx11SGXDemo/Enclave/
package/SampleCode/Cxx11SGXDemo/Enclave/Enclave.config.xml
package/SampleCode/Cxx11SGXDemo/Enclave/Enclave.cpp
package/SampleCode/Cxx11SGXDemo/Enclave/Enclave.edl
package/SampleCode/Cxx11SGXDemo/Enclave/Enclave.h
package/SampleCode/Cxx11SGXDemo/Enclave/Enclave_debug.lds
package/SampleCode/Cxx11SGXDemo/Enclave/Enclave.lds
package/SampleCode/Cxx11SGXDemo/Enclave/TrustedLibrary/
package/SampleCode/Cxx11SGXDemo/Enclave/TrustedLibrary/Libcxx.cpp
package/SampleCode/Cxx11SGXDemo/Enclave/TrustedLibrary/Libcxx.edl
package/SampleCode/Cxx11SGXDemo/Makefile
package/SampleCode/Cxx11SGXDemo/README.txt
package/SampleCode/Cxx11SGXDemo/.project
package/SampleCode/Cxx11SGXDemo/.cproject
package/SampleCode/Cxx11SGXDemo/.settings/
package/SampleCode/Cxx11SGXDemo/.settings/language.settings.xml
package/SampleCode/Cxx14SGXDemo/
package/SampleCode/Cxx14SGXDemo/App/
package/SampleCode/Cxx14SGXDemo/App/App.cpp
package/SampleCode/Cxx14SGXDemo/App/App.h
package/SampleCode/Cxx14SGXDemo/App/TrustedLibrary/
package/SampleCode/Cxx14SGXDemo/App/TrustedLibrary/Libcxx.cpp
package/SampleCode/Cxx14SGXDemo/Enclave/
package/SampleCode/Cxx14SGXDemo/Enclave/Enclave.config.xml
package/SampleCode/Cxx14SGXDemo/Enclave/Enclave.cpp
package/SampleCode/Cxx14SGXDemo/Enclave/Enclave.edl
package/SampleCode/Cxx14SGXDemo/Enclave/Enclave.h
package/SampleCode/Cxx14SGXDemo/Enclave/Enclave_debug.lds
package/SampleCode/Cxx14SGXDemo/Enclave/Enclave.lds
package/SampleCode/Cxx14SGXDemo/Enclave/TrustedLibrary/
package/SampleCode/Cxx14SGXDemo/Enclave/TrustedLibrary/Libcxx.cpp
package/SampleCode/Cxx14SGXDemo/Enclave/TrustedLibrary/Libcxx.edl
package/SampleCode/Cxx14SGXDemo/Makefile
package/SampleCode/Cxx14SGXDemo/README.txt
package/SampleCode/Cxx17SGXDemo/
package/SampleCode/Cxx17SGXDemo/App/
package/SampleCode/Cxx17SGXDemo/App/App.cpp
package/SampleCode/Cxx17SGXDemo/App/App.h
package/SampleCode/Cxx17SGXDemo/App/TrustedLibrary/
package/SampleCode/Cxx17SGXDemo/App/TrustedLibrary/Libcxx.cpp
package/SampleCode/Cxx17SGXDemo/Enclave/
package/SampleCode/Cxx17SGXDemo/Enclave/Enclave.config.xml
package/SampleCode/Cxx17SGXDemo/Enclave/Enclave.cpp
package/SampleCode/Cxx17SGXDemo/Enclave/Enclave.edl
package/SampleCode/Cxx17SGXDemo/Enclave/Enclave.h
package/SampleCode/Cxx17SGXDemo/Enclave/Enclave.lds
package/SampleCode/Cxx17SGXDemo/Enclave/Enclave_debug.lds
package/SampleCode/Cxx17SGXDemo/Enclave/TrustedLibrary/
package/SampleCode/Cxx17SGXDemo/Enclave/TrustedLibrary/Libcxx.cpp
package/SampleCode/Cxx17SGXDemo/Enclave/TrustedLibrary/Libcxx.edl
package/SampleCode/Cxx17SGXDemo/Makefile
package/SampleCode/Cxx17SGXDemo/README.txt
package/SampleCode/Switchless/
package/SampleCode/Switchless/Makefile
package/SampleCode/Switchless/README.txt
package/SampleCode/Switchless/App/
package/SampleCode/Switchless/App/App.h
package/SampleCode/Switchless/App/App.cpp
package/SampleCode/Switchless/Enclave/
package/SampleCode/Switchless/Enclave/Enclave.h
package/SampleCode/Switchless/Enclave/Enclave.cpp
package/SampleCode/Switchless/Enclave/Enclave.edl
package/SampleCode/Switchless/Enclave/Enclave.lds
package/SampleCode/Switchless/Enclave/Enclave.config.xml
package/SampleCode/SampleCommonLoader/
package/SampleCode/SampleCommonLoader/Makefile
package/SampleCode/SampleCommonLoader/README.txt
package/SampleCode/SampleCommonLoader/App/
package/SampleCode/SampleCommonLoader/App/enclave_entry.S
package/SampleCode/SampleCommonLoader/App/sample.cpp
package/SampleCode/SampleCommonLoader/Include/
package/SampleCode/SampleCommonLoader/Include/enclave_entry.h
package/SampleCode/SampleCommonLoader/Include/linux-regs.h
package/SampleCode/SampleCommonLoader/Include/sgx_enclave_blob.h
package/SampleCode/SampleCommonLoader/Include/sgx_enclave_ss.h
package/SampleCode/SealUnseal/
package/SampleCode/SealUnseal/Makefile
package/SampleCode/SealUnseal/README.txt
package/SampleCode/SealUnseal/App/
package/SampleCode/SealUnseal/App/App.cpp
package/SampleCode/SealUnseal/App/ErrorSupport.cpp
package/SampleCode/SealUnseal/App/ErrorSupport.h
package/SampleCode/SealUnseal/Enclave_Seal/
package/SampleCode/SealUnseal/Enclave_Seal/Enclave_Seal.config.xml
package/SampleCode/SealUnseal/Enclave_Seal/Enclave_Seal.cpp
package/SampleCode/SealUnseal/Enclave_Seal/Enclave_Seal.edl
package/SampleCode/SealUnseal/Enclave_Seal/Enclave_Seal.lds
package/SampleCode/SealUnseal/Enclave_Unseal/
package/SampleCode/SealUnseal/Enclave_Unseal/Enclave_Unseal.config.xml
package/SampleCode/SealUnseal/Enclave_Unseal/Enclave_Unseal.cpp
package/SampleCode/SealUnseal/Enclave_Unseal/Enclave_Unseal.edl
package/SampleCode/SealUnseal/Enclave_Unseal/Enclave_Unseal.lds
package/SampleCode/ProtobufSGXDemo/
package/SampleCode/ProtobufSGXDemo/App/
package/SampleCode/ProtobufSGXDemo/App/App.h
package/SampleCode/ProtobufSGXDemo/App/App.cpp
package/SampleCode/ProtobufSGXDemo/Enclave/
package/SampleCode/ProtobufSGXDemo/Enclave/Enclave.config.xml
package/SampleCode/ProtobufSGXDemo/Enclave/Enclave.cpp
package/SampleCode/ProtobufSGXDemo/Enclave/Enclave_debug.lds
package/SampleCode/ProtobufSGXDemo/Enclave/Enclave.edl
package/SampleCode/ProtobufSGXDemo/Enclave/Enclave.h
package/SampleCode/ProtobufSGXDemo/Enclave/Enclave.lds
package/SampleCode/ProtobufSGXDemo/Enclave/person.proto
package/SampleCode/ProtobufSGXDemo/Makefile
package/SampleCode/SampleMbedCrypto/
package/SampleCode/SampleMbedCrypto/App/
package/SampleCode/SampleMbedCrypto/App/App.cpp
package/SampleCode/SampleMbedCrypto/App/App.h
package/SampleCode/SampleMbedCrypto/Makefile
package/SampleCode/SampleMbedCrypto/Enclave/
package/SampleCode/SampleMbedCrypto/Enclave/Enclave.cpp
package/SampleCode/SampleMbedCrypto/Enclave/Enclave.lds
package/SampleCode/SampleMbedCrypto/Enclave/Enclave_debug.lds
package/SampleCode/SampleMbedCrypto/Enclave/Enclave.h
package/SampleCode/SampleMbedCrypto/Enclave/Enclave.edl
package/SampleCode/SampleMbedCrypto/Enclave/Enclave.config.xml
package/SampleCode/SampleMbedCrypto/README.txt
package/SampleCode/SampleAEXNotify/
package/SampleCode/SampleAEXNotify/Enclave/
package/SampleCode/SampleAEXNotify/Enclave/Enclave.config.xml
package/SampleCode/SampleAEXNotify/Enclave/Enclave.cpp
package/SampleCode/SampleAEXNotify/Enclave/Enclave.edl
package/SampleCode/SampleAEXNotify/Enclave/Enclave.h
package/SampleCode/SampleAEXNotify/Enclave/Enclave.lds
package/SampleCode/SampleAEXNotify/Include/
package/SampleCode/SampleAEXNotify/Include/powers_of_two.h
package/SampleCode/SampleAEXNotify/App/
package/SampleCode/SampleAEXNotify/App/App.h
package/SampleCode/SampleAEXNotify/App/App.cpp
package/SampleCode/SampleAEXNotify/Makefile
package/SampleCode/SampleAEXNotify/README.txt
package/include/
package/include/sgx_attributes.h
package/include/sgx_capable.h
package/include/sgx_cpuid.h
package/include/sgx_defs.h
package/include/sgx_dh.h
package/include/sgx_ecp_types.h
package/include/sgx_edger8r.h
package/include/sgx_lfence.h
package/include/sgx_eid.h
package/include/sgx_error.h
package/include/sgx.h
package/include/sgx_intrin.h
package/include/sgx_key_exchange.h
package/include/sgx_key.h
package/include/sgx_quote.h
package/include/sgx_report.h
package/include/sgx_report2.h
package/include/sgx_spinlock.h
package/include/sgx_tcrypto.h
package/include/sgx_thread.h
package/include/sgx_tkey_exchange.edl
package/include/sgx_tkey_exchange.h
package/include/sgx_trts_exception.h
package/include/sgx_trts.h
package/include/sgx_tseal.h
package/include/sgx_tstdc.edl
package/include/sgx_uae_service.h
package/include/sgx_uae_epid.h
package/include/sgx_uae_launch.h
package/include/sgx_uae_quote_ex.h
package/include/sgx_ukey_exchange.h
package/include/sgx_urts.h
package/include/sgx_utils.h
package/include/sgx_uswitchless.h
package/include/sgx_tswitchless.edl
package/include/sgx_tprotected_fs.h
package/include/sgx_tprotected_fs.edl
package/include/sgx_pcl_guid.h
package/include/sgx_secure_align.h
package/include/sgx_secure_align_api.h
package/include/sgx_rsrv_mem_mngr.h
package/include/sgx_trts_aex.h
package/include/stdc++/
package/include/stdc++/exception
package/include/stdc++/linux/
package/include/stdc++/linux/exception
package/include/stdc++/linux/typeinfo
package/include/stdc++/new
package/include/stdc++/typeinfo
package/include/tlibc/
package/include/tlibc/assert.h
package/include/tlibc/ctype.h
package/include/tlibc/endian.h
package/include/tlibc/errno.h
package/include/tlibc/float.h
package/include/tlibc/inttypes.h
package/include/tlibc/iso646.h
package/include/tlibc/limits.h
package/include/tlibc/math.h
package/include/tlibc/stdarg.h
package/include/tlibc/stdalign.h
package/include/tlibc/stdbool.h
package/include/tlibc/stddef.h
package/include/tlibc/stdint.h
package/include/tlibc/stdio.h
package/include/tlibc/stdlib.h
package/include/tlibc/string.h
package/include/tlibc/sys/
package/include/tlibc/sys/cdefs.h
package/include/tlibc/sys/endian.h
package/include/tlibc/sys/limits.h
package/include/tlibc/sys/stdint.h
package/include/tlibc/sys/_types.h
package/include/tlibc/sys/types.h
package/include/tlibc/time.h
package/include/tlibc/unistd.h
package/include/tlibc/wchar.h
package/include/tlibc/wctype.h
package/include/tlibc/setjmp.h
package/include/tlibc/mbusafecrt.h
package/include/tlibc/pthread.h
package/include/sgx_pthread.edl
package/include/sgx_utls.h
package/include/sgx_ttls.h
package/include/sgx_ttls.edl
package/include/sgx_enclave_common.h
package/include/ipp/
package/include/ipp/ippcp.h
package/include/ipp/ippcpdefs.h
package/include/ipp/ippversion.h
package/include/ipp/sgx_ippcp.h
package/include/ipp/ippcp/
package/include/ipp/ippcp/fips_cert.h
package/include/sgx_mm.h
package/include/sgx_ql_lib_common.h
package/include/sgx_pce.h
package/include/sgx_quote_3.h
package/include/sgx_quote_4.h
package/include/sgx_quote_5.h
package/include/sgx_ql_quote.h
package/include/sgx_qve_header.h
package/include/sgx_dcap_tvl.h
package/include/sgx_dcap_tvl.edl
package/include/libcxx/
package/include/libcxx/CMakeLists.txt
package/include/libcxx/__availability
package/include/libcxx/__bit_reference
package/include/libcxx/__bits
package/include/libcxx/__bsd_locale_defaults.h
package/include/libcxx/__bsd_locale_fallbacks.h
package/include/libcxx/__config
package/include/libcxx/__config_site.in
package/include/libcxx/__debug
package/include/libcxx/__errc
package/include/libcxx/__functional_03
package/include/libcxx/__functional_base
package/include/libcxx/__functional_base_03
package/include/libcxx/__hash_table
package/include/libcxx/__libcpp_version
package/include/libcxx/__locale
package/include/libcxx/__memory/
package/include/libcxx/__memory/allocator_traits.h
package/include/libcxx/__memory/base.h
package/include/libcxx/__memory/pointer_traits.h
package/include/libcxx/__memory/utilities.h
package/include/libcxx/__mutex_base
package/include/libcxx/__node_handle
package/include/libcxx/__nullptr
package/include/libcxx/__sgx
package/include/libcxx/__split_buffer
package/include/libcxx/__sso_allocator
package/include/libcxx/__std_stream
package/include/libcxx/__string
package/include/libcxx/__support/
package/include/libcxx/__support/android/
package/include/libcxx/__support/android/locale_bionic.h
package/include/libcxx/__support/fuchsia/
package/include/libcxx/__support/fuchsia/xlocale.h
package/include/libcxx/__support/ibm/
package/include/libcxx/__support/ibm/limits.h
package/include/libcxx/__support/ibm/locale_mgmt_aix.h
package/include/libcxx/__support/ibm/nanosleep.h
package/include/libcxx/__support/ibm/support.h
package/include/libcxx/__support/ibm/xlocale.h
package/include/libcxx/__support/musl/
package/include/libcxx/__support/musl/xlocale.h
package/include/libcxx/__support/newlib/
package/include/libcxx/__support/newlib/xlocale.h
package/include/libcxx/__support/nuttx/
package/include/libcxx/__support/nuttx/xlocale.h
package/include/libcxx/__support/openbsd/
package/include/libcxx/__support/openbsd/xlocale.h
package/include/libcxx/__support/sgx/
package/include/libcxx/__support/sgx/__sgx_mutex_base
package/include/libcxx/__support/sgx/sgx_condition_variable
package/include/libcxx/__support/sgx/sgx_invoke
package/include/libcxx/__support/sgx/sgx_mutex
package/include/libcxx/__support/sgx/support.h
package/include/libcxx/__support/sgx/xlocale.h
package/include/libcxx/__support/solaris/
package/include/libcxx/__support/solaris/floatingpoint.h
package/include/libcxx/__support/solaris/wchar.h
package/include/libcxx/__support/solaris/xlocale.h
package/include/libcxx/__support/win32/
package/include/libcxx/__support/win32/limits_msvc_win32.h
package/include/libcxx/__support/win32/locale_win32.h
package/include/libcxx/__support/xlocale/
package/include/libcxx/__support/xlocale/__nop_locale_mgmt.h
package/include/libcxx/__support/xlocale/__posix_l_fallback.h
package/include/libcxx/__support/xlocale/__strtonum_fallback.h
package/include/libcxx/__threading_support
package/include/libcxx/__tree
package/include/libcxx/__tuple
package/include/libcxx/__undef_macros
package/include/libcxx/algorithm
package/include/libcxx/any
package/include/libcxx/array
package/include/libcxx/atomic
package/include/libcxx/barrier
package/include/libcxx/bit
package/include/libcxx/bitset
package/include/libcxx/cassert
package/include/libcxx/ccomplex
package/include/libcxx/cctype
package/include/libcxx/cerrno
package/include/libcxx/cfenv
package/include/libcxx/cfloat
package/include/libcxx/charconv
package/include/libcxx/chrono
package/include/libcxx/cinttypes
package/include/libcxx/ciso646
package/include/libcxx/climits
package/include/libcxx/clocale
package/include/libcxx/cmath
package/include/libcxx/codecvt
package/include/libcxx/compare
package/include/libcxx/complex
package/include/libcxx/complex.h
package/include/libcxx/concepts
package/include/libcxx/condition_variable
package/include/libcxx/csetjmp
package/include/libcxx/csignal
package/include/libcxx/cstdarg
package/include/libcxx/cstdbool
package/include/libcxx/cstddef
package/include/libcxx/cstdint
package/include/libcxx/cstdio
package/include/libcxx/cstdlib
package/include/libcxx/cstring
package/include/libcxx/ctgmath
package/include/libcxx/ctime
package/include/libcxx/cwchar
package/include/libcxx/cwctype
package/include/libcxx/deque
package/include/libcxx/exception
package/include/libcxx/execution
package/include/libcxx/experimental/
package/include/libcxx/experimental/__config
package/include/libcxx/experimental/__memory
package/include/libcxx/experimental/algorithm
package/include/libcxx/experimental/coroutine
package/include/libcxx/experimental/deque
package/include/libcxx/experimental/filesystem
package/include/libcxx/experimental/forward_list
package/include/libcxx/experimental/functional
package/include/libcxx/experimental/iterator
package/include/libcxx/experimental/list
package/include/libcxx/experimental/map
package/include/libcxx/experimental/memory_resource
package/include/libcxx/experimental/propagate_const
package/include/libcxx/experimental/regex
package/include/libcxx/experimental/set
package/include/libcxx/experimental/simd
package/include/libcxx/experimental/string
package/include/libcxx/experimental/type_traits
package/include/libcxx/experimental/unordered_map
package/include/libcxx/experimental/unordered_set
package/include/libcxx/experimental/utility
package/include/libcxx/experimental/vector
package/include/libcxx/ext/
package/include/libcxx/ext/__hash
package/include/libcxx/ext/hash_map
package/include/libcxx/ext/hash_set
package/include/libcxx/fenv.h
package/include/libcxx/filesystem
package/include/libcxx/forward_list
package/include/libcxx/fstream
package/include/libcxx/functional
package/include/libcxx/future
package/include/libcxx/initializer_list
package/include/libcxx/inttypes.h
package/include/libcxx/iomanip
package/include/libcxx/ios
package/include/libcxx/iosfwd
package/include/libcxx/iostream
package/include/libcxx/istream
package/include/libcxx/iterator
package/include/libcxx/latch
package/include/libcxx/limits
package/include/libcxx/list
package/include/libcxx/locale
package/include/libcxx/locale.h
package/include/libcxx/map
package/include/libcxx/memory
package/include/libcxx/module.modulemap
package/include/libcxx/mutex
package/include/libcxx/new
package/include/libcxx/numbers
package/include/libcxx/numeric
package/include/libcxx/optional
package/include/libcxx/ostream
package/include/libcxx/queue
package/include/libcxx/random
package/include/libcxx/ratio
package/include/libcxx/regex
package/include/libcxx/scoped_allocator
package/include/libcxx/semaphore
package/include/libcxx/set
package/include/libcxx/shared_mutex
package/include/libcxx/span
package/include/libcxx/sstream
package/include/libcxx/stack
package/include/libcxx/stdbool.h
package/include/libcxx/stdexcept
package/include/libcxx/stdint.h
package/include/libcxx/streambuf
package/include/libcxx/string
package/include/libcxx/string_view
package/include/libcxx/strstream
package/include/libcxx/system_error
package/include/libcxx/tgmath.h
package/include/libcxx/thread
package/include/libcxx/tuple
package/include/libcxx/type_traits
package/include/libcxx/typeindex
package/include/libcxx/typeinfo
package/include/libcxx/unordered_map
package/include/libcxx/unordered_set
package/include/libcxx/utility
package/include/libcxx/valarray
package/include/libcxx/variant
package/include/libcxx/vector
package/include/libcxx/version
package/include/tprotobuf/
package/include/tprotobuf/google/
package/include/tprotobuf/google/protobuf/
package/include/tprotobuf/google/protobuf/any.h
package/include/tprotobuf/google/protobuf/any.pb.h
package/include/tprotobuf/google/protobuf/any.proto
package/include/tprotobuf/google/protobuf/api.pb.h
package/include/tprotobuf/google/protobuf/api.proto
package/include/tprotobuf/google/protobuf/arena.h
package/include/tprotobuf/google/protobuf/arena_align.h
package/include/tprotobuf/google/protobuf/arena_allocation_policy.h
package/include/tprotobuf/google/protobuf/arena_cleanup.h
package/include/tprotobuf/google/protobuf/arena_config.h
package/include/tprotobuf/google/protobuf/arenastring.h
package/include/tprotobuf/google/protobuf/arenaz_sampler.h
package/include/tprotobuf/google/protobuf/descriptor.h
package/include/tprotobuf/google/protobuf/descriptor.pb.h
package/include/tprotobuf/google/protobuf/descriptor.proto
package/include/tprotobuf/google/protobuf/descriptor_database.h
package/include/tprotobuf/google/protobuf/descriptor_legacy.h
package/include/tprotobuf/google/protobuf/dynamic_message.h
package/include/tprotobuf/google/protobuf/empty.pb.h
package/include/tprotobuf/google/protobuf/empty.proto
package/include/tprotobuf/google/protobuf/endian.h
package/include/tprotobuf/google/protobuf/explicitly_constructed.h
package/include/tprotobuf/google/protobuf/extension_set.h
package/include/tprotobuf/google/protobuf/extension_set_inl.h
package/include/tprotobuf/google/protobuf/field_access_listener.h
package/include/tprotobuf/google/protobuf/field_mask.pb.h
package/include/tprotobuf/google/protobuf/field_mask.proto
package/include/tprotobuf/google/protobuf/generated_enum_reflection.h
package/include/tprotobuf/google/protobuf/generated_enum_util.h
package/include/tprotobuf/google/protobuf/generated_message_bases.h
package/include/tprotobuf/google/protobuf/generated_message_reflection.h
package/include/tprotobuf/google/protobuf/generated_message_tctable_decl.h
package/include/tprotobuf/google/protobuf/generated_message_util.h
package/include/tprotobuf/google/protobuf/has_bits.h
package/include/tprotobuf/google/protobuf/implicit_weak_message.h
package/include/tprotobuf/google/protobuf/inlined_string_field.h
package/include/tprotobuf/google/protobuf/io/
package/include/tprotobuf/google/protobuf/io/coded_stream.h
package/include/tprotobuf/google/protobuf/io/printer.h
package/include/tprotobuf/google/protobuf/io/strtod.h
package/include/tprotobuf/google/protobuf/io/tokenizer.h
package/include/tprotobuf/google/protobuf/io/zero_copy_stream.h
package/include/tprotobuf/google/protobuf/io/zero_copy_stream_impl.h
package/include/tprotobuf/google/protobuf/io/zero_copy_stream_impl_lite.h
package/include/tprotobuf/google/protobuf/map.h
package/include/tprotobuf/google/protobuf/map_entry.h
package/include/tprotobuf/google/protobuf/map_entry_lite.h
package/include/tprotobuf/google/protobuf/map_field.h
package/include/tprotobuf/google/protobuf/map_field_inl.h
package/include/tprotobuf/google/protobuf/map_field_lite.h
package/include/tprotobuf/google/protobuf/map_type_handler.h
package/include/tprotobuf/google/protobuf/message.h
package/include/tprotobuf/google/protobuf/message_lite.h
package/include/tprotobuf/google/protobuf/metadata.h
package/include/tprotobuf/google/protobuf/metadata_lite.h
package/include/tprotobuf/google/protobuf/parse_context.h
package/include/tprotobuf/google/protobuf/port.h
package/include/tprotobuf/google/protobuf/port_def.inc
package/include/tprotobuf/google/protobuf/port_undef.inc
package/include/tprotobuf/google/protobuf/reflection.h
package/include/tprotobuf/google/protobuf/reflection_mode.h
package/include/tprotobuf/google/protobuf/reflection_ops.h
package/include/tprotobuf/google/protobuf/repeated_field.h
package/include/tprotobuf/google/protobuf/repeated_ptr_field.h
package/include/tprotobuf/google/protobuf/serial_arena.h
package/include/tprotobuf/google/protobuf/service.h
package/include/tprotobuf/google/protobuf/source_context.pb.h
package/include/tprotobuf/google/protobuf/source_context.proto
package/include/tprotobuf/google/protobuf/string_block.h
package/include/tprotobuf/google/protobuf/string_member_robber.h
package/include/tprotobuf/google/protobuf/struct.pb.h
package/include/tprotobuf/google/protobuf/struct.proto
package/include/tprotobuf/google/protobuf/stubs/
package/include/tprotobuf/google/protobuf/stubs/callback.h
package/include/tprotobuf/google/protobuf/stubs/common.h
package/include/tprotobuf/google/protobuf/stubs/platform_macros.h
package/include/tprotobuf/google/protobuf/stubs/port.h
package/include/tprotobuf/google/protobuf/stubs/status_macros.h
package/include/tprotobuf/google/protobuf/text_format.h
package/include/tprotobuf/google/protobuf/thread_safe_arena.h
package/include/tprotobuf/google/protobuf/type.pb.h
package/include/tprotobuf/google/protobuf/type.proto
package/include/tprotobuf/google/protobuf/unknown_field_set.h
package/include/tprotobuf/google/protobuf/varint_shuffle.h
package/include/tprotobuf/google/protobuf/wire_format.h
package/include/tprotobuf/google/protobuf/wire_format_lite.h
package/include/tprotobuf/google/protobuf/wrappers.pb.h
package/include/tprotobuf/google/protobuf/wrappers.proto
package/include/tprotobuf/absl/
package/include/tprotobuf/absl/algorithm/
package/include/tprotobuf/absl/algorithm/algorithm.h
package/include/tprotobuf/absl/algorithm/container.h
package/include/tprotobuf/absl/base/
package/include/tprotobuf/absl/base/attributes.h
package/include/tprotobuf/absl/base/call_once.h
package/include/tprotobuf/absl/base/casts.h
package/include/tprotobuf/absl/base/config.h
package/include/tprotobuf/absl/base/const_init.h
package/include/tprotobuf/absl/base/dynamic_annotations.h
package/include/tprotobuf/absl/base/internal/
package/include/tprotobuf/absl/base/internal/atomic_hook.h
package/include/tprotobuf/absl/base/internal/dynamic_annotations.h
package/include/tprotobuf/absl/base/internal/endian.h
package/include/tprotobuf/absl/base/internal/errno_saver.h
package/include/tprotobuf/absl/base/internal/identity.h
package/include/tprotobuf/absl/base/internal/inline_variable.h
package/include/tprotobuf/absl/base/internal/invoke.h
package/include/tprotobuf/absl/base/internal/low_level_alloc.h
package/include/tprotobuf/absl/base/internal/low_level_scheduling.h
package/include/tprotobuf/absl/base/internal/per_thread_tls.h
package/include/tprotobuf/absl/base/internal/prefetch.h
package/include/tprotobuf/absl/base/internal/raw_logging.h
package/include/tprotobuf/absl/base/internal/scheduling_mode.h
package/include/tprotobuf/absl/base/internal/spinlock.h
package/include/tprotobuf/absl/base/internal/spinlock_wait.h
package/include/tprotobuf/absl/base/internal/thread_annotations.h
package/include/tprotobuf/absl/base/internal/thread_identity.h
package/include/tprotobuf/absl/base/internal/throw_delegate.h
package/include/tprotobuf/absl/base/internal/tsan_mutex_interface.h
package/include/tprotobuf/absl/base/internal/unaligned_access.h
package/include/tprotobuf/absl/base/log_severity.h
package/include/tprotobuf/absl/base/macros.h
package/include/tprotobuf/absl/base/optimization.h
package/include/tprotobuf/absl/base/options.h
package/include/tprotobuf/absl/base/policy_checks.h
package/include/tprotobuf/absl/base/port.h
package/include/tprotobuf/absl/base/thread_annotations.h
package/include/tprotobuf/absl/cleanup/
package/include/tprotobuf/absl/cleanup/cleanup.h
package/include/tprotobuf/absl/container/
package/include/tprotobuf/absl/container/btree_map.h
package/include/tprotobuf/absl/container/btree_set.h
package/include/tprotobuf/absl/container/fixed_array.h
package/include/tprotobuf/absl/container/flat_hash_map.h
package/include/tprotobuf/absl/container/flat_hash_set.h
package/include/tprotobuf/absl/container/inlined_vector.h
package/include/tprotobuf/absl/container/internal/
package/include/tprotobuf/absl/container/internal/btree.h
package/include/tprotobuf/absl/container/internal/btree_container.h
package/include/tprotobuf/absl/container/internal/common.h
package/include/tprotobuf/absl/container/internal/common_policy_traits.h
package/include/tprotobuf/absl/container/internal/compressed_tuple.h
package/include/tprotobuf/absl/container/internal/container_memory.h
package/include/tprotobuf/absl/container/internal/hash_function_defaults.h
package/include/tprotobuf/absl/container/internal/hash_policy_traits.h
package/include/tprotobuf/absl/container/internal/hashtable_debug_hooks.h
package/include/tprotobuf/absl/container/internal/hashtablez_sampler.h
package/include/tprotobuf/absl/container/internal/inlined_vector.h
package/include/tprotobuf/absl/container/internal/layout.h
package/include/tprotobuf/absl/container/internal/raw_hash_map.h
package/include/tprotobuf/absl/container/internal/raw_hash_set.h
package/include/tprotobuf/absl/container/node_hash_map.h
package/include/tprotobuf/absl/container/node_hash_set.h
package/include/tprotobuf/absl/crc/
package/include/tprotobuf/absl/crc/crc32c.h
package/include/tprotobuf/absl/crc/internal/
package/include/tprotobuf/absl/crc/internal/crc32_x86_arm_combined_simd.h
package/include/tprotobuf/absl/crc/internal/crc32c_inline.h
package/include/tprotobuf/absl/crc/internal/crc_cord_state.h
package/include/tprotobuf/absl/debugging/
package/include/tprotobuf/absl/debugging/failure_signal_handler.h
package/include/tprotobuf/absl/debugging/leak_check.h
package/include/tprotobuf/absl/debugging/stacktrace.h
package/include/tprotobuf/absl/debugging/symbolize.h
package/include/tprotobuf/absl/debugging/symbolize_darwin.inc
package/include/tprotobuf/absl/debugging/symbolize_elf.inc
package/include/tprotobuf/absl/debugging/symbolize_emscripten.inc
package/include/tprotobuf/absl/debugging/symbolize_unimplemented.inc
package/include/tprotobuf/absl/debugging/symbolize_win32.inc
package/include/tprotobuf/absl/flags/
package/include/tprotobuf/absl/flags/commandlineflag.h
package/include/tprotobuf/absl/flags/config.h
package/include/tprotobuf/absl/flags/declare.h
package/include/tprotobuf/absl/flags/flag.h
package/include/tprotobuf/absl/flags/flag_benchmark.lds
package/include/tprotobuf/absl/flags/marshalling.h
package/include/tprotobuf/absl/flags/parse.h
package/include/tprotobuf/absl/flags/reflection.h
package/include/tprotobuf/absl/flags/usage.h
package/include/tprotobuf/absl/flags/usage_config.h
package/include/tprotobuf/absl/functional/
package/include/tprotobuf/absl/functional/any_invocable.h
package/include/tprotobuf/absl/functional/bind_front.h
package/include/tprotobuf/absl/functional/function_ref.h
package/include/tprotobuf/absl/functional/internal/
package/include/tprotobuf/absl/functional/internal/function_ref.h
package/include/tprotobuf/absl/hash/
package/include/tprotobuf/absl/hash/hash.h
package/include/tprotobuf/absl/hash/internal/
package/include/tprotobuf/absl/hash/internal/city.h
package/include/tprotobuf/absl/hash/internal/hash.h
package/include/tprotobuf/absl/hash/internal/low_level_hash.h
package/include/tprotobuf/absl/log/
package/include/tprotobuf/absl/log/absl_check.h
package/include/tprotobuf/absl/log/absl_log.h
package/include/tprotobuf/absl/log/check.h
package/include/tprotobuf/absl/log/die_if_null.h
package/include/tprotobuf/absl/log/flags.h
package/include/tprotobuf/absl/log/globals.h
package/include/tprotobuf/absl/log/initialize.h
package/include/tprotobuf/absl/log/internal/
package/include/tprotobuf/absl/log/internal/check_impl.h
package/include/tprotobuf/absl/log/internal/check_op.h
package/include/tprotobuf/absl/log/internal/conditions.h
package/include/tprotobuf/absl/log/internal/config.h
package/include/tprotobuf/absl/log/internal/log_impl.h
package/include/tprotobuf/absl/log/internal/log_message.h
package/include/tprotobuf/absl/log/internal/nullguard.h
package/include/tprotobuf/absl/log/internal/nullstream.h
package/include/tprotobuf/absl/log/internal/strip.h
package/include/tprotobuf/absl/log/internal/voidify.h
package/include/tprotobuf/absl/log/log.h
package/include/tprotobuf/absl/log/log_entry.h
package/include/tprotobuf/absl/log/log_sink.h
package/include/tprotobuf/absl/log/log_sink_registry.h
package/include/tprotobuf/absl/log/log_streamer.h
package/include/tprotobuf/absl/log/scoped_mock_log.h
package/include/tprotobuf/absl/log/structured.h
package/include/tprotobuf/absl/memory/
package/include/tprotobuf/absl/memory/memory.h
package/include/tprotobuf/absl/meta/
package/include/tprotobuf/absl/meta/type_traits.h
package/include/tprotobuf/absl/numeric/
package/include/tprotobuf/absl/numeric/bits.h
package/include/tprotobuf/absl/numeric/int128.h
package/include/tprotobuf/absl/numeric/int128_have_intrinsic.inc
package/include/tprotobuf/absl/numeric/int128_no_intrinsic.inc
package/include/tprotobuf/absl/numeric/internal/
package/include/tprotobuf/absl/numeric/internal/bits.h
package/include/tprotobuf/absl/profiling/
package/include/tprotobuf/absl/profiling/internal/
package/include/tprotobuf/absl/profiling/internal/sample_recorder.h
package/include/tprotobuf/absl/random/
package/include/tprotobuf/absl/random/bernoulli_distribution.h
package/include/tprotobuf/absl/random/beta_distribution.h
package/include/tprotobuf/absl/random/bit_gen_ref.h
package/include/tprotobuf/absl/random/discrete_distribution.h
package/include/tprotobuf/absl/random/distributions.h
package/include/tprotobuf/absl/random/exponential_distribution.h
package/include/tprotobuf/absl/random/gaussian_distribution.h
package/include/tprotobuf/absl/random/log_uniform_int_distribution.h
package/include/tprotobuf/absl/random/mock_distributions.h
package/include/tprotobuf/absl/random/mocking_bit_gen.h
package/include/tprotobuf/absl/random/poisson_distribution.h
package/include/tprotobuf/absl/random/random.h
package/include/tprotobuf/absl/random/seed_gen_exception.h
package/include/tprotobuf/absl/random/seed_sequences.h
package/include/tprotobuf/absl/random/uniform_int_distribution.h
package/include/tprotobuf/absl/random/uniform_real_distribution.h
package/include/tprotobuf/absl/random/zipf_distribution.h
package/include/tprotobuf/absl/status/
package/include/tprotobuf/absl/status/status.h
package/include/tprotobuf/absl/status/status_payload_printer.h
package/include/tprotobuf/absl/status/statusor.h
package/include/tprotobuf/absl/strings/
package/include/tprotobuf/absl/strings/ascii.h
package/include/tprotobuf/absl/strings/charconv.h
package/include/tprotobuf/absl/strings/cord.h
package/include/tprotobuf/absl/strings/cord_analysis.h
package/include/tprotobuf/absl/strings/cord_buffer.h
package/include/tprotobuf/absl/strings/escaping.h
package/include/tprotobuf/absl/strings/internal/
package/include/tprotobuf/absl/strings/internal/cord_data_edge.h
package/include/tprotobuf/absl/strings/internal/cord_internal.h
package/include/tprotobuf/absl/strings/internal/cord_rep_btree.h
package/include/tprotobuf/absl/strings/internal/cord_rep_btree_navigator.h
package/include/tprotobuf/absl/strings/internal/cord_rep_btree_reader.h
package/include/tprotobuf/absl/strings/internal/cord_rep_crc.h
package/include/tprotobuf/absl/strings/internal/cord_rep_flat.h
package/include/tprotobuf/absl/strings/internal/cord_rep_ring.h
package/include/tprotobuf/absl/strings/internal/cordz_functions.h
package/include/tprotobuf/absl/strings/internal/cordz_handle.h
package/include/tprotobuf/absl/strings/internal/cordz_info.h
package/include/tprotobuf/absl/strings/internal/cordz_statistics.h
package/include/tprotobuf/absl/strings/internal/cordz_update_scope.h
package/include/tprotobuf/absl/strings/internal/cordz_update_tracker.h
package/include/tprotobuf/absl/strings/internal/has_absl_stringify.h
package/include/tprotobuf/absl/strings/internal/resize_uninitialized.h
package/include/tprotobuf/absl/strings/internal/string_constant.h
package/include/tprotobuf/absl/strings/internal/stringify_sink.h
package/include/tprotobuf/absl/strings/match.h
package/include/tprotobuf/absl/strings/numbers.h
package/include/tprotobuf/absl/strings/str_cat.h
package/include/tprotobuf/absl/strings/str_format.h
package/include/tprotobuf/absl/strings/str_join.h
package/include/tprotobuf/absl/strings/str_replace.h
package/include/tprotobuf/absl/strings/str_split.h
package/include/tprotobuf/absl/strings/string_view.h
package/include/tprotobuf/absl/strings/strip.h
package/include/tprotobuf/absl/strings/substitute.h
package/include/tprotobuf/absl/synchronization/
package/include/tprotobuf/absl/synchronization/barrier.h
package/include/tprotobuf/absl/synchronization/blocking_counter.h
package/include/tprotobuf/absl/synchronization/internal/
package/include/tprotobuf/absl/synchronization/internal/create_thread_identity.h
package/include/tprotobuf/absl/synchronization/internal/kernel_timeout.h
package/include/tprotobuf/absl/synchronization/internal/per_thread_sem.h
package/include/tprotobuf/absl/synchronization/mutex.h
package/include/tprotobuf/absl/synchronization/notification.h
package/include/tprotobuf/absl/time/
package/include/tprotobuf/absl/time/civil_time.h
package/include/tprotobuf/absl/time/clock.h
package/include/tprotobuf/absl/time/internal/
package/include/tprotobuf/absl/time/internal/cctz/
package/include/tprotobuf/absl/time/internal/cctz/include/
package/include/tprotobuf/absl/time/internal/cctz/include/cctz/
package/include/tprotobuf/absl/time/internal/cctz/include/cctz/civil_time.h
package/include/tprotobuf/absl/time/internal/cctz/include/cctz/civil_time_detail.h
package/include/tprotobuf/absl/time/internal/cctz/include/cctz/time_zone.h
package/include/tprotobuf/absl/time/time.h
package/include/tprotobuf/absl/types/
package/include/tprotobuf/absl/types/any.h
package/include/tprotobuf/absl/types/bad_any_cast.h
package/include/tprotobuf/absl/types/bad_optional_access.h
package/include/tprotobuf/absl/types/bad_variant_access.h
package/include/tprotobuf/absl/types/compare.h
package/include/tprotobuf/absl/types/internal/
package/include/tprotobuf/absl/types/internal/span.h
package/include/tprotobuf/absl/types/internal/variant.h
package/include/tprotobuf/absl/types/internal/optional.h
package/include/tprotobuf/absl/types/optional.h
package/include/tprotobuf/absl/types/span.h
package/include/tprotobuf/absl/types/variant.h
package/include/tprotobuf/absl/utility/
package/include/tprotobuf/absl/utility/utility.h
package/include/mbedtls/
package/include/mbedtls/aes.h
package/include/mbedtls/bignum.h
package/include/mbedtls/build_info.h
package/include/mbedtls/check_config.h
package/include/mbedtls/cipher.h
package/include/mbedtls/config_psa.h
package/include/mbedtls/ctr_drbg.h
package/include/mbedtls/ecdsa.h
package/include/mbedtls/ecp.h
package/include/mbedtls/entropy.h
package/include/mbedtls/mbedtls_config.h
package/include/mbedtls/md.h
package/include/mbedtls/platform_util.h
package/include/mbedtls/private_access.h
package/include/mbedtls/sha1.h
package/include/mbedtls/sha256.h
package/include/mbedtls/sha512.h
package/include/mbedtls/threading.h
package/include/mbedtls/platform.h
package/include/mbedtls/ecdh.h
package/include/mbedtls/cmac.h
package/include/mbedtls/rsa.h
package/include/mbedtls/gcm.h
package/include/mbedtls/config_adjust_legacy_crypto.h
package/include/mbedtls/config_adjust_x509.h
package/include/mbedtls/config_adjust_ssl.h
package/bin/
package/bin/sgx-gdb
package/bin/x64/
package/bin/x64/sgx_config_cpusvn
package/bin/x64/sgx_edger8r
package/bin/x64/sgx_sign
package/bin/x64/sgx_encrypt
package/bin/x64/sgx_protoc
package/buildenv.mk
package/lib64/
package/lib64/gdb-sgx-plugin/
package/lib64/gdb-sgx-plugin/gdb_sgx_cmd
package/lib64/gdb-sgx-plugin/gdb_sgx_plugin.py
package/lib64/gdb-sgx-plugin/load_symbol_cmd.py
package/lib64/gdb-sgx-plugin/readelf.py
package/lib64/gdb-sgx-plugin/sgx_emmt.py
package/lib64/gdb-sgx-plugin/printers.py
package/lib64/libsgx_ptrace.so
package/lib64/libsgx_tcrypto.a
package/lib64/libsgx_tkey_exchange.a
package/lib64/libsgx_trts.a
package/lib64/libsgx_trts_sim.a
package/lib64/libsgx_tservice.a
package/lib64/libsgx_tservice_sim.a
package/lib64/libsgx_tstdc.a
package/lib64/libsgx_tcxx.a
package/lib64/libsgx_tcmalloc.a
package/lib64/libsgx_tswitchless.a
package/lib64/libsgx_uswitchless.a
package/lib64/libsgx_epid.so
package/lib64/libsgx_epid_sim.so
package/lib64/libsgx_launch.so
package/lib64/libsgx_launch_sim.so
package/lib64/libsgx_quote_ex.so
package/lib64/libsgx_quote_ex_sim.so
package/lib64/libsgx_uae_service.so
package/lib64/libsgx_uae_service_sim.so
package/lib64/libsgx_ukey_exchange.a
package/lib64/libsgx_capable.a
package/lib64/libsgx_capable.so
package/lib64/libsgx_uprotected_fs.a
package/lib64/libsgx_tprotected_fs.a
package/lib64/libsgx_pcl.a
package/lib64/libsgx_pclsim.a
package/lib64/libsgx_urts.so
package/lib64/libsgx_urts_sim.so
package/lib64/libc++_Changes_SGX.txt
package/lib64/libsgx_pthread.a
package/lib64/libsgx_omp.a
package/lib64/libsgx_protobuf.a
package/lib64/libsgx_ttls.a
package/lib64/libtdx_tls.a
package/lib64/libsgx_utls.a
package/lib64/libsgx_mbedcrypto.a
package/lib64/libsgx_dcap_tvl.a
package/lib64/cve_2020_0551_load/
package/lib64/cve_2020_0551_load/libsgx_tcrypto.a
package/lib64/cve_2020_0551_load/libsgx_tkey_exchange.a
package/lib64/cve_2020_0551_load/libsgx_trts.a
package/lib64/cve_2020_0551_load/libsgx_tservice.a
package/lib64/cve_2020_0551_load/libsgx_tstdc.a
package/lib64/cve_2020_0551_load/libsgx_tcxx.a
package/lib64/cve_2020_0551_load/libsgx_tcmalloc.a
package/lib64/cve_2020_0551_load/libsgx_tswitchless.a
package/lib64/cve_2020_0551_load/libsgx_tprotected_fs.a
package/lib64/cve_2020_0551_load/libsgx_pcl.a
package/lib64/cve_2020_0551_load/libsgx_omp.a
package/lib64/cve_2020_0551_load/libsgx_pthread.a
package/lib64/cve_2020_0551_load/libsgx_protobuf.a
package/lib64/cve_2020_0551_load/libsgx_ttls.a
package/lib64/cve_2020_0551_load/libtdx_tls.a
package/lib64/cve_2020_0551_load/libsgx_utls.a
package/lib64/cve_2020_0551_load/libsgx_mbedcrypto.a
package/lib64/cve_2020_0551_load/libsgx_dcap_tvl.a
package/lib64/cve_2020_0551_cf/
package/lib64/cve_2020_0551_cf/libsgx_tcrypto.a
package/lib64/cve_2020_0551_cf/libsgx_tkey_exchange.a
package/lib64/cve_2020_0551_cf/libsgx_trts.a
package/lib64/cve_2020_0551_cf/libsgx_tservice.a
package/lib64/cve_2020_0551_cf/libsgx_tstdc.a
package/lib64/cve_2020_0551_cf/libsgx_tcxx.a
package/lib64/cve_2020_0551_cf/libsgx_tcmalloc.a
package/lib64/cve_2020_0551_cf/libsgx_tswitchless.a
package/lib64/cve_2020_0551_cf/libsgx_tprotected_fs.a
package/lib64/cve_2020_0551_cf/libsgx_pcl.a
package/lib64/cve_2020_0551_cf/libsgx_omp.a
package/lib64/cve_2020_0551_cf/libsgx_pthread.a
package/lib64/cve_2020_0551_cf/libsgx_protobuf.a
package/lib64/cve_2020_0551_cf/libsgx_ttls.a
package/lib64/cve_2020_0551_cf/libtdx_tls.a
package/lib64/cve_2020_0551_cf/libsgx_utls.a
package/lib64/cve_2020_0551_cf/libsgx_mbedcrypto.a
package/lib64/cve_2020_0551_cf/libsgx_dcap_tvl.a
package/pkgconfig/
package/pkgconfig/libsgx_uae_service_sim.pc
package/pkgconfig/libsgx_epid_sim.pc
package/pkgconfig/libsgx_launch_sim.pc
package/pkgconfig/libsgx_quote_ex_sim.pc
package/pkgconfig/libsgx_urts_sim.pc
package/pkgconfig/libsgx_uae_service.pc
package/pkgconfig/libsgx_epid.pc
package/pkgconfig/libsgx_launch.pc
package/pkgconfig/libsgx_quote_ex.pc
package/pkgconfig/libsgx_urts.pc
package/licenses/
package/licenses/License.txt
scripts/
scripts/install.sh
scripts/installConfig
Generated sdk installer: ./linux/installer/bin/sgx_linux_x64_sdk_2.24.100.3.bin
patching script interpreter paths in linux/installer/bin/sgx_linux_x64_sdk_2.24.100.3.bin
linux/installer/bin/sgx_linux_x64_sdk_2.24.100.3.bin: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
buildPhase completed in 18 minutes 56 seconds
→ installPhase
Unpacking Intel SGX SDK ... done.
Verifying the integrity of the install package ... done.
Installing Intel SGX SDK ... done.
/tmp/sgx-sdk-b4mafG /build/source
/build/source
uninstall.sh script generated in /build/sgxsdk
Installation is successful! The SDK package can be found in /build/sgxsdk
Please set the environment variables with below command:
source /build/sgxsdk/environment
Move files created by installer
/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3 /build/source
/build/source
→ fixupPhase
Strip sgxsdk prefix
substituteStream() in derivation sgx-sdk-2.24.100.3: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/share/bin/environment')
Fixing pkg-config files
Fixing SGX_SDK default in samples
substituteStream() in derivation sgx-sdk-2.24.100.3: WARNING: pattern /opt/intel/sgxsdk doesn't match anything in file '/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/share/SampleCode/LocalAttestation/Makefile'
substituteStream() in derivation sgx-sdk-2.24.100.3: WARNING: pattern /opt/intel/sgxsdk doesn't match anything in file '/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/share/SampleCode/SampleAttestedTLS/Makefile'
substituteStream() in derivation sgx-sdk-2.24.100.3: WARNING: pattern /opt/intel/sgxsdk doesn't match anything in file '/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/share/SampleCode/SampleCommonLoader/Makefile'
Fixing BINUTILS_DIR in buildenv.mk
Fixing GDB path in bin/sgx-gdb
shrinking RPATHs of ELF executables and libraries in /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin/sgx_config_cpusvn
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin/sgx_edger8r
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin/sgx_encrypt
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin/sgx_protoc
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin/sgx_sign
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_ptrace.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_epid.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_epid_sim.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_launch.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_launch_sim.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_quote_ex.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_quote_ex_sim.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_uae_service.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_uae_service_sim.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_capable.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_urts.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib/libsgx_urts_sim.so
shrinking /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/share/SampleCode/RemoteAttestation/sample_libcrypto/libsample_libcrypto.so
checking for references to /build/ in /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3...
patching script interpreter paths in /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3
/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin/sgx-gdb: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
/nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/share/SampleCode/SampleAttestedTLS/prepare_sgxssl.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
stripping (with command strip and flags -S -p) in  /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/lib64 /nix/store/py2jk9s255088diydr3vdgzf6chwx8pz-sgx-sdk-2.24.100.3/bin
→ installCheckPhase
sgx-ssl-2.24_3.0.13
Build started
→ unpackPhase
unpacking source archive /nix/store/3g4nmfgbrv8dvwipxbgxmfqvqacw7bcm-source
source root is source
→ patchPhase
patching script interpreter paths in Linux/build_openssl.sh
Linux/build_openssl.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -C Linux
make: Entering directory '/build/source/Linux'
Please follow the instruction at https://github.com/intel/linux-sgx/blob/master/README.md#build-the-intelr-sgx-sdk-and-intelr-sgx-psw-package to install "mitigation tools" first.
make: *** [Makefile:42: sgxssl] Error 1
make: Leaving directory '/build/source/Linux'
setserial-2.17
error: Cannot build '/nix/store/gqa62dn5fw04rwricyy9frbkplalh8j3-setserial-x86_64-unknown-linux-gnufilc0-2.17.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/4bvwaaldyaifnj50pw90cddwy5s19kgy-setserial-x86_64-unknown-linux-gnufilc0-2.17
       Last 21 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/5kyxzp1grawj9xiy143gpk5pzd2nvpzk-setserial-2.17.tar.gz
       > source root is setserial-2.17
       > setting SOURCE_DATE_EPOCH to timestamp 948988050 of file "setserial-2.17/rc.serial"
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Updating Autotools / GNU config script to a newer upstream version: ./config.sub
       > Updating Autotools / GNU config script to a newer upstream version: ./config.guess
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Updating Autotools / GNU config script to a newer upstream version: ./config.sub
       > Updating Autotools / GNU config script to a newer upstream version: ./config.guess
       > Running phase: configurePhase
       > patching script interpreter paths in ./configure
       > ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > configure flags: --prefix=/nix/store/4bvwaaldyaifnj50pw90cddwy5s19kgy-setserial-x86_64-unknown-linux-gnufilc0-2.17 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
       > creating cache ./config.cache
       > Generating configuration file for setserial version 2.17
       > Release date is January, 2000
       > checking for gcc... clang
       > checking whether the C compiler (clang  ) works... no
       > configure: error: installation or configuration problem: C compiler cannot create executables.
       For full logs, run:
         nix log /nix/store/gqa62dn5fw04rwricyy9frbkplalh8j3-setserial-x86_64-unknown-linux-gnufilc0-2.17.drv
sexpp-0.9.2
error: Cannot build '/nix/store/s0d1lfkarxqdj0yzc0bk3smpp3d9dnp3-sexpp-x86_64-unknown-linux-gnufilc0-0.9.2.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/2xy7rq0j65hdqsjq2wbx1vhsci1csaw3-sexpp-x86_64-unknown-linux-gnufilc0-0.9.2-dev
         /nix/store/i39hbvnbndv3a7bahg68m9iqadmgs031-sexpp-x86_64-unknown-linux-gnufilc0-0.9.2-lib
         /nix/store/rhm3008jjmphygcvqkbnwf5dw1r25nmy-sexpp-x86_64-unknown-linux-gnufilc0-0.9.2
       Last 25 log lines:
       > -- The CXX compiler identification is Clang 20.1.8
       > -- Detecting C compiler ABI info
       > -- Detecting C compiler ABI info - done
       > -- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
       > -- Detecting C compile features
       > -- Detecting C compile features - done
       > -- Detecting CXX compiler ABI info
       > -- Detecting CXX compiler ABI info - done
       > -- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
       > -- Detecting CXX compile features
       > -- Detecting CXX compile features - done
       > -- Building SHARED library
       > -- Building Release configuration
       > -- Performing Test CAN_USE_NEW_GTEST
       > -- Performing Test CAN_USE_NEW_GTEST - Success
       > CMake Error at /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
       >   Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR
       >   GTEST_MAIN_LIBRARY)
       > Call Stack (most recent call first):
       >   /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
       >   /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindGTest.cmake:273 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
       >   CMakeLists.txt:260 (find_package)
       >
       > 
       > -- Configuring incomplete, errors occurred!
       For full logs, run:
         nix log /nix/store/s0d1lfkarxqdj0yzc0bk3smpp3d9dnp3-sexpp-x86_64-unknown-linux-gnufilc0-0.9.2.drv
sgp4-unstable-2022-11-13
error: Cannot build '/nix/store/b2sndc7cca5wn3xi39i6ljjziz0rxd4m-sgp4-x86_64-unknown-linux-gnufilc0-unstable-2022-11-13.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/5gs7kilkir1k3akimz4y3dl1k9kzwkhv-sgp4-x86_64-unknown-linux-gnufilc0-unstable-2022-11-13
       Last 25 log lines:
       > [100%] Linking CXX executable passpredict
       > CMakeFiles/passpredict.dir/passpredict.cc.o:passpredict.cc:function pizlonatedFI403_sqrt:(.text+0xbb21): error: undefined reference to 'pizlonated_sqrt'
       > CMakeFiles/passpredict.dir/passpredict.cc.o:passpredict.cc:function pizlonatedFI4792_pow:(.text+0xbbf6): error: undefined reference to 'pizlonated_pow'
       > ../libsgp4/libsgp4.a(Eci.cc.o):Eci.cc:function pizlonatedFI403_sin:(.text+0xe81): error: undefined reference to 'pizlonated_sin'
       > ../libsgp4/libsgp4.a(Eci.cc.o):Eci.cc:function pizlonatedFI403_sqrt:(.text+0xf51): error: undefined reference to 'pizlonated_sqrt'
       > ../libsgp4/libsgp4.a(Eci.cc.o):Eci.cc:function pizlonatedFI403_cos:(.text+0x1021): error: undefined reference to 'pizlonated_cos'
       > ../libsgp4/libsgp4.a(Eci.cc.o):Eci.cc:function pizlonatedFI403_atan:(.text+0x10f1): error: undefined reference to 'pizlonated_atan'
       > ../libsgp4/libsgp4.a(Eci.cc.o):Eci.cc:function pizlonatedFI4792_pow:(.text+0x11c6): error: undefined reference to 'pizlonated_pow'
       > ../libsgp4/libsgp4.a(Observer.cc.o):Observer.cc:function pizlonatedFI403_sqrt:(.text+0xa01): error: undefined reference to 'pizlonated_sqrt'
       > ../libsgp4/libsgp4.a(Observer.cc.o):Observer.cc:function pizlonatedFI403_sin:(.text+0xad1): error: undefined reference to 'pizlonated_sin'
       > ../libsgp4/libsgp4.a(Observer.cc.o):Observer.cc:function pizlonatedFI403_cos:(.text+0xba1): error: undefined reference to 'pizlonated_cos'
       > ../libsgp4/libsgp4.a(Observer.cc.o):Observer.cc:function pizlonatedFI403_atan:(.text+0xc71): error: undefined reference to 'pizlonated_atan'
       > ../libsgp4/libsgp4.a(Observer.cc.o):Observer.cc:function pizlonatedFI403_asin:(.text+0xd41): error: undefined reference to 'pizlonated_asin'
       > ../libsgp4/libsgp4.a(Observer.cc.o):Observer.cc:function pizlonatedFI4792_pow:(.text+0xe16): error: undefined reference to 'pizlonated_pow'
       > ../libsgp4/libsgp4.a(OrbitalElements.cc.o):OrbitalElements.cc:function pizlonatedFI4792_pow:(.text+0x776): error: undefined reference to 'pizlonated_pow'
       > ../libsgp4/libsgp4.a(OrbitalElements.cc.o):OrbitalElements.cc:function pizlonatedFI403_cos:(.text+0x861): error: undefined reference to 'pizlonated_cos'
       > ../libsgp4/libsgp4.a(OrbitalElements.cc.o):OrbitalElements.cc:function pizlonatedFI403_sqrt:(.text+0x931): error: undefined reference to 'pizlonated_sqrt'
       > ../libsgp4/libsgp4.a(SGP4.cc.o):SGP4.cc:function pizlonatedFI403_sin:(.text+0x8a31): error: undefined reference to 'pizlonated_sin'
       > ../libsgp4/libsgp4.a(SGP4.cc.o):SGP4.cc:function pizlonatedFI403_cos:(.text+0x8b01): error: undefined reference to 'pizlonated_cos'
       > ../libsgp4/libsgp4.a(SGP4.cc.o):SGP4.cc:function pizlonatedFI4792_atan2:(.text+0x8e56): error: undefined reference to 'pizlonated_atan2'
       > ../libsgp4/libsgp4.a(SGP4.cc.o):SGP4.cc:function pizlonatedFI4792_fmod:(.text+0x8f46): error: undefined reference to 'pizlonated_fmod'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [passpredict/CMakeFiles/passpredict.dir/build.make:101: passpredict/passpredict] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:306: passpredict/CMakeFiles/passpredict.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/b2sndc7cca5wn3xi39i6ljjziz0rxd4m-sgp4-x86_64-unknown-linux-gnufilc0-unstable-2022-11-13.drv
sgx-ssl-2.24_3.0.13
error: Cannot build '/nix/store/67bwsfj8cp6r7fahnzwsrrbxmm2sf9s2-sgx-ssl-x86_64-unknown-linux-gnufilc0-2.24_3.0.13.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/f822cqc9gch0rchbmfqwmi5grpqdykn9-sgx-ssl-x86_64-unknown-linux-gnufilc0-2.24_3.0.13
       Last 16 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/3g4nmfgbrv8dvwipxbgxmfqvqacw7bcm-source
       > source root is source
       > Running phase: patchPhase
       > patching script interpreter paths in Linux/build_openssl.sh
       > Linux/build_openssl.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -C Linux
       > make: Entering directory '/build/source/Linux'
       > Please follow the instruction at https://github.com/intel/linux-sgx/blob/master/README.md#build-the-intelr-sgx-sdk-and-intelr-sgx-psw-package to install "mitigation tools" first.
       > make: *** [Makefile:42: sgxssl] Error 1
       > make: Leaving directory '/build/source/Linux'
       For full logs, run:
         nix log /nix/store/67bwsfj8cp6r7fahnzwsrrbxmm2sf9s2-sgx-ssl-x86_64-unknown-linux-gnufilc0-2.24_3.0.13.drv
sha1collisiondetection-1.0.3
error: Cannot build '/nix/store/2br7sqv143a56cy0n03clyfzzrr8vs40-sha1collisiondetection-x86_64-unknown-linux-gnufilc0-1.0.3.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/pw2bc3bgfbdjkypczdi40fbm54a80w0i-sha1collisiondetection-x86_64-unknown-linux-gnufilc0-1.0.3
       Last 23 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/rk0jb7nd7c19fmvapf91r4fp28r1pzck-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)
       > mkdir -p dep_src && clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib  -M -MF dep_src/main.d src/main.c
       > mkdir -p dep_lib && clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib  -M -MF dep_lib/sha1.d lib/sha1.c
       > mkdir -p dep_lib && clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib  -M -MF dep_lib/ubc_check.d lib/ubc_check.c
       > mkdir -p obj_lib && libtool --tag=CC --mode=compile clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib  -o obj_lib/sha1.lo -c lib/sha1.c
       > libtool: compile:  clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib -c lib/sha1.c  -fPIC -DPIC -o obj_lib/.libs/sha1.o
       > Makefile:162: warning: pattern recipe did not update peer target 'obj_lib/sha1.o'.
       > mkdir -p obj_lib && libtool --tag=CC --mode=compile clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib  -o obj_lib/ubc_check.lo -c lib/ubc_check.c
       > libtool: compile:  clang -O2 -Wall -Werror -Wextra -pedantic -std=c90 -Ilib -c lib/ubc_check.c  -fPIC -DPIC -o obj_lib/.libs/ubc_check.o
       > Makefile:162: warning: pattern recipe did not update peer target 'obj_lib/ubc_check.o'.
       > mkdir -p bin && libtool --tag=CC --mode=link clang  obj_lib/sha1.lo obj_lib/ubc_check.lo -rpath /nix/store/pw2bc3bgfbdjkypczdi40fbm54a80w0i-sha1collisiondetection-x86_64-unknown-linux-gnufilc0-1.0.3/lib -version-info 1:0:0 -o bin/libsha1detectcoll.la
       > libtool: link: gcc -shared  -fPIC -DPIC  obj_lib/.libs/sha1.o obj_lib/.libs/ubc_check.o      -Wl,-soname -Wl,libsha1detectcoll.so.1 -o bin/.libs/libsha1detectcoll.so.1.0.0
       > /nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin/libtool: line 10927: gcc: command not found
       > make: *** [Makefile:139: bin/libsha1detectcoll.la] Error 127
       For full logs, run:
         nix log /nix/store/2br7sqv143a56cy0n03clyfzzrr8vs40-sha1collisiondetection-x86_64-unknown-linux-gnufilc0-1.0.3.drv
shab-1.0.0
error: Cannot build '/nix/store/y5qp8xb9icm2fk9rfqmjq2alrxsiqabh-shab-x86_64-unknown-linux-gnufilc0-1.0.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/4yj2q5lqdkkzaxrzs0p1bg940dghihhr-shab-x86_64-unknown-linux-gnufilc0-1.0.0
       Last 25 log lines:
       > patching script interpreter paths in test/stdin-template-no-arg.sh
       > test/stdin-template-no-arg.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
       > patching script interpreter paths in test/stdin-template.sh
       > test/stdin-template.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > no Makefile or custom buildPhase, doing nothing
       > Running phase: checkPhase
       > Running test/no-pollution.sh:
       >   OK
       > Running test/stdin-template-no-arg.sh:
       >   OK
       > Running test/stdin-template.sh:
       >   OK
       > Running phase: installPhase
       > Running phase: fixupPhase
       > shrinking RPATHs of ELF executables and libraries in /nix/store/4yj2q5lqdkkzaxrzs0p1bg940dghihhr-shab-x86_64-unknown-linux-gnufilc0-1.0.0
       > checking for references to /build/ in /nix/store/4yj2q5lqdkkzaxrzs0p1bg940dghihhr-shab-x86_64-unknown-linux-gnufilc0-1.0.0...
       > patching script interpreter paths in /nix/store/4yj2q5lqdkkzaxrzs0p1bg940dghihhr-shab-x86_64-unknown-linux-gnufilc0-1.0.0
       > stripping (with command strip and flags -S -p) in  /nix/store/4yj2q5lqdkkzaxrzs0p1bg940dghihhr-shab-x86_64-unknown-linux-gnufilc0-1.0.0/bin
       > Running phase: installCheckPhase
       > /nix/store/vhkryxjrmsz87jfvdvyinp2q6q2fd48z-stdenv-linux/setup: line 1763: /nix/store/4yj2q5lqdkkzaxrzs0p1bg940dghihhr-shab-x86_64-unknown-linux-gnufilc0-1.0.0/bin/shab: cannot execute: required file not found
       For full logs, run:
         nix log /nix/store/y5qp8xb9icm2fk9rfqmjq2alrxsiqabh-shab-x86_64-unknown-linux-gnufilc0-1.0.0.drv
shaderc-2024.0
error: Cannot build '/nix/store/q2j8c74d5n9x63h8wm4077j4m32id19b-shaderc-x86_64-unknown-linux-gnufilc0-2024.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/hqp8gi3f64jyjsadw8pdwzf5984jfgm0-shaderc-x86_64-unknown-linux-gnufilc0-2024.0-static
         /nix/store/ijpabrzb4dgka4hh5lwl3vxd9mwvhjzm-shaderc-x86_64-unknown-linux-gnufilc0-2024.0-bin
         /nix/store/k77jxjq8bdixzb5fr7w8l8dvk6rlhl30-shaderc-x86_64-unknown-linux-gnufilc0-2024.0-lib
         /nix/store/n2l8q4f7ik6k3gcfngg9gqhp0036r3sq-shaderc-x86_64-unknown-linux-gnufilc0-2024.0
         /nix/store/rx9h3ayhk7qfz7nfy9w53i4wb890bm0n-shaderc-x86_64-unknown-linux-gnufilc0-2024.0-dev
       Last 25 log lines:
       > [ 85%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/reduction_pass.cpp.o
       > [ 85%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/reduction_util.cpp.o
       > [ 86%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_block_reduction_opportunity.cpp.o
       > [ 86%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_block_reduction_opportunity_finder.cpp.o
       > [ 86%] Linking CXX static library libSPIRV-Tools-diff.a
       > [ 86%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_function_reduction_opportunity.cpp.o
       > [ 86%] Built target SPIRV-Tools-diff
       > [ 86%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_function_reduction_opportunity_finder.cpp.o
       > [ 87%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_instruction_reduction_opportunity.cpp.o
       > [ 87%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_selection_reduction_opportunity.cpp.o
       > [ 87%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_selection_reduction_opportunity_finder.cpp.o
       > [ 87%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_struct_member_reduction_opportunity.cpp.o
       > [ 87%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_unused_instruction_reduction_opportunity_finder.cpp.o
       > [ 88%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/remove_unused_struct_member_reduction_opportunity_finder.cpp.o
       > [ 88%] Linking CXX static library libSPIRV.a
       > [ 88%] Built target SPIRV
       > [ 88%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/simple_conditional_branch_to_branch_opportunity_finder.cpp.o
       > [ 88%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/simple_conditional_branch_to_branch_reduction_opportunity.cpp.o
       > [ 88%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/structured_construct_to_block_reduction_opportunity.cpp.o
       > [ 89%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/structured_construct_to_block_reduction_opportunity_finder.cpp.o
       > [ 89%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/structured_loop_to_selection_reduction_opportunity.cpp.o
       > [ 89%] Building CXX object third_party/spirv-tools/source/reduce/CMakeFiles/SPIRV-Tools-reduce.dir/structured_loop_to_selection_reduction_opportunity_finder.cpp.o
       > [ 89%] Linking CXX static library libSPIRV-Tools-reduce.a
       > [ 89%] Built target SPIRV-Tools-reduce
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/q2j8c74d5n9x63h8wm4077j4m32id19b-shaderc-x86_64-unknown-linux-gnufilc0-2024.0.drv
shark-4.0-unstable-2024-05-25
error: Cannot build '/nix/store/c53l4iirvkysqid5f8ygy987gw4dmwxh-shark-x86_64-unknown-linux-gnufilc0-4.0-unstable-2024-05-25.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/k2w797mlf9ai04x7gds4x515bkh7mx65-shark-x86_64-unknown-linux-gnufilc0-4.0-unstable-2024-05-25
       Last 25 log lines:
       >   725 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
       >       |                                         ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
       >   698 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
       >       |                                                 ^
       > 7 warnings generated.
       > [ 94%] Linking CXX shared library ../lib/libshark.so
       > [ 94%] Built target shark
       > [ 97%] Building CXX object src/CMakeFiles/SharkVersion.dir/Version.cpp.o
       > [100%] Linking CXX executable ../bin/SharkVersion
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_acos'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_log1pl'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_sqrtl'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_powl'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_expl'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_lround'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_exp'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_pow'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_sqrtf'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_log'
       > ../lib/libshark.so.4.0.0: error: undefined reference to 'pizlonated_sqrt'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [src/CMakeFiles/SharkVersion.dir/build.make:107: bin/SharkVersion] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:221: src/CMakeFiles/SharkVersion.dir/all] Error 2
       > make: *** [Makefile:156: all] Error 2
       For full logs, run:
         nix log /nix/store/c53l4iirvkysqid5f8ygy987gw4dmwxh-shark-x86_64-unknown-linux-gnufilc0-4.0-unstable-2024-05-25.drv
sharpsat-td-unstable-2021-09-05
error: Cannot build '/nix/store/fys62yih0mawiw7kw4r5c625vlqp390y-sharpsat-td-x86_64-unknown-linux-gnufilc0-unstable-2021-09-05.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/kqr34wkkglbj2458n6bll25q8f97a9mp-sharpsat-td-x86_64-unknown-linux-gnufilc0-unstable-2021-09-05
       Last 25 log lines:
       > /build/source/src/solver.h:493:13: note: in instantiation of member function 'Solver<Smpr>::resolveConflict' requested here
       >   493 |                                 state = resolveConflict();
       >       |                                         ^
       > /build/source/src/solver.h:462:46: note: in instantiation of member function 'Solver<Smpr>::countSAT' requested here
       >   462 |                 Instance<T_num>::statistics_.exit_state_ = countSAT();
       >       |                                                            ^
       > /build/source/src/main.cpp:243:37: note: in instantiation of member function 'Solver<Smpr>::solve' requested here
       >   243 |       mpfr::mpreal ans1 = theSolver.solve(ins, tdecomp).Get();
       >       |                                     ^
       > /build/source/src/solver.h:841:29: note: implicit use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function
       >   841 |         bool seen[Instance<T_num>::num_variables() + 1];
       >       |                                    ^
       > 20 warnings generated.
       > [100%] Linking CXX executable sharpSAT
       > /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/bin/cmake -E cmake_link_script CMakeFiles/sharpSAT.dir/link.txt --verbose=1
       > /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ -std=c++11 -O3 -Wall -Wextra -Wshadow -g -Wfatal-errors -Wno-sign-compare -Wno-literal-suffix -O3 -DNDEBUG -rdynamic CMakeFiles/sharpSAT.dir/src/main.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/graph.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/instance.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/oracle.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/preprocessor.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/subsumer.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/treewidth.cpp.o CMakeFiles/sharpSAT.dir/src/preprocessor/twpp.cpp.o CMakeFiles/sharpSAT.dir/src/decomposition.cpp.o CMakeFiles/sharpSAT.dir/src/clhash/clhash.c.o -o sharpSAT  -lmpfr -lgmpxx -lgmp
       > CMakeFiles/sharpSAT.dir/src/main.cpp.o:main.cpp:function pizlonatedFI403_log10:(.text+0x12a11): error: undefined reference to 'pizlonated_log10'
       > CMakeFiles/sharpSAT.dir/src/main.cpp.o:main.cpp:function pizlonatedFI403_exp:(.text+0x15871): error: undefined reference to 'pizlonated_exp'
       > CMakeFiles/sharpSAT.dir/src/preprocessor/oracle.cpp.o:oracle.cpp:function pizlonatedFI537_exp2l:(.text+0x675a3): error: undefined reference to 'pizlonated_exp2l'
       > clang-20: fatal error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [CMakeFiles/sharpSAT.dir/build.make:250: sharpSAT] Error 1
       > make[2]: Leaving directory '/build/source/build'
       > make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/sharpSAT.dir/all] Error 2
       > make[1]: Leaving directory '/build/source/build'
       > make: *** [Makefile:94: all] Error 2
       For full logs, run:
         nix log /nix/store/fys62yih0mawiw7kw4r5c625vlqp390y-sharpsat-td-x86_64-unknown-linux-gnufilc0-unstable-2021-09-05.drv
shc-4.0.3
error: Cannot build '/nix/store/fxg59irhrcx5ypsk93v5rny80w5m65c9-shc-x86_64-unknown-linux-gnufilc0-4.0.3.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/pw4cvznh6wp6rfx1x47xn0vkdcnxz77m-shc-x86_64-unknown-linux-gnufilc0-4.0.3
       Last 25 log lines:
       > checking for working mktime... no
       > checking for stdlib.h... (cached) yes
       > checking for GNU libc compatible realloc... no
       > checking for memset... yes
       > checking for putenv... yes
       > checking for strchr... yes
       > checking for strdup... yes
       > checking for strrchr... yes
       > checking that generated files are newer than configure... done
       > configure: creating ./config.status
       > config.status: creating Makefile
       > config.status: creating src/Makefile
       > config.status: executing depfiles commands
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > Making all in src
       > make[1]: Entering directory '/build/source/src'
       > clang -DPACKAGE_NAME=\"shc\" -DPACKAGE_TARNAME=\"shc\" -DPACKAGE_VERSION=\"4.0.3\" -DPACKAGE_STRING=\"shc\ 4.0.3\" -DPACKAGE_BUGREPORT=\"http://github.com/neurobin/shc/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shc\" -DVERSION=\"4.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=0 -Drealloc=rpl_realloc -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I.     -g -O2 -c -o shc.o shc.c
       > clang  -g -O2   -o shc shc.o
       > shc.o:shc.c:function pizlonatedFI142_rpl_malloc:(.text+0x1e7bd): error: undefined reference to 'pizlonated_rpl_malloc'
       > shc.o:shc.c:function pizlonatedFI2536_rpl_realloc:(.text+0x1ec17): error: undefined reference to 'pizlonated_rpl_realloc'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[1]: *** [Makefile:327: shc] Error 1
       > make[1]: Leaving directory '/build/source/src'
       > make: *** [Makefile:413: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/fxg59irhrcx5ypsk93v5rny80w5m65c9-shc-x86_64-unknown-linux-gnufilc0-4.0.3.drv
shim-16.0
error: Cannot build '/nix/store/ggm9zvbv4fw857c88hv45fcrbq7s6nm7-shim-x86_64-unknown-linux-gnufilc0-16.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7svhvmrmqlqmh32kvj9ir6c3brpks1lp-shim-x86_64-unknown-linux-gnufilc0-16.0
       Last 19 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/1n0w32la757zlyfj22fr0r07s2rs06m5-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > gcc -std=gnu11 -Og -g3 -Wall -Wextra -Wno-missing-field-initializers -Werror -o generate_sbat_var_defs /build/source/generate_sbat_var_defs.c
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > make: *** [Makefile:197: generate_sbat_var_defs] Error 127
       For full logs, run:
         nix log /nix/store/ggm9zvbv4fw857c88hv45fcrbq7s6nm7-shim-x86_64-unknown-linux-gnufilc0-16.0.drv
show-midi-1.0.1
error: Cannot build '/nix/store/p5239kd4j6jbf6hqcw5hxkibzza0kc6n-show-midi-x86_64-unknown-linux-gnufilc0-1.0.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/4gj3r22cmsjf8rv4svi7p40jp4xxqqxc-show-midi-x86_64-unknown-linux-gnufilc0-1.0.1
       Last 25 log lines:
       > build/ShowMIDI.a(include_juce_graphics_f817e147.o):include_juce_graphics.cpp:function pizlonatedFI3195_atan2f:(.text+0x2d5cc7): error: undefined reference to 'pizlonated_atan2f'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:236: build/ShowMIDI] Error 1
       > make: *** Waiting for unfinished jobs....
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI4792_hypot:(.text+0x673c66): error: undefined reference to 'pizlonated_hypot'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI269_sqrtf:(.text+0x67e891): error: undefined reference to 'pizlonated_sqrtf'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI3195_hypotf:(.text+0x681bf7): error: undefined reference to 'pizlonated_hypotf'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI269_cosf:(.text+0x68e9a1): error: undefined reference to 'pizlonated_cosf'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI269_sinf:(.text+0x68ea81): error: undefined reference to 'pizlonated_sinf'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI403_log:(.text+0x692bd1): error: undefined reference to 'pizlonated_log'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI403_exp:(.text+0x6933e1): error: undefined reference to 'pizlonated_exp'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI4792_pow:(.text+0x6934b6): error: undefined reference to 'pizlonated_pow'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI269_tanf:(.text+0x696ab1): error: undefined reference to 'pizlonated_tanf'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI403_cos:(.text+0x698a41): error: undefined reference to 'pizlonated_cos'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI403_sin:(.text+0x698b11): error: undefined reference to 'pizlonated_sin'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI403_sqrt:(.text+0x698be1): error: undefined reference to 'pizlonated_sqrt'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI403_acos:(.text+0x698cb1): error: undefined reference to 'pizlonated_acos'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI4792_fmod:(.text+0x698d86): error: undefined reference to 'pizlonated_fmod'
       > build/ShowMIDI.a(include_juce_gui_basics_e3f79785.o):include_juce_gui_basics.cpp:function pizlonatedFI4792_atan2:(.text+0x69a5c6): error: undefined reference to 'pizlonated_atan2'
       > build/ShowMIDI.a(include_juce_audio_devices_63111d02.o):include_juce_audio_devices.cpp:function pizlonatedFI403_sin:(.text+0x82231): error: undefined reference to 'pizlonated_sin'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:246: build/ShowMIDI.lv2/ShowMIDI.so] Error 1
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:223: build/ShowMIDI.vst3/Contents/x86_64-linux/ShowMIDI.so] Error 1
       > make: Leaving directory '/build/source/Builds/LinuxMakefile'
       For full logs, run:
         nix log /nix/store/p5239kd4j6jbf6hqcw5hxkibzza0kc6n-show-midi-x86_64-unknown-linux-gnufilc0-1.0.1.drv
siege-4.1.7
error: Cannot build '/nix/store/70l2rq3vsq9nwh9fkar8q46ns8235gb6-siege-x86_64-unknown-linux-gnufilc0-4.1.7.drv'.
       Reason: builder failed with exit code 77.
       Output paths:
         /nix/store/0wcfn0729bnbdmgjmplrygjqzv7ga9l6-siege-x86_64-unknown-linux-gnufilc0-4.1.7
       Last 25 log lines:
       > Updating Autotools / GNU config script to a newer upstream version: ./utils/config.guess
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Updating Autotools / GNU config script to a newer upstream version: ./utils/config.sub
       > Updating Autotools / GNU config script to a newer upstream version: ./utils/config.guess
       > Running phase: configurePhase
       > Fil-C: adapting libtool symbol probes in configure
       > fixing libtool script ./utils/ltmain.sh
       > patching script interpreter paths in ./configure
       > ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/0wcfn0729bnbdmgjmplrygjqzv7ga9l6-siege-x86_64-unknown-linux-gnufilc0-4.1.7 --with-ssl=/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev --with-zlib=/nix/store/jj4xrn5lnh58zs5x8v0h83rh0id4ds92-zlib-1.3-x86_64-unknown-linux-gnufilc0-dev --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
       > checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
       > checking whether build environment is sane... yes
       > checking for x86_64-unknown-linux-gnufilc0-strip... strip
       > checking for a thread-safe mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
       > checking for gawk... gawk
       > checking whether make sets $(MAKE)... yes
       > checking whether make supports nested variables... yes
       > checking build system type... x86_64-unknown-linux-gnu
       > checking host system type... x86_64-unknown-linux-gnufilc0
       > checking whether make supports the include directive... yes (GNU style)
       > checking for x86_64-unknown-linux-gnufilc0-gcc... clang
       > checking whether the C compiler works... no
       > configure: error: in `/build/siege-4.1.7':
       > configure: error: C compiler cannot create executables
       > See `config.log' for more details
       For full logs, run:
         nix log /nix/store/70l2rq3vsq9nwh9fkar8q46ns8235gb6-siege-x86_64-unknown-linux-gnufilc0-4.1.7.drv
sha1collisiondetection-1.0.3
error: build of '/nix/store/2br7sqv143a56cy0n03clyfzzrr8vs40-sha1collisiondetection-x86_64-unknown-linux-gnufilc0-1.0.3.drv^*', '/nix/store/67bwsfj8cp6r7fahnzwsrrbxmm2sf9s2-sgx-ssl-x86_64-unknown-linux-gnufilc0-2.24_3.0.13.drv^*', '/nix/store/70l2rq3vsq9nwh9fkar8q46ns8235gb6-siege-x86_64-unknown-linux-gnufilc0-4.1.7.drv^*', '/nix/store/b2sndc7cca5wn3xi39i6ljjziz0rxd4m-sgp4-x86_64-unknown-linux-gnufilc0-unstable-2022-11-13.drv^*', '/nix/store/c53l4iirvkysqid5f8ygy987gw4dmwxh-shark-x86_64-unknown-linux-gnufilc0-4.0-unstable-2024-05-25.drv^*', '/nix/store/fxg59irhrcx5ypsk93v5rny80w5m65c9-shc-x86_64-unknown-linux-gnufilc0-4.0.3.drv^*', '/nix/store/fys62yih0mawiw7kw4r5c625vlqp390y-sharpsat-td-x86_64-unknown-linux-gnufilc0-unstable-2021-09-05.drv^*', '/nix/store/ggm9zvbv4fw857c88hv45fcrbq7s6nm7-shim-x86_64-unknown-linux-gnufilc0-16.0.drv^*', '/nix/store/gqa62dn5fw04rwricyy9frbkplalh8j3-setserial-x86_64-unknown-linux-gnufilc0-2.17.drv^*', '/nix/store/p5239kd4j6jbf6hqcw5hxkibzza0kc6n-show-midi-x86_64-unknown-linux-gnufilc0-1.0.1.drv^*', '/nix/store/q2j8c74d5n9x63h8wm4077j4m32id19b-shaderc-x86_64-unknown-linux-gnufilc0-2024.0.drv^*', '/nix/store/s0d1lfkarxqdj0yzc0bk3smpp3d9dnp3-sexpp-x86_64-unknown-linux-gnufilc0-0.9.2.drv^*', '/nix/store/y5qp8xb9icm2fk9rfqmjq2alrxsiqabh-shab-x86_64-unknown-linux-gnufilc0-1.0.0.drv^*' failed

End of log