[PATCH] Hurd: use mach_msg_type_number_t for file_get_fs_options since its size is not the same as size_t for x86_64.

2024-07-15 Thread Flavio Cruz
This fixes an incompatible-pointer-types error on GCC14. --- ifconfig/system/hurd.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ifconfig/system/hurd.c b/ifconfig/system/hurd.c index 6ef63a7a..38e0060c 100644 --- a/ifconfig/system/hurd.c +++ b/ifconfig/system/hurd.

Re: [PATCH v2 glibc] Add pthread_getname_np and pthread_setname_np for Hurd

2024-07-15 Thread Carlos O'Donell
On 7/15/24 7:45 AM, Andreas K. Huettel wrote: >>> diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist >>> b/sysdeps/mach/hurd/i386/libpthread.abilist >>> index fa90cc65..3ea7cb41 100644 >>> --- a/sysdeps/mach/hurd/i386/libpthread.abilist >>> +++ b/sysdeps/mach/hurd/i386/libpthread.abilist >>> @

Re: [PATCH v2 glibc] Add pthread_getname_np and pthread_setname_np for Hurd

2024-07-15 Thread Andreas K. Huettel
> > diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist > > b/sysdeps/mach/hurd/i386/libpthread.abilist > > index fa90cc65..3ea7cb41 100644 > > --- a/sysdeps/mach/hurd/i386/libpthread.abilist > > +++ b/sysdeps/mach/hurd/i386/libpthread.abilist > > @@ -164,3 +164,5 @@ GLIBC_2.32 tss_create F > >

Re: creating Hurd chroots on Linux using DPKG_ROOT chrootless mode

2024-07-15 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Johannes Schauer Marin Rodrigues (2024-05-21 11:50:25) > In any case, things go much further now. The next problem is some missing > DPKG_ROOT support in the hurd maintainer script. I opened a merge request > here: > > https://salsa.debian.org/hurd-team/hurd/-/merge_requests/1 thank