From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Odd "-2.0/" argument in build because of "unix", on emacs-23 branch Date: Wed, 09 Jun 2010 17:22:00 +0200 Message-ID: <87mxv4nsdj.fsf@turtle.gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276097004 28878 80.91.229.12 (9 Jun 2010 15:23:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2010 15:23:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 09 17:23:22 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OMN7h-0001xi-Jy for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 17:23:21 +0200 Original-Received: from localhost ([127.0.0.1]:50002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMN7g-000839-UK for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 11:23:20 -0400 Original-Received: from [140.186.70.92] (port=34805 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMN6V-0007JH-N5 for emacs-devel@gnu.org; Wed, 09 Jun 2010 11:22:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMN6U-0007jB-Fs for emacs-devel@gnu.org; Wed, 09 Jun 2010 11:22:07 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:33279) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OMN6U-0007iC-32 for emacs-devel@gnu.org; Wed, 09 Jun 2010 11:22:06 -0400 Original-Received: (qmail invoked by alias); 09 Jun 2010 15:22:02 -0000 Original-Received: from p548625DA.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.37.218] by mail.gmx.net (mp013) with SMTP; 09 Jun 2010 17:22:02 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+7WHoewdG7rPGCPy4gZIZFMFGmnngOg35t792/FV ROAyHlqB3cBO9f Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id ACF423F483; Wed, 9 Jun 2010 17:22:00 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Wed, 09 Jun 2010 10:34:02 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:125675 Archived-At: On 2010-06-09 16:34 +0200, Stefan Monnier wrote: > I just did a rebuild of the emacs-23 branch and noticed this error: > [...] > It seems to come from /usr/include/gio-unix-2.0/ where `unix' got turned > into a space. Can someone backport the corresponding fix from the trunk? This has been done long ago (see the ChangeLog), but so far nobody bothered to regenerate `configure'. Sven