checking for TSS2_ESYS_3_0... no checking for TSS2_ESYS_2_3... no configure: error: Package requirements (tss2-esys >= 2.4.0) were not met: Package dependency requirement 'tss2-esys >= 2.4.0' could not be satisfied. Package 'tss2-esys' has version '', required version is '>= 2.4.0' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20220221-030012 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.3.1 [2] x86_64-pc-linux-gnu-11.2.1 * clang/llvm (if any): /usr/lib/llvm/13 13.0.1 Python 3.9.10 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby30 (with Rubygems) * Available Rust versions: [1] rust-1.58.1 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11] 2) Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: [1] php7.4 [2] php8.0 [3] php8.1 * HEAD of ::gentoo commit bcc47b2a7feb3a829f69b9522faf1c55477c3618 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Feb 22 10:51:56 2022 +0000 2022-02-22 10:51:55 UTC emerge -qpvO app-crypt/tpm2-tools [ebuild N ] app-crypt/tpm2-tools-5.2 USE="fapi -test" PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10"
Created attachment 765645 [details] emerge-info.txt
Created attachment 765646 [details] app-crypt:tpm2-tools-5.2:20220222-115523.log
Created attachment 765647 [details] emerge-history.txt
Created attachment 765648 [details] environment
Created attachment 765649 [details] etc.portage.tar.bz2
Created attachment 765650 [details] logs.tar.bz2
Created attachment 765651 [details] temp.tar.bz2
Tagged wrong bug. - The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078030681f037386b056a357f16b708010e98dd1 commit 078030681f037386b056a357f16b708010e98dd1 Author: Christopher Byrne <salah.coronya@gmail.com> AuthorDate: 2022-02-22 22:56:39 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-23 00:58:23 +0000 app-crypt/tpm2-tss: Fix version information for system without git Closes: https://bugs.gentoo.org/833887 Closes: https://bugs.gentoo.org/833907 Closes: https://bugs.gentoo.org/833884 Closes: https://bugs.gentoo.org/833388 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> app-crypt/tpm2-tss/tpm2-tss-3.2.0-r1.ebuild | 85 +++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec95f5d31e5e85246f4532a882d8fc4213e4465 commit aec95f5d31e5e85246f4532a882d8fc4213e4465 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-23 01:16:13 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-02-23 01:16:13 +0000 app-crypt/tpm2-tss: add safeguard for bad .pc file version Bug: https://bugs.gentoo.org/833887 Bug: https://bugs.gentoo.org/833907 Bug: https://bugs.gentoo.org/833884 Bug: https://bugs.gentoo.org/833388 Signed-off-by: Sam James <sam@gentoo.org> app-crypt/tpm2-tss/tpm2-tss-3.2.0-r1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=7aa2e188d6732088ae2a2926cc465988e4f117f9 commit 7aa2e188d6732088ae2a2926cc465988e4f117f9 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-02-23 01:26:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-12 01:59:54 +0000 install-qa-check.d/60pkgconfig: check for mismatched version We want to try catch cases where we're installing a pkg-config (.pc) file with an obviously incorrect version (here, we're testing for ${PV} != any version in all of the installed .pc files) because: 1. it's bad; 2. it has a large blast radius (breaking consumers). Bug: https://bugs.gentoo.org/833895 Bug: https://bugs.gentoo.org/833887 Bug: https://bugs.gentoo.org/833907 Bug: https://bugs.gentoo.org/833884 Bug: https://bugs.gentoo.org/833888 Signed-off-by: Sam James <sam@gentoo.org> bin/install-qa-check.d/60pkgconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)