On Thursday, May 3, 2018 at 10:33:12 PM UTC+1, Ronno Das wrote:
>
> How do I figure out why this package is failing to build? I ran make -k 
> and it took ~16 hours, but fflas_ffpack was the only error.
>

naturally, nothing that depends on this package has been built, either.

You're getting

In file included from ffpack_inst.C:68:0: 

ffpack_inst_implem.inl:396:1: internal compiler error: in 
get_untransformed_body, at cgraph.c:3263

which are hard to deal with. Probably building it with -O0 rather than with 
-O2 might help.
Namely, edit line 14 of build/pkgs/fflas_ffpack/spkg-install,
which sets CXXFLAGS, and change there O2 to O0



 

> On Monday, April 30, 2018 at 5:31:51 PM UTC-5, Ronno Das wrote:
>>
>> The 'make' ends with 
>>
>> [fflas_ffpack-2.2.2.p0] 
>> ************************************************************************
>> [fflas_ffpack-2.2.2.p0] Error installing package fflas_ffpack-2.2.2.p0
>> [fflas_ffpack-2.2.2.p0] 
>> ************************************************************************
>> [fflas_ffpack-2.2.2.p0] Please email sage-devel (
>> http://groups.google.com/group/sage-devel)
>> [fflas_ffpack-2.2.2.p0] explaining the problem and including the log file
>> [fflas_ffpack-2.2.2.p0]   /opt/sage/logs/pkgs/fflas_ffpack-2.2.2.p0.log
>> [fflas_ffpack-2.2.2.p0] Describe your computer, operating system, etc.
>> [fflas_ffpack-2.2.2.p0] If you want to try to fix the problem yourself, 
>> *don't* just cd to
>> [fflas_ffpack-2.2.2.p0] 
>> /opt/sage/local/var/tmp/sage/build/fflas_ffpack-2.2.2.p0 and type 'make' or 
>> whatever is appropriate.
>> [fflas_ffpack-2.2.2.p0] Instead, the following commands setup all 
>> environment variables
>> [fflas_ffpack-2.2.2.p0] correctly and load a subshell for you to debug 
>> the error:
>> [fflas_ffpack-2.2.2.p0]   (cd 
>> '/opt/sage/local/var/tmp/sage/build/fflas_ffpack-2.2.2.p0' && 
>> '/opt/sage/sage' --sh)
>> [fflas_ffpack-2.2.2.p0] When you are done debugging, you can type "exit" 
>> to leave the subshell.
>> [fflas_ffpack-2.2.2.p0] 
>> ************************************************************************
>> Makefile:1529: recipe for target 
>> '/opt/sage/local/var/lib/sage/installed/fflas_ffpack-2.2.2.p0' failed
>> make[2]: *** 
>> [/opt/sage/local/var/lib/sage/installed/fflas_ffpack-2.2.2.p0] Error 1
>> make[2]: Leaving directory '/opt/sage/build/make'
>> Makefile:803: recipe for target 'all' failed
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory '/opt/sage/build/make'
>>
>> real    8m37.346s
>> user    8m16.960s
>> sys     0m8.470s
>> ***************************************************************
>> Error building Sage.
>>
>> The following package(s) may have failed to build (not necessarily
>> during this run of 'make all'):
>>
>> * package: fflas_ffpack-2.2.2.p0
>>   log file: /opt/sage/logs/pkgs/fflas_ffpack-2.2.2.p0.log
>>   build directory: 
>> /opt/sage/local/var/tmp/sage/build/fflas_ffpack-2.2.2.p0
>>
>> The build directory may contain configuration files and other potentially
>> helpful information. WARNING: if you now run 'make' again, the build
>> directory will, by default, be deleted. Set the environment variable
>> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
>>
>> Makefile:16: recipe for target 'all' failed
>> make: *** [all] Error 1
>>
>> I've attached the file '/opt/sage/logs/pkgs/fflas_ffpack-2.2.2.p0.log'. 
>> What do I need to fix?
>>
>

-- 
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to