What steps will reproduce the problem?
1. Run check_with_vars.sh
What is the expected output? What do you see instead?
Expected that all test run on MAC OS X. They do not.
All test fail like the following:
==== Running RPostgreSQL/tests/connectWithNull.R
Loading required package: RPostgreSQL
Loading required package: DBI
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library '/Library/Frameworks/R.framework/Resources/library/RPostgreSQL/libs/x86_64/RPostgreSQL.so':
dlopen(/Library/Frameworks/R.framework/Resources/library/RPostgreSQL/libs/x86_64/RPostgreSQL.so, 6): no suitable image found. Did find:
/Library/Frameworks/R.framework/Resources/library/RPostgreSQL/libs/x86_64/RPostgreSQL.so: mach-o, but wrong architecture
Error: require(RPostgreSQL) is not TRUE
Execution halted
To make the tests run change the line from
R --slave < $f
to
R --arch=i386 --slave < $f
Investigating the right way to build this into the script.
Original issue reported on code.google.com by ne...@neiltiffin.com on 14 Oct 2010 at 2:40
Original issue reported on code.google.com by
ne...@neiltiffin.com
on 14 Oct 2010 at 2:40