Gentoo Archives: gentoo-dev

From: "Scott A. Friedman" <friedman@××××.edu>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Latest Sawfish snapshot building for anyone? Spyder?
Date: Mon, 27 May 2002 14:14:51
Message-Id: 0fad01c205b2$e04a04a0$6400a8c0@dumbledore
1 Hi
2
3 I unmasked gnome2 and build went smoothly. However, I prefer to stick with
4 sawfish for now (since that is what I know).
5
6 Trying to emerge sawfish-20020524 and it (and the preceeding ebuild) fails
7 while trying to compile the lisp components. Before I log this as a bug I
8 thought I'd check for comments here.
9
10 ----------------------
11
12 make[1]: Entering directory
13 `/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/lisp'
14 SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC
15 ../src/sawfish --batch --no-rc compiler -f compile-batch sawfish/wm.jl
16 set -e; for d in sawfish/wm; do \
17 SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC
18 ../src/
19 awfish --batch --no-rc compiler -f compile-lib-batch $d; \
20 done
21 (compiling sawfish/wm/util/workarea.jl)
22 (compiling sawfish/wm/util/with-output.jl)
23 (compiling sawfish/wm/util/window-outline.jl)
24 error--> (file-error "No such file or directory" "sawfish/wm/util/x")
25 make[1]: *** [lisp] Error 10
26 make[1]: Leaving directory
27 `/var/tmp/portage/sawfish-20020524/work/sawfish-2002
28 05-24/lisp'
29 make: *** [all] Error 1
30 for dir in src lisp scripts themes sounds man po capplet themer; do \
31 [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
32 done
33 make[1]: Entering directory
34 `/var/tmp/portage/sawfish-20020524/work/sawfish-200
35 -05-24/src'
36 make[1]: Nothing to be done for `all'.
37 make[1]: Leaving directory
38 `/var/tmp/portage/sawfish-20020524/work/sawfish-2002
39 05-24/src'
40 make[1]: Entering directory
41 `/var/tmp/portage/sawfish-20020524/work/sawfish-200
42 -05-24/lisp'
43 set -e; for d in sawfish/wm; do \
44 SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC
45 ../src/
46 awfish --batch --no-rc compiler -f compile-lib-batch $d; \
47 done
48 (compiling sawfish/wm/util/window-outline.jl)
49 error--> (file-error "No such file or directory" "sawfish/wm/util/x")
50 make[1]: *** [lisp] Error 10
51 make[1]: Leaving directory
52 `/var/tmp/portage/sawfish-20020524/work/sawfish-2002
53 05-24/lisp'
54 make: *** [all] Error 1
55
56 !!! ERROR: The ebuild did not complete successfully.
57 !!! Function src_compile, Line 42, Exitcode 2
58 !!! (no error message)
59
60 !!! emerge aborting on /usr/portage/x11-wm/sawfish/sawfish-20020524.ebuild
61 .

Replies