On 11 December 2005 at 19:49, Dirk Eddelbuettel wrote: | | On 11 December 2005 at 17:25, Blars Blarson wrote: | | Package: foreign | | Severity: serious | | Justification: fails to build from source | | | | | | foreign failed to build on a sparc buildd, duplicated on my sparc pbuilder. | | (The number was 27374 rather than 27717 on my pbuilder.) | | | | | | make[2]: Entering directory `/build/buildd/foreign-0.8.11/debian/foreign.Rcheck/tests' | | Running 'S3.R' | | Comparing 'S3.Rout' to 'S3.Rout.save' ... OK | | Ok, I'll turn the regression test off as we did with a few other R packages.
Darn, I ran into #342879 : cdbs is currently broken so the fix will have to wait. If you haven't upgrade your pbuilder, try the following change in debian/rules: R CMD INSTALL -l $(debRlib) --clean . # mkdir debian/$(cranName) # find . -not -path "./debian*" | cpio -p -m debian/$(cranName) # (cd debian && \ # R CMD check --no-latex $(cranName) && \ # R CMD INSTALL -l $(debRlib) $(cranName) && \ # rm -rf $(cranName) ) ie flip the commented out status between the R CMD INSTALL line (now in) and the segment that follows. My whole section now looks like R_any_arch: ##dh_installdirs usr/lib/R/site-library dh_installdirs usr/lib/R/library R CMD INSTALL -l $(debRlib) --clean . # mkdir debian/$(cranName) # find . -not -path "./debian*" | cpio -p -m debian/$(cranName) # (cd debian && \ # R CMD check --no-latex $(cranName) && \ # R CMD INSTALL -l $(debRlib) $(cranName) && \ # rm -rf $(cranName) ) rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING ## appease lintian chmod 0644 $(debRlib)/$(cranNameLC)/files/sids.dbf Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]