xGD - eXternal Graphics Device - check results
RForge.net

xGD

About xGD
SVN access
Download/Files
Check results
Package R docs

Version: 0.1-3
Result: OK
Check time: 2009-12-14 13:56
* 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 'xGD/DESCRIPTION' ... OK
* this is package 'xGD' version '0.1-3'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking for executable files ... OK
* checking whether package 'xGD' can be installed ... OK
* 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 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 ... OK
* 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 use of $BLAS_LIBS ... OK
* checking examples ... OK
* checking PDF version of manual ... OK


Installation log: 00install.out


Build log for Windows

* checking for file 'xGD/DESCRIPTION' ... OK
* preparing 'xGD':
* 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
WARNING: some HTML links may not be found
* installing *source* package 'xGD' ...
** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-210~1.0/include" -O3 -Wall -std=gnu99 -c devXGD.c -o devXGD.o
devXGD.c: In function 'newXGDDeviceDriver':
devXGD.c:56: warning: unused variable 'fn'
devXGD.c: In function 'resizedXGD':
devXGD.c:245: warning: unused variable 'xd'
devXGD.c: At top level:
devXGD.c:169: warning: 'gcall' defined but not used
devXGD.c:172: warning: 'SaveString' defined but not used
gcc -I"c:/PROGRA~1/r/R-210~1.0/include" -O3 -Wall -std=gnu99 -c xGDprot.c -o xGDprot.o
xGDprot.c: In function 'newXGD_StrWidth':
xGDprot.c:327: warning: unused variable 'par'
xGDprot.c: At top level:
xGDprot.c:173: warning: 'newXGD_Hold' defined but not used
gcc -I"c:/PROGRA~1/r/R-210~1.0/include" -O3 -Wall -std=gnu99 -c xGDtalk.c -o xGDtalk.o
In file included from xGDtalk.c:5:
sisocks.h:28:24: error: sys/socket.h: No such file or directory
sisocks.h:29:24: error: netinet/in.h: No such file or directory
sisocks.h:31:23: error: arpa/inet.h: No such file or directory
In file included from xGDtalk.c:5:
sisocks.h:181: warning: 'struct sockaddr_in' declared inside parameter list
sisocks.h:181: warning: its scope is only this definition or declaration, which is probably not what you want
sisocks.h: In function 'build_sin':
sisocks.h:182: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_in'
sisocks.h:183: error: dereferencing pointer to incomplete type
sisocks.h:183: error: 'AF_INET' undeclared (first use in this function)
sisocks.h:183: error: (Each undeclared identifier is reported only once
sisocks.h:183: error: for each function it appears in.)
sisocks.h:184: error: dereferencing pointer to incomplete type
sisocks.h:184: warning: implicit declaration of function 'htons'
sisocks.h:185: error: dereferencing pointer to incomplete type
sisocks.h:185: warning: implicit declaration of function 'inet_addr'
sisocks.h:185: warning: implicit declaration of function 'htonl'
sisocks.h:185: error: 'INADDR_ANY' undeclared (first use in this function)
xGDtalk.c:9:25: error: netinet/tcp.h: No such file or directory
xGDtalk.c: In function 'sendCMD':
xGDtalk.c:22: warning: implicit declaration of function 'send'
xGDtalk.c: In function 'Xrecv':
xGDtalk.c:34: warning: implicit declaration of function 'recv'
xGDtalk.c: In function 'connectXGD':
xGDtalk.c:82: error: storage size of 'sa' isn't known
xGDtalk.c:85: warning: implicit declaration of function 'socket'
xGDtalk.c:85: error: 'AF_INET' undeclared (first use in this function)
xGDtalk.c:85: error: 'SOCK_STREAM' undeclared (first use in this function)
xGDtalk.c:87: warning: implicit declaration of function 'setsockopt'
xGDtalk.c:87: error: 'IPPROTO_TCP' undeclared (first use in this function)
xGDtalk.c:87: error: 'TCP_NODELAY' undeclared (first use in this function)
xGDtalk.c:88: warning: implicit declaration of function 'connect'
xGDtalk.c:82: warning: unused variable 'sa'
make: *** [xGDtalk.o] Error 1
... done
ERROR: compilation failed for package 'xGD'
* removing 'c:/tmp/Rinst306018685/xGD'
ERROR
* installation failed


Build log for Mac OS X 10.4

* checking for file 'xGD/DESCRIPTION' ... OK
* preparing 'xGD':
* 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 'xGD' ...
** 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 devXGD.c -o devXGD.o
devXGD.c: In function 'newXGDDeviceDriver':
devXGD.c:58: warning: implicit declaration of function 'newXGD_Open'
devXGD.c:64: warning: implicit declaration of function 'Rf_setNewXGDDeviceData'
devXGD.c:51: warning: unused variable 'fn'
devXGD.c: In function 'Rf_setNewXGDDeviceData':
devXGD.c:80: warning: implicit declaration of function 'setupXGDfunctions'
devXGD.c: In function 'resizedXGD':
devXGD.c:236: warning: unused variable 'xd'
devXGD.c: At top level:
devXGD.c:164: warning: 'gcall' defined but not used
devXGD.c:167: warning: 'SaveString' defined but not used
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 xGDprot.c -o xGDprot.o
In file included from xGDprot.c:2:
xGDprot.h:52: warning: struct has no members
xGDprot.h:71: warning: struct has no members
xGDprot.h:75: warning: struct has no members
xGDprot.h:79: warning: struct has no members
xGDprot.h:83: warning: struct has no members
xGDprot.h:119: warning: struct has no members
xGDprot.h:150: warning: struct has no members
xGDprot.c:122: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:135: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:148: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:156: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:164: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:172: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:184: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:198: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:214: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:224: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:235: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:258: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:273: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:288: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:302: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:315: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c: In function 'newXGD_StrWidth':
xGDprot.c:321: warning: unused variable 'par'
xGDprot.c: At top level:
xGDprot.c:327: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:343: warning: ISO C does not allow extra ';' outside of a function
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 xGDtalk.c -o xGDtalk.o
In file included from xGDtalk.c:2:
xGDprot.h:52: warning: struct has no members
xGDprot.h:71: warning: struct has no members
xGDprot.h:75: warning: struct has no members
xGDprot.h:79: warning: struct has no members
xGDprot.h:83: warning: struct has no members
xGDprot.h:119: warning: struct has no members
xGDprot.h:150: warning: struct has no members
In file included from xGDtalk.c:5:
sisocks.h:187: warning: ISO C does not allow extra ';' outside of a function
xGDtalk.c: In function 'connectXGD':
xGDtalk.c:95: warning: ISO C90 forbids mixed declarations and code
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 xGD.so devXGD.o xGDprot.o xGDtalk.o -F/Library/Frameworks/R.framework/.. -framework R
** arch - ppc
gcc-4.0 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c devXGD.c -o devXGD.o
devXGD.c: In function 'newXGDDeviceDriver':
devXGD.c:58: warning: implicit declaration of function 'newXGD_Open'
devXGD.c:64: warning: implicit declaration of function 'Rf_setNewXGDDeviceData'
devXGD.c:51: warning: unused variable 'fn'
devXGD.c: In function 'Rf_setNewXGDDeviceData':
devXGD.c:80: warning: implicit declaration of function 'setupXGDfunctions'
devXGD.c: In function 'resizedXGD':
devXGD.c:236: warning: unused variable 'xd'
devXGD.c: At top level:
devXGD.c:164: warning: 'gcall' defined but not used
devXGD.c:167: warning: 'SaveString' defined but not used
gcc-4.0 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c xGDprot.c -o xGDprot.o
In file included from xGDprot.c:2:
xGDprot.h:52: warning: struct has no members
xGDprot.h:71: warning: struct has no members
xGDprot.h:75: warning: struct has no members
xGDprot.h:79: warning: struct has no members
xGDprot.h:83: warning: struct has no members
xGDprot.h:119: warning: struct has no members
xGDprot.h:150: warning: struct has no members
xGDprot.c:122: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:135: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:148: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:156: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:164: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:172: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:184: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:198: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:214: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:224: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:235: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:258: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:273: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:288: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:302: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:315: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c: In function 'newXGD_StrWidth':
xGDprot.c:321: warning: unused variable 'par'
xGDprot.c: At top level:
xGDprot.c:327: warning: ISO C does not allow extra ';' outside of a function
xGDprot.c:343: warning: ISO C does not allow extra ';' outside of a function
gcc-4.0 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c xGDtalk.c -o xGDtalk.o
In file included from xGDtalk.c:2:
xGDprot.h:52: warning: struct has no members
xGDprot.h:71: warning: struct has no members
xGDprot.h:75: warning: struct has no members
xGDprot.h:79: warning: struct has no members
xGDprot.h:83: warning: struct has no members
xGDprot.h:119: warning: struct has no members
xGDprot.h:150: warning: struct has no members
In file included from xGDtalk.c:5:
sisocks.h:187: warning: ISO C does not allow extra ';' outside of a function
gcc-4.0 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -std=gnu99 -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o xGD.so devXGD.o xGDprot.o xGDtalk.o -F/Library/Frameworks/R.framework/.. -framework R
** R
** help
>>> Building/Updating help pages for package 'xGD'
Formats: text html latex example
xGD text html latex example
** building package indices ...
packaged installation of 'xGD' as xGD_0.1-2_R_i386-apple-darwin8.9.1.tar.gz
* DONE (xGD)


Build log for Windows 64-bit

* checking for file 'xGD/DESCRIPTION' ... OK
* preparing 'xGD':
* 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
WARNING: some HTML links may not be found
* installing *source* package 'xGD' ...
** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -O3 -Wall -std=gnu99 -c devXGD.c -o devXGD.o
devXGD.c: In function 'newXGDDeviceDriver':
devXGD.c:56:9: warning: unused variable 'fn'
devXGD.c: In function 'resizedXGD':
devXGD.c:245:15: warning: unused variable 'xd'
devXGD.c: At top level:
devXGD.c:169:13: warning: 'gcall' defined but not used
devXGD.c:171:14: warning: 'SaveString' defined but not used
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -O3 -Wall -std=gnu99 -c xGDprot.c -o xGDprot.o
xGDprot.c: In function 'newXGD_StrWidth':
xGDprot.c:327:24: warning: unused variable 'par'
xGDprot.c: At top level:
xGDprot.c:172:13: warning: 'newXGD_Hold' defined but not used
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -O3 -Wall -std=gnu99 -c xGDtalk.c -o xGDtalk.o
In file included from xGDtalk.c:5:0:
sisocks.h:28:24: fatal error: sys/socket.h: No such file or directory
compilation terminated.
make: *** [xGDtalk.o] Error 1
... done
ERROR: compilation failed for package 'xGD'
* removing 'c:/tmp/Rinst218886712/xGD'
ERROR
* installation failed


Build log for Mac OS X 10.5

* checking for file 'xGD/DESCRIPTION' ... OK
* preparing 'xGD':
* 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 'xGD' ...
** libs
** arch - i386
gcc-4.2 -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c devXGD.c -o devXGD.o
gcc-4.2 -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c xGDprot.c -o xGDprot.o
gcc-4.2 -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c xGDtalk.c -o xGDtalk.o
gcc-4.2 -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o xGD.so devXGD.o xGDprot.o xGDtalk.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** arch - ppc
gcc-4.2 -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -c devXGD.c -o devXGD.o
gcc-4.2 -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -c xGDprot.c -o xGDprot.o
gcc-4.2 -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -c xGDtalk.c -o xGDtalk.o
gcc-4.2 -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o xGD.so devXGD.o xGDprot.o xGDtalk.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** arch - x86_64
gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c devXGD.c -o devXGD.o
gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c xGDprot.c -o xGDprot.o
gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -I/usr/local/include -fPIC -mtune=core2 -g -O2 -c xGDtalk.c -o xGDtalk.o
gcc-4.2 -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o xGD.so devXGD.o xGDprot.o xGDtalk.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
** R
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
packaged installation of 'xGD' as xGD_0.1-3_R_i386-apple-darwin9.8.0.tar.gz
* DONE (xGD)