From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Failure bootstrapping Emacs Date: Wed, 23 Jul 2008 09:54:27 +0200 Message-ID: <4886E3B3.5000305@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216799785 6323 80.91.229.12 (23 Jul 2008 07:56:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 07:56:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 09:57:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLZDd-0002Jj-MW for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 09:57:05 +0200 Original-Received: from localhost ([127.0.0.1]:49482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLZCk-0007mU-7I for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 03:56:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLZCf-0007mC-7b for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:56:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLZCc-0007lj-5L for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:56:04 -0400 Original-Received: from [199.232.76.173] (port=48046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLZCc-0007le-1D for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:56:02 -0400 Original-Received: from smtp-out05a.alice.it ([85.33.3.5]:1135) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLZCb-00079U-Bg for emacs-devel@gnu.org; Wed, 23 Jul 2008 03:56:01 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-OUT05A.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Wed, 23 Jul 2008 09:53:13 +0200 Original-Received: from FBCMCL01B08.fbc.local ([192.168.171.46]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 23 Jul 2008 09:54:56 +0200 Original-Received: from [87.7.221.152] ([87.7.221.152]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 23 Jul 2008 09:53:34 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) X-OriginalArrivalTime: 23 Jul 2008 07:53:34.0328 (UTC) FILETIME=[34FE1F80:01C8EC99] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101289 Archived-At: Current trunk fails to bootstrap on GNU/Linux Kubuntu 8.04: [...] gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. -I/home/angelo/downloads/emacs.ports/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -Wno-pointer-sign /home/angelo/downloads/emacs.ports/emacs/src/emacs.c /home/angelo/downloads/emacs.ports/emacs/src/emacs.c:830:15: error: missing expression between '(' and ')' make[2]: *** [emacs.o] Error 1 [...] This seems cause by very recent changes to emacs.c. From: #ifdef LINUX_SBRK_BUG to #if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6 Cheers, Angelo.