bug-coreutils archive search

Search String: Display: Description: Sort:

Results:

References: [ +subject:snapshot: 406 ]

Total 406 documents matching your query.

121. Re: new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 01:28:03 +0300
Something odd happened with generated man/Makefile.in file, it is no longer going to build and install manpages because all corresponding code is absent in the new version: -all-am: Makefile $(MANS)
/archive/html/bug-coreutils/2008-03/msg00145.html (6,138 bytes)

122. Re: new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Wed, 19 Mar 2008 23:41:14 +0100
Hi Dmitry, Thanks for pointing that out. It may be due to the fact that I generated Makefile.in using automake built from the very latest version in the upstream automake.git repository. I've Cc'd bu
/archive/html/bug-coreutils/2008-03/msg00146.html (6,690 bytes)

123. Re: new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 02:52:42 +0300
In my case, automake version is 1.10.1 (latest stable release) also results to wrong man/Makefile.in file. Thanks, this workaround helps to build manpages. Installing them using "make install" is sti
/archive/html/bug-coreutils/2008-03/msg00148.html (7,709 bytes)

124. Re: new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 18:49:35 +0100
Ahh, now I see. This coreutils change removed the final literal from the definition of dist_man_MANS in man/Makefile.am, which seems like it should be fine: http://git.sv.gnu.org/gitweb/?p=coreutils.
/archive/html/bug-coreutils/2008-03/msg00155.html (13,893 bytes)

125. Re: new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 18:51:39 +0100
Hi Jim, * Jim Meyering wrote on Thu, Mar 20, 2008 at 06:49:35PM CET: You can instead also just s/dist_man_MANS/dist_man1_MANS/ because all automake needs to know is the section. Cheers, Ralf
/archive/html/bug-coreutils/2008-03/msg00156.html (6,617 bytes)

126. Re: new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 19:08:28 +0100
Hi Ralf, Thank you! That's much better. Remove today's automake kludge, altogether. Fix properly. * man/Makefile.am: Use dist_man1_MANS instead of dist_man_MANS. Suggestion from Ralf Wildenhues. diff
/archive/html/bug-coreutils/2008-03/msg00157.html (8,666 bytes)

127. FYI: new snapshot and an upcoming release (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 19:40:47 +0100
I expect to make a new release of coreutils within a week or two. If you've been sitting on anything resembling a bug report, please send it in sooner rather than later. Here's a new snapshot: coreut
/archive/html/bug-coreutils/2008-03/msg00159.html (6,962 bytes)

128. Re: FYI: new snapshot and an upcoming release (score: 1)
Author: HIDDEN
Date: Thu, 20 Mar 2008 16:11:25 -0400
i get 4 test failures on x86_64/linux running as root: FAIL: no-give-up.log FAIL: fail-2eperm.log FAIL: special-bits.log FAIL: now-owned-by-other.log verbose logs attached -mike Attachment: signature
/archive/html/bug-coreutils/2008-03/msg00160.html (20,137 bytes)

129. Re: FYI: new snapshot and an upcoming release (score: 1)
Author: HIDDEN
Date: Fri, 21 Mar 2008 17:45:30 +0100
... Hi Mike, Thanks for the quick feedback! You probably know, but just in case, ... realize that running such tests as root is risky, especially on a system with potentially hostile users. I can rep
/archive/html/bug-coreutils/2008-03/msg00168.html (6,424 bytes)

130. new coreutils snapshot available (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 15:24:27 +0100
I'm planning to make a release soon, maybe in the next week, so here's a snapshot of the current state: coreutils snapshot: http://meyering.net/cu/coreutils-ss.tar.gz 8.8 MB http://meyering.net/cu/co
/archive/html/bug-coreutils/2008-03/msg00226.html (8,301 bytes)

131. Re: Test suite failure in new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 19:03:37 +0100
... Thanks for the quick feedback! That's odd. But it's easy to work around. Patch below, but before I apply it for good, I'd like to understand why it is happening. What type of system are you using
/archive/html/bug-coreutils/2008-03/msg00227.html (7,738 bytes)

132. Re: Test suite failure in new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 19:21:07 +0100
Whoops. Missing backslashes. Here's a patch that actually has a chance of working ;-) diff --git a/tests/mkdir/selinux b/tests/mkdir/selinux index c0fc201..f8aeace 100755 -- a/tests/mkdir/selinux +++
/archive/html/bug-coreutils/2008-03/msg00228.html (8,287 bytes)

133. Test suite failure in new snapshot (was: new coreutils snapshot available) (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 18:00:54 +0100
I got an error in `make check' in this snapshot: ,-- `/usr/local/src/coreutils-6.10.156-0ec48/tests/mkdir' `/usr/local/src/coreutils-6.10.156-0ec48/tests/mkdir' `/usr/local/src/coreutils-6.10.156-0ec
/archive/html/bug-coreutils/2008-03/msg00229.html (7,930 bytes)

134. Re: Test suite failure in new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 19:36:25 +0100
Debian GNU/Linux sid, i386 architecture. Linux 2.6.24.4, self-compiled. 2.0.59, according to `dpkg -l libselinux1'. Here it comes: execve("./mkdir", ["./mkdir", "-Z", "jdkdjkdj", "foo"], [/* 32 vars
/archive/html/bug-coreutils/2008-03/msg00231.html (10,470 bytes)

135. Re: Test suite failure in new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 19:48:45 +0100
I can confirm that it actually works. :-) Sven
/archive/html/bug-coreutils/2008-03/msg00232.html (6,193 bytes)

136. Re: Test suite failure in new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 22:08:37 +0100
Was that without CONFIG_SECURITY_SELINUX ? Should be fine. Thanks. ... I think this failure is due to lack of kernel support.
/archive/html/bug-coreutils/2008-03/msg00234.html (6,534 bytes)

137. Re: Test suite failure in new snapshot (score: 1)
Author: HIDDEN
Date: Sat, 29 Mar 2008 22:25:49 +0100
Yes. Sounds plausible. Cheers, Sven
/archive/html/bug-coreutils/2008-03/msg00235.html (6,209 bytes)

138. new snapshot available: coreutils-6.10.169-a1a0b (score: 1)
Author: HIDDEN
Date: Tue, 01 Apr 2008 18:05:09 +0200
I expect to make a release as soon as autoconf-2.62 is released. As such, this snapshot was bootstrapped with the very latest autoconf and automake (and as usual, up-to-the-minute gnulib). There has
/archive/html/bug-coreutils/2008-04/msg00005.html (9,796 bytes)

139. new snapshot available: coreutils-6.10.173-c1b6f (score: 1)
Author: HIDDEN
Date: Sat, 05 Apr 2008 10:30:25 +0200
It feels like we're converging. There have been some relevant changes in gnulib, too. Here's hoping the next announcement will be for coreutils-7.0. coreutils snapshot: http://meyering.net/cu/coreuti
/archive/html/bug-coreutils/2008-04/msg00055.html (5,097 bytes)

140. new snapshot available: coreutils-6.10.176-383b1 (score: 1)
Author: HIDDEN
Date: Sun, 06 Apr 2008 19:49:22 +0200
I'd forgotten to pull onto master the remove.c fix for BeOS/Haiku, but more importantly, this snapshot is bootstrapped with the just-tagged autoconf-2.62 (soon to appear on ftp.gnu.org): coreutils sn
/archive/html/bug-coreutils/2008-04/msg00076.html (5,036 bytes)


This search system is powered by Namazu