On Wed, Jan 28, 2009 at 11:26 AM, Poor Yorick
wrote:
> Couldn't check out coreutils at work because corporate firewall blocked
> everything but http access, which always hung during git-clone.
Perhaps if you try a shallow clone by using "git clone --depth 2" or
similar, this may work around the
Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
>
> 'git checkout cfe3602' gives you the state of the tree at
> 6.12-213-gcfe3602 (and to prove it, 'git describe cfe3602' should give you
> the same version string).
Ah, I see. Thank you very much. The was the starting point I needed.
--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Poor Yorick on 1/28/2009 4:26 AM:
>
> Couldn't check out coreutils at work because corporate firewall blocked
> everything but http access, which always hung during git-clone. Finally
> got a copy of the repository at home, but no mentio
Bob Proulx wrote:
> Poor Yorick wrote:
>>> From: Jim Meyering
...
Doh! Sorry about the long lines in the previous email. Mea culpa.
--
Yorick
___
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils
Bob Proulx wrote:
Poor Yorick wrote:
From: Jim Meyering
That was done in v6.12-213-gcfe3602, with other, related changes.
You might want to try coreutils-7.0 or a newer snapshot.
Thanks, the latest packaged snapshot I could find was 6.12.208-2441. Could
you clue me on on how to obtain late
Poor Yorick wrote:
> > From: Jim Meyering
> > That was done in v6.12-213-gcfe3602, with other, related changes.
> > You might want to try coreutils-7.0 or a newer snapshot.
>
> Thanks, the latest packaged snapshot I could find was 6.12.208-2441. Could
> you clue me on on how to obtain later v
> ---Original Message---
> From: Jim Meyering
> Subject: Re: coreutils-6.12.208-2441 and strtold
> Sent: 2009-01-26 19:15
>
[SNIP]
>
> Yes.
> That was done in v6.12-213-gcfe3602, with other, related changes.
> You might want to try coreutils-7.0 or a
"Poor Yorick" wrote:
> building coreutils-6.12.208-2441 on SunOS 5.9 with gcc and gnu ld:
>
> gcc -m32 -std=gnu99 -g -O2 -lintl -Wl,--as-needed -o runcon runcon.o
> libver.a ../lib/libcoreutils.a ../lib/libcoreutils.a -lsocket
> gcc -m32 -std=gnu99 -I. -I../lib -I../lib
> -I/path/t
building coreutils-6.12.208-2441 on SunOS 5.9 with gcc and gnu ld:
gcc -m32 -std=gnu99 -g -O2 -lintl -Wl,--as-needed -o runcon runcon.o
libver.a ../lib/libcoreutils.a ../lib/libcoreutils.a -lsocket
gcc -m32 -std=gnu99 -I. -I../lib -I../lib
-I/path/tosrc/coreutils-6.12.208-2441/core