dhouston@bio.ri.ccf.org
2002-Jun-11 20:14 UTC
make install fails - index.html not found (PR#1658)
Full_Name: Dale Houston Version: 1.5.0 OS: Solaris 8 Submission from: (NULL) (192.35.79.70) I am trying to get RT-1.5.0 installed on Solaris 8. The programs compile fine and 'make check' seems to work. But when I do a 'make install' I see this: /home/dhouston/R-1.5.0 grieg> make install installing afm ... installing doc ... installing doc/html ... install: index.html does not exist *** Error code 1 make: Fatal error: Command failed for target `install' Current working directory /home/dhouston/R-1.5.0/doc/html *** Error code 1 make: Fatal error: Command failed for target `install' Current working directory /home/dhouston/R-1.5.0/doc *** Error code 1 make: Fatal error: Command failed for target `install' I do not see index.html in doc/html. I made a fake one for testing purposes, but when I do a make install it now fails trying to find SearchEngine.html. I did a 'make html' but to no avail. dale -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
2002-Jun-11 20:40 UTC
make install fails - index.html not found (PR#1658)
On Tue, 11 Jun 2002 dhouston@bio.ri.ccf.org wrote:> Full_Name: Dale Houston > Version: 1.5.0 > OS: Solaris 8 > Submission from: (NULL) (192.35.79.70) > > > I am trying to get RT-1.5.0 installed on Solaris 8. > > The programs compile fine and 'make check' seems to work. > > But when I do a 'make install' I see this: > > /home/dhouston/R-1.5.0 grieg> make install > installing afm ... > installing doc ... > installing doc/html ... > install: index.html does not exist > *** Error code 1 > make: Fatal error: Command failed for target `install' > Current working directory /home/dhouston/R-1.5.0/doc/html > *** Error code 1 > make: Fatal error: Command failed for target `install' > Current working directory /home/dhouston/R-1.5.0/doc > *** Error code 1 > make: Fatal error: Command failed for target `install' > > I do not see index.html in doc/html. I made a fake one for testing purposes, but > when I do a make install it now fails trying to find SearchEngine.html.Those should have been generated during the build, by the Makefile's in doc/html and doc/html/search. Do you perchance not have Perl installed? -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._