Bug 1623487

Summary: infra: fedora smoke machines need python3-devel rpm installed
Product: [Community] GlusterFS Reporter: Kaleb KEITHLEY <kkeithle>
Component: project-infrastructureAssignee: M. Scherer <mscherer>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, mscherer, nigelb
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-10-03 04:11:28 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 Kaleb KEITHLEY 2018-08-29 13:27:40 UTC
Description of problem:

Attempt to build w/ python3 gets 


09:13:30 /home/jenkins/root/workspace/fedora-smoke/xlators/features/glupy/src/glupy.c:14:10: fatal error: Python.h: No such file or directory
09:13:30  #include <Python.h>
09:13:30           ^~~~~~~~~~
09:13:30 compilation terminated.
Version-Release number of selected component (if applicable):



f28$ locate Python.h
/usr/include/python2.7/Python.h
/usr/include/python3.6m/Python.h

f28$ rpm -q --whatprovides /usr/include/python3.6m/Python.h
python3-devel-3.6.5-1.fc28.x86_64



How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 M. Scherer 2018-08-29 13:43:35 UTC
Adding it on the Fedora builders

Comment 2 Nigel Babu 2018-10-03 04:11:28 UTC
Done.