Displaying 4 results from an estimated 4 matches for "r_any_arch".
2004 Dec 15
1
Lazy loading errors building its package in a chroot
...union" in "its"
Creating a new generic function for "intersect" in "its"
** preparing package for lazy loading
Error in loadNamespace(name) : There is no package called 'its'
Execution halted
ERROR: lazy loading failed for package 'its'
make: *** [R_any_arch] Error 1
pbuilder: Failed autobuilding of package
The package installs fine when built on the command-line. This is somehow
related to the reduced environment provided in the chroot -- I recall having
seen (and fixed) the error when other packages where needed during build
time. Hmisc is insta...
2004 Sep 24
1
Cannot build cluster_1.9,6 under R 2.0.0 beta Sep 21
...latex example
votes.repub text html latex
xclara text html latex
Error in .find.package(package, lib.loc, verbose = verbose) :
none of the packages were found
Execution halted
ERROR: installing package indices failed
make: *** [R_any_arch] Error 1
pbuilder: Failed autobuilding of package
-> Aborting with an error
-> unmounting dev/pts filesystem
-> unmounting proc filesystem
-> cleaning the build env
-> removing directory /var/local/cache/pbuilder/build//8487 and its subdirectories
--------------------------...
2003 Dec 31
1
RFC on first public draft of 'Debian R Policy'
...| tr "[A-Z]" "[a-z]" | tr "." "-" )
## which we can use to build the package directory
package := r-cran-$(cranNameLC)
## which we use for the to-be-installed-in directory
debRlib :=$(CURDIR)/debian/$(package)/usr/lib/R/site-library
common-install-indep:: R_any_arch
common-install-arch:: R_any_arch
R_any_arch:
dh_installdirs usr/lib/R/site-library
R CMD INSTALL -l $(debRlib) --clean .
rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING
...........................................................................
The 'package' variable would...
2004 Dec 18
1
More on Lazy loading errors building its package in a chroot
...on for "intersect" in "its"
> >
> > ** preparing package for lazy loading
> > Error in loadNamespace(name) : There is no package called 'its'
> > Execution halted
> > ERROR: lazy loading failed for package 'its'
> > make: *** [R_any_arch] Error 1
> > pbuilder: Failed autobuilding of package
> >
> >
> > The package installs fine when built on the command-line. This is somehow
> > related to the reduced environment provided in the chroot -- I recall having
> > seen (and fixed) the erro...