bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make - fatal error - guile-1.8.2 - alternate prefix still tries to a


From: Ludovic Courtès
Subject: Re: make - fatal error - guile-1.8.2 - alternate prefix still tries to access /1.8/ice-9
Date: Sun, 28 Oct 2007 15:15:52 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

"Poor Yorick" <address@hidden> writes:

> building guile-1.8.2 on gcc (GCC) 3.3.2 with an alternate --prefix, it looks 
> like root is still needed:
>
> /path/to/src/guile-1.8.2_sunos/guile-1.8.2/configure \
>  --disable-error-on-warning \
>  
> --prefix=/grid/gro/vol/gbl_statcomp_devel/sparc-32-solaris_nc/bootstrap/guile-1.8.2
>
> Later on, make fails with the following error:

The `ice-9/*.scm' files normally go to `$(pkgdatadir)/1.8/ice-9',
i.e., `${prefix}/share/guile/1.8/ice-9'.

> Making install in guile-readline
> make  install-recursive
> Making install in ice-9
> test -z "/1.8/ice-9" || .././install-sh -c -d "/1.8/ice-9"
> mkdir: "/1.8/ice-9": Permission denied

Apparently something went wrong here: it looks as though `pkgdatadir'=/.
Did you pass a `DESTDIR' variable to `make' when running "make install"?

If not, please look for the value `datarootdir' and `pkgdatadir' in
`config.log' and make sure they correspond to what you want.

Hope this helps,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]