Re: maint.mk v. gzip 1.2.4

2007-10-23 Thread Jim Meyering
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Micah Cowan <[EMAIL PROTECTED]> writes: > >> Simon Josefsson wrote: Sadly, old versions of gzip send the help/usage report to stderr, not stdout, so ">/dev/null" alone does not discard it. (And grep wouldn't see an "rsyncable", even if it

Re: maint.mk v. gzip 1.2.4

2007-10-22 Thread Simon Josefsson
Micah Cowan <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >>> Sadly, old versions of gzip send the help/usage report to stderr, not >>> stdout, so ">/dev/null" alone does not discard it. (And grep wouldn't >>> see an "rsyncable", even if it were there.) Folding stderr into stdout >>> look

Re: maint.mk v. gzip 1.2.4

2007-10-22 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon Josefsson wrote: >> Sadly, old versions of gzip send the help/usage report to stderr, not >> stdout, so ">/dev/null" alone does not discard it. (And grep wouldn't >> see an "rsyncable", even if it were there.) Folding stderr into stdout >> lo

Sync maintainer-makefile files (was: Re: maint.mk v. gzip 1.2.4)

2007-10-22 Thread Simon Josefsson
Simon Josefsson <[EMAIL PROTECTED]> writes: > If we make maint.mk minimal, it would be excellent to make coreutils' > Makefile.maint do 'include maint.mk'. This was the idea all along. > I'll suggest patches for gnulib/coreutils to achieve this. Below are two set of patches. The first one is ag

Re: maint.mk v. gzip 1.2.4

2007-10-22 Thread Simon Josefsson
Jim Meyering <[EMAIL PROTECTED]> writes: > Bruno Haible <[EMAIL PROTECTED]> wrote: >> Simon Josefsson wrote: >>> Fixed in gnulib's maint.mk, thanks! >> >> Still, we have code duplication between gnulib and coreutils here, which >> leads to the same bugs being reported twice, on different mailing l

Re: maint.mk v. gzip 1.2.4

2007-10-22 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Simon Josefsson wrote: >> Fixed in gnulib's maint.mk, thanks! > > Still, we have code duplication between gnulib and coreutils here, which > leads to the same bugs being reported twice, on different mailing lists. > Since you created maint.mk from coreutils

Re: maint.mk v. gzip 1.2.4

2007-10-22 Thread Bruno Haible
Simon Josefsson wrote: > Fixed in gnulib's maint.mk, thanks! Still, we have code duplication between gnulib and coreutils here, which leads to the same bugs being reported twice, on different mailing lists. Since you created maint.mk from coreutils' Makefile.maint, can you can Jim look how to redu

Re: maint.mk v. gzip 1.2.4

2007-10-21 Thread Simon Josefsson
[EMAIL PROTECTED] (Steven M. Schweda) writes: >Greetings: > >While trying to build a recent edition of wget on a Tru64 system, I > ran into a problem, apparently involving gnulib's maint.mk > ("build-aux/maint.mk"?) > >On a system with an old gzip, say version 1.2.4 (which is supplied

Re: maint.mk v. gzip 1.2.4

2007-10-20 Thread Steven M. Schweda
From: Bruno Haible > This was already reported and fixed in coreutils, in > http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00111.html I like my "2>&1" better than that "2>/dev/null", as mine would work if the thing being sought were actually there. (And it's shorter.) Discar

Re: maint.mk v. gzip 1.2.4

2007-10-20 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Why do coreutils and gnulib have to have different copies of these Makefile > rules? I think this is because someone (not me or Jim; I forget who) changed how those files worked in gnulib without getting those changes integrated into coreutils, and the f

Re: maint.mk v. gzip 1.2.4

2007-10-20 Thread Bruno Haible
Hi Jim & Simon, Steven M. Schweda wrote: >On a system with an old gzip, say version 1.2.4 (which is supplied > with Tru64), the victim gets much spewage from an unhappy gzip test. > For example: > ... >The cause of this clutter appears to be this part of maint.mk: > > # Do not save

maint.mk v. gzip 1.2.4

2007-10-19 Thread Steven M. Schweda
Greetings: While trying to build a recent edition of wget on a Tru64 system, I ran into a problem, apparently involving gnulib's maint.mk ("build-aux/maint.mk"?) On a system with an old gzip, say version 1.2.4 (which is supplied with Tru64), the victim gets much spewage from an unhappy g