Re: [PATCH] ruby: Update to version 3.4.4

2025-05-28 Thread Adolf Belka
Hi Michael, On 28/05/2025 12:01, Michael Tremer wrote: Hello Adolf, Ah okay. The patch removes them tho: Whoops. Sorry. I already had an lfs file with the new version number from when I previously tested it, when the CFLAGS addition was not yet made. I just went ahead and did the build with

Re: [PATCH] ruby: Update to version 3.4.4

2025-05-28 Thread Michael Tremer
Hello Adolf, Ah okay. The patch removes them tho: diff --git a/lfs/ruby b/lfs/ruby index 8c06bac74..35f6aab04 100644 --- a/lfs/ruby +++ b/lfs/ruby @@ -24,18 +24,16 @@ include Config -VER= 3.4.1 +VER= 3.4.4 THISAPP= ruby-$(VER) -DL_FILE= $(THISAPP).tar.xz +DL_FILE= $

Re: [PATCH] ruby: Update to version 3.4.4

2025-05-28 Thread Adolf Belka
Hi Michael, On 28/05/2025 11:25, Michael Tremer wrote: Hello Adolf, Thank you for the patch. Can you confirm that the extra CFLAGS that have been recently added are not needed any more? When we had the original problem with ruby build not working I found that this version was a new one tha

Re: [PATCH] ruby: Update to version 3.4.4

2025-05-28 Thread Michael Tremer
Hello Adolf, Thank you for the patch. Can you confirm that the extra CFLAGS that have been recently added are not needed any more? I tried a build with 3.4.4 and I thought I had the same problem, but I am not too sure. Best, -Michael > On 27 May 2025, at 22:17, Adolf Belka wrote: > > - Upd

[PATCH] ruby: Update to version 3.4.4

2025-05-27 Thread Adolf Belka
- Update from version 3.4.1 to 3.4.4 - Update of rootfile - Changelog 3.4.4 YJIT: Split the block on optimized getlocal/setlocal by k0kubun ยท Pull Request #13331 Bug #21257: YJIT can generate infinite loop when OOM - Ruby - Ruby Issue Tr