openSUSE / open-build-service

Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
https://openbuildservice.org
GNU General Public License v2.0
935 stars 438 forks source link

Red Hat 7 repository on build service missing packages #748

Closed scantor closed 10 years ago

scantor commented 10 years ago

I have a package that's not starting a build due to unresolveable dependencies on groff and libidn-devel, both of which are present on RH7 in the base package set.

I just tested the same package build on the CentOS 7 repository that just appeared and it built fine, so there's a problem (apparently) with the package list in the Red Hat case.

The failing package is curl-openssl in my home project (home:Scott_Cantor).

cathay4t commented 10 years ago

libidn-devel is in rhel-7-server-optional-rpms which is not included by RHEL 7 of OBS.

RHEL 6 also have the same problem about missing optional repo. Check this: Please refer to http://lists.opensuse.org/opensuse-buildservice/2012-09/msg00121.html

scantor commented 10 years ago

On 8/9/14, 3:29 AM, "cathay4t" notifications@github.com wrote:

libidn-devel is in rhel-7-server-optional-rpms which is not included by RHEL 7 of OBS. RHEL 6 also have the same problem about missing optional repo. Check this: Please refer to http://lists.opensuse.org/opensuse-buildservice/2012-09/msg00121.html

Thanks for the tip. I guess it just happens that more packages ended up in the optional repo, since that particular package is present in the RHEL 6 repo.

-- Scott

scantor commented 10 years ago

Closing, since it appears this is expected behavior.