uuid - UUID manipulation - check results
RForge.net

uuid

About uuid
GIT access
Download/Files
News
Check results
Package R docs

Version: 1.2-0
Result: OK
Check time: 2024-01-13 00:03

Install log for Linux

* installing *source* package ‘uuid’ ...
** using staged installation
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for grp.h... yes
checking for langinfo.h... yes
checking for locale.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for sys/sockio.h... no
checking for sys/syscall.h... yes
checking for sys/sendfile.h... yes
checking for sys/time.h... yes
checking for sys/un.h... yes
checking for unistd.h... (cached) yes
checking for net/if.h... yes
checking for net/if_dl.h... no
checking for dirfd... yes
checking for err... yes
checking for errx... yes
checking for getexecname... no
checking for getrandom... yes
checking for jrand48... yes
checking for llseek... no
checking for lchown... yes
checking for mempcpy... yes
checking for mkostemp... yes
checking for nanosleep... yes
checking for sendfile... yes
checking for srandom... yes
checking for strnchr... no
checking for strndup... yes
checking for strnlen... yes
checking for usleep... yes
checking for warn... yes
checking for warnx... yes
checking for flock... yes
checking for struct sockaddr.sa_len... no
checking for dlfcn.h... yes
checking for library containing dlsym... -ldl
checking for thread local storage (TLS) support... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
** libs
using C compiler: ‘gcc (Debian 10.2.1-6) 10.2.1 20210110’
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c R.c -o R.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c Ruuid.c -o Ruuid.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c clear.c -o clear.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c compare.c -o compare.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c copy.c -o copy.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c gen_uuid.c -o gen_uuid.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c isnull.c -o isnull.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c md5.c -o md5.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c pack.c -o pack.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c parse.c -o parse.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c rand.c -o rand.o
rand.c: In function ‘load_rand’:
rand.c:104:21: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
104 | if (!(fn_rand = (rand_t) dlsym(RTLD_DEFAULT, "rand")) ||
| ^
rand.c:109:23: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
109 | !(fn_random = (random_t) dlsym(RTLD_DEFAULT, "random")) ||
| ^
rand.c:110:24: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
110 | !(fn_srandom = (srandom_t) dlsym(RTLD_DEFAULT, "srandom")) ||
| ^
rand.c:112:15: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
112 | !(fn_srand = (srand_t) dlsym(RTLD_DEFAULT, "srand")))
| ^
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c randutils.c -o randutils.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c sha1.c -o sha1.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c unpack.c -o unpack.o
gcc -I"/www/rforge/sys/debian-11/usr/R/devel/include" -DNDEBUG -include config.h -I/usr/local/include -I/usr/local/include -fpic -g -O2 -pedantic -Wall -c unparse.c -o unparse.o
gcc -shared -L/www/rforge/sys/debian-11/usr/R/devel/lib -L/usr/local/lib -o uuid.so R.o Ruuid.o clear.o compare.o copy.o gen_uuid.o isnull.o md5.o pack.o parse.o rand.o randutils.o sha1.o unpack.o unparse.o -ldl -L/www/rforge/sys/debian-11/usr/R/devel/lib -lR
installing to /00LOCK-uuid/00new/uuid/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (uuid)

Distribution log

SVN checkout/GIT clone log


Build log for Windows 7 (R 3.0.x)

(uuid 0.1-1)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'uuid' ...

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


** libs

*** arch - i386
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c R.c -o R.o
gcc -m32 -I"C:/PROGRA~1/r/r-3.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c clear.c -o clear.o
In file included from clear.c:37:0:
uuidP.h:38:20: fatal error: config.h: No such file or directory
compilation terminated.
make: *** [clear.o] Error 1
ERROR: compilation failed for package 'uuid'
* removing 'z:/rforge/Rlib/win7-3.0/uuid'