Bug 230608

Summary: missing config.h in latest -14
Product: [Fedora] Fedora Reporter: Balint Cristian <cbalint>
Component: perlAssignee: Robin Norwood <robin.norwood>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-02 11:18:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 222042, 230689    

Description Balint Cristian 2007-03-01 18:57:07 UTC
Description of problem:
missing config.h

i think latest -devel doesnt ship that header file.

Version-Release number of selected component (if applicable):
perl-5.8.8-14.fc7

How reproducible:
--

Steps to Reproduce:

[root@rezso SPECS]# 
rpm --root=/var/lib/mock/fedora-development-i386-core/root/ -ql perl | grep 
config.h | grep CORE
[root@rezso SPECS]# 
rpm --root=/var/lib/mock/fedora-development-x86_64-core/root/ -ql perl | grep 
config.h | grep CORE
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/config.h
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/uconfig.h

[root@rezso SPECS]# 
rpm --root=/var/lib/mock/fedora-development-x86_64-core/root/ -q perl
perl-5.8.8-12.fc7
[root@rezso SPECS]# 
rpm --root=/var/lib/mock/fedora-development-i386-core/root/ -q perl
perl-5.8.8-14.fc7

Comment 1 Robin Norwood 2007-03-01 19:38:43 UTC
Balint,

Yes, this is related to our splitting out perl-devel in -14 - 'yum install
perl-devel' should fix the problem.  See bug #226276

Comment 2 Balint Cristian 2007-03-02 11:18:40 UTC
dohh ...  sorry !

I was _very_ dumb at that late hours ... didnt notice that.

thx !


Comment 3 Warren Togami 2007-03-05 15:39:32 UTC
Just talked with Robin.  Proposed to make this this transition smoother in the
future is to add "Provides: perl-devel" to the older versions of the perl
package when perl is updated in those distros.