bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new snapshot (rm fixes and new program: mktemp)


From: Jim Meyering
Subject: Re: new snapshot (rm fixes and new program: mktemp)
Date: Mon, 08 Oct 2007 22:31:49 +0200

Bauke Jan Douma <address@hidden> wrote:

> Jim Meyering wrote on 08-10-07 11:05:
>> In addition to adding mktemp, I've fixed a few low-probability bugs in rm.
>> This also includes a lot of new code from gnulib, by virtue of coreutils
>> now requiring the vasprintf-posix module (mostly for non-POSIX systems),
>> so please give this a work-out if you haven't built a snapshot recently:
>>
>>     http://meyering.net/cu/coreutils-6.9-ss.tar.gz
>
> $> uname -a
> Linux skyscraper64 2.6.22.6core2-4 #2 SMP Sun Sep 23 02:37:40 CEST 2007 
> x86_64 AMD Athlon(tm) 64 Processor 3800+ AuthenticAMD GNU/Linux
>
> $> ./configure --prefix=/usr
>
> I don't have selinux.
>
> I'm getting:
> FAIL: chcon

Thank you.
Here's one way to fix that:

diff --git a/tests/misc/chcon b/tests/misc/chcon
index 46aaf87..851b415 100755
--- a/tests/misc/chcon
+++ b/tests/misc/chcon
@@ -6,6 +6,7 @@ if test "$VERBOSE" = yes; then
   chcon --version
 fi

+. $srcdir/../selinux
 . $srcdir/../lang-default
 PRIV_CHECK_ARG=require-root . $srcdir/../priv-check
 . $srcdir/../test-lib.sh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]