unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* failed to create path for auto-compiled file
@ 2019-01-16  1:59 Matt Wette
  2019-01-17 13:34 ` Matt Wette
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2019-01-16  1:59 UTC (permalink / raw)
  To: guile-devel

Hi All,

I maintain an add-on package to Guile.  I have a user reporting the following
WARNING:

;;; compiling /usr/share/guile/site/2.2/nyacc/lang/c99/ffi-help.scm
;;; WARNING: compilation of /usr/share/guile/site/2.2/nyacc/lang/c99/ffi-help.scm failed:
;;; failed to create path for auto-compiled file "/usr/share/guile/site/2.2/nyacc/lang/c99/ffi-help.scm"

So my part of my package, including the file above, depends on scheme-bytestructures.
If, on installation (presumably as root), bytestructures is not found, then only the
sources are installed.  Now it seems a user has bytestructures in his own path and
now he wants to use ffi-help, but it's not getting compiled.  I would expect
Guile to compile and install in the user's .cache directory if write to a root-owned
directory (e.g., /usr/lib/guile/2.2/site-ccache) fails.

Am I missing something?  Should this be reported as a bug?

Matt
  




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-17 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  1:59 failed to create path for auto-compiled file Matt Wette
2019-01-17 13:34 ` Matt Wette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).