On Sat, Oct 21, 2006 at 12:28:52PM +0200, Jim Meyering wrote: > Michael Stone <[EMAIL PROTECTED]> wrote: > > On Fri, Oct 20, 2006 at 09:40:15AM -0500, you wrote: > >> Please use the attached SELinux patch, which has been updated > >> for recent SELinux versions. It applies cleanly to the package, and > >> I have tested the resulting packages (I am running them right now). > > > > You can go ahead and upload your packages, I probably won't have time to > > get to it for a day or two, and we might as well let the autobuilders > > start cranking. > > FYI, I have done most of the work to merge SELinux support > into upstream coreutils. Expect it to hit the repository after > the upcoming stable coreutils-6.4 release.
FWIW, the patch breaks non-Linux architectures: i486-gnu-gcc -std=gnu99 -g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O2 -o chmod chmod.o ../lib/libcoreutils.a ../lib/libcoreutils.a if i486-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../lib -g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O2 -MT cp.o -MD -MP -MF +".deps/cp.Tpo" -c -o cp.o cp.c; \ then mv -f ".deps/cp.Tpo" ".deps/cp.Po"; else rm -f ".deps/cp.Tpo"; exit 1; fi cp.c: In function 're_protect': cp.c:345: warning: implicit declaration of function 'copy_acl' cp.c: In function 'main': cp.c:911: error: 'struct cp_options' has no member named 'preserve_security_context' make[4]: *** [cp.o] Error 1 make[4]: Leaving directory `/build/buildd/coreutils-5.97/build-tree/coreutils-5.97/src' I'm filing a seperate FTBFS bug for Debian. cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]