On Mon, Aug 17, 2020 at 10:04:51AM +0200, Petr Vorel wrote: > Hi Mimi, > > I'm sorry I left debugging code in travis/fedora.sh. > > > --- /dev/null > > +++ b/travis/fedora.sh > > @@ -0,0 +1,49 @@ > > +#!/bin/sh > > +# Copyright (c) 2020 Petr Vorel <pvorel@xxxxxxx> > > +set -e > > + > > +if [ -z "$CC" ]; then > > + echo "missing \$CC!" >&2 > > + exit 1 > > +fi > > + > > +case "$TSS" in > > +ibmtss) TSS="tss2-devel";; Unfortunately tss2 is only shipped for ppc64 today on CentOS. But there are plans to enable it to all other supported arches soon. > > +tpm2-tss) TSS="tpm2-tss-devel";; > > +'') echo "Missing TSS!" >&2; exit 1;; > > +*) echo "Unsupported TSS: '$TSS'!" >&2; exit 1;; > > +esac > > + > > +# ibmswtpm2 requires gcc > > +[ "$CC" = "gcc" ] || CC="gcc $CC" > > + > > +yum -y install \ > > + $CC $TSS \ > > + asciidoc \ > > + attr \ > > + autoconf \ > > + automake \ > > + diffutils \ > > + docbook-xsl \ > > + gzip \ > > + keyutils-libs-devel \ > > + libattr-devel \ > > + libtool \ > > + libxslt \ > > + make \ > > + openssl \ > > + openssl-devel \ > > + pkg-config \ > > + procps \ > > + sudo \ > > + vim-common \ > > + wget \ > > + which > > + > > +yum -y install docbook5-style-xsl || true > > These lines below needs to be removed. +1 > > + > > +# FIXME: debug > > +echo "find /tss2_esys.h" > > +find /usr/ 2>/dev/null |grep /tss2_esys.h || true > > +echo "cat /usr/include/tss2/tss2_esys.h" > > +cat /usr/include/tss2/tss2_esys.h || true > > Kind regards, > Petr > -- bmeneg PGP Key: http://bmeneg.com/pubkey.txt
Attachment:
signature.asc
Description: PGP signature