You are here

OpenMx source build failed on revision 1624

4 posts / 0 new
Last post
Ryne's picture
Offline
Joined: 07/31/2009 - 15:12
OpenMx source build failed on revision 1624

I received an error on the 'resave-data' option in my most recent source build on OS X 10.6.7 from revision 1624.

Ryne-Estabrook:trunk Ryne$ make clean install
rm -rf build/*
rm -rf models/passing/temp-files/*
rm -rf models/failing/temp-files/*
cd build; R CMD build --resave-data=no ..
Unknown option: resave-data
Usage: R CMD build [options] pkgdirs

Build R packages from package sources in the directories specified by
pkgdirs.

Options:
-h, --help print short help message and exit
-v, --version print version info and exit

--force force overwriting of INDEX file
--no-vignettes do not rebuild package vignettes

--binary build pre-compiled binary packages, with options:
--use-zip-data collect data files in zip archive
--no-docs do not build and install documentation

Report bugs to .
cd build; R CMD INSTALL OpenMx_999.0.0-1609.tar.gz
Warning: invalid package ‘OpenMx_999.0.0-1609.tar.gz’
Error: ERROR: no packages specified
make: *** [install] Error 1

mspiegel's picture
Offline
Joined: 07/31/2009 - 15:24
what version of R?

what version of R?

Ryne's picture
Offline
Joined: 07/31/2009 - 15:12
2.11.1 64-bit on OS X 10.6.7.

2.11.1 64-bit on OS X 10.6.7.

> R.Version()
$platform
[1] "x86_64-apple-darwin9.8.0"

$arch
[1] "x86_64"

$os
[1] "darwin9.8.0"

$system
[1] "x86_64, darwin9.8.0"

$status
[1] ""

$major
[1] "2"

$minor
[1] "11.1"

$year
[1] "2010"

$month
[1] "05"

$day
[1] "31"

$svn rev
[1] "52157"

$language
[1] "R"

$version.string
[1] "R version 2.11.1 (2010-05-31)"

mspiegel's picture
Offline
Joined: 07/31/2009 - 15:24
OK I checked in a patch that

OK I checked in a patch that should have fixed it.