Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794676 - dev-perl/URI-Fetch-0.130.0: fails to configure; MIN_PERL_VERSION is not in a recognized format
Summary: dev-perl/URI-Fetch-0.130.0: fails to configure; MIN_PERL_VERSION is not in a ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 791655 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-06-07 07:03 UTC by Mariusz Ceier
Modified: 2021-06-10 18:03 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix min perl (min_perl.patch,1.28 KB, patch)
2021-06-10 08:04 UTC, Alexandros C. Couloumbis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mariusz Ceier 2021-06-07 07:03:59 UTC
I have dev-lang/perl-5.34.0 and emerging dev-perl/URI-Fetch fails during configure phase. 
Upstream seems to have fixed it: https://github.com/neilb/URI-Fetch/commit/20eba82783a5c08adc88ff1cdc7ee9433d63ae4f

and I can confirm that renaming URI-Fetch-0.130.0.ebuild to URI-Fetch-0.150.0.ebuild and replacing DIST_VERSION from 0.13 to 0.15 fixes this issue.

So I guess it needs only a version bump.


Reproducible: Always

Steps to Reproduce:
1. emerge '=dev-perl/URI-Fetch-0.130.0' 
2.
3.
Actual Results:  
MakeMaker FATAL: MIN_PERL_VERSION (5.008_001) is not in a recognized format.
Recommended is a quoted numerical value like '5.005' or '5.008001'.
 * ERROR: dev-perl/URI-Fetch-0.130.0::gentoo failed (configure phase):
 *   Unable to build!
 *                   

Expected Results:  
dev-perl/URI-Fetch should emerge successfully
Comment 1 Alexandros C. Couloumbis 2021-06-10 08:04:53 UTC
Created attachment 715050 [details, diff]
fix min perl

https://rt.cpan.org/Public/Bug/Display.html?id=133489
Comment 2 Alexandros C. Couloumbis 2021-06-10 08:07:02 UTC
(In reply to Mariusz Ceier from comment #0)
> I have dev-lang/perl-5.34.0 and emerging dev-perl/URI-Fetch fails during
> configure phase. 
> Upstream seems to have fixed it:
> https://github.com/neilb/URI-Fetch/commit/
> 20eba82783a5c08adc88ff1cdc7ee9433d63ae4f
> 
> and I can confirm that renaming URI-Fetch-0.130.0.ebuild to
> URI-Fetch-0.150.0.ebuild and replacing DIST_VERSION from 0.13 to 0.15 fixes
> this issue.
> 
> So I guess it needs only a version bump.

indeed this has been resolved upstream with  URI-Fetch-0.15

in the meantime you can through the attached min_perl.patch over at /etc/portage/patches/dev-perl/URI-Fetch-0.130.0 to overcome this issue


https://bugs.gentoo.org/791655 is also a duplicate of this issue
Comment 3 Toralf Förster gentoo-dev 2021-06-10 15:49:45 UTC
(In reply to Alexandros C. Couloumbis from comment #2)

> https://bugs.gentoo.org/791655 is also a duplicate of this issue
or vice versa ;)
Comment 4 Larry the Git Cow gentoo-dev 2021-06-10 18:02:32 UTC
The bug has been closed via the following commit(s):

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

commit 6c5aa33b36a46d5d3a3fc46e1dbf7ce62861e2e4
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-10 18:02:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-10 18:02:12 +0000

    dev-perl/URI-Fetch: apply upstream patch for Perl minimum version
    
    Closes: https://bugs.gentoo.org/794676
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-perl/URI-Fetch/URI-Fetch-0.130.0.ebuild               |  6 +++++-
 dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch | 12 ++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-06-10 18:03:32 UTC
*** Bug 791655 has been marked as a duplicate of this bug. ***