Re: Translator support for GNU tar

2003-06-19 Thread M. Gerards
Quoting "Alfred M. Szmidt" <[EMAIL PROTECTED]>: >I really appreciate any feedback, even about the changelog (My english >sucks and I guess I made some mistakes). :) > > Here you go. And thanks! >2003-06-19 Marco Gerards <[EMAIL PROTECTED]> > > * configure.ac: Check for

Re: Translator support for GNU tar

2003-06-19 Thread Alfred M. Szmidt
I really appreciate any feedback, even about the changelog (My english sucks and I guess I made some mistakes). :) Here you go. 2003-06-19 Marco Gerards <[EMAIL PROTECTED]> * configure.ac: Check for hurd.h. * src/common.h (dump_translator_option): New variable.

Re: Translator support for GNU tar

2003-06-19 Thread Alfred M. Szmidt
Was that patch to coreutils already commited? Nope. But I will try to get it applied this summer. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Translator support for GNU tar

2003-06-19 Thread Wolfgang Jaehrling
On Thu, Jun 19, 2003 at 10:22:34PM +0200, Marco Gerards wrote: > My biggest problem is autoconf. It doesn't even work perfectly for the > orginal sourcecode. I've added a test to check for the Hurd by looking > for hurd.h, is that correct? Check for individual features; for example, when the featu

Re: Translator support for GNU tar

2003-06-19 Thread M. Gerards
Quoting "Alfred M. Szmidt" <[EMAIL PROTECTED]>: >I have a question about the output while verbosely listing the >tarball content. Now I use a format like: ">> /hurd/ext2fs >/dev/hd0s2" just like the output for symlinks, but ">>" instead of >"->". Is this the output we want? Alfred,

Re: Translator support for GNU tar

2003-06-19 Thread Alfred M. Szmidt
I have a question about the output while verbosely listing the tarball content. Now I use a format like: ">> /hurd/ext2fs /dev/hd0s2" just like the output for symlinks, but ">>" instead of "->". Is this the output we want? Alfred, what did you use for ls? I used => for translators in t

Translator support for GNU tar

2003-06-19 Thread Marco Gerards
Hi, I wrote a patch for GNU tar to support passive translators. Can someone please check it (especially the Hurd part) before I send it to the tar mailinglist? My biggest problem is autoconf. It doesn't even work perfectly for the orginal sourcecode. I've added a test to check for the Hurd by loo

Re: ppc, darwin, and the hurd

2003-06-19 Thread Peter Bruin
Hi, [EMAIL PROTECTED] wrote: > From what I understand the darwin kernel is not compatable with the > mach interface though. The Darwin kernel doesn't have Mach's device drivers; instead, it uses Apple's so-called IOKit. As far as I know, the rest of the Mach system calls should work, at least i