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: Trunk build broken: required file `./config.rpath' not found Date: Sat, 09 Jul 2011 09:57:23 +0200 Message-ID: <87aacnkhss.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310198274 18631 80.91.229.12 (9 Jul 2011 07:57:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2011 07:57:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 09 09:57:47 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QfSQ7-0002mZ-Dc for ged-emacs-devel@m.gmane.org; Sat, 09 Jul 2011 09:57:47 +0200 Original-Received: from localhost ([::1]:42903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfSQ6-0004Lp-EH for ged-emacs-devel@m.gmane.org; Sat, 09 Jul 2011 03:57:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfSPo-0004LC-HU for emacs-devel@gnu.org; Sat, 09 Jul 2011 03:57:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfSPn-0008Hm-Ew for emacs-devel@gnu.org; Sat, 09 Jul 2011 03:57:28 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:49801) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QfSPm-0008HZ-TO for emacs-devel@gnu.org; Sat, 09 Jul 2011 03:57:27 -0400 Original-Received: (qmail invoked by alias); 09 Jul 2011 07:57:23 -0000 Original-Received: from p4FC761E1.dip.t-dialin.net (EHLO turtle.gmx.de) [79.199.97.225] by mail.gmx.net (mp036) with SMTP; 09 Jul 2011 09:57:23 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18cQRU9Xtkc2Qz6O07Tvtcbenf0HGYekzxSnjViuR MT+I0ZSdyE2+FA Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id B1F5E3F50B; Sat, 9 Jul 2011 09:57:23 +0200 (CEST) User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141842 Archived-At: Running autogen.sh produces an error message, complaining about a missing config.rpath. Anyone else who has seen this? ,---- | $ ./autogen.sh | Checking whether you have the necessary tools... | (Read INSTALL.BZR for more details on building Emacs) | | Checking for autoconf (need at least version 2.65)... | ok | Checking for automake (need at least version 1.11)... | ok | Your system has the required tools, running autoreconf... | configure.in:646: installing `./compile' | configure.in:378: installing `./config.guess' | configure.in:3336: required file `./config.rpath' not found | configure.in:378: installing `./config.sub' | configure.in:28: installing `./install-sh' | configure.in:28: installing `./missing' | lib/Makefile.am: installing `./depcomp' | autoreconf: automake failed with exit status: 1 `---- A workaround is to touch the missing file. Regards, Sven