videoTools - Tools to analyze and display video and images. - check results
RForge.net

videoTools

About videoTools
SVN access
Download/Files
Check results

Version: 0.1-6
Result: ERROR
Check time: 2018-01-26 22:30

SVN checkout/GIT clone log

svn: E170013: Unable to connect to a repository at URL 'file:///var/svnroot/videoTools/trunk'
svn: E180001: Unable to open repository 'file:///var/svnroot/videoTools/trunk'

Distribution log

SVN checkout/GIT clone log


Build log for Windows (R 2.11.x)

* checking for file 'videoTools/DESCRIPTION' ... OK
* preparing 'videoTools':
* checking DESCRIPTION meta-information ... OK
* cleaning src
make: uname: Command not found
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 'videoTools' ...
** libs
making DLL ...
make: uname: Command not found
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -O3 -Wall -std=gnu99 -c ipc.c -o ipc.o
In file included from ipc.c:6:
sisocks.h:31:24: error: sys/socket.h: No such file or directory
sisocks.h:32:24: error: netinet/in.h: No such file or directory
sisocks.h:34:23: error: arpa/inet.h: No such file or directory
In file included from ipc.c:6:
sisocks.h:203: warning: 'struct sockaddr_in' declared inside parameter list
sisocks.h:203: warning: its scope is only this definition or declaration, which is probably not what you want
sisocks.h: In function 'build_sin':
sisocks.h:204: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_in'
sisocks.h:205: error: dereferencing pointer to incomplete type
sisocks.h:205: error: 'AF_INET' undeclared (first use in this function)
sisocks.h:205: error: (Each undeclared identifier is reported only once
sisocks.h:205: error: for each function it appears in.)
sisocks.h:206: error: dereferencing pointer to incomplete type
sisocks.h:206: warning: implicit declaration of function 'htons'
sisocks.h:207: error: dereferencing pointer to incomplete type
sisocks.h:207: warning: implicit declaration of function 'inet_addr'
sisocks.h:207: warning: implicit declaration of function 'htonl'
sisocks.h:207: error: 'INADDR_ANY' undeclared (first use in this function)
ipc.c:14:50: error: sys/un.h: No such file or directory
ipc.c: In function 'ipc_connect':
ipc.c:34: error: storage size of 'sau' isn't known
ipc.c:36: error: storage size of 'sai' isn't known
ipc.c:45: error: 'AF_LOCAL' undeclared (first use in this function)
ipc.c:51: warning: implicit declaration of function 'socket'
ipc.c:51: error: 'AF_INET' undeclared (first use in this function)
ipc.c:51: error: 'SOCK_STREAM' undeclared (first use in this function)
ipc.c:57: warning: implicit declaration of function 'connect'
ipc.c:36: warning: unused variable 'sai'
ipc.c:34: warning: unused variable 'sau'
ipc.c: In function 'ipc_bind':
ipc.c:71: error: storage size of 'ssa' isn't known
ipc.c:73: error: storage size of 'lusa' isn't known
ipc.c:80: error: 'AF_INET' undeclared (first use in this function)
ipc.c:80: error: 'AF_LOCAL' undeclared (first use in this function)
ipc.c:80: error: 'SOCK_STREAM' undeclared (first use in this function)
ipc.c:82: warning: implicit declaration of function 'setsockopt'
ipc.c:82: error: 'SOL_SOCKET' undeclared (first use in this function)
ipc.c:82: error: 'SO_REUSEADDR' undeclared (first use in this function)
ipc.c:83: warning: implicit declaration of function 'bind'
ipc.c:84: warning: implicit declaration of function 'listen'
ipc.c:73: warning: unused variable 'lusa'
ipc.c:71: warning: unused variable 'ssa'
ipc.c: In function 'ipc_accept':
ipc.c:102: warning: implicit declaration of function 'accept'
ipc.c:102: warning: type-punning to incomplete type might break strict-aliasing rules
ipc.c: In function 'ipc_send_hdr':
ipc.c:122: warning: implicit declaration of function 'send'
ipc.c: In function 'ipc_resp':
ipc.c:144: warning: implicit declaration of function 'recv'
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
make: *** [ipc.o] Error 1
... done
ERROR: compilation failed for package 'videoTools'
* removing 'c:/tmp/Rinst178441558/videoTools'
ERROR
* installation failed


Build log for Windows 64-bit (R 2.11.x)

* checking for file 'videoTools/DESCRIPTION' ... OK
* preparing 'videoTools':
* checking DESCRIPTION meta-information ... OK
* cleaning src
make: uname: Command not found
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 'videoTools' ...
** libs
making DLL ...
make: uname: Command not found
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -O3 -Wall -std=gnu99 -c ipc.c -o ipc.o
In file included from ipc.c:6:0:
sisocks.h:31:24: fatal error: sys/socket.h: No such file or directory
compilation terminated.
make: *** [ipc.o] Error 1
... done
ERROR: compilation failed for package 'videoTools'
* removing 'c:/tmp/Rinst38426211/videoTools'
ERROR
* installation failed


Build log for Mac OS X 10.5 (R 2.16.x)

* installing *source* package 'videoTools' ...
** Creating default NAMESPACE file
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c ipc.c -o ipc.o
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
gcc -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -fobjc-exceptions -c macdisplay.m -o macdisplay.o
macdisplay.m: In function '-[VideoView config]':
macdisplay.m:164: warning: passing argument 1 of 'setValues:forParameter:' from incompatible pointer type
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c rawtools.c -o rawtools.o
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o videoTools.so ipc.o macdisplay.o rawtools.o -framework Carbon -framework OpenGL -framework QuartzCore -framework Cocoa -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/videoTools/libs/i386
*** arch - ppc
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c ipc.c -o ipc.o
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
gcc -arch ppc -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -fPIC -g -O2 -fobjc-exceptions -c macdisplay.m -o macdisplay.o
macdisplay.m: In function '-[VideoView config]':
macdisplay.m:164: warning: passing argument 1 of 'setValues:forParameter:' from incompatible pointer type
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c rawtools.c -o rawtools.o
gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o videoTools.so ipc.o macdisplay.o rawtools.o -framework Carbon -framework OpenGL -framework QuartzCore -framework Cocoa -lobjc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/videoTools/libs/ppc
*** arch - x86_64
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c ipc.c -o ipc.o
ipc.c: In function 'MP_bind':
ipc.c:238: warning: initialization discards qualifiers from pointer target type
gcc -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -fobjc-exceptions -c macdisplay.m -o macdisplay.o
macdisplay.m: In function '-[VideoView config]':
macdisplay.m:164: warning: passing argument 1 of 'setValues:forParameter:' from incompatible pointer type
macdisplay.m: In function '-[VideoView render]':
macdisplay.m:523: error: 'UsrActivity' undeclared (first use in this function)
macdisplay.m:523: error: (Each undeclared identifier is reported only once
macdisplay.m:523: error: for each function it appears in.)
make: *** [macdisplay.o] Error 1
ERROR: compilation failed for package 'videoTools'
* removing '/Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/videoTools'

Build log for Windows 7 (R 3.0.x)

(videoTools 0.1-6)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'videoTools' ...
ERROR: a 'NAMESPACE' file is required
* removing 'z:/rforge/Rlib/win7-3.0/videoTools'