Re: gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-06-29 Thread Eric Blake
echo "$handledmodules" | LC_ALL=C join -v 2 - "$tmp"/queued-modules > 1) The 'join' command (or 'join --nocheck-order' in coreutils 6.11 or newer) >apparently closes its standard input and exits when the contents of the >second file (small enough or even empty) allows to determine the comp

Re: gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-06-29 Thread Bruno Haible
Hi Jim, Eric, shell utilities experts, Sam reports that this line of code inmodules=`echo "$handledmodules" | LC_ALL=C join -v 2 - "$tmp"/queued-modules` can print "gnulib-tool: line 1512: echo: write error: Broken pipe" on stderr. 1) The 'join' command (or 'join --nocheck-order' in coreutil

Re: gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-06-29 Thread Bruno Haible
Hi Sam, > > inmodules=`echo "$handledmodules" | LC_ALL=C join -v 2 - > > "$tmp"/queued-modules` > > and it looks improbable that 'join' would terminate before it has > > consumed > > all its input.) > > indeed, that is the line 1512 (as you know, Makefile.devel does "cvs up" > bef

Re: Included/excluded files

2008-06-29 Thread Bruno Haible
Hi Sylvain, Sylvain Beucler wrote: > - 'm4/gnulib-comp.m4' is not mentioned in '.gitignore', so it keeps > showing up in 'git status', but it's documented as a built file, not > to be included in the project repository. It could be added in the > '.gitignore' file. Yes, you are right. Imple

Re: gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-06-29 Thread Sam Steingold
Hi Bruno, > * Bruno Haible <[EMAIL PROTECTED]> [2008-06-30 00:09:55 +0200]: > >> gnulib/gnulib-tool --import --source-base=src/gllib \ >> --m4-base=src/glm4 --aux-dir=src/build-aux --no-changelog \ >> stdint stdbool regex fnmatch-gnu havelib gettext localcharset \ >>

gnulib-tool related tweaks

2008-06-29 Thread Bruno Haible
This updates the doc and the (currently unused) gnulib-tool.m4 to match past changes to gnulib-tool. 2008-06-29 Bruno Haible <[EMAIL PROTECTED]> * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option. * m4/gnulib-tool.m4: Update to match current gnulib-tool. *** doc/

Re: Included/excluded files

2008-06-29 Thread Bruno Haible
Hi Sylvain, > > - 'm4/gnulib-comp.m4' is "meant to be stored in CVS", however it is > > not included in tarballs on 'make dist'. Currently my 'bootstrap' > > script just calls 'gnulib-tool --import' and rely on > > 'gnulib-comp.m4' to fetch to appropriate modules. People who > > download a

Re: gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-06-29 Thread Bruno Haible
Hi Sam, > gnulib/gnulib-tool --import --source-base=src/gllib \ > --m4-base=src/glm4 --aux-dir=src/build-aux --no-changelog \ > stdint stdbool regex fnmatch-gnu havelib gettext localcharset \ > uniwidth/width streq uniname/uniname unitypes link-follow > gn

gnulib/gnulib-tool: line 1512: echo: write error: Broken pipe

2008-06-29 Thread Sam Steingold
I just run gnulib/gnulib-tool and got this error: gnulib/gnulib-tool --import --source-base=src/gllib \ --m4-base=src/glm4 --aux-dir=src/build-aux --no-changelog \ stdint stdbool regex fnmatch-gnu havelib gettext localcharset \ uniwidth/width streq u