Re: [sage-support] failure to make on M1 MacBook 2020

2024-12-20 Thread Jackson Walters
[sagemath_doc_html-none] [spkg-install] [sagemath_doc_html-none] [spkg-install] Note: incremental documentation builds sometimes cause spurious [sagemath_doc_html-none] [spkg-install] error messages. To be certain that these are real errors, run [sagemath_doc_html-none] [spkg-install]

Re: [sage-support] failure to make on M1 MacBook 2020

2024-12-19 Thread Jackson Walters
Okay, I'm going to try to resolve this issue. I think there were two primary problems, which are solved: 1. my macOS was unable to upgrade to 15.2 (nor 15.0, 15.1), and that has now been resolved. I have a fresh installation of 15.2 2. the branch I was trying to build on was an outdated Sage 10.5b

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-21 Thread Dima Pasechnik
On Monday, October 21, 2024 at 3:31:15 AM UTC+1 jackson...@gmail.com wrote: Regarding the merge conflicts, there are hundreds of them. I don't see how to get around that and actually complete a rebase. this can only mean that you have a branch which differs from the one you have on the PR.

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-20 Thread Jackson Walters
I tried running those two commands and got merge conflicts: jacksonwalters@jaxmacbookair sage % git rebase origin/develop Auto-merging src/sage/doctest/parsing.py CONFLICT (content): Merge conflict in src/sage/doctest/parsing.py error: could not apply db5bf6ce535... Filter out R warnings hint:

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-20 Thread Dima Pasechnik
On Sun, Oct 20, 2024 at 7:06 PM Jackson Walters wrote: > > I don’t think I understand. I am just making commits in PR #38455. If I > switch to the develop branch, surely these won’t have the changes I’m looking > to see when I build? I’m probably just misunderstanding how git works. I'm not tel

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-20 Thread Jackson Walters
I don’t think I understand. I am just making commits in PR #38455. If I switch to the develop branch, surely these won’t have the changes I’m looking to see when I build? I’m probably just misunderstanding how git works. Thanks, Jackson On Sun, Oct 20, 2024 at 7:00 AM Dima Pasechnik wrote: > >

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-20 Thread Dima Pasechnik
On 20 October 2024 01:58:14 BST, Jackson Walters wrote: >Yes, it is 10.5.beta0. I’m not entirely sure how to switch to the latest >beta version. I’m just on the branch of the PR that I’m working on >currently. > >Do I have to rebase? Rebasing is typically automatic, if you just touched a few

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-19 Thread Henri Girard
I do this , probably not the best way : git pull checkout  develop in the sage dir , then ./bootstrap ./configure and make -j xx But I get sage from the sage github Le 20/10/2024 à 02:58, Jackson Walters a écrit : Yes, it is 10.5.beta0. I’m not entirely sure how to switch to the latest beta

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-19 Thread Jackson Walters
Yes, it is 10.5.beta0. I’m not entirely sure how to switch to the latest beta version. I’m just on the branch of the PR that I’m working on currently. Do I have to rebase? No worries, I should’ve included which version I was working with. I should also mention I do have an installation from binar

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-19 Thread Dima Pasechnik
According to the config.log, you are trying to install Sage 10.5.beta0 - which might just not work. (beta0 are often broken, etc). Anyway, for the development purposes you'd normally use one of the latest betas. The latest is 10.5.beta7. Please try it instead. If you already have changes in your s

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Jackson Walters
I removed those three from my path and I'm still getting the same error: % echo $PATH /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.securi

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Dima Pasechnik
The errors you have might be due to the use of pyenv (perhaps it's not activated, but still it might be a problem). Specifically, in your PATH you have PATH: /opt/homebrew/Cellar/pyenv-virtualenv/1.2.4/shims/ PATH: /Users/jacksonwalters/.pyenv/shims/ PATH: /Users/jacksonwalters/.pyenv/bin/ PATH: /

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Dima Pasechnik
Hi, could you post the top-level config.log and logs/install.log ? Thanks. On 18 October 2024 20:19:13 BST, Jackson Walters wrote: >Hi all, > >I am making some changes to `symmetric_group_representations.py`, and it >would be useful to test them locally before committing them to a PR. I >have

[sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Jackson Walters
Hi all, I am making some changes to `symmetric_group_representations.py`, and it would be useful to test them locally before committing them to a PR. I haven't found it necessary to build Sage from source, but I'd like to now. I am following the instructions in "Instructions to Build from Source"