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.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by chiba.3jane.net (Postfix) with ESMTP id 7A1EBAC507 for ; Mon, 27 May 2002 14:14:51 -0500 (CDT) Received: from dumbledore ([24.126.50.13]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020527191450.ZKLT7675.sccrmhc01.attbi.com@dumbledore> for ; Mon, 27 May 2002 19:14:50 +0000 Message-ID: <0fad01c205b2$e04a04a0$6400a8c0@dumbledore> From: "Scott A. Friedman" To: Date: Mon, 27 May 2002 12:15:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [gentoo-dev] Latest Sawfish snapshot building for anyone? Spyder? 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: ddacb6e8-a8bf-4205-b4ba-08a40f5d5c7b X-Archives-Hash: 00fb025160f84924506229ec2b419d00 Hi I unmasked gnome2 and build went smoothly. However, I prefer to stick with sawfish for now (since that is what I know). Trying to emerge sawfish-20020524 and it (and the preceeding ebuild) fails while trying to compile the lisp components. Before I log this as a bug I thought I'd check for comments here. ---------------------- make[1]: Entering directory `/var/tmp/portage/sawfish-20020524/work/sawfish-2002-05-24/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/ awfish --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-20020524/work/sawfish-2002 05-24/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-20020524/work/sawfish-200 -05-24/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/sawfish-20020524/work/sawfish-2002 05-24/src' make[1]: Entering directory `/var/tmp/portage/sawfish-20020524/work/sawfish-200 -05-24/lisp' set -e; for d in sawfish/wm; do \ SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/ awfish --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-20020524/work/sawfish-2002 05-24/lisp' make: *** [all] Error 1 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 42, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/x11-wm/sawfish/sawfish-20020524.ebuild .