[Rd] ICONV error installing R-2.10.1 on HP-UX B.11.23 U ia64
Hi, I have the following error during the ./configure phase checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... in libiconv checking whether iconv accepts "UTF-8", "latin1" and "UCS-*"... no configure: error: a suitable iconv is essential I have installed GNU libiconv-1.13.1 without success. I have also installed gettext-0.17 per iconv installation instructions. Still no success and I feel I currently heading down the wrong path. Can anyone help? Thanks, Alex //******** // Alex Bryant // Software Developer // Integrated Clinical Systems, Inc. // 908-996-7208 Confidentiality Note: This e-mail, and any attachment to...{{dropped:13}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] R 2.10.0 or R 2.10.1 installation fails on HP-UX B.11.23 U ia64
Hi Folks, I can find any hits anywhere for the following compilation error: eigen.f external subroutine BALANC external subroutine BALBAK external subroutine CBABK2 external subroutine CBAL external subroutine CDIV external subroutine COMQR external subroutine COMQR2 external subroutine CORTH external subroutine CSROOT external subroutine ELMHES external subroutine ELTRAN external function EPSLON external subroutine HQR external subroutine HQR2 external subroutine HTRIBK external subroutine HTRIDI external function PYTHAG external subroutine TQL1 external subroutine TQL2 external subroutine TQLRAT external subroutine TRED1 external subroutine TRED2 external subroutine RG external subroutine RS external subroutine CG external subroutine CH 3502 Lines Compiled Make: Don't know how to make #. Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. Has anyone seen this make error before? Make: Don't know how to make #. Stop. Thanks for any thoughts. //**** // Alex Bryant // Software Developer // Integrated Clinical Systems, Inc. // 908-996-7208 Confidentiality Note: This e-mail, and any attachment to...{{dropped:13}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] unable to compile Recommended packages
Hi folks, I'm having a problem with installing R on Solaris. Has anyone seen a similar issue? I don't find any hits on the search engines. Thanks. Environment: SunOS 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-280R During the installation/compilation of R-2.10.1 I get the following error: begin installing recommended package boot ERROR: cannot extract package from 'boot.tgz' *** Error code 1 The following command caused the error: MAKE="make" R_LIBS= ../../../bin/R CMD INSTALL --no-lock -l "../../../library" boot.tgz > boot.ts.out 2>&1 || (cat boot.ts.out && exit 1) make: Fatal error: Command failed for target `boot.ts' Current working directory /home/ireview/R-2.10.1/src/library/Recommended *** Error code 1 The following command caused the error: make stamp-recommended make: Fatal error: Command failed for target `recommended-packages' Current working directory /home/ireview/R-2.10.1/src/library/Recommended *** Error code 1 The following command caused the error: (cd src/library/Recommended && make) make: Fatal error: Command failed for target `stamp-recommended' -Alex // // Alex Bryant // Software Developer // Integrated Clinical Systems, Inc. // 908-996-7208 Confidentiality Note: This e-mail, and any attachment to...{{dropped:13}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] unable to compile Recommended packages
Thank you for your responses. It turns out the problem was my version of 'tar' on solaris. I downloaded the latest Gnu tar and the install completed successfully. Who would of know ;) Thanks again, Alex -Original Message- From: dmba...@gmail.com [mailto:dmba...@gmail.com] On Behalf Of Douglas Bates Sent: Tuesday, March 09, 2010 1:48 PM To: Alex Bryant Cc: r-devel@r-project.org Subject: Re: [Rd] unable to compile Recommended packages Did you run $RHOME/src/tools/rsync-recommended to obtain the most recent versions of the recommended packages before trying to compile them? On Fri, Mar 5, 2010 at 3:01 PM, Alex Bryant wrote: > Hi folks, I'm having a problem with installing R on Solaris. Has anyone > seen a similar issue? I don't find any hits on the search engines. Thanks. > > > Environment: > SunOS 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-280R > > During the installation/compilation of R-2.10.1 I get the following error: > > begin installing recommended package boot > ERROR: cannot extract package from 'boot.tgz' > *** Error code 1 > The following command caused the error: > MAKE="make" R_LIBS= ../../../bin/R CMD INSTALL --no-lock -l > "../../../library" boot.tgz > boot.ts.out 2>&1 || (cat boot.ts.out && exit 1) > make: Fatal error: Command failed for target `boot.ts' > Current working directory /home/ireview/R-2.10.1/src/library/Recommended > *** Error code 1 > The following command caused the error: > make stamp-recommended > make: Fatal error: Command failed for target `recommended-packages' > Current working directory /home/ireview/R-2.10.1/src/library/Recommended > *** Error code 1 > The following command caused the error: > (cd src/library/Recommended && make) > make: Fatal error: Command failed for target `stamp-recommended' > > > -Alex > > > // > // Alex Bryant > // Software Developer > // Integrated Clinical Systems, Inc. > // 908-996-7208 > > > > Confidentiality Note: This e-mail, and any attachment to...{{dropped:13}} > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] Build R static
Hi, I am having trouble building R static on Solaris 5.10. I have a requirement to run R within a specific user account on Solaris 5.10 and I do not have access to compilers and or shared libraries on the target machine. I thought I could build R static ( I've build it locally on Solaris with shared libraries) and just ftp the build to the target Solaris box. Can any help with what ./configure & Make flags need to be set for this, assuming it is possible? Here is what my currently built ./bin/exec/R executable is using. $ ldd R libRblas.so => (file not found) libg2c.so.0 => /usr/local/lib/libg2c.so.0 libm.so.2 => /usr/lib/libm.so.2 libreadline.so.6 => /usr/local/lib/libreadline.so.6 libcurses.so.1 =>/usr/lib/libcurses.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libsocket.so.1 =>/usr/lib/libsocket.so.1 libdl.so.1 =>/usr/lib/libdl.so.1 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libicuuc.so.3 => /usr/lib/libicuuc.so.3 libicui18n.so.3 => /usr/lib/libicui18n.so.3 libc.so.1 => /usr/lib/libc.so.1 libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libmp.so.2 =>/usr/lib/libmp.so.2 libmd5.so.1 => /usr/lib/libmd5.so.1 libscf.so.1 => /usr/lib/libscf.so.1 libicudata.so.3 => /usr/lib/libicudata.so.3 libpthread.so.1 => /usr/lib/libpthread.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libdoor.so.1 => /usr/lib/libdoor.so.1 libuutil.so.1 => /usr/lib/libuutil.so.1 /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 Thanks for your help, Alex // // Alex Bryant // Software Developer // Integrated Clinical Systems, Inc. // 908-996-7208 Confidentiality Note: This e-mail, and any attachment to...{{dropped:13}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Re: [Rd] Build R static
Does anyone know if it's possible to create a static build of R? Thanks, From: Alex Bryant Sent: Monday, May 10, 2010 2:50 PM To: 'r-devel@r-project.org' Subject: Build R static Hi, I am having trouble building R static on Solaris 5.10. I have a requirement to run R within a specific user account on Solaris 5.10 and I do not have access to compilers and or shared libraries on the target machine. I thought I could build R static ( I've build it locally on Solaris with shared libraries) and just ftp the build to the target Solaris box. Can any help with what ./configure & Make flags need to be set for this, assuming it is possible? Here is what my currently built ./bin/exec/R executable is using. $ ldd R libRblas.so => (file not found) libg2c.so.0 => /usr/local/lib/libg2c.so.0 libm.so.2 => /usr/lib/libm.so.2 libreadline.so.6 => /usr/local/lib/libreadline.so.6 libcurses.so.1 =>/usr/lib/libcurses.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libsocket.so.1 =>/usr/lib/libsocket.so.1 libdl.so.1 =>/usr/lib/libdl.so.1 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libicuuc.so.3 => /usr/lib/libicuuc.so.3 libicui18n.so.3 => /usr/lib/libicui18n.so.3 libc.so.1 => /usr/lib/libc.so.1 libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libmp.so.2 =>/usr/lib/libmp.so.2 libmd5.so.1 => /usr/lib/libmd5.so.1 libscf.so.1 => /usr/lib/libscf.so.1 libicudata.so.3 => /usr/lib/libicudata.so.3 libpthread.so.1 => /usr/lib/libpthread.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libdoor.so.1 => /usr/lib/libdoor.so.1 libuutil.so.1 => /usr/lib/libuutil.so.1 /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 Thanks for your help, Alex // // Alex Bryant // Software Developer // Integrated Clinical Systems, Inc. // 908-996-7208 Confidentiality Note: This e-mail, and any attachment to...{{dropped:13}} __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel