Gentoo Archives: gentoo-dev

From: Richard Reich <rreich@×××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Error compiling sawfish-20020611.ebuild
Date: Mon, 17 Jun 2002 12:06:05
Message-Id: 1024333489.24873.4.camel@orcana
1 Here is the error, is there anything I can do to fix this?
2
3 Thanks
4 Richard Reich
5
6 i686-pc-linux-gnu-gcc -shared play-sample.lo -L/usr/lib
7 /usr/lib/libesd.so -lm /usr/lib/libaudiofile.so -lm -Wl,-soname
8 -Wl,play-sample.so -o .libs/play-sample.so
9 creating play-sample.la
10 rm -fr .libs/client.la .libs/client.* .libs/client.*
11 (cd . && ln -s client.lo client.o)
12 (cd .libs && rm -f play-sample.la && ln -s ../play-sample.la
13 play-sample.la)
14 (cd . && ln -s libclient_.lo libclient_.o)
15 i686-pc-linux-gnu-gcc -shared client.lo libclient_.lo -lSM -lICE -lX11
16 -L/usr/X11R6/lib -L/usr/lib /usr/lib/librep.so -ldl -lcrypt
17 /usr/lib/libgmp.so -lm -lnsl -Wl,--rpath -Wl,/usr/lib -Wl,-soname
18 -Wl,client.so -o .libs/client.so
19 creating client.la
20 (cd .libs && rm -f client.la && ln -s ../client.la client.la)
21 make[1]: Leaving directory
22 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src'
23 make[1]: Entering directory
24 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp'
25 SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC
26 ../src/sawfish --batch --no-rc compiler -f compile-batch sawfish/wm.jl
27 set -e; for d in sawfish/wm; do \
28 SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC
29 ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \
30 done
31 (compiling sawfish/wm/util/workarea.jl)
32 (compiling sawfish/wm/util/with-output.jl)
33 (compiling sawfish/wm/util/window-outline.jl)
34 error--> (file-error "No such file or directory" "sawfish/wm/util/x")
35 make[1]: *** [lisp] Error 10
36 make[1]: Leaving directory
37 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp'
38 make: *** [all] Error 1
39 for dir in src lisp scripts themes sounds man po capplet themer; do \
40 [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
41 done
42 make[1]: Entering directory
43 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src'
44 make[1]: Nothing to be done for `all'.
45 make[1]: Leaving directory
46 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src'
47 make[1]: Entering directory
48 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp'
49 set -e; for d in sawfish/wm; do \
50 SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC
51 ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \
52 done
53 (compiling sawfish/wm/util/window-outline.jl)
54 error--> (file-error "No such file or directory" "sawfish/wm/util/x")
55 make[1]: *** [lisp] Error 10
56 make[1]: Leaving directory
57 `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp'
58 make: *** [all] Error 1
59
60 !!! ERROR: The ebuild did not complete successfully.
61 !!! Function src_compile, Line 40, Exitcode 2
62 !!! (no error message)
63
64 !!! emerge aborting on
65 /usr/portage/x11-wm/sawfish/sawfish-20020611.ebuild .

Replies