Re: CVS version doesn't boot for me

2000-05-14 Thread Mark Kettenis
Date: Sun, 14 May 2000 02:52:49 -0400 (EDT) From: Roland McGrath <[EMAIL PROTECTED]> The changes I made related to versioning went into glibc (2.2) on 2000-03-30 or thereabouts and into hurd/libthreads at about the same time. It is not too surprising to have a problem with an old g

Bug#64110: marked as done (hurd: defualt sync interval in help output wrong)

2000-05-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 May 2000 22:36:28 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#64110: hurd: default sync interval in help output wrong has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is n

Bug#64110: hurd: default sync interval in help output wrong

2000-05-14 Thread Roland McGrath
Looks ok to me. Assuming it actually compiles and the output looks right, then check it in and close the bug.

Bug#63262: marked as done (hurd: diskfs translators don't check for bootstrap port correctly)

2000-05-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 May 2000 21:46:23 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#63262: fix looks ok has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsib

Bug#64110: hurd: default sync interval in help output wrong

2000-05-14 Thread Marcus Brinkmann
On Sun, May 14, 2000 at 03:03:00PM -0400, Roland McGrath wrote: > You could produce a patch to fix this and then we would say "go ahead and > check it in", and then you could check it in, and then it would be checked in. How about this? diff -ru /mnt/marcus/gnu/cvs/hurd/libdiskfs/opts-common.c l

Bug#63262: fix looks ok

2000-05-14 Thread Roland McGrath
Marcus, please check in your patch and close the bug.

Bug#64110: hurd: defualt sync interval in help output wrong

2000-05-14 Thread Roland McGrath
Well, you know me. I'd use a macro for the number value and another macro pair to stringify it for the help string: #define VAL 5 #define VAL_STRING STRINGIFY(VAL) #define STRINGIFY(x) #x ... "foo " VAL_STRING " seconds" ... Or maybe you need: #define STRINGIFY(x) STRINGIFY_1(x) #define STRIN

Bug#64110: hurd: defualt sync interval in help output wrong

2000-05-14 Thread Marcus . Brinkmann
Package: hurd Version: N/A Severity: normal Hi, in libdiskfs/sync-default.c, the default sync interval is set to 5 seconds, but opts-common.c has: {"sync", 's', "INTERVAL", OPTION_ARG_OPTIONAL, "If INTERVAL is supplied, sync all data not actually written to disk" " every INTERVA

Re: CVS version doesn't boot for me

2000-05-14 Thread Marcus Brinkmann
On Sun, May 14, 2000 at 03:42:29PM +0100, Chris Lingard wrote: > I may be able to run this with gdb this week. I tried, but couldn't get my feet in the door of the subhurd... I wish you more luck. I will compare the generated object files with the working build by Jeff Bailey. If we attack the p

Re: CVS version doesn't boot for me

2000-05-14 Thread Chris Lingard
> > > The changes I made related to versioning went into glibc (2.2) on > 2000-03-30 or thereabouts and into hurd/libthreads at about the same time. > It is not too surprising to have a problem with an old glibc and a new > hurd. I am not able to do any real hacking or even much code-reading thes