proj4 - A simple R interface to the PROJ.4 cartographic projections library - check results
RForge.net

proj4

About proj4
SVN access
Download/Files
News
Check results
Package R docs

Version: 1.0-4
Result: WARNING
Check time: 2009-12-14 13:48
* checking for working pdflatex ... OK
* using log directory ''
* using R version 2.10.0 Patched (2009-11-16 r50454)
* using session charset: ISO8859-1
* checking for file 'proj4/DESCRIPTION' ... OK
* this is package 'proj4' version '1.0-4'
* checking package name space information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking for executable files ... OK
* checking whether package 'proj4' can be installed ... WARNING
Found the following significant warnings:
Warning: ./man/transform.Rd:35: unknown macro '\proj'
See '00install.out' for details.
* checking package directory ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the name space can be loaded with stated dependencies ... OK
* checking for unstated dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... WARNING
prepare_Rd: transform.Rd:35: unknown macro '\proj'
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for portable compilation flags in Makevars ... OK
* checking for portable use of $BLAS_LIBS ... OK
* checking examples ... OK
* checking PDF version of manual ... OK

WARNING: There were 2 warnings, see
/00check.log
for details


Installation log: 00install.out


Build log for Windows

* checking for file 'proj4/DESCRIPTION' ... OK
* preparing 'proj4':
* checking DESCRIPTION meta-information ... OK
* cleaning src
make: Nothing to be done for `clean'.
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'proj4' ...

**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************


** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-210~1.0/include" -Iwin32 -O3 -Wall -std=gnu99 -c p4.c -o p4.o
gcc -shared -s -o proj4.dll tmp.def p4.o -Lwin32 -lproj -Lc:/PROGRA~1/r/R-210~1.0/bin -lR
... done
** R
** preparing package for lazy loading
** help
Warning: ./man/transform.Rd:35: unknown macro '\proj'
*** installing help indices
** building package indices ...
** MD5 sums
packaged installation of 'proj4' as proj4_1.0-4.zip
* DONE (proj4)


Build log for Mac OS X 10.4

* checking for file 'proj4/DESCRIPTION' ... OK
* preparing 'proj4':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* removing junk files
* checking for LF line-endings in source files
* checking for empty or unneeded directories
* building binary distribution
* Installing *source* package 'proj4' ...
checking for gcc... gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk accepts -g... yes
checking for gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking proj_api.h usability... yes
checking proj_api.h presence... yes
checking for proj_api.h... yes
checking for pj_init_plus in -lproj... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
** arch - i386
gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -msse3 -D__NO_MATH_INLINES -fPIC -g -O2 -Wall -pedantic -c p4.c -o p4.o
gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o proj4.so p4.o -lproj -F/Library/Frameworks/R.framework/.. -framework R
** R
** help
>>> Building/Updating help pages for package 'proj4'
Formats: text html latex example
project text html latex example
transform text html latex example
** building package indices ...
packaged installation of 'proj4' as proj4_1.0-4_R_i386-apple-darwin8.9.1.tar.gz
* DONE (proj4)


Build log for Windows 64-bit

* checking for file 'proj4/DESCRIPTION' ... OK
* preparing 'proj4':
* checking DESCRIPTION meta-information ... OK
* cleaning src
make: Nothing to be done for `clean'.
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'proj4' ...

**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************


** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -Iwin32 -O3 -Wall -std=gnu99 -c p4.c -o p4.o
gcc -shared -s -o proj4.dll tmp.def p4.o -Lwin32 -lproj -Lc:/PROGRA~1/r/R-211~1.0DE/bin -lR
p4.o:p4.c:(.text+0x5c): undefined reference to `pj_init_plus'
p4.o:p4.c:(.text+0x153): undefined reference to `pj_fwd'
p4.o:p4.c:(.text+0x233): undefined reference to `pj_inv'
p4.o:p4.c:(.text+0x254): undefined reference to `pj_free'
p4.o:p4.c:(.text+0x259): undefined reference to `pj_get_errno_ref'
p4.o:p4.c:(.text+0x260): undefined reference to `pj_strerrno'
p4.o:p4.c:(.text+0x272): undefined reference to `pj_get_errno_ref'
p4.o:p4.c:(.text+0x279): undefined reference to `pj_strerrno'
p4.o:p4.c:(.text+0x2cf): undefined reference to `pj_init_plus'
p4.o:p4.c:(.text+0x2e3): undefined reference to `pj_init_plus'
p4.o:p4.c:(.text+0x30f): undefined reference to `pj_transform'
p4.o:p4.c:(.text+0x319): undefined reference to `pj_free'
p4.o:p4.c:(.text+0x321): undefined reference to `pj_free'
p4.o:p4.c:(.text+0x351): undefined reference to `pj_get_errno_ref'
p4.o:p4.c:(.text+0x358): undefined reference to `pj_strerrno'
p4.o:p4.c:(.text+0x394): undefined reference to `pj_free'
p4.o:p4.c:(.text+0x399): undefined reference to `pj_get_errno_ref'
p4.o:p4.c:(.text+0x3a0): undefined reference to `pj_strerrno'
p4.o:p4.c:(.text+0x3b2): undefined reference to `pj_get_errno_ref'
p4.o:p4.c:(.text+0x3b9): undefined reference to `pj_strerrno'
p4.o:p4.c:(.text+0x1e1): undefined reference to `pj_free'
collect2: ld returned 1 exit status
... done
** R
** preparing package for lazy loading
** help
Warning: ./man/transform.Rd:35: unknown macro '\proj'
*** installing help indices
** building package indices ...
** MD5 sums
packaged installation of 'proj4' as proj4_1.0-4.zip
* DONE (proj4)


Build log for Mac OS X 10.5

* checking for file 'proj4/DESCRIPTION' ... OK
* preparing 'proj4':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
* installing *source* package 'proj4' ...
checking for gcc... gcc-4.2 -arch i386 -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.2 -arch i386 -std=gnu99 accepts -g... yes
checking for gcc-4.2 -arch i386 -std=gnu99 option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc-4.2 -arch i386 -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking proj_api.h usability... no
checking proj_api.h presence... no
checking for proj_api.h... no
checking for pj_init_plus in -lproj... no
configure: error: libproj and/or proj_api.h not found in standard search locations.

*** Install PROJ.4 and if necessary set PKG_CPPFLAGS/PKG_LIBS accordingly.
ERROR: configuration failed for package 'proj4'
* removing '/private/var/folders/JA/JAolSeAcFueOWF1Uy33XRk+++TI/-Tmp-/Rinst7194642811/proj4'
ERROR
* installation failed