On 11 October 2005 at 18:43, Russ Allbery wrote:
| Package: r-base
| Severity: important
| 
| r-base is currently failing to build on hppa.  The tail end of the build
| log is:
| 
|   make.packages.html                        html    latex
|   nsl                                       html    latex
| make[6]: Leaving directory `/build/buildd/r-base-2.2.0.final/src/library'
| running code in 'utils-Ex.R' ...make[1]: *** [check] Terminated
| make[2]: *** [test-all-basics] Terminated
| make[3]: *** [test-Examples] Terminated
| semop(2): encountered an error: Invalid argument
| make: *** [check-stamp] Terminated
| make[4]: *** [test-Examples-Base] Error 1
| Build killed with signal 15 after 150 minutes of inactivity
| 
| Apparently either something about the package or something about the
| buildd is causing the build to hang or take much too long at this point.
| 
| Could you investigate this?  rmpi is blocked on r-base, and rmpi is part
| of the mpich/lam/hdf5 portion of the C++ migration.

Let's disable the regression test on hppa. I also do that for some other
r-cran-* packages on some other arches --- and it looks like we skip the test
on arm as well:

check: make-arch check-stamp
check-stamp: 
        @echo "*** check ***"
ifneq   ($(arch),arm-linux)
        -make check
endif
        touch check-stamp

replacing the the ifneq line with

ifneq "$(findstring $(arch), hppa-linux arm-linux)" ""

should do.  Could you do that locally and create a -2.0.1 revision?  I don't
have time to work on hppa now, I'm afraid.

Thanks, Dirk

-- 
Statistics: The (futile) attempt to offer certainty about uncertainty.
         -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to