Re: [sage-devel] Re: ecl build failure when building sage

2020-04-05 Thread Dima Pasechnik
Perhaps you can tell us what CYGWIN_NT-10.0 is, and how is it
different from the usual 64-bit Cygwin?
The most recent version 3.1.4, cf
https://sourceware.org/legacy-ml/cygwin-announce/2020-02/msg6.html

On Sun, Apr 5, 2020 at 4:01 PM Jakub Jabłoński  wrote:
>
> Didn't help, started installing ubuntu on virtual machine, will try here. 
> Thanks for helping.
>
> On Saturday, April 4, 2020 at 5:04:57 AM UTC+2, Dima Pasechnik wrote:
>>
>> On Fri, Apr 3, 2020 at 11:04 PM Jakub Jabłoński  wrote:
>> >
>> > Sorry, didn't notice it's not rebuilding. Done it now and issue with omp 
>> > still occurs.
>>
>> hmm. Somewhere something instists on using openmp.
>>
>> Perhaps, do
>>
>> make distclean
>> make
>>
>> >
>> > On Friday, April 3, 2020 at 4:13:39 PM UTC+2, Dima Pasechnik wrote:
>> >>
>> >> have you rebuilt fflas-ffpack after your addition of flags?
>> >>
>> >> On Fri, Apr 3, 2020 at 10:00 PM Jakub Jabłoński  wrote:
>> >> >
>> >> > Current version:
>> >> >
>> >> > # If SAGE_FAT_BINARY is set, disable all processor-specific 
>> >> > optimizations
>> >> > if [ "$SAGE_FAT_BINARY" = yes ]; then
>> >> > FFLAS_FFPACK_CONFIGURE="--disable-sse --disable-sse2 --disable-sse3 
>> >> > --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma 
>> >> > --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f 
>> >> > --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
>> >> > fi
>> >> >
>> >> > FFLAS_FFPACK_CONFIGURE="--disable-openmp $FFLAS_FFPACK_CONFIGURE"
>> >> >
>> >> > Still failing
>> >> >
>> >> >
>> >> > On Friday, April 3, 2020 at 2:00:13 PM UTC+2, Dima Pasechnik wrote:
>> >> >>
>> >> >> it seems that your addition is conditional on SAGE_FAT_BINARY being 
>> >> >> set to yes.
>> >> >>
>> >> >> It should not be so.
>> >> >>
>> >> >> On Fri, 3 Apr 2020, 19:56 Jakub Jabłoński,  wrote:
>> >> >>>
>> >> >>> I have added --disable-openmp here in spkg-install.in:
>> >> >>> if [ "$SAGE_FAT_BINARY" = yes ]; then
>> >> >>> FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse 
>> >> >>> --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse41 
>> >> >>> --disable-sse42 --disable-fma --disable-fma4 --disable-avx 
>> >> >>> --disable-avx2 --disable-avx512f --disable-avx512dq 
>> >> >>> --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
>> >> >>> fi
>> >> >>>
>> >> >>> Previous log is after adding that, new log
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński wrote:
>> >> 
>> >> 
>> >> 
>> >>  On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik wrote:
>> >> >
>> >> > could you post the top-level config.log ?
>> >> >
>> >> >
>> >> > On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  
>> >> > wrote:
>> >> >>
>> >> >> you are building fflas-ffpack with OpenMP on, for some reason.
>> >> >> it should be possible to modify its spkg-install.in file so that 
>> >> >> it does not happen, rebuild it, and sagelib itself.
>> >> >>
>> >> >>
>> >> >> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  
>> >> >> wrote:
>> >> >>>
>> >> >>> Okay, uploaded only log which seems to be relevant (it's failing)
>> >> >>>
>> >> >>> --
>> >> >>> 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-...@googlegroups.com.
>> >> >>> To view this discussion on the web visit 
>> >> >>> https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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-...@googlegroups.com.
>> >> >>> To view this discussion on the web visit 
>> >> >>> https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.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-...@googlegroups.com.
>> >> > To view this discussion on the web visit 
>> >> > https://groups.google.com/d/msgid/sage-devel/770c6ffd-e8bb-45bd-be07-a09bcfd9b688%40googlegroups.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-...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-devel/5f09d635-cf55-4609-a68a-486e2ae0fe9d%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> 

Re: [sage-devel] Re: ecl build failure when building sage

2020-04-05 Thread Jakub Jabłoński
Didn't help, started installing ubuntu on virtual machine, will try here. 
Thanks for helping. 

On Saturday, April 4, 2020 at 5:04:57 AM UTC+2, Dima Pasechnik wrote:
>
> On Fri, Apr 3, 2020 at 11:04 PM Jakub Jabłoński  > wrote: 
> > 
> > Sorry, didn't notice it's not rebuilding. Done it now and issue with omp 
> still occurs. 
>
> hmm. Somewhere something instists on using openmp. 
>
> Perhaps, do 
>
> make distclean 
> make 
>
> > 
> > On Friday, April 3, 2020 at 4:13:39 PM UTC+2, Dima Pasechnik wrote: 
> >> 
> >> have you rebuilt fflas-ffpack after your addition of flags? 
> >> 
> >> On Fri, Apr 3, 2020 at 10:00 PM Jakub Jabłoński  
> wrote: 
> >> > 
> >> > Current version: 
> >> > 
> >> > # If SAGE_FAT_BINARY is set, disable all processor-specific 
> optimizations 
> >> > if [ "$SAGE_FAT_BINARY" = yes ]; then 
> >> > FFLAS_FFPACK_CONFIGURE="--disable-sse --disable-sse2 
> --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
> --disable-fma --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f 
> --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE" 
> >> > fi 
> >> > 
> >> > FFLAS_FFPACK_CONFIGURE="--disable-openmp $FFLAS_FFPACK_CONFIGURE" 
> >> > 
> >> > Still failing 
> >> > 
> >> > 
> >> > On Friday, April 3, 2020 at 2:00:13 PM UTC+2, Dima Pasechnik wrote: 
> >> >> 
> >> >> it seems that your addition is conditional on SAGE_FAT_BINARY being 
> set to yes. 
> >> >> 
> >> >> It should not be so. 
> >> >> 
> >> >> On Fri, 3 Apr 2020, 19:56 Jakub Jabłoński,  
> wrote: 
> >> >>> 
> >> >>> I have added --disable-openmp here in spkg-install.in: 
> >> >>> if [ "$SAGE_FAT_BINARY" = yes ]; then 
> >> >>> FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse 
> --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse41 
> --disable-sse42 --disable-fma --disable-fma4 --disable-avx --disable-avx2 
> --disable-avx512f --disable-avx512dq --disable-avx512vl 
> $FFLAS_FFPACK_CONFIGURE" 
> >> >>> fi 
> >> >>> 
> >> >>> Previous log is after adding that, new log 
> >> >>> 
> >> >>> 
> >> >>> 
> >> >>> 
> >> >>> On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński 
> wrote: 
> >>  
> >>  
> >>  
> >>  On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik 
> wrote: 
> >> > 
> >> > could you post the top-level config.log ? 
> >> > 
> >> > 
> >> > On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  
> wrote: 
> >> >> 
> >> >> you are building fflas-ffpack with OpenMP on, for some reason. 
> >> >> it should be possible to modify its spkg-install.in file so 
> that it does not happen, rebuild it, and sagelib itself. 
> >> >> 
> >> >> 
> >> >> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  
> wrote: 
> >> >>> 
> >> >>> Okay, uploaded only log which seems to be relevant (it's 
> failing) 
> >> >>> 
> >> >>> -- 
> >> >>> 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-...@googlegroups.com. 
> >> >>> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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-...@googlegroups.com. 
> >> >>> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.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-...@googlegroups.com. 
> >> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/770c6ffd-e8bb-45bd-be07-a09bcfd9b688%40googlegroups.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-...@googlegroups.com . 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/5f09d635-cf55-4609-a68a-486e2ae0fe9d%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/f64a5b8e-5229-4ad1-b076-e78b32cf092f%40googlegroups.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Dima Pasechnik
On Fri, Apr 3, 2020 at 11:04 PM Jakub Jabłoński  wrote:
>
> Sorry, didn't notice it's not rebuilding. Done it now and issue with omp 
> still occurs.

hmm. Somewhere something instists on using openmp.

Perhaps, do

make distclean
make

>
> On Friday, April 3, 2020 at 4:13:39 PM UTC+2, Dima Pasechnik wrote:
>>
>> have you rebuilt fflas-ffpack after your addition of flags?
>>
>> On Fri, Apr 3, 2020 at 10:00 PM Jakub Jabłoński  wrote:
>> >
>> > Current version:
>> >
>> > # If SAGE_FAT_BINARY is set, disable all processor-specific optimizations
>> > if [ "$SAGE_FAT_BINARY" = yes ]; then
>> > FFLAS_FFPACK_CONFIGURE="--disable-sse --disable-sse2 --disable-sse3 
>> > --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma 
>> > --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f 
>> > --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
>> > fi
>> >
>> > FFLAS_FFPACK_CONFIGURE="--disable-openmp $FFLAS_FFPACK_CONFIGURE"
>> >
>> > Still failing
>> >
>> >
>> > On Friday, April 3, 2020 at 2:00:13 PM UTC+2, Dima Pasechnik wrote:
>> >>
>> >> it seems that your addition is conditional on SAGE_FAT_BINARY being set 
>> >> to yes.
>> >>
>> >> It should not be so.
>> >>
>> >> On Fri, 3 Apr 2020, 19:56 Jakub Jabłoński,  wrote:
>> >>>
>> >>> I have added --disable-openmp here in spkg-install.in:
>> >>> if [ "$SAGE_FAT_BINARY" = yes ]; then
>> >>> FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse 
>> >>> --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse41 
>> >>> --disable-sse42 --disable-fma --disable-fma4 --disable-avx 
>> >>> --disable-avx2 --disable-avx512f --disable-avx512dq --disable-avx512vl 
>> >>> $FFLAS_FFPACK_CONFIGURE"
>> >>> fi
>> >>>
>> >>> Previous log is after adding that, new log
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński wrote:
>> 
>> 
>> 
>>  On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik wrote:
>> >
>> > could you post the top-level config.log ?
>> >
>> >
>> > On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  wrote:
>> >>
>> >> you are building fflas-ffpack with OpenMP on, for some reason.
>> >> it should be possible to modify its spkg-install.in file so that it 
>> >> does not happen, rebuild it, and sagelib itself.
>> >>
>> >>
>> >> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  wrote:
>> >>>
>> >>> Okay, uploaded only log which seems to be relevant (it's failing)
>> >>>
>> >>> --
>> >>> 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-...@googlegroups.com.
>> >>> To view this discussion on the web visit 
>> >>> https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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-...@googlegroups.com.
>> >>> To view this discussion on the web visit 
>> >>> https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.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-...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-devel/770c6ffd-e8bb-45bd-be07-a09bcfd9b688%40googlegroups.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/5f09d635-cf55-4609-a68a-486e2ae0fe9d%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq08K7Z6wRAgfTbyddneMrhzEBRefiqc9HFkw%2Bi6RWzW6A%40mail.gmail.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Jakub Jabłoński
Sorry, didn't notice it's not rebuilding. Done it now and issue with omp 
still occurs. 

On Friday, April 3, 2020 at 4:13:39 PM UTC+2, Dima Pasechnik wrote:
>
> have you rebuilt fflas-ffpack after your addition of flags? 
>
> On Fri, Apr 3, 2020 at 10:00 PM Jakub Jabłoński  > wrote: 
> > 
> > Current version: 
> > 
> > # If SAGE_FAT_BINARY is set, disable all processor-specific 
> optimizations 
> > if [ "$SAGE_FAT_BINARY" = yes ]; then 
> > FFLAS_FFPACK_CONFIGURE="--disable-sse --disable-sse2 --disable-sse3 
> --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma 
> --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f 
> --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE" 
> > fi 
> > 
> > FFLAS_FFPACK_CONFIGURE="--disable-openmp $FFLAS_FFPACK_CONFIGURE" 
> > 
> > Still failing 
> > 
> > 
> > On Friday, April 3, 2020 at 2:00:13 PM UTC+2, Dima Pasechnik wrote: 
> >> 
> >> it seems that your addition is conditional on SAGE_FAT_BINARY being set 
> to yes. 
> >> 
> >> It should not be so. 
> >> 
> >> On Fri, 3 Apr 2020, 19:56 Jakub Jabłoński,  wrote: 
> >>> 
> >>> I have added --disable-openmp here in spkg-install.in: 
> >>> if [ "$SAGE_FAT_BINARY" = yes ]; then 
> >>> FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse 
> --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse41 
> --disable-sse42 --disable-fma --disable-fma4 --disable-avx --disable-avx2 
> --disable-avx512f --disable-avx512dq --disable-avx512vl 
> $FFLAS_FFPACK_CONFIGURE" 
> >>> fi 
> >>> 
> >>> Previous log is after adding that, new log 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński wrote: 
>  
>  
>  
>  On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik wrote: 
> > 
> > could you post the top-level config.log ? 
> > 
> > 
> > On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  
> wrote: 
> >> 
> >> you are building fflas-ffpack with OpenMP on, for some reason. 
> >> it should be possible to modify its spkg-install.in file so that 
> it does not happen, rebuild it, and sagelib itself. 
> >> 
> >> 
> >> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  
> wrote: 
> >>> 
> >>> Okay, uploaded only log which seems to be relevant (it's failing) 
> >>> 
> >>> -- 
> >>> 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-...@googlegroups.com. 
> >>> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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-...@googlegroups.com. 
> >>> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.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-...@googlegroups.com . 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/770c6ffd-e8bb-45bd-be07-a09bcfd9b688%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/5f09d635-cf55-4609-a68a-486e2ae0fe9d%40googlegroups.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Dima Pasechnik
have you rebuilt fflas-ffpack after your addition of flags?

On Fri, Apr 3, 2020 at 10:00 PM Jakub Jabłoński  wrote:
>
> Current version:
>
> # If SAGE_FAT_BINARY is set, disable all processor-specific optimizations
> if [ "$SAGE_FAT_BINARY" = yes ]; then
> FFLAS_FFPACK_CONFIGURE="--disable-sse --disable-sse2 --disable-sse3 
> --disable-ssse3 --disable-sse41 --disable-sse42 --disable-fma --disable-fma4 
> --disable-avx --disable-avx2 --disable-avx512f --disable-avx512dq 
> --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
> fi
>
> FFLAS_FFPACK_CONFIGURE="--disable-openmp $FFLAS_FFPACK_CONFIGURE"
>
> Still failing
>
>
> On Friday, April 3, 2020 at 2:00:13 PM UTC+2, Dima Pasechnik wrote:
>>
>> it seems that your addition is conditional on SAGE_FAT_BINARY being set to 
>> yes.
>>
>> It should not be so.
>>
>> On Fri, 3 Apr 2020, 19:56 Jakub Jabłoński,  wrote:
>>>
>>> I have added --disable-openmp here in spkg-install.in:
>>> if [ "$SAGE_FAT_BINARY" = yes ]; then
>>> FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse --disable-sse2 
>>> --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
>>> --disable-fma --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f 
>>> --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
>>> fi
>>>
>>> Previous log is after adding that, new log
>>>
>>>
>>>
>>>
>>> On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński wrote:



 On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik wrote:
>
> could you post the top-level config.log ?
>
>
> On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  wrote:
>>
>> you are building fflas-ffpack with OpenMP on, for some reason.
>> it should be possible to modify its spkg-install.in file so that it does 
>> not happen, rebuild it, and sagelib itself.
>>
>>
>> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  wrote:
>>>
>>> Okay, uploaded only log which seems to be relevant (it's failing)
>>>
>>> --
>>> 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-...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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-...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/770c6ffd-e8bb-45bd-be07-a09bcfd9b688%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq08G9Z8GZDrguBOMhQODQYtK0n3Ao6x66QgNH2D_bw5fg%40mail.gmail.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Dima Pasechnik
it seems that your addition is conditional on SAGE_FAT_BINARY being set to
yes.

It should not be so.

On Fri, 3 Apr 2020, 19:56 Jakub Jabłoński,  wrote:

> I have added --disable-openmp here in spkg-install.in:
> if [ "$SAGE_FAT_BINARY" = yes ]; then
> FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse --disable-sse2
> --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42
> --disable-fma --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f
> --disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
> fi
>
> Previous log is after adding that, new log
>
>
>
>
> On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński wrote:
>>
>>
>>
>> On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik wrote:
>>>
>>> could you post the top-level config.log ?
>>>
>>>
>>> On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  wrote:
>>>
 you are building fflas-ffpack with OpenMP on, for some reason.
 it should be possible to modify its spkg-install.in file so that it
 does not happen, rebuild it, and sagelib itself.


 On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  wrote:

> Okay, uploaded only log which seems to be relevant (it's failing)
>
> --
> 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-...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3Fypz_Dp28p6FsApETjCvQn%2BP42buJ%3D-eF1uXe4b8KLQ%40mail.gmail.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Jakub Jabłoński
I have added --disable-openmp here in spkg-install.in:
if [ "$SAGE_FAT_BINARY" = yes ]; then
FFLAS_FFPACK_CONFIGURE="--disable-openmp --disable-sse --disable-sse2 
--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-fma --disable-fma4 --disable-avx --disable-avx2 --disable-avx512f 
--disable-avx512dq --disable-avx512vl $FFLAS_FFPACK_CONFIGURE"
fi

Previous log is after adding that, new log




On Friday, April 3, 2020 at 12:46:49 PM UTC+2, Jakub Jabłoński wrote:
>
>
>
> On Friday, April 3, 2020 at 11:57:29 AM UTC+2, Dima Pasechnik wrote:
>>
>> could you post the top-level config.log ?
>>
>>
>> On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  wrote:
>>
>>> you are building fflas-ffpack with OpenMP on, for some reason.
>>> it should be possible to modify its spkg-install.in file so that it 
>>> does not happen, rebuild it, and sagelib itself.
>>>
>>>
>>> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  wrote:
>>>
 Okay, uploaded only log which seems to be relevant (it's failing)

 -- 
 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-...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/sage-devel/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/62253b78-f79c-45b9-b6ea-ea80e5cd30a2%40googlegroups.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Dima Pasechnik
could you post the top-level config.log ?


On Fri, 3 Apr 2020 at 16:59, Dima Pasechnik  wrote:

> you are building fflas-ffpack with OpenMP on, for some reason.
> it should be possible to modify its spkg-install.in file so that it does
> not happen, rebuild it, and sagelib itself.
>
>
> On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  wrote:
>
>> Okay, uploaded only log which seems to be relevant (it's failing)
>>
>> --
>> 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/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq1B9oakAMtdTY9PgHqnS8x2e1T-0zVToROek7_pw4BVdg%40mail.gmail.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Dima Pasechnik
you are building fflas-ffpack with OpenMP on, for some reason.
it should be possible to modify its spkg-install.in file so that it does
not happen, rebuild it, and sagelib itself.


On Fri, 3 Apr 2020 at 16:40, Jakub Jabłoński  wrote:

> Okay, uploaded only log which seems to be relevant (it's failing)
>
> --
> 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/6ae55f28-f271-4486-8d23-4c5f802ef5fc%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq13VHWArgm4iuPh6YRAhLmZ0OeuS7Md-fqcVzyTjO0jBw%40mail.gmail.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-03 Thread Dima Pasechnik
from this part of the log it is not possible to see much, except that
Sage's Python library has failed to build.

Please paste as many lines above these from the output as you can.


On Fri, 3 Apr 2020, 15:09 Jakub Jabłoński,  wrote:

> I have removed whole cygwin and reinstalled everything, now ecl is not
> failing. However sage is still not building.
> Building log ends with following text (can't upload logs as attachment,
> don't know why)
> [sagelib-9.1.beta9] collect2: error: ld returned 1 exit status
> [sagelib-9.1.beta9] error: command 'g++' failed with exit status 1
> [sagelib-9.1.beta9] make[4]: *** [Makefile:33: sage] Error 1
> [sagelib-9.1.beta9] make[4]: Leaving directory '/home/Kuba/sage/src'
> [sagelib-9.1.beta9]
> [sagelib-9.1.beta9] real 7m43.455s
> [sagelib-9.1.beta9] user 17m51.494s
> [sagelib-9.1.beta9] sys 0m56.723s
> make[3]: *** [Makefile:1942: sagelib] Error 2
> make[3]: Leaving directory '/home/Kuba/sage/build/make'
> make[2]: *** [Makefile:1801: all-start] Error 2
> make[2]: Leaving directory '/home/Kuba/sage/build/make'
>
> real 7m56.612s
> user 17m56.122s
> sys 1m5.057s
> ***
> Error building Sage.
>
> --
> 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/2893b16f-45b2-4034-bbbd-f6cbb835a2c0%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq1v2_g1gt63bajDAOYz%2BisHuFqbkPV8J5g1zo4gmqQixA%40mail.gmail.com.


Re: [sage-devel] Re: ecl build failure when building sage

2020-04-01 Thread Dima Pasechnik
On Wed, Apr 1, 2020 at 11:53 PM Jakub Jabłoński  wrote:
>
> And gcc -V is not working on my cygwin, "-V" is unrecognized command line 
> option. What is it supposed to do?

this is normal - but it should not crash, it should exit gracefully.
The configure script it trying to figure out how to talk to your C
compiler by trying it with different options.


>
> On Wednesday, April 1, 2020 at 5:23:16 PM UTC+2, Jakub Jabłoński wrote:
>>
>> result.txt is the output, config.log is from ecl build dir.
>>
>> On Wednesday, April 1, 2020 at 4:41:03 PM UTC+2, Matthias Koeppe wrote:
>>>
>>> Very strange, it looks like configure dies after running "gcc -V".
>>>
>>> You could try the following
>>>
>>> (cd '/home/Kuba/sage/local/var/tmp/sage/build/ecl-16.1.2.p5' && 
>>> '/home/Kuba/sage/sage' --sh)
>>>
>>> export CONFIG_SHELL="bash -x"
>>>
>>> ./spkg-install
>>>
>>>
>>> and post output and the log file again
>>>
>>>
>>> On Wednesday, April 1, 2020 at 2:27:18 AM UTC-4, Jakub Jabłoński wrote:

 Indeed it was there

 On Wednesday, April 1, 2020 at 12:41:14 AM UTC+2, Matthias Koeppe wrote:
>
> Try local/var/tmp/sage/build/ecl-16.1.2.p5/src/build/config.log
>
>
> On Tuesday, March 31, 2020 at 5:31:21 PM UTC-4, Jakub Jabłoński wrote:
>>>
>>> I have rebuilt everything from scratch, this time on develop branch. 
>>> Attached logs. There waas no config.log in sage\build\pkgs\ecl
>
> --
> 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/64cd5e73-254e-4102-bb77-b72b36d50822%40googlegroups.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq29wcb-kyEDZfHiioOZTDwLf6RuOr2wnK2NiW9eZEVBOA%40mail.gmail.com.