[R] Make error for R-devel package under linux
Xinxia Peng
xinxia.peng at sbri.org
Fri Feb 2 20:03:56 CET 2007
Thanks a lot for the quick help. That's the first message I sent since I
joined the list last night. :)
Best,
Xinxia
-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Friday, February 02, 2007 10:56 AM
To: Xinxia Peng
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Make error for R-devel package under linux
It is Feb 2 today: this was fixed 60 hours ago.
In any case, R-help is not the list to discuss any aspect of
R version 2.5.0 Under development (unstable) (2007-02-01 r40632)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ which cannot be expected
to build in all locales and architectures at all times. (This was a
UTF-8 x 64-bit problem, and you omitted to tell us your locale, crucial
here.)
'R-devel' is not a package: it is both a series of versions of R and a
mailing to discuss R developments (amongst other things).
On Fri, 2 Feb 2007, Xinxia Peng wrote:
> Hi,
>
> I got an error while compiling the R-devel (R-2.5.0) package under
> Redhat Linux, but the R-patch package (R-2.4.1) was compiled perfectly
> fine. The following is what I got from the R-devel package downloaed
> on Jan. 30th., 2007:
>
>
> -----------------------------------------------------------
>> ./configure
>
> ....
>
> R is now configured for x86_64-unknown-linux-gnu
>
> Source directory: .
> Installation directory: /usr/local
>
> C compiler: gcc -std=gnu99 -g -O2
> Fortran 77 compiler: g77 -g -O2
>
> C++ compiler: g++ -g -O2
> Fortran 90/95 compiler: gfortran -g -O2
> Obj-C compiler:
>
> Interfaces supported: X11
> External libraries: readline
> Additional capabilities: PNG, JPEG, iconv, MBCS, NLS
> Options enabled: shared BLAS, R profiling, Java
>
> Recommended packages: yes
>
> configure: WARNING: you cannot build DVI versions of the R manuals
> configure: WARNING: you cannot build PDF versions of the R manuals
>
>> make
>
> .....
>
> mkdir -p -- ../../../../library/tools/libs
> make[5]: Leaving directory
> `/nethome/xpeng/linux/tools/R-devel/src/library/tools/src'
> make[4]: Leaving directory
> `/nethome/xpeng/linux/tools/R-devel/src/library/tools/src'
> Error in loadNamespace(name) : there is no package called 'tools'
> In addition: Warning messages:
> 1: Line starting 'Package: tools ...' is malformed!
> 2: Line starting 'Version: 2.5.0 ...' is malformed!
> 3: Line starting 'Priority: base ...' is malformed!
> 4: Line starting 'Title: Tools for Pac ...' is malformed!
> 5: Line starting 'Author: Kurt Hornik ...' is malformed!
> 6: Line starting 'Maintainer: R Core T ...' is malformed!
> 7: Line starting 'Description: Tools f ...' is malformed!
> 8: Line starting 'License: GPL Version ...' is malformed!
> 9: Line starting 'Built: R 2.5.0; x86_ ...' is malformed!
> Execution halted
> make[3]: *** [all] Error 1
> make[3]: Leaving directory
> `/nethome/xpeng/linux/tools/R-devel/src/library/tools'
> make[2]: *** [R] Error 1
> make[2]: Leaving directory
> `/nethome/xpeng/linux/tools/R-devel/src/library'
> make[1]: *** [R] Error 1
> make[1]: Leaving directory `/nethome/xpeng/linux/tools/R-devel/src'
> make: *** [R] Error 1
>
> -----------------------------------------------------------
>
> I got the same error after I went into the directoy
> 'R-devel/src/library/tools' and run 'make' again. Any suggestions?
>
> Thanks,
> Xinxia
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
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
More information about the R-help
mailing list