From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: GNUStep build problems Date: Thu, 21 Aug 2008 10:57:35 -0400 Message-ID: <87zln6l8kg.fsf@cyd.mit.edu> References: <20080821090538.1e904b68@terra.solaris> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219330704 12740 80.91.229.12 (21 Aug 2008 14:58:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2008 14:58:24 +0000 (UTC) Cc: emacs@gentoo.org, gnustep@gentoo.org, emacs-devel@gnu.org To: Christian Faulhammer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 21 16:59:16 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 1KWBbI-0001jA-TU for ged-emacs-devel@m.gmane.org; Thu, 21 Aug 2008 16:57:25 +0200 Original-Received: from localhost ([127.0.0.1]:44369 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWBaL-0007Wn-Ey for ged-emacs-devel@m.gmane.org; Thu, 21 Aug 2008 10:56:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWBaG-0007Vd-HX for emacs-devel@gnu.org; Thu, 21 Aug 2008 10:56:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWBaF-0007VK-B0 for emacs-devel@gnu.org; Thu, 21 Aug 2008 10:56:20 -0400 Original-Received: from [199.232.76.173] (port=51373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWBaF-0007V4-1h for emacs-devel@gnu.org; Thu, 21 Aug 2008 10:56:19 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:59670) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWBaE-0001th-Ht for emacs-devel@gnu.org; Thu, 21 Aug 2008 10:56:18 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 7054757E2B5; Thu, 21 Aug 2008 10:57:35 -0400 (EDT) In-Reply-To: <20080821090538.1e904b68@terra.solaris> (Christian Faulhammer's message of "Thu\, 21 Aug 2008 09\:05\:38 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.90 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:102776 Archived-At: Christian Faulhammer writes: > we are trying to add GNUstep support for Emacs in Gentoo Linux. > Unfortunately Emacs build fails from HEAD during bootstrapping, maybe > you can have a look at it, a log of the build process is attached. This has been reported: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=620 Unfortunately, no one seems to have found the time to work on this yet. Yavor Doganov's observation in that bug report is probably key: >> Notice how unlike the usual bootstrap procedure, it loads a >> gazillion of files when byte-compiling every single .el file: > Also there has been a linker problem as in Gentoo the GNUstep libraries > are not in FHS locations but in the ones recommended by GNUstep. A > patch for that is attached. Applied, thanks.