Re: [sage-support] Problem with rebuilding Sage

2023-12-21 Thread Ruchit Jagodara
Can you please check this PR - https://github.com/sagemath/sage/pull/36877. 
I am not sure why the build and test check is failing because I have just 
corrected linting errors in the file. 
Thank you for your support !

On Sunday, December 17, 2023 at 9:14:13 PM UTC+5:30 David Ayotte wrote:

> Sometime the build and test checks fail for unrelated reasons. You can 
> always post your PR number here; we can look at it.
>
> Le samedi 16 décembre 2023 à 13:18:24 UTC-5, Ruchit Jagodara a écrit :
>
>> 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 exact probelm is?
>> On Saturday, December 16, 2023 at 1:44:12 AM UTC+5:30 Dima Pasechnik 
>> wrote:
>>
>>> On Fri, Dec 15, 2023 at 7:00 PM Ruchit Jagodara 
>>>  wrote: 
>>> > 
>>> > I am trying to rebuild sage using ./sage -br but it is failing for 
>>> some reason ( I don't know exactly what is the reason.) This is happening 
>>> to me since yesterday when I pulled developer branch from sage to get the 
>>> most updated branch but after that whenever I am trying to rebuild sage it 
>>> is giving some errors below are few lines of error message that I am 
>>> getting. I am working on Linux and using 10.2 Sage version. 
>>>
>>> Can you try 
>>>
>>> make build 
>>>
>>> (and not ./sage -br ?) 
>>>
>>>
>>> > 
>>> > *** 
>>> > Error building Sage. 
>>> > 
>>> > The following package(s) may have failed to build (not necessarily 
>>> > during this run of 'make sagelib-no-deps'): 
>>> > 
>>> > * package: sagelib-10.3.beta0 
>>> > last build time: Dec 15 22:20 
>>> > log file: 
>>> /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log 
>>> > 
>>> > It is safe to delete any log files and build directories, but they 
>>> > contain information that is helpful for debugging build problems. 
>>> > WARNING: If you now run 'make' again, the build directory of the 
>>> > same version of the package will, by default, be deleted. Set the 
>>> > environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this. 
>>> > 
>>> > -- 
>>> > You received this message because you are subscribed to the Google 
>>> Groups "sage-support" group. 
>>> > To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to sage-support...@googlegroups.com. 
>>> > To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-support/27b740b3-f0d5-4c68-8ee6-3f086ac17cd7n%40googlegroups.com.
>>>  
>>>
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/be310360-c4a6-4750-b425-1f977b795e88n%40googlegroups.com.


Re: [sage-support] Problem with rebuilding Sage

2023-12-17 Thread David Ayotte
Sometime the build and test checks fail for unrelated reasons. You can 
always post your PR number here; we can look at it.

Le samedi 16 décembre 2023 à 13:18:24 UTC-5, Ruchit Jagodara a écrit :

> 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 exact probelm is?
> On Saturday, December 16, 2023 at 1:44:12 AM UTC+5:30 Dima Pasechnik wrote:
>
>> On Fri, Dec 15, 2023 at 7:00 PM Ruchit Jagodara 
>>  wrote: 
>> > 
>> > I am trying to rebuild sage using ./sage -br but it is failing for some 
>> reason ( I don't know exactly what is the reason.) This is happening to me 
>> since yesterday when I pulled developer branch from sage to get the most 
>> updated branch but after that whenever I am trying to rebuild sage it is 
>> giving some errors below are few lines of error message that I am getting. 
>> I am working on Linux and using 10.2 Sage version. 
>>
>> Can you try 
>>
>> make build 
>>
>> (and not ./sage -br ?) 
>>
>>
>> > 
>> > *** 
>> > Error building Sage. 
>> > 
>> > The following package(s) may have failed to build (not necessarily 
>> > during this run of 'make sagelib-no-deps'): 
>> > 
>> > * package: sagelib-10.3.beta0 
>> > last build time: Dec 15 22:20 
>> > log file: 
>> /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log 
>> > 
>> > It is safe to delete any log files and build directories, but they 
>> > contain information that is helpful for debugging build problems. 
>> > WARNING: If you now run 'make' again, the build directory of the 
>> > same version of the package will, by default, be deleted. Set the 
>> > environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this. 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "sage-support" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sage-support...@googlegroups.com. 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/27b740b3-f0d5-4c68-8ee6-3f086ac17cd7n%40googlegroups.com.
>>  
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/edfc8065-70ba-4a9b-8956-17bdbe7f2db7n%40googlegroups.com.


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 exact probelm is?
On Saturday, December 16, 2023 at 1:44:12 AM UTC+5:30 Dima Pasechnik wrote:

> On Fri, Dec 15, 2023 at 7:00 PM Ruchit Jagodara
>  wrote:
> >
> > I am trying to rebuild sage using ./sage -br but it is failing for some 
> reason ( I don't know exactly what is the reason.) This is happening to me 
> since yesterday when I pulled developer branch from sage to get the most 
> updated branch but after that whenever I am trying to rebuild sage it is 
> giving some errors below are few lines of error message that I am getting. 
> I am working on Linux and using 10.2 Sage version.
>
> Can you try
>
> make build
>
> (and not ./sage -br ?)
>
>
> >
> > ***
> > Error building Sage.
> >
> > The following package(s) may have failed to build (not necessarily
> > during this run of 'make sagelib-no-deps'):
> >
> > * package: sagelib-10.3.beta0
> > last build time: Dec 15 22:20
> > log file: /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log
> >
> > It is safe to delete any log files and build directories, but they
> > contain information that is helpful for debugging build problems.
> > WARNING: If you now run 'make' again, the build directory of the
> > same version of the package will, by default, be deleted. Set the
> > environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "sage-support" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sage-support...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/27b740b3-f0d5-4c68-8ee6-3f086ac17cd7n%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/268dc0f9-b563-4579-b961-c9ee42f76568n%40googlegroups.com.


Re: [sage-support] Problem with rebuilding Sage

2023-12-15 Thread Dima Pasechnik
On Fri, Dec 15, 2023 at 7:00 PM Ruchit Jagodara
 wrote:
>
> I am trying to rebuild sage using ./sage -br but it is failing for some 
> reason ( I don't know exactly what is the reason.) This is happening to me 
> since yesterday when I pulled developer branch from sage to get the most 
> updated branch but after that whenever I am trying to rebuild sage it is 
> giving some errors below are few lines of error message that I am getting. I 
> am working on Linux and using 10.2 Sage version.

Can you try

make build

(and not ./sage -br ?)


>
> ***
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make sagelib-no-deps'):
>
> * package: sagelib-10.3.beta0
>   last build time: Dec 15 22:20
>   log file:
> /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log
>
> It is safe to delete any log files and build directories, but they
> contain information that is helpful for debugging build problems.
> WARNING: If you now run 'make' again, the build directory of the
> same version of the package will, by default, be deleted. Set the
> environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/27b740b3-f0d5-4c68-8ee6-3f086ac17cd7n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq2v5RsLE1carKeHJ3U4-zi3%2B6LLXS4gMhfCUwOrYs8Wmw%40mail.gmail.com.


[sage-support] Problem with rebuilding Sage

2023-12-15 Thread Ruchit Jagodara
I am trying to rebuild sage using ./sage -br but it is failing for some 
reason ( I don't know exactly what is the reason.) This is happening to me 
since yesterday when I pulled developer branch from sage to get the most 
updated branch but after that whenever I am trying to rebuild sage it is 
giving some errors below are few lines of error message that I am getting. 
I am working on Linux and using 10.2 Sage version.

***
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make sagelib-no-deps'):

* package: sagelib-10.3.beta0
  last build time: Dec 15 22:20
  log file:   
 /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log

It is safe to delete any log files and build directories, but they
contain information that is helpful for debugging build problems.
WARNING: If you now run 'make' again, the build directory of the
same version of the package will, by default, be deleted. Set the
environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/27b740b3-f0d5-4c68-8ee6-3f086ac17cd7n%40googlegroups.com.