[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-16 Thread John H Palmieri
It looks like you haven't installed the OS X command line tools, or they got removed when you updated to High Sierra. Try (re)installing them: run "xcode-select --install" from a terminal window. On Monday, October 16, 2017 at 7:58:33 PM UTC-7, moep wrote: > > Thanks for the response! I tried

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-16 Thread John H Palmieri
You have at least two choices. For both, start by downloading (http://www.sagemath.org/download-source.html) and unpacking sage-8.0.tar.gz wherever you plan to build it. Choice 1: install git-trac-config: see

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-16 Thread Ling Lin
Hi, I'm having a similar problem, since I have to install Sage on a new computer (Macbook Pro 2017 with OS10.13). I think the issue is again with building gcc-5.4.0, which was mentioned in ticket ##23898. Since I'm not familiar with git, I cloned the repository for both the master and

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-13 Thread Arvind Ayyer
After many hours of compiling (and when it seemed close to completing), it gave an error while installing curl-7.53.1, as John had predicted. The error is funny because this is MacOS 10.13: [curl-7.53.1] libtool: compile: clang -DHAVE_CONFIG_H -I../include/curl > -I../include -I../include

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-09 Thread Dima Pasechnik
Oh, I am sorry, I have not realised that this won't work on Xcode 9 without https://trac.sagemath.org/ticket/23898 (even with clang you still need to build a fortran compiler, provided by the gcc package gfortran) If you just need working Sage, it might be easier to use only #23898 but not

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-09 Thread Dima Pasechnik
On Monday, October 9, 2017 at 4:16:47 AM UTC+1, Arvind Ayyer wrote: > > Thanks for your response, Dima. When you say that I need this ticket or > that, do you mean that I should get that particular branch from git and > install? I tried to check with get #12426, but that does not seem to be on

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-08 Thread Arvind Ayyer
Thanks for your response, John. Yes, I do have the command-line tools. Why do you think I'm installing Sage 6.2? Is it only because of the directory name? That's only because that was my first install on the Mac. I've installed 6.7 after that. I'm getting the latest version from git following

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-08 Thread John H Palmieri
Also, if you have problems with the curl package, try https://trac.sagemath.org/ticket/23991 On Sunday, October 8, 2017 at 10:02:36 AM UTC-7, John H Palmieri wrote: > > Are you trying to install Sage 6.2 (as your log seems to indicate)? That > is extremely old. Try with a fresh source

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-08 Thread John H Palmieri
Are you trying to install Sage 6.2 (as your log seems to indicate)? That is extremely old. Try with a fresh source installation: either http://www.sagemath.org/download-source.html for stable source or http://www.sagemath.org/download-latest.html for the latest development version. Also, do

[sage-support] Re: Problem installing sage on High Sierra (Mac OS 10.13)

2017-10-08 Thread Dima Pasechnik
On Sunday, October 8, 2017 at 12:06:20 PM UTC+1, Arvind Ayyer wrote: > > Dear all, > > > I recently upgraded my Mac OS to HighSierra and have installed the latest > version of XCode. Strangely enough, the gcc version is still 4.2.1. > is this Xcode 9? Then you need either