Displaying 20 results from an estimated 30 matches for "makelazyload".
Did you mean:
makelazyloaddb
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(\&quo...
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 fi...
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:
expo...
2015 Dec 18
1
Assistance much appreciated
...t R_OutputCon; /* from connections.c */
extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
unsigned long get_duplicate_counter(void); /* from duplicate.c */
diff -ru R-3.2.3.dist/src/library/tools/R/makeLazyLoad.R
R-3.2.3/src/library/tools/R/makeLazyLoad.R
--- R-3.2.3.dist/src/library/tools/R/makeLazyLoad.R 2015-08-25
22:16:54.000000000 +0000
+++ R-3.2.3/src/library/tools/R/makeLazyLoad.R 2015-12-17
06:53:34.000000000 +0000
@@ -38,9 +38,13 @@
sysdata2LazyLoadDB <- function(srcFile, destDir,...
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
...h-spcre --with-tcltk --disable-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 follow...
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/librar...
2020 Aug 21
1
R 4.0.2 64-bit Windows hangs
...ttps://github.com/r-windows/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/...
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
experi...
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...
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...
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...
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...
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 varia...
2024 May 08
1
Compilation problems with R4.4.0
...= package, lib.loc = lib.loc, keep.source = keep.source, keep.parse.data = keep.parse.data, partial = TRUE))
16: code2LazyLoadDB(package, lib.loc = lib.loc, keep.source = keep.source, keep.parse.data = keep.parse.data, compress = compress, set.install.dir = set.install.dir)
17: tools:::makeLazyLoading("grDevices")
An irrecoverable exception occurred. R is aborting now ...
make[4]: *** [../../../share/make/lazycomp.mk:9: ../../../library/grDevices/R/grDevices.rdb] Error 139
I can reproduce the error directly by running make in /bi/apps/R/R-4.4.0/src/library/grDevices. Nothing stran...
2015 Dec 17
5
Assistance much appreciated
...P_status_codes???
? variables
references
compressed?root at x065:[/data/prj/cran/64/R-3.2.3]fg
R_DEFAULT_PACKAGES=NULL LC_ALL=C ./bin/R --vanilla
>
> e
<environment: 110dbf620>
> destDir
[1] "./library/tools/R"
> compress
[1] TRUE
> debug(tools:::makeLazyLoadDB(e, file.path(destDir, "sysdata"),
compress = compress))
Error: Line starting 'Package: tools ...' is malformed!
> tools:::makeLazyLoadDB(e, file.path(destDir, "sysdata"), compress =
compress)
Error: Line starting 'Package: tools ...' is malformed!
>...
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[...