[Bugs] [Bug 1235224] New: tools/glusterfind: build errors while compiling for RHEL 5
bugzilla at redhat.com
bugzilla at redhat.com
Wed Jun 24 10:51:14 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1235224
Bug ID: 1235224
Summary: tools/glusterfind: build errors while compiling for
RHEL 5
Product: Red Hat Gluster Storage
Version: 3.1
Component: glusterfs-devel
Assignee: aavati at redhat.com
Reporter: vagarwal at redhat.com
QA Contact: storage-qa-internal at redhat.com
CC: avishwan at redhat.com, bugs at gluster.org,
khiremat at redhat.com, mchangir at redhat.com,
nlevinki at redhat.com, rhs-bugs at redhat.com,
rwheeler at redhat.com, vbellur at redhat.com
Depends On: 1235217
+++ This bug was initially created as a clone of Bug #1235217 +++
Description of problem:
Syntax errors building glusterfind Python byte-code on RHEL 5
eg. expr1 if condition1 else expr2
To be able to build on RHEL 5 Python language support, the code needs to be
rewritten as:
if condition1:
expr1
else:
expr2
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Since the make procedure is common for client-side and server-side components,
these Syntax Errors show up in the BREW build logs. However, the RPM packaging
takes care of building the appropriate client-side RPMs without the glusterfind
tool, which is part of the -server RPM.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1235217
[Bug 1235217] tools/glusterfind: build errors while compiling for RHEL 5
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=u3Rm2N6aAW&a=cc_unsubscribe
More information about the Bugs
mailing list