Package: gnulib Version: 20080801-1 Severity: normal Updating man-db's copy of gnulib now produces the following error, which didn't appear with gnulib 20080701-1.
$ ./autogen.sh /usr/bin/gnulib-tool: line 1512: echo: write error: Broken pipe (The relevant part of autogen.sh mostly just runs 'gnulib-tool --update'.) The diff created by running this seems sane, though. FWIW, here's the context around line 1512, which is in the func_modules_transitive_closure function: 1509 handledmodules=`for m in $handledmodules $inmodules_this_round; do echo $m; done | LC_ALL=C sort -u` 1510 # Remove $handledmodules from $inmodules. 1511 for m in $inmodules; do echo $m; done | LC_ALL=C sort -u > "$tmp"/queued-modules 1512 inmodules=`echo "$handledmodules" | LC_ALL=C join -v 2 - "$tmp"/queued-modules` 1513 done 1514 modules=`for m in $outmodules; do echo $m; done | LC_ALL=C sort -u` 1515 rm -f "$tmp"/queued-modules Thanks, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

