From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from box1.cyxs.net (unknown [208.155.66.115]) by chiba.3jane.net (Postfix) with SMTP id 9FB19AC491 for ; Mon, 17 Jun 2002 12:06:05 -0500 (CDT) Received: (qmail 9301 invoked from network); 17 Jun 2002 17:06:00 -0000 Received: from unknown (HELO localhost) (208.155.66.115) by 0 with SMTP; 17 Jun 2002 17:06:00 -0000 From: Richard Reich To: gentoo-dev@gentoo.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 17 Jun 2002 13:04:47 -0400 Message-Id: <1024333489.24873.4.camel@orcana> Mime-Version: 1.0 Subject: [gentoo-dev] Error compiling sawfish-20020611.ebuild Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 535295f3-c9fa-45d5-ba43-544ae3494d85 X-Archives-Hash: 54de9dd84b163e13931c632d1c666dce Here is the error, is there anything I can do to fix this? Thanks Richard Reich i686-pc-linux-gnu-gcc -shared play-sample.lo -L/usr/lib /usr/lib/libesd.so -lm /usr/lib/libaudiofile.so -lm -Wl,-soname -Wl,play-sample.so -o .libs/play-sample.so creating play-sample.la rm -fr .libs/client.la .libs/client.* .libs/client.* (cd . && ln -s client.lo client.o) (cd .libs && rm -f play-sample.la && ln -s ../play-sample.la play-sample.la) (cd . && ln -s libclient_.lo libclient_.o) i686-pc-linux-gnu-gcc -shared client.lo libclient_.lo -lSM -lICE -lX11 -L/usr/X11R6/lib -L/usr/lib /usr/lib/librep.so -ldl -lcrypt /usr/lib/libgmp.so -lm -lnsl -Wl,--rpath -Wl,/usr/lib -Wl,-soname -Wl,client.so -o .libs/client.so creating client.la (cd .libs && rm -f client.la && ln -s ../client.la client.la) make[1]: Leaving directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src' make[1]: Entering directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp' SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-batch sawfish/wm.jl set -e; for d in sawfish/wm; do \ SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \ done (compiling sawfish/wm/util/workarea.jl) (compiling sawfish/wm/util/with-output.jl) (compiling sawfish/wm/util/window-outline.jl) error--> (file-error "No such file or directory" "sawfish/wm/util/x") make[1]: *** [lisp] Error 10 make[1]: Leaving directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp' make: *** [all] Error 1 for dir in src lisp scripts themes sounds man po capplet themer; do \ [ -d $dir ] && ( cd $dir && make all ) || exit 1; \ done make[1]: Entering directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/src' make[1]: Entering directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp' set -e; for d in sawfish/wm; do \ SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \ done (compiling sawfish/wm/util/window-outline.jl) error--> (file-error "No such file or directory" "sawfish/wm/util/x") make[1]: *** [lisp] Error 10 make[1]: Leaving directory `/var/tmp/portage/sawfish-20020611/work/sawfish-2002-06-11/lisp' make: *** [all] Error 1 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 40, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/x11-wm/sawfish/sawfish-20020611.ebuild .