xattr records not actually working? (Was: creating Hurd chroots on Linux using DPKG_ROOT chrootless mode)

2024-07-18 Thread Samuel Thibault
Hello, Putting a more eye-catching title :) Samuel Johannes Schauer Marin Rodrigues, le lun. 15 juil. 2024 11:38:37 +0200, a ecrit: > 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_ROO

Re: [PATCH mig] Suffix complex_alignof with U to hint the compiler that it is always unsigned

2024-07-18 Thread Flávio Cruz
On Thu, Jul 18, 2024 at 5:41 PM Almudena Garcia wrote: > do this means that you are updating rumpkernel sources? I tried to update > rumpdisk sources some months ago, but i had problems with the Hurd patches. > No. The user stubs are generated automatically by the build process using mig. El ju

Re: [PATCH mig] Suffix complex_alignof with U to hint the compiler that it is always unsigned

2024-07-18 Thread Almudena Garcia
do this means that you are updating rumpkernel sources? I tried to update rumpdisk sources some months ago, but i had problems with the Hurd patches. El jue, 18 jul 2024 a las 23:25, Flavio Cruz () escribió: > I have noticed a problem when compiling rumpkernel with the new > thread_get_name: > >

Re: [PATCH mig] Suffix complex_alignof with U to hint the compiler that it is always unsigned

2024-07-18 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le jeu. 18 juil. 2024 22:25:03 +0100, a ecrit: > I have noticed a problem when compiling rumpkernel with the new > thread_get_name: > > gnumachUser.c: In function 'thread_get_name': > gnumachUser.c:1791:37: error: comparison of integer expressions of different > sig

[PATCH mig] Suffix complex_alignof with U to hint the compiler that it is always unsigned

2024-07-18 Thread Flavio Cruz
I have noticed a problem when compiling rumpkernel with the new thread_get_name: gnumachUser.c: In function 'thread_get_name': gnumachUser.c:1791:37: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare] 1791 | if (mig_unlikely

Re: [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-18 Thread Simon Josefsson via Bug reports for the GNU Hurd
Flavio Cruz writes: > This fixes an incompatible-pointer-types error on GCC14. Applied. We do test on GCC14 but alas not on the Hurd, nice catch! /Simon signature.asc Description: PGP signature