From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE6B413827E for ; Tue, 10 Dec 2013 09:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 154B4E0C0D; Tue, 10 Dec 2013 09:54:22 +0000 (UTC) Received: from a1www.kph.uni-mainz.de (a1www.kph.uni-mainz.de [134.93.134.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54044E0C0D for ; Tue, 10 Dec 2013 09:54:20 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.7/8.13.4) with ESMTP id rBA9sJ9F016527 for ; Tue, 10 Dec 2013 10:54:19 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.7/8.14.2) with ESMTP id rBA9sIrR025408; Tue, 10 Dec 2013 10:54:18 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.7/8.14.7/Submit) id rBA9sFKE025400; Tue, 10 Dec 2013 10:54:15 +0100 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21158.58567.154344.516584@a1i15.kph.uni-mainz.de> Date: Tue, 10 Dec 2013 10:54:15 +0100 To: gentoo-lisp@lists.gentoo.org Subject: Re: [gentoo-lisp] Stabilization of last versions of sbcl and asdf on amd64 In-Reply-To: <20131210092612.GA7274@filladhoo> References: <20131209153357.GA29832@filladhoo> <20131210092612.GA7274@filladhoo> X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: dd170743-b467-4b7d-bcde-293bf32ad923 X-Archives-Hash: d4c45163fc6faee4a9c9d58dce88a806 >>>>> On Tue, 10 Dec 2013, Chema Alonso wrote: > I tested it on an stable amd64 system, no problems found apart from some > 'cosmetic' warnings found by repoman: > ebuild.minorsyn 12 > dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild: Ebuild contains leading spaces on line: 50 > dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild: Ebuild contains leading spaces on line: 62 > dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild: Ebuild contains leading spaces on line: 51 > dev-lisp/sbcl/sbcl-1.0.55-r2.ebuild: Ebuild contains leading spaces on line: 64 > dev-lisp/sbcl/sbcl-1.1.10.ebuild: Ebuild contains leading spaces on line: 57 > dev-lisp/sbcl/sbcl-1.1.10.ebuild: Ebuild contains leading spaces on line: 70 > dev-lisp/sbcl/sbcl-1.1.11.ebuild: Ebuild contains leading spaces on line: 57 > dev-lisp/sbcl/sbcl-1.1.11.ebuild: Ebuild contains leading spaces on line: 70 > dev-lisp/sbcl/sbcl-1.1.12.ebuild: Ebuild contains leading spaces on line: 57 > dev-lisp/sbcl/sbcl-1.1.12.ebuild: Ebuild contains leading spaces on line: 70 > dev-lisp/sbcl/sbcl-1.1.14.ebuild: Ebuild contains leading spaces on line: 56 > dev-lisp/sbcl/sbcl-1.1.14.ebuild: Ebuild contains leading spaces on line: 69 Using vi? ;-) Hint: app-emacs/ebuild-mode will automatically take care of such whitespace issues. Ulrich