From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kuroishi Mitsuo Newsgroups: gmane.emacs.help Subject: Re: makeinfo: missing file argument Date: Fri, 06 Apr 2012 17:47:38 +0900 (JST) Message-ID: <20120406.174738.263678904084440353.kuroishi@iij.ad.jp> References: <20120406.162202.294943636214544274.kuroishi@iij.ad.jp> <20120406.170147.2111159149405289913.kuroishi@iij.ad.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333728702 5329 80.91.229.3 (6 Apr 2012 16:11:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2012 16:11:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: rgm@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 06 18:11:37 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SGBlA-0006QS-7J for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Apr 2012 18:11:36 +0200 Original-Received: from localhost ([::1]:35556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGBby-0004yH-9r for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Apr 2012 12:02:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG4q4-00043A-HA for help-gnu-emacs@gnu.org; Fri, 06 Apr 2012 04:48:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SG4pt-0007eP-Lz for help-gnu-emacs@gnu.org; Fri, 06 Apr 2012 04:48:12 -0400 Original-Received: from mo30.iij.ad.jp ([202.232.30.71]:34041 helo=omgo.iij.ad.jp) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG4pq-0007da-SY; Fri, 06 Apr 2012 04:48:01 -0400 DKIM-Signature: v=1;a=rsa-sha256;c=relaxed/simple;d=iij.ad.jp;h=Date: Message-Id:To:Cc:Subject:From:In-Reply-To:References:Mime-Version: Content-Type:Content-Transfer-Encoding; i=kuroishi@iij.ad.jp; s=omgo1; t= 1333702060; x=1334911660; bh=mL9U0NCI6zNGUDl3kqc0K5/URJLG66Uvrls6yiegawQ=; b=kAI re6fH7I40/OcSMmXc+pGBwArO7ks1X0+9/CCmDu/0Ed9yVefEidtWOn60wvgrGY61xeM7Dp1BgPOd tvMqN+p3rdeYqkSt27oBs1Qr+SxGpXvjjj49dLY9fNqzsCoYkYqj1v9zt14OCZxY75EkPdudDwGX1 XYXFqOxZ51iLXc=; Original-Received: by omgo.iij.ad.jp (mo30) id q368leLh014301; Fri, 6 Apr 2012 17:47:40 +0900 In-Reply-To: <20120406.170147.2111159149405289913.kuroishi@iij.ad.jp> X-fingerprint: BEAD 5297 0570 5BEF ED2D AD09 5992 A484 369F 67E5 X-Mailer: Mew version 6.4 on Emacs 24.0.95 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 202.232.30.71 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84364 Archived-At: sorry for the fuss. Message-id: <20120406.170147.2111159149405289913.kuroishi@iij.ad.jp> From: Kuroishi Mitsuo Subject: Re: makeinfo: missing file argument Date: Fri, 06 Apr 2012 17:01:47 +0900 (JST) > After "make distclean (not gmake)", I did like below, > > % export MAKE=gmake > % ./configure --without-x --prefix=/home/kuroishi/local > % gmake bootstrap > > And it seems to overcome the problem but stopped building on the > way unfortunately. > > attating the log at the end. I'm installing bzr and pythong to ~/local because of various reasons and it's the cause. So I did like this % PYTHONPATH=/home/kuroishi/local/lib/python gmake install then, it went well and I'm happy to be able to build the latest Emacs now. Thank you very much. -- Kuroishi Mitsuo