Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 787476 - app-text/po4a-0.63 : QA Notice: The ebuild uses Module::Build but doesn't depend on it
Summary: app-text/po4a-0.63 : QA Notice: The ebuild uses Module::Build but doesn't dep...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal trivial (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-01 17:37 UTC by Benjamin Réveillé
Modified: 2021-05-25 11:54 UTC (History)
4 users (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 Benjamin Réveillé 2021-05-01 17:37:32 UTC
QA notice when emerging

QA Notice: The ebuild uses Module::Build but doesn't depend on it.
 Add dev-perl/Module-Build to BDEPEND!

Reproducible: Always

Steps to Reproduce:
1.emerge
2.
3.
Actual Results:  
emerge succeeds but throws the QA notice

Expected Results:  
emerge succeeds without a QA Notice
Comment 1 mileikagooog 2021-05-11 20:10:34 UTC
i notice the same and can confirm it.

One Portage Feature in make.conf is "stricter".
Comment 2 Tomasz Golinski 2021-05-24 12:14:20 UTC
The stable version 0.57 is also affected. It complicates perl update...
Comment 3 tt_1 2021-05-24 12:15:58 UTC
(In reply to Tomasz Golinski from comment #2)
> The stable version 0.57 is also affected. It complicates perl update...

why does it make things complicated? Does it blow up things on your end?
Comment 4 Michael Moon 2021-05-25 03:14:05 UTC
I spotted this one too
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-25 03:16:35 UTC
(In reply to Tomasz Golinski from comment #2)
> The stable version 0.57 is also affected. It complicates perl update...

How? This is a warning, not fatal.

(In reply to mileikagooog from comment #1)
> i notice the same and can confirm it.
> 
> One Portage Feature in make.conf is "stricter".

In general, don’t use stricter. The warning is real but not going to affect end users.
Comment 6 Larry the Git Cow gentoo-dev 2021-05-25 11:54:56 UTC
The bug has been closed via the following commit(s):

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

commit bf7c6043f933add6e0af96efc7064686052ea1c6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-05-25 11:53:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-05-25 11:54:48 +0000

    app-text/po4a: silence Module::Build warning by using BDEPEND
    
    Closes: https://bugs.gentoo.org/787476
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 3 ++-
 app-text/po4a/po4a-0.62.ebuild | 3 ++-
 app-text/po4a/po4a-0.63.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)