[med-svn] r13253 - trunk/packages/R/r-cran-g.data/trunk/debian

Charles Plessy plessy at debian.org
Wed Apr 3 05:34:04 UTC 2013


Le Wed, Apr 03, 2013 at 03:55:22AM +0000, Charles Plessy a écrit :
> 
> Modified:
>    trunk/packages/R/r-cran-g.data/trunk/debian/changelog
> Log:
> Package upgrade in preparation.
> 

It currently fails in my schroot with the following error.


--------------------------------
echo "R:Depends=r-base-core (>= 3.0.0~20130330-1)" >> debian/r-cran-g-data.substvars
if test -f /usr/bin/xvfb-run; then 			\
			 xvfb-run -a 			\
				R CMD INSTALL -l /«PKGBUILDDIR»/debian/r-cran-g-data/usr/lib/R/site-library --clean     \
					 . ;	\
		else							\
			 R CMD INSTALL -l /«PKGBUILDDIR»/debian/r-cran-g-data/usr/lib/R/site-library 	\
					--clean  . ;\
		fi
Error: ERROR: cannot cd to directory '/«PKGBUILDDIR»/debian/r-cran-g-data/usr/lib/R/site-library'
--------------------------------

It looks like R silently converts 'r-cran-g.data' to 'r-cran-g-data' and then
does not find the directory prepared by Debhelper.

I exhausted the time I can spend on it today...

Cheers,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



More information about the debian-med-commit mailing list