Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread Peter Dalgaard
Prof Brian Ripley wrote: On Thu, 10 Sep 2009, bow...@gmail.com wrote: Full_Name: Bob Bownes Version: 2.9.2 OS: Solaris 10 Submission from: (NULL) (164.55.254.106) The sed lines in src/unix/Makefile confuse the grep distributed with Solaris that gets configured by ./configure. Well, it

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread Bob Bownes
Sorry, typo. Yes, it is confusing sed. And, yes, I am also using /usr/xpg4/bin/sed. Here is the error: bash-3.00# make install installing doc ... ../tools/install-sh -c -m 644 ../NEWS /home/dev/scratch/bbownes/R/lib/R/doc installing doc/html ... installing doc/html/search ... installing

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread bownes
Sorry, typo. Yes, it is confusing sed. And, yes, I am also using /usr/xpg4/bin/sed. Here is the error: bash-3.00# make install installing doc ... ../tools/install-sh -c -m 644 ../NEWS /home/dev/scratch/bbownes/R/lib/R/doc installing doc/html ... installing doc/html/search ... installing

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread ripley
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1085614336-1252597171=:13955 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT I can see

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread Prof Brian Ripley
I can see what has happened: one of the paths contains : as Peter suggested. By not why, and there seem to be more wrong with it: look at the lines I've enclosed in ===. There is no space after -Rblas, and other odd things, so changing the sed script would not help here. As Peter say,

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread Bob Bownes
Interesting. None of my paths have ':' in them. make install without --enable-R-static-lib works fine. On Thu, Sep 10, 2009 at 11:39 AM, Prof Brian Ripley rip...@stats.ox.ac.ukwrote: I can see what has happened: one of the paths contains : as Peter suggested. By not why, and there seem to

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-10 Thread bownes
Interesting. None of my paths have ':' in them. make install without --enable-R-static-lib works fine. On Thu, Sep 10, 2009 at 11:39 AM, Prof Brian Ripley rip...@stats.ox.ac.ukwrote: I can see what has happened: one of the paths contains : as Peter suggested. By not why, and there seem to

[Rd] 'make install' fails on Solaris (PR#13946)

2009-09-09 Thread bownes
Full_Name: Bob Bownes Version: 2.9.2 OS: Solaris 10 Submission from: (NULL) (164.55.254.106) The sed lines in src/unix/Makefile confuse the grep distributed with Solaris that gets configured by ./configure. Switching from a separator of ':' to a separator of ',' fixes the problem. 76,77c76,77

Re: [Rd] 'make install' fails on Solaris (PR#13946)

2009-09-09 Thread Prof Brian Ripley
On Thu, 10 Sep 2009, bow...@gmail.com wrote: Full_Name: Bob Bownes Version: 2.9.2 OS: Solaris 10 Submission from: (NULL) (164.55.254.106) The sed lines in src/unix/Makefile confuse the grep distributed with Solaris that gets configured by ./configure. Well, it calls sed not grep! Which