John Powell (NIH/CIT) [E]
2006-May-17 13:21 UTC
[R] Problem with "make install" for R 2.3.0/Solaris 2.8
Building/Installing R 2.3.0 on under Solaris 2.8 "make install" fails in the "etc" directory with an "/bin/bash" error unexpected ";" token. The following lines in the etc/Makefile appear to be the cause: EXPORTFILES = # R.exp Rlapack.exp @for f in $(EXPORTFILES); do \ $(INSTALL_DATA) $${f} "$(rhome)/$(subdir)"; \ done EXPORTFILES is an empty variable. My "temporary" fix was to comment out the three lines above and repeat "make install". -------- //=\ John Powell, CAPT, Ret. USPHS Phone: (301) 496-2963 \=// Building 12A, Room 2033 FAX: (301) 402-2867 //=\ National Institutes of Health \=// Bethesda, MD 20892-5624 Work: jip at helix.nih.gov //=\ Personal: jpowell at erols.com \=// //=\ BioInformatics & Molecular Analysis Section-BIMAS/CBEL/CIT/NIH -------------------------------------------------------------------------
Prof Brian Ripley
2006-May-17 13:39 UTC
[R] Problem with "make install" for R 2.3.0/Solaris 2.8
This is already changed in R-patched: the issue is that your /bin/bash is not current (it was first reported for 2.05, I believe). On Wed, 17 May 2006, John Powell (NIH/CIT) [E] wrote:> Building/Installing R 2.3.0 on under Solaris 2.8 > "make install" fails in the "etc" directory with an "/bin/bash" error > unexpected ";" token. The following lines in the etc/Makefile appear > to be the cause: > > EXPORTFILES = # R.exp Rlapack.exp > > > @for f in $(EXPORTFILES); do \ > $(INSTALL_DATA) $${f} "$(rhome)/$(subdir)"; \ > done > > EXPORTFILES is an empty variable. My "temporary" fix was to comment > out the three lines above and repeat "make install".-- Brian D. Ripley, ripley at 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 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595