[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build fails (different user src dir): wrong permissions in guile-1.8.1/s
From: |
anirkko |
Subject: |
build fails (different user src dir): wrong permissions in guile-1.8.1/scripts |
Date: |
Fri, 11 May 2007 14:20:20 +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 scripts in the guile-1.8.1/scripts directory
have "user" and "group", but not "other" execute permissions.
Workaround:
% cd guile-1.8.1/scripts
% chmod go+x PROGRAM [a-u]*
(preferably before packing up the next distribution?)
Greets,
Arto
output of 'gmake':
-----------------------------------------------------------
...
...
./guile_filter_doc_snarfage --filter-snarfage) > inet_aton.doc || { rm
inet_aton.doc; false; }
cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc
continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc
dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc
extensions.doc feature.doc fluids.doc fports.doc futures.doc gc.doc goops.doc
gsubr.doc gc-mark.doc gc-segment.doc gc-malloc.doc gc-card.doc guardians.doc
hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc
lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc
objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc
procs.doc properties.doc random.doc rdelim.doc read.doc root.doc rw.doc
scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc
stacks.doc stime.doc strings.doc srfi-4.doc srfi-13.doc srfi-14.doc
strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc
values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc ramap.doc
unif.doc dynl.doc f
ilesys.doc posix.doc net_db.doc socket.doc regex-posix.doc inet_aton.doc |
GUILE="/build/guile-1.8.1_static-obj9_g412-b2175020070420-O2-funswitch-loops-fgcse-after-reload-mcpu=supersparc-mno-app-regs/pre-inst-guile"
/build/guile-1.8.1/scripts/snarf-check-and-output-texi >
guile-procedures.texi || { rm guile-procedures.texi; false; }
/bin/ksh: /build/guile-1.8.1/scripts/snarf-check-and-output-texi: cannot execute
gmake[3]: *** [guile-procedures.texi] Error 1
gmake[3]: Leaving directory ...
...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- build fails (different user src dir): wrong permissions in guile-1.8.1/scripts,
anirkko <=