[sage-devel] Re: BROADCAST MESSAGE

2022-09-08 Thread Frédéric Chapoton
I can still modify the comments. It may be a matter of permissions. If 
somebody else confirms, one will have to check.

Le jeudi 8 septembre 2022 à 01:06:59 UTC+2, John H Palmieri a écrit :

> Let me echo everyone's thanks to the people who worked/are working on the 
> upgrade.
>
> A question: I don't see a way to edit my comments on trac tickets. Is that 
> feature gone? (If it is, I don't mind, I just want to make sure I'm not 
> missing something obvious.)
>
> -- 
> John
>
>
> On Wednesday, September 7, 2022 at 7:25:11 AM UTC-7 Travis Scrimshaw wrote:
>
>> Thank you to everyone who has worked on getting this fixed and working 
>> again. A big special thanks to Frédéric for taking point (or at least 
>> willing to do the public relations).
>>
>> Best,
>> Travis
>>
>> On Monday, September 5, 2022 at 3:30:55 AM UTC+9 Eric Gourgoulhon wrote:
>>
>>> Thank you so much Frédéric at al. for all the work in setting up the new 
>>> Trac!
>>>
>>> Eric.
>>>
>>>
>>> Le dimanche 4 septembre 2022 à 09:32:42 UTC+2, Frédéric Chapoton a 
>>> écrit :
>>>
 Trac 1.2 comes with various changes, including display of full names 
 and internationalisation. You may want to look in your user preferences to 
 customize some of these if you prefer.

 Le dimanche 4 septembre 2022 à 01:32:35 UTC+2, Kwankyu Lee a écrit :

> Trac is now in version 1.2. Thanks!



-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/d1fe0de5-ae7f-4a12-ad17-d680502bcb76n%40googlegroups.com.


[sage-devel] Ignoring invalid distribution -agemath-standard

2022-09-08 Thread Frédéric Chapoton
When compiling, I see many of these strange warnings. Note the "agemath"

Any idea about what is happening ?

Here is one in extenso :

[sagelib-9.7.rc1]   WARNING: Ignoring invalid distribution 
-agemath-standard 
(/home/.../sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages)
[sagelib-9.7.rc1] Installing collected packages: sagemath-standard
[sagelib-9.7.rc1]   Attempting uninstall: sagemath-standard
[sagelib-9.7.rc1] WARNING: Ignoring invalid distribution 
-agemath-standard 
(/home/.../sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages)

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/5f50829e-115b-4e18-bf1e-064362c195b0n%40googlegroups.com.


[sage-devel] Re: BROADCAST MESSAGE

2022-09-08 Thread Eric Gourgoulhon
Le jeudi 8 septembre 2022 à 09:03:53 UTC+2, Frédéric Chapoton a écrit :

> I can still modify the comments. It may be a matter of permissions. If 
> somebody else confirms, one will have to check.
>

I've just checked that I'm still able to edit my comments.

Eric.  

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/88a9fff5-6206-43c2-bc25-c3657055f80en%40googlegroups.com.


[sage-devel] Fwd: request for help: macOS PARI binaries

2022-09-08 Thread Samuel Lelievre
Echoing a message posted to the pari-users mailing list.

https://pari.math.u-bordeaux.fr/archives/pari-users-2209/msg00015.html


-- Forwarded message (slightly edited) -
From: Bill Allombert
Date: 2022-09-08 07:15 UTC
Subject: request for help: MacOS PARI binaries
To: pari-users


Dear PARI users,

We do not have the support needed to build
macOS binary for the ARM based Mac. We both
lack the hardware and the software expertise
to set up a new build system for newer Mac.

What we would need is access to a Mac mini
with Xcode and Homebrew installed, and help
with updating our build scripts for M1.

Cheers,
Bill.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/82a6ee87-fff4-46da-9499-a611b3d19d11n%40googlegroups.com.


[sage-devel] Re: Error building sage

2022-09-08 Thread Matthias Koeppe
>From matplotlib log:
===
File 
"/Users/allisonfitisone/sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/overrides.py",
 
line 6, in 
  from numpy.core._multiarray_umath import (
  ImportError: 
dlopen(/Users/allisonfitisone/sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/_multiarray_umath.cpython-310-darwin.so,
 
0x0002): Library not loaded: 
/usr/local/opt/gcc/lib/gcc/11/libgfortran.5.dylib
Referenced from: 
/Users/allisonfitisone/sage/local/lib/libopenblas_haswellp-r0.3.20.dylib
Reason: tried: '/usr/local/opt/gcc/lib/gcc/11/libgfortran.5.dylib' (no 
such file), '/usr/local/lib/libgfortran.5.dylib' (no such file), 
'/usr/lib/libgfortran.5.dylib' (no such file)
===

This is likely caused by an update of homebrew.
You can fix this by rebuilding from scratch (for example, using "make 
distclean").

To save time of a complete rebuild, you can try to use the branch of this 
ticket: https://trac.sagemath.org/ticket/34203:

git fetch trac 
u/mkoeppe/find_and_uninstall_broken_installed_spkgs_and_wheels && git merge 
FETCH_HEAD && make -j list-broken-packages

This command will give more specific cleaning instructions.

 


On Thursday, September 8, 2022 at 6:50:56 AM UTC-7 allison...@gmail.com 
wrote:

> Hi all,
>
> I'm having trouble building sage. I'm using a MacBook Pro with macOS 
> Monterey. I've attached a screenshot of the error I get and the relevant 
> logs. Please advise.
>
> Thanks,
> Alli
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/886009a8-c0ed-4035-ba9e-d77cd9507562n%40googlegroups.com.


[sage-devel] Re: Ignoring invalid distribution -agemath-standard

2022-09-08 Thread Matthias Koeppe
It's a concurrency bug, but our build scripts are robust enough to make 
sure that this only leads to a warning and does not break the build.
It will go away with https://trac.sagemath.org/ticket/34209 
and https://trac.sagemath.org/ticket/32874

On Thursday, September 8, 2022 at 1:04:58 AM UTC-7 Frédéric Chapoton wrote:

> When compiling, I see many of these strange warnings. Note the "agemath"
>
> Any idea about what is happening ?
>
> Here is one in extenso :
>
> [sagelib-9.7.rc1]   WARNING: Ignoring invalid distribution 
> -agemath-standard 
> (/home/.../sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages)
> [sagelib-9.7.rc1] Installing collected packages: sagemath-standard
> [sagelib-9.7.rc1]   Attempting uninstall: sagemath-standard
> [sagelib-9.7.rc1] WARNING: Ignoring invalid distribution 
> -agemath-standard 
> (/home/.../sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages)
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/38bc4c57-5beb-4092-921f-2cd9ca1973acn%40googlegroups.com.


[sage-devel] Python 3.10.7 refuses to read/write very big integers

2022-09-08 Thread Matthias Koeppe
https://trac.sagemath.org/ticket/34506

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/204f186b-d695-490a-8092-b674c63d548bn%40googlegroups.com.


[sage-devel] Re: BROADCAST MESSAGE

2022-09-08 Thread John H Palmieri
Now I can. I wasn't seeing the "edit" pop-up before. I don't know if i was 
just not seeing it or if it actually wasn't there, but I see it now. Sorry 
for the noise.


On Thursday, September 8, 2022 at 1:25:14 AM UTC-7 Eric Gourgoulhon wrote:

> Le jeudi 8 septembre 2022 à 09:03:53 UTC+2, Frédéric Chapoton a écrit :
>
>> I can still modify the comments. It may be a matter of permissions. If 
>> somebody else confirms, one will have to check.
>>
>
> I've just checked that I'm still able to edit my comments.
>
> Eric.  
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/a7bbe332-0870-4f98-b406-3e99df784fe7n%40googlegroups.com.