Re: [PATCH] doc: update users.txt

2011-02-11 Thread Jim Meyering
Thien-Thi Nguyen wrote: > () Jim Meyering > () Thu, 10 Feb 2011 21:35:12 +0100 > >There. You've just done it: > > GNU RCS: > > rcs http://git.savannah.gnu.org/cgit/rcs.git Done: >From 4cce65cb2f10936f13760625f39d532564984fde Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Dat

Re: Bug#612692: grub-setup segfaults when presented with partitioned raid

2011-02-11 Thread Jim Meyering
Colin Watson wrote: > On Wed, Feb 09, 2011 at 03:33:54PM -0800, Jamie Heilman wrote: >> root@cucamonga:/etc/grub.d# grub-setup --directory=/boot/grub >> --device-map=/boot/grub/device.map /dev/md/d0 >> Invalid device `/dev/md/d0'. >> Segmentation fault >> >> I think that was supposed to show usage

posixtm failure [was: bug#8017: Error compiling coreutils]

2011-02-11 Thread Eric Blake
On 02/11/2011 09:53 AM, Toni Venters wrote: > Hi, > > The update for coreutils doesn't seem to want to compile. It appears to be > failing one of the tests that it runs. I've copied some of the print out > below. Thanks for the report. First, coreutils _did_ compile, it's just the test that fa

Re: posixtm failure

2011-02-11 Thread Bruno Haible
Hi Eric, Eric Blake wrote: > > FAIL: test-posixtm (exit: 1) > > > > > > 0101.00 mismatch (-: actual; +:expected) > > --62167132800 > > +-62167219200 > > 12312359.59 return value mismatch: got 0, expected 1 > > > > This particular test comes from gnulib,

Re: [Fink-beginners] posixtm failure [was: bug#8017: Error compiling coreutils]

2011-02-11 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/11/11 1:19 PM, Eric Blake wrote: > On 02/11/2011 09:53 AM, Toni Venters wrote: >> Hi, >> >> The update for coreutils doesn't seem to want to compile. It appears to be >> failing one of the tests that it runs. I've copied some of the print out >>

Re: [Fink-beginners] posixtm failure [was: bug#8017: Error compiling coreutils]

2011-02-11 Thread Toni Venters
Sorry, I forgot to tell you that my OS is 10.6.6, 64-bit. ~Toni On Fri, Feb 11, 2011 at 2:21 PM, Alexander Hansen < alexanderk.han...@gmail.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2/11/11 1:19 PM, Eric Blake wrote: > > On 02/11/2011 09:53 AM, Toni Venters wrote: > >>

[PATCH] strptime: avoid compiler warnings

2011-02-11 Thread Eric Blake
Reported against mingw, but reproduced on glibc with: CFLAGS='-Wall -Wunused-label -Wunused-variable' \ ac_cv_func_strptime=no ./gnulib-tool --with-tests --test strptime * lib/strptime.c (__strptime_internal) [!_NL_CURRENT]: Avoid compiler warnings about dead code. Reported by Daniel P. Berrang

Re: posixtm failure

2011-02-11 Thread Paul Eggert
On 02/11/2011 11:18 AM, Bruno Haible wrote: > The problem appears to be inside gnulib's __mktime_internal. It is still > present after Paul's recent patches: On MacOS X 10.5, after configuring > with CC="gcc -m64", I get: > > 0101.00 mismatch (-: actual; +:expected) > --62167132800 >