Description of problem: Rebuilding of policycoreutils fails with this error messages: [...] make[1]: Entering directory `/usr/src/redhat/BUILD/policycoreutils-1.23.9/audit2why' cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -Wall -W audit2why.c -lsepol -lselinux -o audit2why audit2why.c: In function 'main': audit2why.c:30: warning: 'fp' may be used uninitialized in this function /tmp/ccxoMWcB.o(.text+0x371): In function `main': /usr/src/redhat/BUILD/policycoreutils-1.23.9/audit2why/audit2why.c:146: undefined reference to `sepol_context_to_sid' /tmp/ccxoMWcB.o(.text+0x581):/usr/src/redhat/BUILD/policycoreutils-1.23.9/audit2why/audit2why.c:165: undefined reference to `sepol_context_to_sid' /tmp/ccxoMWcB.o(.text+0x7b0):/usr/src/redhat/BUILD/policycoreutils-1.23.9/audit2why/audit2why.c:208: undefined reference to `sepol_compute_av_reason' collect2: ld returned 1 exit status make[1]: *** [audit2why] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/policycoreutils-1.23.9/audit2why' make: *** [all] Error 1 I've no clue, why I get this error message, libsepol(-devel) and libselinux(-devel) are installed. Version-Release number of selected component (if applicable): policycoreutils-1.23.9-1 How reproducible: Everytime, see above. Actual results: Rebuilding doesn't work. Expected results: Rebuilding should work. Additional info: Using cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -Wall -W /usr/lib/libsepol.a audit2why.c -lsepol -lselinux -o audit2why instead of cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -Wall -W audit2why.c -lsepol -lselinux -o audit2why avoids the error messages.
You need to update to policycoreutils-1.23.10-1
And why isn't policycoreutils-1.23.10-1 available in Rawhide?
1.23.10-2 was built in today's Rawhide; works -> closing now.