Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917024 - Use --disable-cache-owner in sys-apps/man-db
Summary: Use --disable-cache-owner in sys-apps/man-db
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-08 07:06 UTC by Amos Bird
Modified: 2023-11-08 08:10 UTC (History)
0 users

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 Amos Bird 2023-11-08 07:06:29 UTC
Currently man-db is configured to always use --enable-cache-owner=man. This doesn't work when the alt env doesn't have man user. I think it's better to have --disable-cache-owner when prefix is used.
Comment 1 Fabian Groffen gentoo-dev 2023-11-08 07:47:33 UTC
indeed, makes sense
Comment 2 Larry the Git Cow gentoo-dev 2023-11-08 08:10:46 UTC
The bug has been closed via the following commit(s):

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

commit bd84fadd479a36b17048836af08e6fa69244ee9f
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2023-11-08 08:10:08 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2023-11-08 08:10:43 +0000

    sys-apps/man-db: disable cache-owner on Prefix
    
    Closes: https://bugs.gentoo.org/917024
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 sys-apps/man-db/man-db-2.12.0.ebuild | 2 +-
 sys-apps/man-db/man-db-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)