Displaying 20 results from an estimated 30 matches for "rmd5".
Did you mean:
md5
2005 Dec 28
2
.Call not counting parameters consistently (PR#8450)
The R_registerRoutines C function allows the number of parameters to a
.Call function to be registered. For example, the tools package
function md5sum() calls "Rmd5", which has been registered to require
just one parameter.
But if it is called with the wrong number of parameters, only the first
error gets caught:
> library(tools)
> .Call("Rmd5",1,2,PACKAGE="tools")
Error: Incorrect number of arguments (2), expecting 1 for R...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
...Operation not permitted
make[4]: Leaving directory `/data/prog/R-2.9.1/src/library/tools'
make[4]: Entering directory `/data/prog/R-2.9.1/src/library/tools'
make[5]: Entering directory `/data/prog/R-2.9.1/src/library/tools/src'
making text.d from text.c
making init.d from init.c
making Rmd5.d from Rmd5.c
making md5.d from md5.c
gcc -std=gnu99 -I../../../../include -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -c text.c -o text.o
gcc -std=gnu99 -I../../../../include -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -c init.c -o init.o
gcc -std=gnu99 -I../../../../in...
2006 Mar 09
1
R2.2.1-patched build failed with PGI 6.1 on x86-64
...ary/tools/src/text.c -o text.o
pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c
/home/andy/Rbuild/R-patched/src/library/tools/src/init.c -o init.o
pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c
/home/andy/Rbuild/R-patched/src/library/tools/src/Rmd5.c -o Rmd5.o
pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c
/home/andy/Rbuild/R-patched/src/library/tools/src/md5.c -o md5.o
pgcc -shared -L/libso -L/usr/lib64 -o tools.so text.o init.o Rmd5.o md5.o
mkdir -p -- ../../../../library/tools/libs
make[5]: Leaving directory...
2006 Jul 18
1
possibly stupid question about RPM building
...clude
-fpic -O2 -g -march=i386 -mcpu=i686 -c text.c -o text.o
gcc -I../../../../include -I../../../../include -I/usr/local/include
-fpic -O2 -g -march=i386 -mcpu=i686 -c init.c -o init.o
gcc -I../../../../include -I../../../../include -I/usr/local/include
-fpic -O2 -g -march=i386 -mcpu=i686 -c Rmd5.c -o Rmd5.o
gcc -I../../../../include -I../../../../include -I/usr/local/include
-fpic -O2 -g -march=i386 -mcpu=i686 -c md5.c -o md5.o
gcc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o
-L../../../../lib -lR
mkdir -p -- ../../../../library/tools/libs
make[5]: Leaving directory
`/...
2010 Jan 25
1
Help on R-2.10.1 installation on AIX5.3
...X/include
-I/usr/lpp/X11/include/X11 -O -qstrict -c init.c -o init.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/rnd/homes/libiconv/AIX/include -I/rnd/homes/libpng/AIX/include
-I/rnd/homes/libjpeg/AIX/include -I/rnd/homes/zlib/AIX/include
-I/usr/lpp/X11/include/X11 -O -qstrict -c Rmd5.c -o Rmd5.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/rnd/homes/libiconv/AIX/include -I/rnd/homes/libpng/AIX/include
-I/rnd/homes/libjpeg/AIX/include -I/rnd/homes/zlib/AIX/include
-I/usr/lpp/X11/include/X11 -O -qstrict -c md5.c -o md5.o
xlc_r -q64 -qlanglvl=extc99 -Wl,-brtl -Wl,-G -...
2008 Jul 17
2
AIX 5.3 --enable-R-shlib --with-x ---with-iconv make error with R-2.7.0 and R-2.7.1
...-O -qstrict
-c text.c -o text.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/my_libiconv_dir/include -I/usr/lpp/X11/include/X11 -O -qstrict
-c init.c -o init.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/my_libiconv_dir/include -I/usr/lpp/X11/include/X11 -O -qstrict
-c Rmd5.c -o Rmd5.o
xlc_r -q64 -qlanglvl=extc99 -I../../../../include
-I/my_libiconv_dir/include -I/usr/lpp/X11/include/X11 -O -qstrict
-c md5.c -o md5.o
xlc_r -q64 -qlanglvl=extc99 -Wl,-brtl -Wl,-G -Wl,-bexpall
-Wl,-bnoentry -lc -L/my_libiconv_dir/lib -L/usr/lib -L/usr/X11R6/lib
-L/my_buildR_dir/R-2....
2016 Mar 14
2
Help with libiconv problem
...any
problems on either of my Macs. I'm hoping thie make log might trigger
something in the readers of this list:
gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined
dynamic_lookup -single_module -multiply_defined suppress
-L../../../../lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o
md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o
-L../../../../lib -lR -Wl,-framework -Wl,CoreFoundation
mkdir ../../../../library/tools/libs
installing 'sysdata.rda'
Warning messages:
1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S"...
2011 Dec 08
2
Compilation error of R-2.14.0 on Mac OS 10.7.2
...is last option necessary to further install the Rpy Python package)
I got the following unreduced compilation error:
gcc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/sw/lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o -L../../../../lib -lR -dylib_file libRblas.dylib:../../../../lib/libRblas.dylib -lintl -Wl,-framework -Wl,CoreFoundation
make[6]: `Makedeps' is up to date.
mkdir ../../../../library/tools/libs
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object ...
2014 Jan 18
1
Error when making R in Windows
...bit) under Windows 7 (64-bit).
To do so, I just use ¡±make all recommended¡± as mentioned in the
documents and it does work for R 2.15.2.
However, for R 3.0.2, I get the following error message,
gcc -shared -s -static-libgcc -o tools.dll tmp.def text.o
init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.
o ../../../gnuwin32/dllversion.o -L../.././../bin/i386 -lR
Error in parse(n = -1, file = file, srcfile = NULL, keep.source = FALSE) :
invalid multibyte character in parser at line 32021
Error: unable to load R code in package ...
2014 Oct 24
1
Error: Line starting 'Package: tools ...' is malformed!
...ing R-3.1.1 (64 bit) from source on AIX 7.1. It was going well until I hit this:
xlc_r -q64 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm
make[6]: Entering directory `/home/meb/source/R-3.1.1/src/library/tools/src'
mkdir -p -- ../../../../library/tools/libs
make[6]: Leaving directory `/home/meb/source/R-3.1.1/src/library/tools/src'
make[5]: Leaving director...
2020 May 01
4
Request: tools::md5sum should accept connections and finally in-memory objects
...ds,
Denes
[1]: https://github.com/HenrikBengtsson/Wishlist-for-R/issues/21
[2]:
https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/md5.c#L172
[3]:
https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/Rmd5.c#L27
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
On FreeBSD 10.2, I get the following error when compiling R from the
Subversion trunk (with "configure && make"):
cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o
mkdir ../../../../library/tools/libs
installing 'sysdata.rda'
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/home/davor/R-dev/R-trunk/library/tools/libs/tools.so...
2006 Mar 16
1
Problem compiling R-Patched
...t to
ask about is still present or if its just me - as per the posting
guide). I ran "tools/rsync-recommended" successfully. I then ran
"configure --enable-R-shlib" successfully. Then make stops with the
following error.
gcc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o
-L../../../../lib -lR
mkdir -p -- ../../../../library/tools/libs
make[5]: Leaving directory `/home/src/R-patched/src/library/tools/src'
make[4]: Leaving directory `/home/src/R-patched/src/library/tools/src'
Error in file(datafile, "wb") : unable to open connection
In addi...
2013 Sep 09
1
tools::md5sum(directory) behavior different on Windows vs. Unix
tools::md5sum gives a warning if it receives a directory as an
argument on Unix but not on Windows.
>From what I understand, this happens because in Windows a directory is
not treated as a file so fopen returns NULL. Then, NA is returned
without a warning. On Unix, a directory is treated as a file so fopen
does not return NULL so md5 is run and fails, leading to a warning.
This is a good
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
...-I../../../include -I../../../../src/include -DHAVE_CONFIG_H
-I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g
-mcpu=power6 -c gramRd.c -o gramRd.o
gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall
-Wl,-bnoentry -lc -L/usr/local/lib -o tools.so text.o init.o Rmd5.o
md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm
-lintl
make[6]: Entering directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src'
mkdir -p -- ../../../../library/tools/libs
make[6]: Leaving directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src'
make[5...
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
...ing
Recommended packages: yes
(I thought this, and more, would be included in config.log, but please
let me know if there is other place to get the configuration details
that are relevant.)
Still the same error:
--- tools.so ---
cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o
--- all ---
--- shlib ---
mkdir ../../../../library/tools/libs
--- sysdata ---
installing 'sysdata.rda'
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/home/davor/R-3....
2016 Mar 14
0
Help with libiconv problem
...of my Macs. I'm hoping thie make log might
> trigger something in the readers of this list:
>
> gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined
> dynamic_lookup -single_module -multiply_defined suppress
> -L../../../../lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o
> md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o
> -L../../../../lib -lR -Wl,-framework -Wl,CoreFoundation
> mkdir ../../../../library/tools/libs
> installing 'sysdata.rda'
> Warning messages:
> 1: In strptime(paste(.leap.seconds, "23:59:60")...
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
...../../../src/include -DHAVE_CONFIG_H
> -I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g
> -mcpu=power6 -c gramRd.c -o gramRd.o
>
> gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall
> -Wl,-bnoentry -lc -L/usr/local/lib -o tools.so text.o init.o Rmd5.o
> md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm
> -lintl
>
> make[6]: Entering directory '/sas/data04/vinh/R-3.2.2/src/library/tools/src'
>
> mkdir -p -- ../../../../library/tools/libs
>
> make[6]: Leaving directory '/sas/data04/vinh/R-3.2...
2015 Aug 31
0
R doesn't compile on FreeBSD 10.2
...rom the
> Subversion trunk (with "configure && make"):
You have not told us which revision. A basic check is to see if you can
build the latest released version, as the trunk is 'Under development'.
>
> cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o
> mkdir ../../../../library/tools/libs
> installing 'sysdata.rda'
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> unable to load shared object '/usr/home/davor/R-dev/R-trunk/library...
2020 May 01
0
Request: tools::md5sum should accept connections and finally in-memory objects
...ttps://github.com/HenrikBengtsson/Wishlist-for-R/issues/21
> [2]:
> https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/md5.c#L172
> [3]:
> https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/tools/src/Rmd5.c#L27
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>