Package Details: tpm2-tss-git 3.1.0.r89.e900ef04-1

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)

Required by (60)

Sources (1)

Latest Comments

diabonas commented on 2021-09-28 19:29 (UTC)

@anatolik That's an upstream issue, it will get fixed once https://github.com/tpm2-software/tpm2-tss/pull/2164 gets merged.

anatolik commented on 2021-09-28 17:19 (UTC)

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

electrickite commented on 2018-02-15 02:37 (UTC)

Can uriparser be added to the dependency list? Just tried to build today and had to install uriparser to make it through compilation.

hexchain commented on 2017-01-03 02:41 (UTC)

@kgizdov Thanks for raising this issue with upstream!

kgizdov commented on 2017-01-03 00:16 (UTC)

Can we get something like this in the package? $ cat /usr/lib/systemd/system/tpm2_resourcemgr.service [Unit] Description=Manager for Trusted Computing Module 2.0 After=sysinit.target [Service] ExecStart=/usr/bin/resourcemgr [Install] WantedBy=default.target

hexchain commented on 2016-06-16 02:50 (UTC)

The problem should be fixed now.