search for: makelazyloading

Displaying 20 results from an estimated 26 matches for "makelazyloading".

2008 Nov 13
1
Package install problem on Windows (PR#13284)
...ibrary(RtTests), there is no problem. I happen to have all this working under Linux, so I tracked down the difference. Turns out that under Linux the equivalent to the "lazyload" target is in "/usr/lib/R/bin/INSTALL" and the difference is in the argument passed to "tools:::makeLazyLoading". Under Linux the full package name with version number is used, i.e. "RtTests_0.1-1". Windows just uses "RtTests". So I managed to fix the problem by making Windows use the full package name in the "lazyload" target. I replaced tools:::makeLazyLoading(\"$...
2006 Jul 18
1
possibly stupid question about RPM building
..../../../../lib -lR mkdir -p -- ../../../../library/tools/libs make[5]: Leaving directory `/usr/src/redhat/BUILD/R-2.3.1/src/library/tools/src' make[4]: Leaving directory `/usr/src/redhat/BUILD/R-2.3.1/src/library/tools/src' Warning message: package seems to be using lazy loading already in: makeLazyLoading("tools") Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : internal error in R_decompress1 Execution halted Thereafter, going to /usr/src/redhat/BUILD/R-2.3.1/src/library/tools and executing "make" gives essentially the same result. digging deeper finds...
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
I'm trying to compile R 2.10.1 on AIX 5.3, and am getting the following error: Error in read.dcf(file = descfile) : Line starting 'Package: tools ...' is malformed! Calls: makeLazyLoading ... code2LazyLoadDB -> loadNamespace -> parseNamespaceFile -> read.dcf Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory `/afs/.isis.unc.edu/pkg/r-2.10.1/.build/rs_aix53/R-patched/src/library/tools ' My environment and configure settings are as follows: export...
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote: > Michael, > > I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
...R-profiling --disable-nls Error in parseNamespaceFile(package, package.lib, mustExist = FALSE) : subscript out of bounds Execution halted *** Error code 1 The following command caused the error: (cat ../../../../src/R-patched_2006-07-24/src/library/tools/R/makeLazyLoad.R; \ echo "makeLazyLoading(\"tools\")") | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C ../../../bin/R --vanilla --slave > /dev/null dmake: Fatal error: Command failed for target `all' Current working directory /export/data/obj-R/src/library/tools *** Error code 1 The following command caused the error: for...
2008 Nov 18
2
anyone familiar with this error?
...minate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid /usr/local/lib64/R/bin/INSTALL: line 455: 25001 Done ( echo "options(warn=1); invisible(.libPaths(c(\"${lib}\", .libPaths()))); .getRequiredPackages(); tools:::makeLazyLoading(\"${R_PACKAGE_NAME}\", \"${lib}\")" ) 25002 Aborted (core dumped) | R_DEFAULT_PACKAGES= LC_ALL=C "${R_EXE}" --vanilla --slave ERROR: lazy loading failed for package 'portfolio.construction' ** Removing '/usr/local/lib64/R/library/p...
2020 Aug 21
1
R 4.0.2 64-bit Windows hangs
.../r-base, I receive a segfault: installing 'sysdata.rda' building package 'compiler' byte-compiling package 'compiler' byte-compiling package 'base' byte-compiling package 'tools' sh: line 3: 3614 Done ( cat ./R/makeLazyLoad.R; echo "makeLazyLoading(\"tools\")" ) 3615 Segmentation fault | _R_COMPILE_PKGS_=1 R_COMPILER_SUPPRESS_ALL=1 R_DEFAULT_PACKAGES=NULL LC_ALL=C R_ENABLE_JIT=0 ../../../bin/x64/Rterm.exe --vanilla --no-echo > /dev/null make[2]: *** [Makefile.win:34: ../../../library/tools/R/tools.rdb] Error 139 m...
2004 Dec 28
1
error installing 2.0.1 '.install_package_description'
Dear R, I am attempting to install 2.0.1 on a Debian system and getting an error that appeared for people installing 2.0.0. Warning message: package seems to be using lazy loading already in: makeLazyLoading("tools") Error in get(x, envir, mode, inherits) : variable ".install_package_description" was not found Execution halted platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.0 ????? Thanks //=\ Cary Miller...
2006 Jun 02
1
Installation R-2.3.1 on IBM AIX5.3 (PR#8931)
...r in a function without a variable argument list. "printutils.c", line 591.5: 1506-277 (S) Syntax error: possible missing ';' or ','? Solution: add variable argument list in Rvprintf(const char *format, va_list arg, ...) add ';' in line 591 @echo "tools:::makeLazyLoading(\"$(pkg)\")" | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE) --slave > /dev/null in Makefiles of various packages leads to: *** caught illegal operation *** address 10000000, cause 'illegal opcode' With best regards, Karsten Tabelow
2004 Oct 27
1
errors compiling R-2.0.0
Dear R-devel, I have been trying to compile R-2.0.0 on under linux, with the usual ./configure make I get the errors Warning message: package seems to be using lazy loading already in: makeLazyLoading("tools") Error in get(x, envir, mode, inherits) : variable ".install_package_description" was not found Execution halted This same configuration of linux successfully installed and runs R-1.9.1. Any suggestions for where to look for problems? I noticed that someone experienc...
2004 Oct 16
3
Lazy loading... advices
Hello, I am looking for more information about lazy loading introduced in R 2.0.0. Doing ?lazyLoad I got some and there is a 'see also' section that points to 'makeLazyLoading'... But I cannot reach this page. My problem is: I recompiled a library that uses a lot of functions from other libraries (of course I can give details if needed). I load it in my computer: library(svGUI), and it takes something like 20 seconds to load. In R 1.9.1 it took 3-4 seconds on the sa...
2003 Nov 25
3
Persistent state of R
Hi I am using R as a back-end to some CGI scripts, written in Perl. My platform is Suse Linux 8.2, Apache 1.3.7. So the CGI script takes some form parameters, opens a pipe to an R process, loads up some Bioconductor libraries, executes some R commands and takes the ouput and creates a web page. It is all very neat and works well. I am trying to make my cgi scripts quicker and it turns out
2004 Aug 05
1
Problem in method's Makefile?
...now ...done <environment: namespace:methods> usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ... *** Error code 1 I traced this down to the Makefile in methods: $(top_builddir)/library/$(pkg)/R/$(pkg).rdb: $(top_builddir)/library/$(pkg)/R/all.rda @echo "tools:::makeLazyLoading(\"$(pkg)\")" | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE) --slave > /dev/null @cat /dev/null > $(top_builddir)/library/$(pkg)/R/all.rda @touch $^ I'm not sure what it is about that touch call, but commenting it out causes things to build nor...
2004 Aug 05
1
Problem in method's Makefile?
...now ...done <environment: namespace:methods> usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ... *** Error code 1 I traced this down to the Makefile in methods: $(top_builddir)/library/$(pkg)/R/$(pkg).rdb: $(top_builddir)/library/$(pkg)/R/all.rda @echo "tools:::makeLazyLoading(\"$(pkg)\")" | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE) --slave > /dev/null @cat /dev/null > $(top_builddir)/library/$(pkg)/R/all.rda @touch $^ I'm not sure what it is about that touch call, but commenting it out causes things to build nor...
2004 Dec 29
1
.install_package_description error
...essage. I am installing R 2.0.1 from source on a Linux debian system. Configure works fine. Then I run make and get an error that was reported by several people when installing R 2.0.0. Here is the error message > Warning message: > package seems to be using lazy loading already in: > makeLazyLoading("tools") > Error in get(x, envir, mode, inherits) : variable > ".install_package_description" was not found > Execution halted In October this same error message appeared in several messages and was apparently fixed by a change in src/library/tools/R/admin.R to the ...
2019 Dec 13
1
tempdir() containing spaces breaks installing source packages
...s of R CMD INSTALL in the same file, the path is properly quoted. - src/library/tools/R/check.R line 125 contains an unquoted temporary file path passed to system2, which results in Rterm.exe -f not being able to find the RtmpXXXXXX\RinXXXXXXXX file, causing the attempt to run tools:::makeLazyLoading(...) to fail. I can report these two problems (thanks to Martin Maechler for the Bugzilla account and the advice) and attach the patches required to fix them, but there might be more. The bug report [**] is somewhat relevant here (though changing the default behaviour of system2() is obviously not...
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
...home/nikser/R-2.8.1/lib/libRlapack.so: symbol __vlog_: referenced symbol not found Error in solve.default(rgb) : lapack routines cannot be loaded Error: unable to load R code in package 'grDevices' Execution halted *** Error code 1 The following command caused the error: echo "tools:::makeLazyLoading(\"grDevices\")" | \ R_DEFAULT_PACKAGES=NULL LC_ALL=C ../../../bin/R --vanilla --slave > /dev/null make: Fatal error: Command failed for target `all' Current working directory /export/admin-home/nikser/R-2.8.1/src/library/grDevices I set the following environment variable...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally understand it's context. Start Line by line debugging shows me the function works: ... > saveRDS(val, mapfile) > val $variables $variables$IANA_HTTP_status_code_db [1] 0 1256 $variables$IANA_URI_scheme_db [1] 1256 3458 $variables$table_of_HTTP_status_codes [1] 4714 830 $references named list() $compressed
2006 Dec 11
2
FW: R
..., envir) 8: sys.source(codeFile, env, keep.source = keep.source) 9: try(sys.source(codeFile, env, keep.source = keep.source)) 10: loadNamespace(package, lib.loc, keep.source, TRUE, TRUE) 11: code2LazyLoadDB(package, lib.loc = lib.loc, keep.source = keep.source, compress = compress) 12: tools:::makeLazyLoading("grDevices") aborting ... /bin/sh: 18508 Memory fault(coredump) make[3]: *** [all] Error 139 make[3]: Leaving directory `/contrib/R-2.4.0/src/library/grDevices' make[2]: *** [R] Error 1 make[2]: Leaving directory `/contrib/R-2.4.0/src/library' make[1]: *** [R] Error 1 make[1]:...
2017 Apr 02
0
rdb and rds files include abolute file paths / help understanding how lazy-load dbs are created
Hi, I'm trying to understand why/how absolute file paths are stored in .rdb[1] and .rds[2] files during package installation. As a consequence building the same r package in different directories does not produce identical .rdb and .rds files. The background is that I work on reproducible builds[3] of R packages. I think this is important from an engineering point of view but also from a