From 4617c4173a713e68769c8260305da99c98dbb23f Mon Sep 17 00:00:00 2001 From: sergio Date: Wed, 24 Jun 2026 08:30:46 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G:=20gmp=20diferido=20con=20diagn=C3=B3?= =?UTF-8?q?stico=20(configure=20probe=20falla=20link=20bajo=20gcc15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Primera lib C del track base. El probe de configure de gmp no linkea su conftest (undefined reference to main) bajo gcc 15.2/C23 + el sandbox; el patch Alpine no alcanza. Track de libs base confirma ser el trabajo no-trivial (no cores). Co-Authored-By: Claude Opus 4.8 --- recipes/incoming/.deferred/gcc15.patch | 21 ++++++++++++++ recipes/incoming/.deferred/gmp.toml | 40 ++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 recipes/incoming/.deferred/gcc15.patch create mode 100644 recipes/incoming/.deferred/gmp.toml diff --git a/recipes/incoming/.deferred/gcc15.patch b/recipes/incoming/.deferred/gcc15.patch new file mode 100644 index 00000000..2434da5f --- /dev/null +++ b/recipes/incoming/.deferred/gcc15.patch @@ -0,0 +1,21 @@ + +# HG changeset patch +# User Marc Glisse +# Date 1738186682 -3600 +# Node ID 8e7bb4ae7a18b1405ea7f9cbcda450b7d920a901 +# Parent e84c5c785bbe8ed8c3620194e50b65adfc2f5d83 +Complete function prototype in acinclude.m4 for C23 compatibility + +diff -r e84c5c785bbe -r 8e7bb4ae7a18 acinclude.m4 +--- a/acinclude.m4 Wed Dec 04 18:26:27 2024 +0100 ++++ b/acinclude.m4 Wed Jan 29 22:38:02 2025 +0100 +@@ -609,7 +609,7 @@ + + #if defined (__GNUC__) && ! defined (__cplusplus) + typedef unsigned long long t1;typedef t1*t2; +-void g(){} ++void g(int,t1 const*,t1,t2,t1 const*,int){} + void h(){} + static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0) + {t1 c,x,r;int i;if(v0){c=1;for(i=1;i