Bug 1551081

Summary: Ruby-devel should pull rpm-redhat-config
Product: [Fedora] Fedora Reporter: Michael S. <misc>
Component: rubyAssignee: Vít Ondruch <vondruch>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 27CC: mmorsi, mtasaka, pvalena, s, strzibny, vanmeeuwen+fedora, vondruch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-02 18:46:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael S. 2018-03-02 17:13:46 UTC
Description of problem:

When installing ruby-devel in a very minimal env (example, a container for openshift), it seems that building a compiled gem requires gcc, and rpm-redhat-config, or it fail with a weird error.

That's kinda similar to what happened with python:
https://bugzilla.redhat.com/show_bug.cgi?id=1496757

And the fix:
https://src.fedoraproject.org/rpms/python3/pull-request/15

Would it make sense

Version-Release number of selected component (if applicable):


How reproducible:
each time

Steps to Reproduce:
1. make a docker container from F27 
2. install ruby-devel and gcc inside
3. try gem install asciibinder (for example)

Actual results:

it fail with a error related to the rpm-config

Expected results:

it shouldn't fail on that.

Additional info:

Comment 1 Vít Ondruch 2018-03-02 18:46:07 UTC

*** This bug has been marked as a duplicate of bug 1284684 ***