[Bug 2313693] perl-generators warns when building 3rd party rpms and adds a dependency on perl-libs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2313693



--- Comment #6 from Jitka Plesnikova <jplesnik@xxxxxxxxxx> ---
The reason why you see these errors is that you have installed
'perl-generators'. 
'perl-generators' contains the fileattrs files that 'rpm' uses during the
build. 
'rpm' uses all files which are in /usr/lib/rpm/fileattrs and it doesn't matter 
if the package contains perl code or not. So if you don't want to use these
files, 
you have to uninstall perl-generators. 

In environment, where you have installed only build-requires which you specify
in 
spec (e.g. you can try 'mock'), you won't see the error. 

We took the definition of %__perl from rpm since rpm 4.15. The value is still
the same
%__perl %{_bindir}/perl
Because you changed the content of %{_bindir}, it does not work.

'perl-libs' was added because following macro was not properly set due your
change of %_bindir 
and then all files was checked. 
%__perlcompat_path
^(%{perl_vendorarch}|%{perl_vendorlib}|%{perl_privlib}|%{perl_archlib})/.+


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2313693

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202313693%23c6

-- 
_______________________________________________
perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite Information]

  Powered by Linux