Re: rpmbuild Perl dependency finder broken since F23?

2015-12-19 Thread Nico Kadel-Garcia
The "perl -w" option is also deprecated, and usually quite inappropriate to put in the #! line. It's aimed at producing warnings about *potential* problems, and can generate spew that is difficult to parse in normal operation. See http://www.perl.com/pub/2004/08/09/commandline.html for details on

rpmbuild Perl dependency finder broken since F23?

2015-12-15 Thread Michael Schwendt
Been trying to figure out why an unchanged package rebuilt in koji for F23 is missing _all_ Perl dependencies. Without those deps it crashes at runtime. Turned out that rpmbuild did not generate any Perl deps for the single Perl script in /usr/bin. Shebang was '#!/usr/bin/perl -w'. Changing

Re: rpmbuild Perl dependency finder broken since F23?

2015-12-15 Thread Neal Gompa
Michael, Perhaps it has something to do with our move to Perl 5.22 on Fedora 23? On Tue, Dec 15, 2015 at 2:36 PM, Michael Schwendt wrote: > Been trying to figure out why an unchanged package rebuilt in koji for F23 > is missing _all_ Perl dependencies. Without those deps it

Re: rpmbuild Perl dependency finder broken since F23?

2015-12-15 Thread Michael Schwendt
Here's a test-case: https://bugzilla.redhat.com/1291903 The Perl script contents somehow confuse the dep generator. Which component to assign to? rpm or perl-generators? -- devel mailing list devel@lists.fedoraproject.org