Installing app-text/lowdown-1.3.2 on a Gentoo/Prefix installation fails with a QA notice that files are outside of prefix. Reproducible: Always
Created attachment 915736 [details] Build log for PREFIX installation attempt
Could this ebuild use 'econf' rather than calling './configure' directly?
Created attachment 915737 [details, diff] Proposed patch
The updated version lowdown-1.4.0 has the same problem. The patch applies to the new version, too.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7648a2badc36c4acdc7f51667ffa613d5fa832ce commit 7648a2badc36c4acdc7f51667ffa613d5fa832ce Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-23 15:35:33 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2025-02-01 09:20:53 +0000 app-text/lowdown: fix prefix installation We can't switch to econf from configure, because this uses oconfigure[^1] and oconfigure doesn't recognize `--prefix` as valid command line argument only `PREFIX` [^1]: https://github.com/kristapsdz/oconfigure Co-authored-by: Christian Ludwig <chrissicool@gmail.com> Closes: https://bugs.gentoo.org/947349 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40274 Signed-off-by: Florian Schmaus <flow@gentoo.org> app-text/lowdown/lowdown-1.3.2.ebuild | 6 +++--- app-text/lowdown/lowdown-1.4.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)