@anatolik That's an upstream issue, it will get fixed once https://github.com/tpm2-software/tpm2-tss/pull/2164 gets merged.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/tpm2-tss-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tpm2-tss-git |
| Description: | Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2) |
| Upstream URL: | https://github.com/tpm2-software/tpm2-tss |
| Licenses: | BSD |
| Conflicts: | tpm2-tss |
| Provides: | libtss2-esys.so, libtss2-fapi.so, libtss2-mu.so, libtss2-rc.so, libtss2-sys.so, libtss2-tctildr.so, tpm2-tss |
| Submitter: | hexchain |
| Maintainer: | diabonas |
| Last Packager: | diabonas |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-07-30 13:32 (UTC) |
| Last Updated: | 2021-12-17 17:48 (UTC) |
@anatolik That's an upstream issue, it will get fixed once https://github.com/tpm2-software/tpm2-tss/pull/2164 gets merged.
The package fails to build in a clean chroot environment:
CC src/tss2-tcti/test_unit_tctildr_dl-tctildr-dl.o
CC src/util/test_integration_libtest_utils_la-log.lo
CC test/unit/tctildr_nodl-tctildr-nodl.o
CC src/tss2-tcti/test_unit_tctildr_nodl-tctildr-nodl.o
CC test/unit/tctildr_tcti-tctildr-tcti.o
CC src/tss2-tcti/test_unit_tctildr_tcti-tctildr.o
CC test/unit/tctildr_getinfo-tctildr-getinfo.o
CC src/tss2-tcti/test_unit_tctildr_getinfo-tctildr.o
CC test/unit/dlopen_fail-dlopen-fail.o
CC test/unit/dlopen_UINT8_marshal-UINT8-marshal.o
CC tss2-dlopen/test_unit_dlopen_UINT8_marshal-tss2-dlopen-mu.o
tss2-dlopen/tss2-dlopen-mu.c:21:10: fatal error: tss2/tss2_mu.h: No such file or directory
21 | #include <tss2/tss2_mu.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:25583: tss2-dlopen/test_unit_dlopen_UINT8_marshal-tss2-dlopen-mu.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/tpm2-tss-git/src/tpm2-tss'
make: *** [Makefile:28684: check-am] Error 2
Can uriparser be added to the dependency list? Just tried to build today and had to install uriparser to make it through compilation.