Summary: | app-text/lesspipe-2.13 installs bash completion in legacy location | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 886551 [details]
build.log
build log and emerge --info
ci has reproduced this issue with version 2.12 - Updating summary. ci has reproduced this issue with version 2.13 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04518a1840f3481e2b21b7934204986a26b6beb commit c04518a1840f3481e2b21b7934204986a26b6beb Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-06-26 17:01:17 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-27 02:57:32 +0000 app-text/lesspipe: avoid a false positive bash-completion QA warning We leave an empty directory behind after moving the completion files around. Portage's QA check thinks that means we are actually using a legacy dynamic loader location?? * QA Notice: Bash completions were installed in legacy location. Please update * the ebuild to get the install paths using bash-completion-r1.eclass. But the eclass doesn't support the eager-loader directory at all, and the QA notice isn't warning about it either -- the warning is simply because we have that empty directory (that gets cleaned up after the QA checks run, since keepdir isn't used). No revbump. It only affects an install-time warning and rmdir cannot change the resulting package contents. Closes: https://bugs.gentoo.org/926047 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> app-text/lesspipe/lesspipe-2.11-r1.ebuild | 1 + app-text/lesspipe/lesspipe-2.12.ebuild | 1 + app-text/lesspipe/lesspipe-2.13.ebuild | 1 + 3 files changed, 3 insertions(+) |