[Rd] Issues building from svn

Dirk Eddelbuettel edd at debian.org
Wed Jul 20 02:22:56 CEST 2016


On 20 July 2016 at 00:21, peter dalgaard wrote:
| 
| > On 19 Jul 2016, at 22:05 , Dirk Eddelbuettel <edd at debian.org> wrote:
| > 
| > 
| > On a fresh svn checkout in a fresh directory, following up on 'configure'
| > (with many options, pointer to exact invocation below) by 'make' ends in
| > tears:
| 
| This also breaks plain builds of r-devel. 
| 
| Subdir make is such a pain! Top level Makefile has
| 
| SUBDIRS = m4 tools doc etc share src tests
| ...
|         @for d in $(SUBDIRS); do \
|           (cd $${d} && $(MAKE) R) || exit 1; \
|         done
| 
| so building something in doc that relies on something built in src ends badly. Preliminary fiddling indicates that it might work to move doc after src in SUBDIRS, but the reverse (src to before doc) did not. 

Per the (now deleted by you) diff, the NEWS.rds needs ../bin/R to be
processed which is constructed only via src/ but now needed in doc/. Bang.
 
| [snippage]
| 
| > The problem does manifest itself when the svn directory is not 'fresh' as in
| > the case of the Docker builds as ../bin/R exists from the previous builds.
| > 
| > Dirk
| > 
| 
| Er, a "not" went missing in there??

Certainly, thanks.  And fortunes::fortune(112) still holds.

Dirk
 

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org



More information about the R-devel mailing list