[Rd] make check for 2.5.1 RC fails on mbcsToSbcs in graphics

Petr Savicky savicky at cs.cas.cz
Wed Jun 27 15:28:26 CEST 2007


configure and make run OK, but make check failed
for R version 2.5.1 RC (2007-06-26 r42068) on graphics with error:

  > ## The following two examples use latin1 characters: these may not
  > ## appear correctly (or be omitted entirely).
  > plot(1:10, 1:10, main = "text(...) examples\n~~~~~~~~~~~~~~",
  +      sub = "R is GNU Â, but not  ...")
  Error in title(...) : conversion failure in 'mbcsToSbcs'
  Execution halted

The whole tests/Examples/graphics-Ex.Rout.fail is at
  http://www.cs.cas.cz/~savicky/R-devel/graphics-Ex.Rout.fail

The end of make check report is:

  make[5]: Leaving directory `/home/petr/R/DEVEL/R-rc-2007-06-26/src/library'
  running code in 'grDevices-Ex.R' ... OK
  collecting examples for package 'graphics' ...
  make[5]: Entering directory `/home/petr/R/DEVEL/R-rc-2007-06-26/src/library'
   >>> Building/Updating help pages for package 'graphics'
       Formats: text html latex example 
  make[5]: Leaving directory `/home/petr/R/DEVEL/R-rc-2007-06-26/src/library'
  running code in 'graphics-Ex.R' ...make[4]: *** [graphics-Ex.Rout] Error 1
  make[4]: Leaving directory `/home/petr/R/DEVEL/R-rc-2007-06-26/tests/Examples'
  make[3]: *** [test-Examples-Base] Error 2
  make[3]: Leaving directory `/home/petr/R/DEVEL/R-rc-2007-06-26/tests/Examples'
  make[2]: *** [test-Examples] Error 2
  make[2]: Leaving directory `/home/petr/R/DEVEL/R-rc-2007-06-26/tests'
  make[1]: *** [test-all-basics] Error 1
  make[1]: Leaving directory `/home/petr/R/DEVEL/R-rc-2007-06-26/tests'
  make: *** [check] Error 2

Otherwise, the installation works.

  R.Version

  platform       i686-pc-linux-gnu                     
  arch           i686                                  
  os             linux-gnu                             
  system         i686, linux-gnu                       
  status         RC                                    
  major          2                                     
  minor          5.1                                   
  year           2007                                  
  month          06                                    
  day            26                                    
  svn.rev        42068                                 
  language       R                                     
  version.string R version 2.5.1 RC (2007-06-26 r42068)

System SUSE LINUX 10.0, gcc version 4.0.2 20050901 (prerelease) (SUSE Linux),
default options,

  $LANG = cs_CZ.UTF-8
  $LC_MESSAGES = POSIX
  $LC_TIME = POSIX
  no other LC_* set

Petr.



More information about the R-devel mailing list