Hurd Halloween party is still on!

2024-10-31 Thread Joshua Branson
tl;dr Hurd Halloween party @ 3PM UTC on November 2 Hey Hurd friends! Let's definitely have a be-lated Hurd halloween party this coming Saturday! I really enjoyed our latest Hurd game jam, so I invite you all to join in a Hurd halloween party. (Please don't feel pressured to attend. If you a

Re: Halt in X

2024-10-31 Thread Samuel Thibault
Joshua Branson, le jeu. 31 oct. 2024 11:09:59 -0400, a ecrit: > Samuel Thibault writes: > > > Samuel Thibault, le sam. 26 oct. 2024 13:11:40 +0200, a ecrit: > >> Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: > >> > - One cannot do `# halt` when running X. [This is a known > >> >

Re: I/O lockup

2024-10-31 Thread Samuel Thibault
Joshua Branson, le jeu. 31 oct. 2024 11:08:13 -0400, a ecrit: > Samuel Thibault writes: > > That being said, we definitely need to fix this, it's also making > > buildds crawl to a halt while building some large packages. > > How do go about fixing this? As always: essentially investigate. I.e.

Re: Halt in X

2024-10-31 Thread Joshua Branson
Samuel Thibault writes: > Samuel Thibault, le sam. 26 oct. 2024 13:11:40 +0200, a ecrit: >> Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >> > - One cannot do `# halt` when running X. [This is a known >> > issue.](https://darnassus.sceen.net/~hurd-web/faq/x-exit/) >> >> No, the

Re: I/O lockup

2024-10-31 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >> - When I choose to upgrade the Hurd after starting i3, I patiently >> wait for the upgrade to finish. I do not use any other programs >> or switch workspaces. When I have done so in the past, man

Re: [PATCH] ada: Add GNU/Hurd x86_64 support

2024-10-31 Thread Samuel Thibault
Hello, Marc Poulhiès, le jeu. 31 oct. 2024 14:34:50 +0100, a ecrit: > Samuel Thibault writes: > > Hello Samuel, > > > This is essentially the same as the i386-pc-gnu section, the differences > > are the same as between freebsd i386 and freebsd x86_64. > > Changes look fine. > > > +# x86_64-pc

Re: [PATCH] ada: Add GNU/Hurd x86_64 support

2024-10-31 Thread Marc Poulhiès
Samuel Thibault writes: Hello Samuel, > This is essentially the same as the i386-pc-gnu section, the differences > are the same as between freebsd i386 and freebsd x86_64. Changes look fine. > +# x86_64-pc-gnu i.e. GNU Hurd > +ifeq ($(strip $(filter-out x86_64 pc gnu,$(target_cpu) $(target_os)

[PATCH] ada: Add GNU/Hurd x86_64 support

2024-10-31 Thread Samuel Thibault
This is essentially the same as the i386-pc-gnu section, the differences are the same as between freebsd i386 and freebsd x86_64. gcc/ada/ChangeLog: * Makefile.rtl: Add x86_64-pc-gnu section. Signed-off-by: Samuel Thibault diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index