Re: tar does not strip trailing slashes before mkdir()

2001-01-04 Thread Marcus Brinkmann
On Thu, Jan 04, 2001 at 03:54:43PM -0500, Jonathan P Tomer wrote: > i had seen evidence of this before, and i was wondering why it is the > case. is there any reason why mkdir() in glibc for the hurd does not > remove trailing /'s? We want to spot those incompatibilities and fix them. There is n

Re: tar does not strip trailing slashes before mkdir()

2001-01-04 Thread Paul Eggert
> From: Marcus Brinkmann <[EMAIL PROTECTED]> > Date: Thu, 4 Jan 2001 21:41:21 +0100 > > Please revert this change, so tar can extract archives on GNU systems. Thanks for your bug report. I can't revert the change completely as it fixes some other problems, but I will fix the incompatibility wit

Re: all largefile checks broken

2001-01-04 Thread Mark Kettenis
From: Marcus Brinkmann <[EMAIL PROTECTED]> Date: Thu, 4 Jan 2001 22:45:14 +0100 On Thu, Jan 04, 2001 at 04:04:14PM -0500, Roland McGrath wrote: > > some largefile autoconf check included in shellutils, fileutils and probably > > elsewhere doesn't recognize the Hurd stubs returning

Re: all largefile checks broken

2001-01-04 Thread Marcus Brinkmann
On Thu, Jan 04, 2001 at 04:04:14PM -0500, Roland McGrath wrote: > > some largefile autoconf check included in shellutils, fileutils and probably > > elsewhere doesn't recognize the Hurd stubs returning EOPNOTSUPP correctly. > > For all those, a special case in the Debian packaging is needed to add

Re: all largefile checks broken

2001-01-04 Thread Roland McGrath
> some largefile autoconf check included in shellutils, fileutils and probably > elsewhere doesn't recognize the Hurd stubs returning EOPNOTSUPP correctly. > For all those, a special case in the Debian packaging is needed to add > --disable-largefile to configure invocation. Please give details.

Re: tar does not strip trailing slashes before mkdir()

2001-01-04 Thread Jonathan P Tomer
On Thu, Jan 04, 2001 at 09:41:21PM +0100, Marcus Brinkmann wrote: > Hi, > > the latest tar 1.13.18 does not work correctly on the Hurd. It fails with > an EINVAL from mkdir when trying to create "foo/" when extracting some > archives (which contain this pathname). > > Now, POSIX doesn't say that

all largefile checks broken

2001-01-04 Thread Marcus Brinkmann
Hi, some largefile autoconf check included in shellutils, fileutils and probably elsewhere doesn't recognize the Hurd stubs returning EOPNOTSUPP correctly. For all those, a special case in the Debian packaging is needed to add --disable-largefile to configure invocation. It would be great if som

tar does not strip trailing slashes before mkdir()

2001-01-04 Thread Marcus Brinkmann
Hi, the latest tar 1.13.18 does not work correctly on the Hurd. It fails with an EINVAL from mkdir when trying to create "foo/" when extracting some archives (which contain this pathname). Now, POSIX doesn't say that trailing slashes can be added to arbitrary pathnames, it says they can if the p