Re: [sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-16 Thread John H Palmieri
Another quick solution (cherry-picked from the PR I mentioned) would be to change the first line of build/pkgs/editables/dependencies from | $(PYTHON_TOOLCHAIN) $(PYTHON) to | flit_core $(PYTHON) On Saturday, December 16, 2023 at 6:45:44 AM UTC-8 Heiko Knospe wrote: > Hi, > > same

Re: [sage-support] Problem with rebuilding Sage

2023-12-16 Thread Ruchit Jagodara
This worked, but it's still not convenient because ./sage -br was much faster than this. I noticed that I created some pull requests in Sage, and they are failing in the build and test check. However, I believe they should pass because I have taken care of everything, so I am not sure what the

[sage-support] Re: Problem with rebuilding Sage

2023-12-16 Thread Ruchit Jagodara
File On Saturday, December 16, 2023 at 1:46:44 AM UTC+5:30 David Ayotte wrote: > Can you post the following log file: > > /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log > > here? There

Re: [sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-16 Thread 'Heiko Knospe' via sage-support
Hi, same build problem with flit_core for sage 10.3.b2 on Debian 11: [editables-0.5] Thread model: posix [editables-0.5] Supported LTO compression algorithms: zlib zstd [editables-0.5] gcc version 10.2.1 20210110 (Debian 10.2.1-6) [editables-0.5]

Re: [sage-support] Re: Problem with plot

2023-12-16 Thread Dima Pasechnik
It's probably just a build error. I'd try something like make sage_conf && make On Sat, Dec 16, 2023 at 9:36 AM Emmanuel Charpentier wrote: > > Le mercredi 13 décembre 2023 à 12:35:42 UTC+1, Philippe Delavalade a écrit : > > Hi. > > I'm using sage-10.2 with linux (slint-15.0 based on slackware

Re: [sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-16 Thread David Joyner
On Fri, Dec 15, 2023 at 3:04 PM John H Palmieri wrote: > In sage-release, Matthias pointed to missing dependencies for editables, > fixed in https://github.com/sagemath/sage/pull/36885. Maybe you can just > do "make flit_core" (to build the missing dependency) and then "make". > That works,

[sage-support] Re: Problem with plot

2023-12-16 Thread Emmanuel Charpentier
Le mercredi 13 décembre 2023 à 12:35:42 UTC+1, Philippe Delavalade a écrit : Hi. I'm using sage-10.2 with linux (slint-15.0 based on slackware 15.0) on the console. When I run p=plot(x^2); p there is no graphics on the screen, just the line Launched png viewer for Graphics object