gnu: make-bootstrap: Skip tests for the statically-linked gawk.

* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Add #:tests? #f.
master
Ludovic Courtès 2013-07-14 16:58:43 +02:00
parent 614bdaffbf
commit ffd2093440
1 changed files with 7 additions and 0 deletions

View File

@ -153,6 +153,13 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
(gawk (package (inherit gawk)
(arguments
`(#:patches (list (assoc-ref %build-inputs "patch/sh"))
;; Starting from gawk 4.1.0, some of the tests for the
;; plug-in mechanism just fail on static builds:
;;
;; ./fts.awk:1: error: can't open shared library `filefuncs' for reading (No such file or directory)
#:tests? #f
,@(substitute-keyword-arguments (package-arguments gawk)
((#:phases phases)
`(alist-cons-before