[Bug 1131943] New: Do not redefine internal dependency generator

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 20 11:13:35 UTC 2014


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

            Bug ID: 1131943
           Summary: Do not redefine internal dependency generator
           Product: Fedora
           Version: rawhide
         Component: perl-Gtk2-Notify
          Assignee: ppisar at redhat.com
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: mmaslano at redhat.com,
                    perl-devel at lists.fedoraproject.org, ppisar at redhat.com,
                    psabata at redhat.com



This package redefines RPM Provides generator:

# don't "provide" private Perl libs
%global _use_internal_dependency_generator 0
%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' |
%__find_provides"
%global __find_provides %provfind

This should be replaced by dependency filter. The code is rotten and rpm-build
crashes on it:

Hledám   Provides: /bin/sh -c "grep -v '/usr/lib64/perl5/vendor_perl.*\.so$' |
/usr/lib/rpm/find-provides"
/usr/lib/rpm/find-provides: řádek 3: 27425 Neoprávněný přístup do paměti
(SIGSEGV)                     (core dumped [obraz paměti uložen])
/usr/lib/rpm/rpmdeps --provides
chyba: /bin/sh failed: 8b00
chyba: Selhalo vyhledání Provides:
chyby sestavení RPM:
    /bin/sh failed: 8b00
    Selhalo vyhledání Provides:
Child return code was: 1

See <https://bugzilla.redhat.com/show_bug.cgi?id=1131892> for rpm-build
emergency hack.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zhVehxvZ2J&a=cc_unsubscribe


More information about the perl-devel mailing list