Re: static tar-1.34 hanging on warning/error [WAS: SOLVED [cross] building gdb for the 64bit Hurd?]

2024-11-17 Thread Samuel Thibault
jann...@gnu.org, le dim. 17 nov. 2024 21:17:18 +0100, a ecrit: > Or could it be that I also need > > > > > for gdb to work again? It can't hurt at

Re: static tar-1.34 hanging on warning/error [WAS: SOLVED [cross] building gdb for the 64bit Hurd?]

2024-11-17 Thread janneke
> Samuel Thibault writes: > >> jann...@gnu.org, le sam. 16 nov. 2024 17:33:08 +0100, a ecrit: > >>> git-fault-64bit.diff >>> git-intr-msg-clobber.diff >> >> You do want these two. See the bug-hurd mailing list logs for the >> details, basically git-intr-msg-clobber.diff is really a requirem

Re: [RFC PATCH] Add rtc server, rtc-read and rtc-set operations

2024-11-17 Thread Sergey Bugaev
On Sun, Nov 17, 2024 at 3:34 PM Zhaoming Luo wrote: > Hi, Hi, looks nice to me overall, thanks for working on this! I cannot judge the actual driver part, so here are some nitpicks about not following the GNU code style :D I will try to build and test it later. By the way: apparently gnumach al

[RFC PATCH] Add rtc server, rtc-read and rtc-set operations

2024-11-17 Thread Zhaoming Luo
Hi, I have tested the read and set operations, they seemd fine. RTC has automatic leap year compensation, it's quite fun to see the effect. I still have a few questions: - Day of year is not stored in RTC[0], though we can calculate it when we are reading RTC based on year, month, and day of mo