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.


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

2020-04-03 Thread Jakub Jabłoński
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.


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

2020-04-03 Thread Jakub Jabłoński
I have removed whole cygwin and reinstalled everything, now ecl is not 
failing. However sage is still not building. 

-- 
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/a3f13918-9cf7-4b69-baa9-f0466398441d%40googlegroups.com.


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

2020-04-01 Thread Jakub Jabłoński
$ set|grep BASH
BASH=/bin/bash
BASHOPTS=cmdhist:complete_fullquote:expand_aliases:extquote:force_fignore:hostcomplete:interactive_comments:login_shell:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="4" [1]="4" [2]="12" [3]="3" [4]="release" 
[5]="x86_64-unknown-cygwin")
BASH_VERSION='4.4.12(3)-release'
CYG_SYS_BASHRC=1
$ env
USERDOMAIN=DESKTOP-P41QQCN
OS=Windows_NT
COMMONPROGRAMFILES=C:\Program Files\Common Files
PROCESSOR_LEVEL=6
PSModulePath=C:\Program 
Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
CommonProgramW6432=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
LANG=en_US.UTF-8
TZ=Europe/Warsaw
HOSTNAME=DESKTOP-P41QQCN
PUBLIC=C:\Users\Public
OLDPWD=/home/Kuba
USERNAME=Kuba
LOGONSERVER=\\DESKTOP-P41QQCN
PROCESSOR_ARCHITECTURE=AMD64
LOCALAPPDATA=C:\Users\Kuba\AppData\Local
COMPUTERNAME=DESKTOP-P41QQCN
FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
USER=Kuba
!::=::\
SYSTEMDRIVE=C:
USERPROFILE=C:\Users\Kuba
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
SYSTEMROOT=C:\Windows
USERDOMAIN_ROAMINGPROFILE=DESKTOP-P41QQCN
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
PWD=/home/Kuba/sage/local/var/tmp/sage/build/ecl-16.1.2.p5
HOME=/home/Kuba
TMP=/tmp
SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:igncr:interactive-comments:monitor
OneDrive=C:\Users\Kuba\OneDrive
PROCESSOR_REVISION=8e0a
FPS_BROWSER_USER_PROFILE_STRING=Default
SAGE_KEEP_BUILT_SPKGS=yes
PROFILEREAD=true
NUMBER_OF_PROCESSORS=8
ProgramW6432=C:\Program Files
COMSPEC=C:\Windows\system32\cmd.exe
APPDATA=C:\Users\Kuba\AppData\Roaming
SHELL=/bin/bash
TERM=xterm
WINDIR=C:\Windows
ProgramData=C:\ProgramData
SHLVL=1
MINTTY_SHORTCUT=/cygdrive/c/Users/Public/Desktop/Cygwin64 Terminal.lnk
PRINTER=Lexmark X1100 Series
PROGRAMFILES=C:\Program Files
PyCharm=C:\Program Files\JetBrains\PyCharm 2019.2.3\bin;
ALLUSERSPROFILE=C:\ProgramData
TEMP=/tmp
DriverData=C:\Windows\System32\Drivers\DriverData
SESSIONNAME=Console
ProgramFiles(x86)=C:\Program Files (x86)
PATH=/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program
 
Files/Git/cmd:/cygdrive/c/Program Files (x86)/Common Files/Ulead 
Systems/MPEG:/cygdrive/c/Toolsy/sqlite:/cygdrive/c/Program 
Files/TortoiseGit/bin:/cygdrive/c/Program 
Files/dotnet:/cygdrive/c/Users/Kuba/AppData/Local/Programs/Python/Python36/Scripts:/cygdrive/c/Users/Kuba/AppData/Local/Programs/Python/Python36:/cygdrive/c/Users/Kuba/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Program
 
Files/JetBrains/PyCharm 2019.2.3/bin:/cygdrive/c/Program 
Files/Java/jdk-13/bin:/cygdrive/c/poppler-0.67.0/bin:/usr/lib/lapack
PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$
HOMEDRIVE=C:
INFOPATH=/usr/local/info:/usr/share/info:/usr/info
HOMEPATH=\Users\Kuba
ORIGINAL_PATH=/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program
 
Files/Git/cmd:/cygdrive/c/Program Files (x86)/Common Files/Ulead 
Systems/MPEG:/cygdrive/c/Toolsy/sqlite:/cygdrive/c/Program 
Files/TortoiseGit/bin:/cygdrive/c/Program 
Files/dotnet:/cygdrive/c/Users/Kuba/AppData/Local/Programs/Python/Python36/Scripts:/cygdrive/c/Users/Kuba/AppData/Local/Programs/Python/Python36:/cygdrive/c/Users/Kuba/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Program
 
Files/JetBrains/PyCharm 2019.2.3/bin:/cygdrive/c/Program 
Files/Java/jdk-13/bin:/cygdrive/c/poppler-0.67.0/bin
EXECIGNORE=*.dll
_=/usr/bin/env

-- 
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/2a65ca72-55aa-4631-b7ec-07427d1d7b3f%40googlegroups.com.


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

2020-04-01 Thread Matthias Koeppe
Could you post the output of "env" and of "set | grep BASH"?

On Wednesday, April 1, 2020 at 11:53:54 AM UTC-4, 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?
>
> 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/d2e3c814-e287-4bde-9d16-ea00629b89e1%40googlegroups.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.


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

2020-04-01 Thread Jakub Jabłoński
And gcc -V is not working on my cygwin, "-V" is unrecognized command line 
option. What is it supposed to do?

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.


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

2020-04-01 Thread Matthias Koeppe
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/178998ed-de79-47ae-a6ce-82b452128192%40googlegroups.com.


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

2020-04-01 Thread Jakub Jabłoński
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/d61bae43-4a38-4704-973a-a6267edf24e1%40googlegroups.com.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ecl configure 16.1.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /home/Kuba/sage/local/var/tmp/sage/build/ecl-16.1.2.p5/src/src/configure 
--srcdir=/home/Kuba/sage/local/var/tmp/sage/build/ecl-16.1.2.p5/src/src 
--prefix=/home/Kuba/sage/local --libdir=/home/Kuba/sage/local/lib 
--disable-threads --enable-unicode=yes

## - ##
## Platform. ##
## - ##

hostname = DESKTOP-P41QQCN
uname -m = x86_64
uname -r = 3.1.4(0.340/5/3)
uname -s = CYGWIN_NT-10.0
uname -v = 2020-02-19 08:49

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = x86_64
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /home/Kuba/sage/local/lib/R/lib
PATH: /home/Kuba/sage/local/lib
PATH: /home/Kuba/sage/build/bin
PATH: /home/Kuba/sage/src/bin
PATH: /home/Kuba/sage/local/bin
PATH: /home/Kuba/sage/build/bin
PATH: /home/Kuba/sage/src/bin
PATH: /home/Kuba/sage/local/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Windows/System32/OpenSSH
PATH: /cygdrive/c/Program Files/Git/cmd
PATH: /cygdrive/c/Program Files (x86)/Common Files/Ulead Systems/MPEG
PATH: /cygdrive/c/Toolsy/sqlite
PATH: /cygdrive/c/Program Files/TortoiseGit/bin
PATH: /cygdrive/c/Program Files/dotnet
PATH: /cygdrive/c/Users/Kuba/AppData/Local/Programs/Python/Python36/Scripts
PATH: /cygdrive/c/Users/Kuba/AppData/Local/Programs/Python/Python36
PATH: /cygdrive/c/Users/Kuba/AppData/Local/Microsoft/WindowsApps
PATH: /cygdrive/c/Program Files/JetBrains/PyCharm 2019.2.3/bin
PATH: /cygdrive/c/Program Files/Java/jdk-13/bin
PATH: /cygdrive/c/poppler-0.67.0/bin
PATH: /usr/lib/lapack


## --- ##
## Core tests. ##
## --- ##

configure:3027: checking build system type
configure:3041: result: x86_64-unknown-cygwin
configure:3061: checking host system type
configure:3074: result: x86_64-unknown-cygwin
configure:3144: checking for gcc
configure:3171: result: gcc
configure:3400: checking for C compiler version
configure:3409: gcc --version >&5
gcc (GCC) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3420: $? = 0
configure:3409: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/9.3.0/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: 
/cygdrive/i/szsz/tmpp/gcc/gcc-9.3.0-1.x86_64/src/gcc-9.3.0/configure 
--srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-9.3.0-1.x86_64/src/gcc-9.3.0 
--prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc 
--docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C 
--build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin 
--without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib 
--enable-shared --enable-shared-libgcc --enable-static 
--enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit 
--with-dwarf2 --with-tune=generic 
--enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite 
--enable-threads=posix --enable-libatomic --enable-libgomp --enable-libquadmath 
--enable-libquadmath-support --disable-libssp --enable-libada --disable-symvers 
--with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl 
--without-libiconv-prefix --without-libintl-prefix --with-system-zlib 
--enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible 
--enable-libstdcxx-filesystem-ts
Thread model: posix
gcc version 9.3.0 (GCC) 
configure:3420: $? = 0
configure:3409: gcc -V >&5

##  ##
## Cache variables. ##
##  ##

ac_cv_build=x86_64-unknown-cygwin
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc

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

2020-03-31 Thread Matthias Koeppe


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/0de7428d-8756-4283-9189-dcd37bfc8bee%40googlegroups.com.


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

2020-03-31 Thread John H Palmieri
When the build fails, there should be a message like:

The following package(s) may have failed to build...

* package: ecl
  last build time: ...
  log file:...
  build directory:   /build/directory/is/here/

Check the build directory listed at the end for the file config.log. It may 
instead be in a subdirectory "src". My guess is that it's the file

local/var/tmp/sage/build/ecl-16.1.2.p5/src/confg.log


On Tuesday, March 31, 2020 at 2:31:21 PM UTC-7, 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/6c585924-6d6b-4ae5-a0bd-cb2a885299bf%40googlegroups.com.


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

2020-03-31 Thread Matthias Koeppe
On Tuesday, March 31, 2020 at 11:08:58 AM UTC-4, Jakub Jabłoński wrote:
>
> I'm trying to build sage on windows using CYGWIN_NT-10.0.
> Revision I was trying to build is latest one from here:
> https://trac.sagemath.org/ticket/29269
>
> Failure log in attachment, do you know how to fix that?
>

top-level config.log and the config.log from the ecl build directory would 
be helpful.

ecl builds successfully on 9.1.beta9 
at https://github.com/mkoeppe/sage/runs/547677310

-- 
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/d66f2127-ca08-4e07-84a7-54a555d84cd4%40googlegroups.com.