Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947616 - Need Perl package for CPAN Memory::Process for (existing) >=dev-util/lcov-2.0 -- thanks!
Summary: Need Perl package for CPAN Memory::Process for (existing) >=dev-util/lcov-2.0...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL: https://github.com/linux-test-project...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-06 16:32 UTC by Sebastian Pipping
Modified: 2025-01-07 01:51 UTC (History)
3 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 Sebastian Pipping gentoo-dev 2025-01-06 16:32:19 UTC
To see the issue in action:

# genhtml -j 2 --memory 100 dummy
Attempting to retrieve memory size from /proc instead
genhtml: ERROR: (package) package Memory::Process is required to control memory consumption during parallel operations: genhtml: ERROR: Can't locate Memory/Process.pm in @INC (you may need to install the Memory::Process module) (@INC entries checked: /usr/lib/lcov /etc/perl /usr/local/lib64/perl5/5.40/x86_64-linux /usr/local/lib64/perl5/5.40 /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux /usr/lib64/perl5/vendor_perl/5.40 /usr/lib64/perl5/5.40/x86_64-linux /usr/lib64/perl5/5.40 /usr/lib64/perl5/5.38 /usr/lib64/perl5/vendor_perl/5.38 /usr/lib64/perl5/vendor_perl/5.36)
        (use "genhtml --ignore-errors package ..." to bypass this error)

I'm not fluent in Perl, so I'm hoping that you can help.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-06 17:52:50 UTC
I'll have a look tonight.
Comment 2 Sebastian Pipping gentoo-dev 2025-01-06 17:58:04 UTC
Cool!
Comment 3 Larry the Git Cow gentoo-dev 2025-01-07 01:26:19 UTC
The bug has been closed via the following commit(s):

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

commit d6b23502c50be7d511a3478012e19084468bef16
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-01-07 01:21:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-07 01:25:51 +0000

    dev-perl/Memory-Process: new package, add 0.60.0
    
    Closes: https://bugs.gentoo.org/947616
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-perl/Memory-Process/Manifest                   |  1 +
 .../Memory-Process/Memory-Process-0.60.0.ebuild    | 25 ++++++++++++++++++++++
 dev-perl/Memory-Process/metadata.xml               | 13 +++++++++++
 3 files changed, 39 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit af1ebb483365103df66996bd31f6398eec8d51ee
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-01-07 01:19:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-07 01:25:50 +0000

    dev-perl/Memory-Usage: new package, add 0.201.0
    
    Bug: https://bugs.gentoo.org/947616
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-perl/Memory-Usage/Manifest                    |  1 +
 dev-perl/Memory-Usage/Memory-Usage-0.201.0.ebuild | 15 +++++++++++++++
 dev-perl/Memory-Usage/metadata.xml                | 12 ++++++++++++
 3 files changed, 28 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-07 01:33:05 UTC
Let me know if any issues or need any other Perl bits, cheers!
Comment 5 Sebastian Pipping gentoo-dev 2025-01-07 01:47:10 UTC
Many thanks!
Comment 6 Larry the Git Cow gentoo-dev 2025-01-07 01:51:36 UTC
The bug has been referenced in the following commit(s):

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

commit 22fa9f4fb283f27d30106844fc66a6becebe115d
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2025-01-07 01:49:49 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2025-01-07 01:49:49 +0000

    dev-util/lcov: Add missing runtime dependency dev-perl/Memory-Process
    
    Bug: https://bugs.gentoo.org/947616
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>

 dev-util/lcov/lcov-2.0-r4.ebuild | 92 ++++++++++++++++++++++++++++++++++++++++
 dev-util/lcov/lcov-9999.ebuild   |  3 +-
 2 files changed, 94 insertions(+), 1 deletion(-)