--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/dVVleHx0xP0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/FEA68B7E-8D2F-4957-A43A-D2FA9A0263BA%40gmail.com.
On Sun, Mar 1, 2026 at 11:19 AM Marc Culler <marc....@gmail.com> wrote:There is really only one file reported as missing:: sage/local/var/lib/sage/scripts/sagelib/spkg-requirements.txt.The other one is the directory containing that file.I did run ./bootstrap, of course. And it created the directory and the file. Moreover, both the directory and the file still exist and are both readable.
Does /var/tmp/sage-10.9/local/var/lib/sage/scripts/sagelib exist?(but you see "Directory /var/tmp/sage-10.9/local/var/lib/sage/scripts/sagelib not found" ?)/var/tmp doesn't sound like something our build system uses normally.IMHO all happens in SAGEROOT/build/sage-distro/Dima
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/48b8a758-b896-40ca-ac56-6fccfcef31fcn%40googlegroups.com.
There is really only one file reported as missing:: sage/local/var/lib/sage/scripts/sagelib/spkg-requirements.txt.The other one is the directory containing that file.I did run ./bootstrap, of course. And it created the directory and the file. Moreover, both the directory and the file still exist and are both readable.
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/48b8a758-b896-40ca-ac56-6fccfcef31fcn%40googlegroups.com.
On Sun, Mar 1, 2026 at 11:19 AM Marc Culler wrote:There is really only one file reported as missing:: sage/local/var/lib/sage/scripts/sagelib/spkg-requirements.txt.The other one is the directory containing that file.I did run ./bootstrap, of course. And it created the directory and the file. Moreover, both the directory and the file still exist and are both readable.Does /var/tmp/sage-10.9/local/var/lib/sage/scripts/sagelib exist?
(but you see "Directory /var/tmp/sage-10.9/local/var/lib/sage/scripts/sagelib not found" ?)
/var/tmp doesn't sound like something our build system uses normally.IMHO all happens in SAGEROOT/build/sage-distro/
I colored that line red to make it easier for you to see that./local/var/lib/sage/scripts/sagelib/spkg-requirements.txtis there in the list.OK. I will see what happens if I add that. I think that should only change the pyvenv.cfg file. But you are probably trying to tell me that the sage build system inspects the pyvenv.cfg file and makes different decisions depending on what it finds there.My files are in a sage venv. However the sage venv is actually the same as sage/local.Since I have to build my own python now, I simply install it in sage/local before building sage.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/c04ff902-1da1-422b-a599-2c2f0575a432n%40googlegroups.com.
Using --enable-system-site-packages does change things. I still see the warning about the missing file. But now the file is actually missing, so I guess I can ignore the warning. That is progress.The core problem I am seeing now is that the gap object is not working in 10.9beta7. This is definitely a regression from 10.8. With 10.8, using the identical build setup, I can do:sage: gap.FreeGroup(3)
Group( [ f1, f2, f3 ] )But with 10.9beta7 I get a RuntimeError:sage: gap.FreeGroup(3)
---------------------------------------------------------------------------[ ,,, traceback details removed ...]RuntimeError: Gap produced error output
Error, FreeGroup: function is not yet defined
executing __SAGE_LAST__:="__SAGE_LAST__";;FreeGroup(\$sage1);;This is a problem with the GAP interface, not with GAP:
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/c15ac44f-891f-4ac3-81dc-e723bdcd9293n%40googlegroups.com.
That's a problem with the pexpect GAP. Doessage: libgap.FreeGroup(3)work?
Does./sage -t src/sage/features/gap.pypass?
I might have already asked (sorry) - how do you build python - is it somewhere on GitHub?We'd like to have instructions for it in view of removing python3 spkg in https://github.com/sagemath/sage/pull/41120We have reasonable success with https://github.com/astral-sh/python-build-standalone - but it would be nice tomention an alternative.
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/dVVleHx0xP0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/B04DFD67-0325-4949-A30C-4D2A1AD9F7EE%40gmail.com.
\033[?1034h |
|
enable 8-bit meta key |
"\033[?1034h/var/tmp/sage-10.9/local/lib/gap/" is certainly looking bad, and probably is the root of the problem.No idea where it came from.
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/CALcZXRHNSvqL8Vi8v3fQLoOroBbi%2BXB%2B%2BSMgV8doMzU7DhLUeQ%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/CALcZXRHNSvqL8Vi8v3fQLoOroBbi%2BXB%2B%2BSMgV8doMzU7DhLUeQ%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/f7733173-3d56-4142-af48-a12efed9b910n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq0OQ4PEeW_K-5hFuPc1ZD_-1kp_hWWADYUbT2jB99%3D92A%40mail.gmail.com.
Why do you think that disabling ColorPrompt would make a difference, if the escape sequence is being emitted by rl_initialize()?
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/dVVleHx0xP0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq0u5iCbyEZX15Tqos%3D40SehuS5%2BwV%3DM6DzSB-Gq4q_u6w%40mail.gmail.com.