[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fail guile-1.8.1 (different user src dir): build wants to modify src dir
From: |
anirkko |
Subject: |
fail guile-1.8.1 (different user src dir): build wants to modify src directory |
Date: |
Fri, 11 May 2007 14:30:29 +0200 (MET DST) |
Hi
The build of guile in an object directory different
from the src directory (belonging to a different user,
for example unpacked by root or on RO media) also fails
because the build wants to modify the src directory tree!
Should the building not also work when the src is read-only
(for example, a CDROM)? All modifications should be made in
the destination (object) directory tree?
Workaround: copy the src tree to a location where the building
user has write permissions.
Greetings
Arto
output of 'gmake':
-----------------------------------------------------------
...
...
(cd .libs && rm -f libtest-asmobs.la && ln -s ../libtest-asmobs.la
libtest-asmobs.la)
cd /build/guile-1.8.1/test-suite/standalone && chmod u+x test-system-cmds
test-require-extension test-asmobs
chmod: WARNING: can't change test-system-cmds
chmod: WARNING: can't change test-require-extension
chmod: WARNING: can't change test-asmobs
gmake[4]: *** [all-local] Error 3
gmake[4]: Leaving directory ...
...
...
- fail guile-1.8.1 (different user src dir): build wants to modify src directory,
anirkko <=