Summary: | sys-apps/portage - has_version -d fails with IPC daemon disabled | ||
---|---|---|---|
Product: | Portage Development | Reporter: | krisztian99 |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Other | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 706142 | ||
Attachments: | build log, debug log, emerge info |
Description
krisztian99
2020-02-07 21:35:57 UTC
This can be reproduced with sys-apps/portage[-ipc] and the simple ebuild below: EAPI=7 SLOT=0 pkg_setup() { has_version -d app-misc/foo } The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=81c88389f0456385545abb1bd703f8c25f009697 commit 81c88389f0456385545abb1bd703f8c25f009697 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-02-08 17:47:03 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-02-08 18:18:56 +0000 phase-helpers.sh: avoid passing an empty root value to portageq Bug: https://bugs.gentoo.org/708660 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Reviewed-by: Zac Medico <zmedico@gentoo.org> bin/phase-helpers.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87db6ee1103dc33c206111288a43ac619d27cefc commit 87db6ee1103dc33c206111288a43ac619d27cefc Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2020-02-09 01:18:34 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2020-02-09 01:31:22 +0000 sys-apps/portage: Bump to version 2.3.88 #649622 prevent unecessary installation of virtual/w3m followed by removal by depclean #705736 preserve-libs: prevent unecessary preservation of system libraries which a package bundles #707820 generate API documentation with sphinx-apidoc #708448 support FEATURES=qa-unresolved-soname-deps so that the QA warning from bug 704320 can be disabled #708660 phase-helpers.sh: avoid passing an empty root value to portageq when ebuild IPC is disabled Bug: https://bugs.gentoo.org/706142 Bug: https://bugs.gentoo.org/649622 Bug: https://bugs.gentoo.org/705736 Bug: https://bugs.gentoo.org/707820 Bug: https://bugs.gentoo.org/708448 Bug: https://bugs.gentoo.org/708660 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org> profiles/arch/riscv/package.use.mask | 2 +- sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-2.3.88.ebuild | 271 +++++++++++++++++++++++++++++++++ 3 files changed, 273 insertions(+), 1 deletion(-) |