Package Details: ibm-tss 1:2.2.0-1

Git Clone URL: https://aur.archlinux.org/ibm-tss.git (read-only, click to copy)
Package Base: ibm-tss
Description: A user space TSS for TPM 2.0 by IBM
Upstream URL: https://sourceforge.net/projects/ibmtpm20tss/
Keywords: ibm tpm tpm2
Licenses: BSD
Submitter: robertfoster
Maintainer: grawity
Last Packager: grawity
Votes: 2
Popularity: 0.000000
First Submitted: 2017-09-12 15:04 (UTC)
Last Updated: 2024-02-27 10:43 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

thithib commented on 2020-05-29 13:52 (UTC)

@grawity Please add git to the build dependencies, otherwise builds in clean Arch Linux chroots are broken.

Avatar33 commented on 2020-03-03 08:02 (UTC) (edited on 2020-03-03 08:02 (UTC) by Avatar33)

I get the following error when trying to build:

/bin/sh ../libtool --tag=CC --mode=link gcc -I../utils -DTPM_POSIX -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -version-info 4:0:3 -libmtss -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libibmtssutils12.la -rpath /usr/lib libibmtssutils12_la-ekutils12.lo
libtool: link: gcc -shared -fPIC -DPIC .libs/libibmtssutils12_la-ekutils12.o -libmtss -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libibmtssutils12.so.1 -o .libs/libibmtssutils12.so.1.3.0 /usr/bin/ld: cannot find -libmtss collect2: error: ld returned 1 exit status make[2]: *** [Makefile:909: libibmtssutils12.la] Error 1

thithib commented on 2020-02-10 17:51 (UTC)

@grawity Your last commit breaks builds in clean chroots, you need to add git to build dependencies.