Re: ext2fs.static

2005-09-24 Thread Roland McGrath
> Oh, Jeroen noted that this won't work with gcc 3.3, but with > 3.3 it > works. Really? libc's defines __attribute_used__ using `used' for gcc 3.1 and later, and `unused' for earlier. What does "won't work" mean? Does 3.3 not accept the `used' attribute, or does it still elide the definition

Re: [EMAIL PROTECTED]: Re: spam]

2005-09-24 Thread Alfred M\. Szmidt
Bob, could you setup the needed magic for the following lists: bug-hurd@gnu.org help-hurd@gnu.org web-hurd@gnu.org Do you need any permisions changed so you can set this all up? l4-hurd@gnu.org would also be nice to add, but I'd like to raise it with people on that list first before anything is

Re: [EMAIL PROTECTED]: Re: spam]

2005-09-24 Thread Thomas Schwinge
On Fri, Sep 16, 2005 at 09:00:46PM +0200, Alfred M. Szmidt wrote: > What do people think about the following to reduce spam on bug-hurd > and help-hurd? Yes, that's definitively a sound approach that is working very well for other lists. Shouldn't commit-hurd, l4-hurd and web-hurd also be filtered

Re: [PATCH] Building the Hurd with gcc-4.0

2005-09-24 Thread Thomas Schwinge
On Sun, Sep 11, 2005 at 10:13:05AM +0200, Alfred M. Szmidt wrote: >`hurd_v.s._gcc-4.0.fixes.patch' > > Could you resend the patch in whole with whatever fixes? Here we go: boot/ChangeLog 2005-09-01 Thomas Schwinge <[EMAIL PROTECTED]> * boot.c (boot_script_exec_cmd): Fix invalid lv

Re: ext2fs.static

2005-09-24 Thread Alfred M\. Szmidt
Oh, Jeroen noted that this won't work with gcc 3.3, but with > 3.3 it works. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: ext2fs.static

2005-09-24 Thread Alfred M\. Szmidt
The following fixes the problem: 2005-09-24 Alfred M. Szmidt <[EMAIL PROTECTED]> * store.h (STORE_STD_CLASS): Changed attributed `unused' to `used'. --- libstore/store.h +++ libstore/store.h @@ -627,7 +627,7 @@ #define STORE_STD_CLASS(name) \ static const struct store_cla

ext2fs.static

2005-09-24 Thread Alfred M\. Szmidt
Currently, ext2fs.static fails as follows: (gdb) rr ext2fs.static: ../../src/libdiskfs/init-main.c:40: diskfs_init_main: Unexpected error: Invalid argument. Program received signal SIGABRT, Aborted. 0x080b3a0c in mach_msg_trap () at lock-intern.h:77 77 lock-intern.h: No such file or directo