Description of problem: I just tried to compile package run-2.0-3 from Fedora. The compiler said 1. mpadvise.c(185): error #165: too few arguments in function call The source code is int ret = sched_getaffinity(pid, &set); but in file /usr/include/sched.h is extern int sched_getaffinity (__pid_t __pid, unsigned int __len, unsigned long int *__mask) __THROW; I'm not sure what the fix is for this. 2. mpadvise.c(208): error #165: too few arguments in function call int ret = sched_setaffinity(pid, &set); Again, file /usr/include/sched.h tells us extern int sched_setaffinity (__pid_t __pid, unsigned int __len, unsigned long int *__mask) __THROW; Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This package is currently deprecated and not shipped in FC2.