Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-04 Thread Nagesh Adluru
Wow! That did the trick!! Thanks for taking those guesses :) Best, Nagesh On Tue, Sep 4, 2018 at 3:25 PM John H Palmieri wrote: > I am not an expert in configure scripts, but it looks to me as though the > next thing in R's configure script deals with java. Maybe java is broken on > your

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-04 Thread John H Palmieri
I am not an expert in configure scripts, but it looks to me as though the next thing in R's configure script deals with java. Maybe java is broken on your system badly enough that it halts the configure script? You could try this: - copy the flies java and javac from

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-04 Thread Nagesh Adluru
Hi Dima and John, I got the libstd++-static installed. I did not use screen this time. I am not sure how to make "check ...static libraries" to yes. The gcc, g++ and gfortran are all version 7.3.1 20180303 (Red Hat 7.3.1-5). I am still getting the error for r. I am attaching the fresh log again

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Nagesh Adluru
1) I realized recently that libstd++-static is missing. I will try to get those and also try to make "checkstatic libraries" to yes for gfortran. 2) I will try without screen just to check Dima's hypothesis. 3) Thanks for sharing your input about paperconf, John! I will report back once I try

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread John H Palmieri
On my OS X machine, I do not have paperconf, and R builds just fine. I wonder if screen is getting in the way somehow. Can you try without using it? (According to the log file, gfortran seems to be there. There is no working ObjC++ compiler, but I don't think that should be an issue, right?)

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Dima Pasechnik
you do have gfortran installed, right? (usually R is one of the last packages to be built, but perhaps you overlooked some errors) The R install log after paperconf would go as follows: ... checking for lpr... lpr checking for paperconf... /usr/bin/paperconf checking whether we are using the GNU

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Nagesh Adluru
It is bash and the output of echo $SHELL is /bin/bash On Mon, Sep 3, 2018 at 3:44 PM Dima Pasechnik wrote: > looks puzzling. > What is your default shell? > If it is not bash, then there might be strange problems like this. What is > the output of > > echo $SHELL > > > > On Mon, 3 Sep 2018,

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Dima Pasechnik
looks puzzling. What is your default shell? If it is not bash, then there might be strange problems like this. What is the output of echo $SHELL On Mon, 3 Sep 2018, 19:48 Nagesh Adluru, wrote: > Hi Dima, > > I am also getting the output letter just like in your case. It is not > crashing. So

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Nagesh Adluru
Hi Dima, I am also getting the output letter just like in your case. It is not crashing. So what would you think is the problem? Also thanks for clarifying about screen! Thanks so much. Nagesh On Mon, Sep 3, 2018 at 5:03 AM Dima Pasechnik wrote: > On Sun, Sep 2, 2018 at 11:20 PM Nagesh

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Dima Pasechnik
On Sun, Sep 2, 2018 at 11:20 PM Nagesh Adluru wrote: > > Hi David, > > Thanks for sharing that insight. I did install the anaconda in between for a > different purpose which explains the new problem with libcurl that I did not > have before the libpaper issue. Based on your advice I removed

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-03 Thread Dima Pasechnik
Anything extra that comes from a standard system package should not prevent Sage from building/working. Screen is no exception here. On 2 Sep 2018 23:21, "Nagesh Adluru" wrote: I wanted to also add that I am installing using 'screen' command in linux and am not sure if that would be causing the

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-02 Thread Nagesh Adluru
I wanted to also add that I am installing using 'screen' command in linux and am not sure if that would be causing the problem. Should I be avoiding that? On Sun, Sep 2, 2018 at 3:19 PM Nagesh Adluru wrote: > Hi David, > > Thanks for sharing that insight. I did install the anaconda in between

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-02 Thread David Einstein
I don't know about centos, but on OSX this situation occurs when anaconda is installed, and the anaconda directories occur earlier in the path than the system directories. Removing anaconda from the path before building sage fixes the problem. On Sunday, September 2, 2018 at 8:15:33 AM UTC-4,

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-02 Thread Nagesh Adluru
I had actually thought of that but the sys admin thought we had the devel installed. I will pursue this line with more pressure now that I have your suggestion as well. Thanks again so much for the prompt help! Best, Nagesh On Sun, Sep 2, 2018, 2:12 AM Dima Pasechnik wrote: > > > On Sunday,

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-08-27 Thread Nagesh Adluru
Sorry for the delay in getting back. I could not install libpaper as non root. I don't have root privileges on the machine I am working on. I have requested our IT person to get that installed. I will update promptly once I get that installed and run make again. On Mon, Aug 27, 2018, 1:27 AM Dima

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-08-26 Thread Nagesh Adluru
Ah yeah I did notice that. I will try to do that and report back. Thanks! On Sun, Aug 26, 2018, 2:03 PM Dima Pasechnik wrote: > apparently R needs a library called libpaper > (you might have noticed the error message about 'paperconf' in the log) > > Install it, it should work then. > > -- >

[sage-devel] r-3.4.4.p0 configure/install error

2018-08-26 Thread Dima Pasechnik
apparently R needs a library called libpaper (you might have noticed the error message about 'paperconf' in the log) Install it, it should work then. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop