From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RqUbs-0001ci-19 for garchives@archives.gentoo.org; Thu, 26 Jan 2012 19:03:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D2B9E09BB for ; Thu, 26 Jan 2012 19:03:46 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D527E0832 for ; Thu, 26 Jan 2012 18:09:18 +0000 (UTC) Received: by wibhi8 with SMTP id hi8so682492wib.40 for ; Thu, 26 Jan 2012 10:09:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=pFmDkIZUXuW/ebv21Xxh7hmbGzYHLHbt0aq/EoF+W8A=; b=PN+fi6nTth5cOR2Ub0Js+xibuDztom00g38Dn2RwibcWAsDqiEnTEdVcKRlEUBOhyt ygmX4FSiQOQ/S1lmxw4AvHADy9LeM49rIX1p8kZF/KJkEykbbcxRYj+DGLkgeW/QWpuR 5FAz4swOreHPtAQACFLuxeRrTdKb2lXvhAzC4= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Lisp mail X-BeenThere: gentoo-lisp@lists.gentoo.org Reply-To: gentoo-lisp@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.19.97 with SMTP id d1mr5530372wie.12.1327601357823; Thu, 26 Jan 2012 10:09:17 -0800 (PST) Received: by 10.180.83.135 with HTTP; Thu, 26 Jan 2012 10:09:17 -0800 (PST) Date: Thu, 26 Jan 2012 19:09:17 +0100 Message-ID: Subject: [gentoo-lisp] sbcl tries to load clx from cmucl From: Kilian Sprotte To: gentoo-lisp@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: db482b6c-cc90-4ee9-bc7a-f5770b2bfbdb X-Archives-Hash: 6601e866a98bd5b269eef1aade5e52b1 Hi! I have installed sbcl and cmucl... Unfortunately sbcl finds /usr/share/common-lisp/source/cmucl/clx/clx.asd - it does not compile and it should not attempt to do so in the first place. I have played around with ASDF2 configuration for some time, but I am unsure how to resolve this. My goal would be that everything under /usr/share/common-lisp/source/cmucl/ is invisible to sbcl. How can I resove this? Best, Kilian