Re: [PATCH hurd v1] ext2fs: raise RLIMIT_AS if running as the root fs

2025-05-25 Thread Diego Nieto Cid
On Sun, May 25, 2025 at 08:07:40PM +0200, Samuel Thibault wrote: > > No, it should be fine. > Ok. > > Perhaps you are missing the libc.so.0.3 -> libc.so symlink in your build > directory? or elf/ld-x86-64.so.1 -> ld.so? or mach/libmachuser.so.1 -> > libmachuser.so or hurd/libhurduser.so.0.3 ->

Re: [PATCH hurd v1] ext2fs: raise RLIMIT_AS if running as the root fs

2025-05-25 Thread Samuel Thibault
Diego Nieto Cid, le dim. 25 mai 2025 20:40:18 +0100, a ecrit: > > > > Perhaps you are missing the libc.so.0.3 -> libc.so symlink in your build > > directory? or elf/ld-x86-64.so.1 -> ld.so? or mach/libmachuser.so.1 -> > > libmachuser.so or hurd/libhurduser.so.0.3 -> libhurduser.so > > > > Hmm, i

Re: [PATCH hurd v1] ext2fs: raise RLIMIT_AS if running as the root fs

2025-05-25 Thread Samuel Thibault
Diego Nieto Cid, le sam. 24 mai 2025 00:18:26 +0100, a ecrit: > > > > It's much more involved than that, probably some configure flags etc. > > > > > > > > But you do not need to install it though: you can use the testrun.sh > > > > script generated by make check, to run programs with your newly-b