Bug 463857

Summary: python-pyblock no longer builds
Product: Red Hat Enterprise Linux 5 Reporter: Doug Chapman <dchapman>
Component: python-pyblockAssignee: Peter Jones <pjones>
Status: CLOSED NEXTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: medium    
Version: 5.4CC: jgranado
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-24 15:41:26 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:
Attachments:
Description Flags
patch to fix build error none

Description Doug Chapman 2008-09-24 22:21:20 UTC
Created attachment 317627 [details]
patch to fix build error

Description of problem:
python-pyblock no longer builds:


gcc -g -I/usr/include/python2.4 -Wall -Werror -fPIC -DUSESELINUX=1 -c -o dmraid.o dmraid.c
cc1: warnings being treated as errors
dmraid.c: In function ‘pydmraid_ctx_discover_raidsets’:
dmraid.c:1248: warning: passing argument 2 of ‘group_set’ from incompatible pointer type
make: *** [dmraid.o] Error 1


I will attach a patch that doe what I think was intended.


Version-Release number of selected component (if applicable):
python-pyblock-0.26-1.el5


How reproducible:
100%

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Joel Andres Granados 2008-09-25 21:00:41 UTC
I guess once you build it in RHEL5.3 it breaks.  I built it in RHEL5.2 and had no problems.  More over did  a scratch build with build target "dist-5E-build".

Comment 2 Joel Andres Granados 2009-04-24 15:41:26 UTC
We are currently in python-pyblock-0.26-4.el5 and it built for me in brew.  I think we can safely close this bug.