Applied, thanks!
Flavio Cruz, le lun. 19 févr. 2024 23:58:00 -0500, a ecrit:
> This is a follow up to
> https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=69620634858b2992e1a362e33c95d9a8ee57bce7
> where we made inlined ports 8 bytes long to avoid resizing.
>
> The last thing that copy
Hello,
Almudena Garcia, le lun. 11 mars 2024 18:46:28 +0100, a ecrit:
> Trying the latest daily, i got a new error, this time in chroot
>
> imagen.png
>
> imagen.png
Those are harmless.
> And the installation is stopped with this another package failure
>
> imagen.png
It seems that /target/v
* Sergey Bugaev:
> diff --git a/elf/dl-support.c b/elf/dl-support.c
> index 2f502c8b..6375dc95 100644
> --- a/elf/dl-support.c
> +++ b/elf/dl-support.c
> @@ -135,7 +135,11 @@ void *_dl_random;
> #include
> #include
>
> -size_t _dl_pagesize = EXEC_PAGESIZE;
> +size_t _dl_pagesize
> +#ifdef EX
* Joseph Myers:
> On Wed, 3 Jan 2024, Sergey Bugaev wrote:
>
>> To build this, you need an aarch64-gnu toolchain (binutils, GCC, MIG),
>> and GNU Mach headers for AArch64. I have posted the patches for
>> binutils, GCC, and GNU Mach to the bug-hurd mailing list; no patches
>> are required to build
On Mon, Mar 11, 2024 at 4:48 PM H.J. Lu wrote:
> I think hurd maintainers can approve and check in all hurd specific
> changes now even if they won't build. The generic changes should
> be looked at more closely so that they have no impacts on any
> future Linux changes and future Linux changes
> On Jan 3, 2024, at 21:14, Sergey Bugaev wrote:
>
> Hello!
>
> This is my work on the aarch64-gnu port, aka GNU/Hurd on 64-bit ARM.
>
> To build this, you need an aarch64-gnu toolchain (binutils, GCC, MIG),
> and GNU Mach headers for AArch64. I have posted the patches for
> binutils, GCC, and
On Wed, Jan 3, 2024 at 9:15 AM Sergey Bugaev wrote:
>
> Hello!
>
> This is my work on the aarch64-gnu port, aka GNU/Hurd on 64-bit ARM.
>
> To build this, you need an aarch64-gnu toolchain (binutils, GCC, MIG),
> and GNU Mach headers for AArch64. I have posted the patches for
> binutils, GCC, and