Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938209 - Missing QA check for stray files in /usr/share/man
Summary: Missing QA check for stray files in /usr/share/man
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-19 23:24 UTC by Sam James
Modified: 2024-09-12 00:35 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-08-19 23:24:49 UTC
```
$ equery f dtrace | grep -i man
/usr/share/man
/usr/share/man/dtrace.8.xz
```

We shouldn't have files in /usr/share/man, only directories.

A QA check would help here (I thought we had one...).
Comment 1 Larry the Git Cow gentoo-dev 2024-08-19 23:27:12 UTC
The bug has been referenced in the following commit(s):

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

commit 850a084b7f9ba426afb1febec97c613c90498484
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-08-19 23:26:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-08-19 23:26:51 +0000

    dev-debug/dtrace: fix man page location
    
    Bug: https://bugs.gentoo.org/938209
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-debug/dtrace/{dtrace-2.0.1.1.ebuild => dtrace-2.0.1.1-r1.ebuild} | 2 +-
 dev-debug/dtrace/dtrace-9999.ebuild                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)