Re: Bug when compiling with gcc 15

2025-08-21 Thread Vincent Lefevre
On 2025-08-22 02:04:24 +0200, Vincent Lefevre wrote: > On 2025-08-20 22:20:23 -0500, Dima Pasechnik wrote: > > it's not new, already fixed in gmp trunk, as far as I can see: > > > > > > If I understand correctly, this is for comp

Re: Bug when compiling with gcc 15

2025-08-21 Thread Vincent Lefevre
On 2025-08-20 22:20:23 -0500, Dima Pasechnik wrote: > it's not new, already fixed in gmp trunk, as far as I can see: > > If I understand correctly, this is for compatibility with older GCC versions, such as GCC 10: "This allows

Re: Bug when compiling with gcc 15

2025-08-21 Thread William Youmans
Hi Dima, Thanks for the reply. This issue is unrelated to sage. I do have sagemath installed using the Arch package manager which works fine, and like I mentioned the latest gmp Arch package also works fine, which seems to be due to the patch I linked fixing the bug with gcc 15. The bug I am repo

Re: Bug when compiling with gcc 15

2025-08-21 Thread Dima Pasechnik
On August 20, 2025 12:01:44 PM CDT, William Youmans wrote: >Hi Dima, > >Thanks for the reply. This issue is unrelated to sage. I do have sagemath >installed using the Arch package manager which works fine, and like I >mentioned the latest gmp Arch package also works fine, which seems to be >due t

Re: Bug when compiling with gcc 15

2025-08-19 Thread Steven Robbins
On Monday, July 28, 2025 11:10:41 p.m. Central Daylight Saving Time William Youmans wrote: > Hi, > > This may overlap with known build issues but I'm not sure. Configuring GMP > with gcc 15 on a fresh Arch install fails (with essential development tools > from `base-devel` installed). For what i

Re: Bug when compiling with gcc 15

2025-08-19 Thread Dima Pasechnik
Hi, Thanks for the message. You really don't need to build any sage's spkg's from source on Arch. (in particular such packages like gmp, which are basically dead wood in the sagemath tree) Actually, Arch provides an up to date sagemath package to install, so, unless you want to hack on Sage sourc