[Bug 1811741] /usr/bin/perl is no longer pulled in by perl packages, making builds fail

2020-03-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1811741

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2020-03-10 06:43:17



--- Comment #6 from Petr Pisar  ---
This is an expected behavior. If your spec file executes /usr/bin/perl,
build-require perl-interpreter RPM package. Please follow the packaging
guidelines.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1811741] /usr/bin/perl is no longer pulled in by perl packages, making builds fail

2020-03-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1811741



--- Comment #5 from Paul Howarth  ---
It'll have started failing to build as a result of this change:

https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/thread/UWJBPOBKLN6JD74AKQKZDOUO2DGUFL4H/

The fix is to BR: perl-interpreter as per the guidelines.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1811741] /usr/bin/perl is no longer pulled in by perl packages, making builds fail

2020-03-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1811741



--- Comment #4 from Nicolas Mailhot  ---
No, that‘s a package that builds in F32, built in F33 a few days ago, but does
not build today in F33 without a perl-interpreter BuildRequires

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1811741] /usr/bin/perl is no longer pulled in by perl packages, making builds fail

2020-03-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1811741



--- Comment #3 from Paul Howarth  ---
Perl modules can be used with an embedded perl via libperl.so and so don't need
/usr/bin/perl.

Existing packages should have been fixed to support this arrangement as part
of:
https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules
That was a change for Fedora 27.

Is this a new package you're working on?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1811741] /usr/bin/perl is no longer pulled in by perl packages, making builds fail

2020-03-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1811741



--- Comment #2 from Nicolas Mailhot  ---
The package explicitly installs a bunch of perl packages. What use are those
without an interpreter?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1811741] /usr/bin/perl is no longer pulled in by perl packages, making builds fail

2020-03-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1811741

Paul Howarth  changed:

   What|Removed |Added

 CC||p...@city-fan.org
   Doc Type|--- |If docs needed, set a value



--- Comment #1 from Paul Howarth  ---
If your package needs the perl interpreter to build, it should BuildRequires:
perl-interpreter

https://fedoraproject.org/wiki/Packaging:Perl#Build_Dependencies

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org