[Bug 1230486] New: Remove BuildRequires on glibc-headers, and remove Requires on glibc-headers.

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 11 03:46:30 UTC 2015


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

            Bug ID: 1230486
           Summary: Remove BuildRequires on glibc-headers, and remove
                    Requires on glibc-headers.
           Product: Fedora
           Version: rawhide
         Component: perl-Config-AutoConf
          Assignee: psabata at redhat.com
          Reporter: codonell at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: perl-devel at lists.fedoraproject.org, psabata at redhat.com



The BuildRequires on glibc-headers should either be removed or converted into a
BuildRequires: gcc. Either you need to be able to compile C programs, in which
case the compiler will provide the required implementation headers (by
requiring glibc-devel), or you don't need glibc-headers.

The Requires on glibc-headers should also be removed. The development libraries
and headers will be used by developers via BuildRequires, but along with
BuildRequires: gcc or similar, and thus they will have installed all the
headers that are required to use perl-Config-AutoConf for C or other languages.

The reason I'm asking this is that glibc-headers may or may not be removed in
the future, and I'm looking to remove what appears to be unnecessary
dependencies on glibc-headers.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the perl-devel mailing list