Re: gnulib, as part of coreutils-8.21, some changes needed

2013-03-04 Thread Paul Eggert
Thanks, I pushed the following gnulib patch: --- ChangeLog | 8 m4/non-recursive-gnulib-prefix-hack.m4 | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 725fe13..0d2715c 100644 --- a/ChangeLog +++ b/ChangeLog

RE: gnulib, as part of coreutils-8.21, some changes needed

2013-03-04 Thread Joachim Schmitz
Hi folks In an attempt to port coreutils 8.21 to HP-NonStop I stumbled accross a couple problems, here are my fixes to them: I had to tweak configure like this diff -EBbu ./configure.orig ./configure --- ./configure.orig2013-02-14 09:54:18 -0600 +++ ./configure 2013-02-18 11:04:51 -0600 @@

RE: coreutils-8.21, some changes needed

2013-02-19 Thread Joachim Schmitz
> -Original Message- > From: Joachim Schmitz [mailto:j...@schmitz-digital.de] > Sent: Tuesday, February 19, 2013 9:18 AM > To: '10...@debbugs.gnu.org'; 'bug-gnulib@gnu.org' > Subject: coreutils-8.21, some changes needed > > Hi folks > > In

RE: bug#10305: coreutils-8.21, some changes needed

2013-02-19 Thread Joachim Schmitz
> From: Pádraig Brady [mailto:p...@draigbrady.com] > Sent: Tuesday, February 19, 2013 11:29 AM > To: Joachim Schmitz > Cc: 10...@debbugs.gnu.org; bug-gnulib@gnu.org > Subject: Re: bug#10305: coreutils-8.21, some changes needed > > On 02/19/2013 09:08 AM, Joachim Schmitz wrot

Re: bug#10305: coreutils-8.21, some changes needed

2013-02-19 Thread Pádraig Brady
On 02/19/2013 09:08 AM, Joachim Schmitz wrote: -Original Message- From: Joachim Schmitz [mailto:j...@schmitz-digital.de] Sent: Tuesday, February 19, 2013 9:18 AM To: '10...@debbugs.gnu.org'; 'bug-gnulib@gnu.org' Subject: coreutils-8.21, some changes needed Hi fol

coreutils-8.21, some changes needed

2013-02-19 Thread Joachim Schmitz
Hi folks In an attempt to port coreutils 8.21 to HP-NonStop I stumbled accross a couple problems, here are my fixes to them: Here another file needs to get adjusted to using the new root-uid.h diff -EBbu ./src/copy.c.orig ./src/copy.c --- ./src/copy.c.orig 2013-02-07 03:37:05 -0600 +++ ./src/