On Thu, May 9, 2019 at 4:35 PM Pepijn Wissing <
pepijn....@gmail.com> wrote:
>
> As far as I can tell, it fails when it's attempting to reach something called "cocoa", about which it says
> [giac-1.5.0.37.p0] checking CoCoA/io.H usability... no
> [giac-1.5.0.37.p0] checking CoCoA/io.H presence... no
> [giac-1.5.0.37.p0] checking for CoCoA/io.H... no
> earlier. Do you think something is missing or is there a bigger issue at play?
I don't think this is relevant.
What's strange, in your log, is that it errored out on this particular
step with no specific error message of use, because for some reason
libtool had it run output redirected to /dev/null (?). So you might
try manually re-running the command it failed on. First activate the
sage environment:
$ ./sage -sh
Then cd to the build directory where giac was being built:
$ cd /home/pwissing/sage-8.7/local/var/tmp/sage/build/giac-1.5.0.37.p0/src/src
Finally, manually run the command that failed:
$ g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I.
-I.. -I/home/pwissing/sage-8.7/local/include -g -O2
-fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -MT cocoa.lo -MD -MP -MF
.deps/cocoa.Tpo -c cocoa.cc -o cocoa.o
and see if that gives anything more useful.
This seems kind of random though so I'd suspect something
environmental (out of disk space?).
> Op donderdag 9 mei 2019 16:25:39 UTC+2 schreef Pepijn Wissing:
>>>
>>> Right, so thanks to your answers I have run just the installer, without loading the python module, which has in part solved my problem; it has succesfully installed mpc. However, it now fails in the installation of giac. I have attached the new logs. Any further suggestions as to what the problem might be?
>>
>>
>> Full install log via a dropbox link:
https://www.dropbox.com/s/f50vdhxeq4g521p/install.log?dl=0
>>
>>
>
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/5f1c7377-08c6-4b42-8584-3981a2ca0614%40googlegroups.com.