From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L11dk-0002Nc-Nh for garchives@archives.gentoo.org; Fri, 14 Nov 2008 16:35:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ED26E0050; Fri, 14 Nov 2008 16:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 695A9E0050 for ; Fri, 14 Nov 2008 16:35:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7858B64402 for ; Fri, 14 Nov 2008 16:35:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.482 X-Spam-Level: X-Spam-Status: No, score=-3.482 required=5.5 tests=[AWL=0.118, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6iqPkwxpkE1G for ; Fri, 14 Nov 2008 16:35:14 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 71E15643D7 for ; Fri, 14 Nov 2008 16:35:12 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L11dV-0004zs-24 for gentoo-user@gentoo.org; Fri, 14 Nov 2008 16:35:09 +0000 Received: from c-98-215-178-6.hsd1.in.comcast.net ([98.215.178.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Nov 2008 16:35:09 +0000 Received: from reader by c-98-215-178-6.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Nov 2008 16:35:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] stumpwm users .. need help with failed emerge Date: Fri, 14 Nov 2008 10:35:00 -0600 Organization: Still searching... Message-ID: <87ljvm2rm3.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-6.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:1pNgbkmCkFRMxUzqCs63tx59j3c= Sender: news X-Archives-Salt: 7a012b4b-1ad9-471e-9994-4b70128e628a X-Archives-Hash: 635d38f03b9298cd73d7b57d7ddb674d Attempting to install stumpwm-cvs I run into an emerge failure with on of the dependencies; dev-lisp/cmucl. Below is a snippet from the end of the emerge of dev-lisp/cmucl-l-19d_p2. Can anyone see what might be the problem? [...] i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -rdynamic -Wstric -g -DGENCGC -DLINKAGE_TABLE -D__NO_CTYPE -I. -I../../src/lisp nclude -DGENCGC -DLINKAGE_TABLE -c -o lisp.o ../../src/lisp/ cc1: note: obsolete option -I- used, please use -iquote inste In file included from /usr/include/sys/syscall.h:25, from ../../src/lisp/Linux-os.h:24, from ../../src/lisp/os.h:41, from ../../src/lisp/lisp.c:23: /usr/include/asm/unistd.h:2:25: error: unistd_32.h: No such f ../../src/lisp/lisp.c: In function 'sigint_handler': ../../src/lisp/lisp.c:45: warning: unused variable 'code' ../../src/lisp/lisp.c: In function 'default_cmucllib': ../../src/lisp/lisp.c:182: warning: assignment discards quali target type ../../src/lisp/lisp.c: In function 'main': ../../src/lisp/lisp.c:417: warning: implicit declaration of f ../../src/lisp/lisp.c:512: warning: implicit declaration of f ections' gmake: *** [lisp.o] Error 1 src/tools/load-world.sh: line 17: build-2/lisp/lisp: No such Failed to build build-2! * * ERROR: dev-lisp/cmucl-19d_p2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2116: Called die * The specific snippet of code: * src/tools/build.sh -C "" -o "bin/lisp -core lib/cmuc tch -noinit -nositeinit" || die * The die message: * (no error message)