From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miroslav Lichvar Newsgroups: gmane.lisp.guile.devel Subject: Re: build failure just trying to build guile-1.8.7 natively Date: Fri, 27 Nov 2009 21:52:53 +0100 Message-ID: <20091127205253.GC12075@localhost> References: <20091119172426.GH31313@localhost> <87r5rj97hb.fsf@gnu.org> <20091127182242.GB12075@localhost> <87ljhr90f4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259355193 12987 80.91.229.12 (27 Nov 2009 20:53:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2009 20:53:13 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 27 21:53:06 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NE7oO-00012X-Uq for guile-devel@m.gmane.org; Fri, 27 Nov 2009 21:53:05 +0100 Original-Received: from localhost ([127.0.0.1]:50242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE7oO-0002tM-Ja for guile-devel@m.gmane.org; Fri, 27 Nov 2009 15:53:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE7oL-0002qw-MQ for guile-devel@gnu.org; Fri, 27 Nov 2009 15:53:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE7oH-0002p7-3c for guile-devel@gnu.org; Fri, 27 Nov 2009 15:53:01 -0500 Original-Received: from [199.232.76.173] (port=60606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE7oG-0002oo-Uf for guile-devel@gnu.org; Fri, 27 Nov 2009 15:52:56 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:43822) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NE7oG-0007ut-F2 for guile-devel@gnu.org; Fri, 27 Nov 2009 15:52:56 -0500 Original-Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nARKqt2k028652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Nov 2009 15:52:55 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nARKqtBR005149 for ; Fri, 27 Nov 2009 15:52:55 -0500 Original-Received: from localhost (dhcp-lab-101.englab.brq.redhat.com [10.34.33.101]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id nARKqs8g022712 for ; Fri, 27 Nov 2009 15:52:54 -0500 Content-Disposition: inline In-Reply-To: <87ljhr90f4.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id nARKqt2k028652 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9716 Archived-At: On Fri, Nov 27, 2009 at 09:29:19PM +0100, Ludovic Court=C3=A8s wrote: > >> > This is caused by new cpp which inserts linemarkers where it didn'= t > >> > before. > >>=20 > >> Interesting. Which version of cpp/gcc does that? > > > > cpp (GCC) 4.4.2 20091027 >=20 > I can=E2=80=99t reproduce the problem with 4.4.2 on x86_64-linux-gnu. = Could it > be that your distro ships a version of gcc that differs from upstream=E2= =80=99s? Possibly. It looks like it's a post 4.4.2 SVN snapshot and there are also some extra patches in the package. --=20 Miroslav Lichvar