Bug 101969

Summary: schedutils rebuild fails
Product: Red Hat Enterprise Linux 3 Reporter: Michael Redinger <michael.redinger>
Component: schedutilsAssignee: Matt Wilson <msw>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.3.0-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-08 15:44:54 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:

Description Michael Redinger 2003-08-08 13:37:05 UTC
It is not possible to rebuild the schedutils-1.2.0-1.src.rpm on Taroon
(everything install).

Error message:

+ make 'CC=gcc -O2 -g -pipe -march=i386 -mcpu=i686'
gcc -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -W -O2 -o chrt chrt.c
gcc -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -W -O2 -o taskset taskset.c
taskset.c: In function `main':
taskset.c:97: warning: passing arg 2 of `sched_getaffinity' makes pointer from
integer without a cast
taskset.c:97: too many arguments to function `sched_getaffinity'
taskset.c:115: warning: passing arg 2 of `sched_setaffinity' makes pointer from
integer without a cast
taskset.c:115: too many arguments to function `sched_setaffinity'
taskset.c:121: warning: passing arg 2 of `sched_getaffinity' makes pointer from
integer without a cast
taskset.c:121: too many arguments to function `sched_getaffinity'
make: *** [taskset] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.82754 (%build)

Comment 1 Matt Wilson 2003-08-08 15:00:04 UTC
schedutils-1.3.0 fixes this