Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795423 - app-crypt/tpm2-tss-3.1.0 depends on sys-apps/acl, but it's not mentioned in the ebuild.
Summary: app-crypt/tpm2-tss-3.1.0 depends on sys-apps/acl, but it's not mentioned in t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Christopher Byrne
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-06-11 15:56 UTC by Justin W
Modified: 2021-06-12 19:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin W 2021-06-11 15:56:22 UTC
The build of app-crypt/tpm2-tss will fail if sys-apps/acl isn't installed, as the ebuild will return:

configure: error: Missing required program 'setfacl': ensure it is installed and on PATH.

Though sys-apps/acl isn't mentioned in the ebuild of tpm2-tss anywhere.

Reproducible: Always

Steps to Reproduce:
1. Try to install app-crypt/tpm2-tss-3.1.0 without sys-apps/acl installed.
Actual Results:  
ebuild fails.

Expected Results:  
emerge pulls in acl with it if it's missing.

As you would expect, emerging acl makes tpm2-tss install without issue.
Comment 1 Larry the Git Cow gentoo-dev 2021-06-12 19:17:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802f9e2fe0aff2d039866457515c747cffe3505a

commit 802f9e2fe0aff2d039866457515c747cffe3505a
Author:     Christopher Byrne <salah.coronya@gmail.com>
AuthorDate: 2021-06-12 19:17:22 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-06-12 19:17:22 +0000

    app-crypt/tpm2-tss: Add missing BDEPEND sys-apps/acl
    
    Closes: https://github.com/gentoo/gentoo/pull/21211
    Closes: https://bugs.gentoo.org/795423
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)