[Bugs] [Bug 1364877] New: configure script should check for python-devel package or skip building glupy
bugzilla at redhat.com
bugzilla at redhat.com
Mon Aug 8 05:57:12 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1364877
Bug ID: 1364877
Summary: configure script should check for python-devel package
or skip building glupy
Product: GlusterFS
Version: mainline
Component: glupy
Severity: low
Assignee: bugs at gluster.org
Reporter: ppai at redhat.com
CC: bugs at gluster.org
Description of problem:
On Fedora 24, running ./configure script does not (check or) ask for
python-devel package as requirement.
If one goes ahead with compilation after running ./configure script, it'll fail
with following error:
glupy.c:13:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
Makefile:608: recipe for target 'glupy.lo' failed
Compilation will continue normally on installing python-devel RPM package which
provides Python.h
./Configure script should warn about absence of Python.h file OR skip building
glupy if python-devel is absent.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list