Re: [Hurd-devel-readers] Re: pthread roadmap

2002-10-07 Thread Thomas Bushnell, BSG
Wolfgang Jaehrling <[EMAIL PROTECTED]> writes: > On Mon, Oct 07, 2002 at 04:34:07PM -0500, Graham Wilson wrote: > > what is this cancellation stuff? is there documentation about it > > somewhere? > > And more importantly, is this also the case when writing new servers > with pthreads? (Ignoring

Re: [Hurd-devel-readers] Re: pthread roadmap

2002-10-07 Thread Wolfgang Jaehrling
On Mon, Oct 07, 2002 at 04:34:07PM -0500, Graham Wilson wrote: > what is this cancellation stuff? is there documentation about it > somewhere? And more importantly, is this also the case when writing new servers with pthreads? (Ignoring that we need a pthreads-aware libports to make that possibl

Re: hurd-devel-readers archives private?

2002-10-07 Thread Roland McGrath
There aren't archives of hurd-devel-readers because it's just a copy of hurd-devel and those archives (though not the list) are public. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: dir_index filesystem feature? (was: Re: installation error

2002-10-07 Thread Marcus Brinkmann
On Mon, Oct 07, 2002 at 08:49:09PM -0400, Roland McGrath wrote: > > He has a spurious dir_index filesystem optio, which seems to be new in > > e2fsprogs 1.30. Anybody knows what that is, if we should implement this, > > or if we better write a bug report ASAP to disable this for -o hurd? > > It

hurd-devel-readers archives private?

2002-10-07 Thread Burton Samograd
I was trying to get an archive of hurd-devel-readers and found that the archives aren't public. This seemed rather odd since it's a read only group. I would like to get up to speed on what was/is happening in hurd development and this seems like a good place to continue reading, if only i could g

Re: dir_index filesystem feature? (was: Re: installation error

2002-10-07 Thread Roland McGrath
> He has a spurious dir_index filesystem optio, which seems to be new in > e2fsprogs 1.30. Anybody knows what that is, if we should implement this, > or if we better write a bug report ASAP to disable this for -o hurd? It is listed in the feature_compat flags word, which is supposed to indicate

dir_index filesystem feature? (was: Re: installation error

2002-10-07 Thread Marcus Brinkmann
On Sun, Oct 06, 2002 at 07:06:51PM -0400, Neal H. Walfield wrote: > What version of the Hurd package did you use and which tarball? > > What version of e2progs? If you have not deleted it yet, could you > send the output of `/sbin/tune2fs -l /dev/hda3' (assuming hda3 is the > partition you were

Re: term, utf-8 and cooked mode, combining characters

2002-10-07 Thread Marcus Brinkmann
On Wed, Sep 18, 2002 at 04:17:18PM -0400, Roland McGrath wrote: > > I think I am not aware of what configuration you mean. I agree that it is > > probably not reasonable to have filename tab completion by default in term's > > cooked mode, but the default settings should be good enough for normal

store_typed_open on non-typed names

2002-10-07 Thread James A Morrison
Hi, While trying to get parted to work I discovered that parted /dev/sd0 segfaulted in dlysm, but parted :/dev/sd0 and parted device:sd0 worked. So I looked into libstore/typed.c and I didn't understand the 2nd half of store_find_class which contained the calls to dlsym. So, I looked some m

Re: Perl tests

2002-10-07 Thread Glenn McGrath
On Mon, 7 Oct 2002 12:16:26 -0500 "Neal H. Walfield" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 07, 2002 at 11:12:47AM +0200, Michal 'hramrach' Suchanek > wrote: > > With the script I can link and run successfully the tests in > > libpthread but building threads into perl (the new style) fails. The

Re: [Hurd-devel-readers] Re: pthread roadmap

2002-10-07 Thread Graham Wilson
On Mon, Oct 07, 2002 at 10:01:11PM +0200, Marcus Brinkmann wrote: > people don't need to learn about cthreads anymore (they would still > have to learn about the cancellation stuff). what is this cancellation stuff? is there documentation about it somewhere? -- gram msg05546/pgp0.pgp Desc

Re: Perl tests

2002-10-07 Thread Neal H. Walfield
On Mon, Oct 07, 2002 at 11:12:47AM +0200, Michal 'hramrach' Suchanek wrote: > With the script I can link and run successfully the tests in libpthread but > building threads into perl (the new style) fails. The default setup is to > build threads as a dynamic extension to statically linked perl bin

Re: mtab: libdiskfs / ext2fs support changes

2002-10-07 Thread David Walter
I had previously reported that the filesystems mounted using the changes posted for mtab+libdiskfs --mntpath sometimes failed to mount the file system writable, but that starting the translator actively worked. It turns out that the problem was the underlying owner of the node, was

Re: Building db4.0

2002-10-07 Thread Michal 'hramrach' Suchanek
On Sat, Oct 05, 2002 at 01:01:58AM +0200, Marcus Brinkmann wrote: > I think an | is not correct if you specify two disjunct, complementary sets. > It would always be true. I think that should be a comma. > > > +Build-Depends: debhelper (>= 2.1.26), tcl8.3-dev, autoconf, automake, binutils >(>=

Re: Perl tests

2002-10-07 Thread Michal 'hramrach' Suchanek
With the script I can link and run successfully the tests in libpthread but building threads into perl (the new style) fails. The default setup is to build threads as a dynamic extension to statically linked perl binary. I could try to configure threading as a static extension eventually. -- Mic