Herve Pages
2007-Aug-13 20:20 UTC
[Rd] Compilation error with R-devel_2007-08-12.tar.gz snapshot
Hi, I get a compilation error with last available R devel snapshot (R-devel_2007-08-12.tar.gz, r42483): ==================== CONFIGURE =================== hpages at wilson1:~/R-2.6.broken> ~/src/R-2.6.r42483/configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu [...] R is now configured for x86_64-unknown-linux-gnu Source directory: /home/hpages/src/R-2.6.r42483 Installation directory: /usr/local C compiler: gcc -std=gnu99 -g -O2 Fortran 77 compiler: gfortran -g -O2 C++ compiler: g++ -g -O2 Fortran 90/95 compiler: gfortran -g -O2 Obj-C compiler: gcc -g -O2 Interfaces supported: X11, tcltk External libraries: readline Additional capabilities: PNG, JPEG, iconv, MBCS, NLS Options enabled: shared BLAS, R profiling, Java Recommended packages: yes ====================== MAKE ====================== hpages at wilson1:~/R-2.6.broken> make [...] make[1]: Entering directory `/home/hpages/R-2.6.broken/src/library/Recommended' make[2]: Entering directory `/home/hpages/R-2.6.broken/src/library/Recommended' make[2]: *** No rule to make target `VR.ts', needed by `stamp-recommended'. Stop. make[2]: Leaving directory `/home/hpages/R-2.6.broken/src/library/Recommended' make[1]: *** [recommended-packages] Error 2 make[1]: Leaving directory `/home/hpages/R-2.6.broken/src/library/Recommended' make: *** [stamp-recommended] Error 2 I have no problems with older tarballs e.g. tarball from 2007-08-06 (r42439) compiles fine. Cheers, H.
Herve Pages
2007-Aug-14 06:23 UTC
[Rd] Compilation error with R-devel_2007-08-12.tar.gz snapshot
Problem gone with new snapshot (2007-08-13, r42496). Thanks! H. Herve Pages wrote:> Hi, > > I get a compilation error with last available R devel > snapshot (R-devel_2007-08-12.tar.gz, r42483): > > > ==================== CONFIGURE ===================> > hpages at wilson1:~/R-2.6.broken> ~/src/R-2.6.r42483/configure > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > [...] > R is now configured for x86_64-unknown-linux-gnu > > Source directory: /home/hpages/src/R-2.6.r42483 > Installation directory: /usr/local > > C compiler: gcc -std=gnu99 -g -O2 > Fortran 77 compiler: gfortran -g -O2 > > C++ compiler: g++ -g -O2 > Fortran 90/95 compiler: gfortran -g -O2 > Obj-C compiler: gcc -g -O2 > > Interfaces supported: X11, tcltk > External libraries: readline > Additional capabilities: PNG, JPEG, iconv, MBCS, NLS > Options enabled: shared BLAS, R profiling, Java > > Recommended packages: yes > > > ====================== MAKE ======================> > hpages at wilson1:~/R-2.6.broken> make > [...] > make[1]: Entering directory `/home/hpages/R-2.6.broken/src/library/Recommended' > make[2]: Entering directory `/home/hpages/R-2.6.broken/src/library/Recommended' > make[2]: *** No rule to make target `VR.ts', needed by `stamp-recommended'. Stop. > make[2]: Leaving directory `/home/hpages/R-2.6.broken/src/library/Recommended' > make[1]: *** [recommended-packages] Error 2 > make[1]: Leaving directory `/home/hpages/R-2.6.broken/src/library/Recommended' > make: *** [stamp-recommended] Error 2 > > > I have no problems with older tarballs e.g. tarball from 2007-08-06 (r42439) > compiles fine. > > Cheers, > H. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >