[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3.
From: |
Arun Isaac |
Subject: |
[bug#27485] [PATCH] gnu: nyacc: Update to 0.80.3. |
Date: |
Sun, 25 Jun 2017 23:04:42 +0530 |
The build is successful. But...
In the intall phase, I get several warnings/errors similar to:
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/guild
;;; WARNING: compilation of
/gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/guild failed:
;;; ERROR: failed to create path for auto-compiled file
"/gnu/store/5zx29y44nrqj0s8h3jlvlj82k8hj4dxs-guile-2.2.2/bin/guild"
wrote
`/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2/site-ccache/nyacc/lang/c99/util2.go'
And, in the strip phase, I get several warnings similar to:
strip: Unable to recognise the format of the input file
`/gnu/store/nf0wk6cl2fpj4cl39lvfwsxsaxwqgqwm-nyacc-0.80.3/lib/guile/2.2/site-
ccache/nyacc/bison.go'
Are these ok?