From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: makeinfo: missing file argument Date: Thu, 5 Apr 2012 11:23:36 +0200 Message-ID: References: <20120404.105300.1704388016680899965.kuroishi@iij.ad.jp> <325DB88A-2085-40A5-87FB-27148D87A8B1@Web.DE> <20120405.091823.1371923682578117890.kuroishi@iij.ad.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1333618368 25613 80.91.229.3 (5 Apr 2012 09:32:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2012 09:32:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Kuroishi Mitsuo Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 05 11:32:47 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 1SFj3f-0001mA-By for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Apr 2012 11:32:47 +0200 Original-Received: from localhost ([::1]:57075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFj3d-00085L-Ow for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Apr 2012 05:32:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFj3T-00084H-Jt for help-gnu-emacs@gnu.org; Thu, 05 Apr 2012 05:32:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFj3L-0001IB-37 for help-gnu-emacs@gnu.org; Thu, 05 Apr 2012 05:32:35 -0400 Original-Received: from fmmailgate07.web.de ([217.72.192.248]:48819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFj3K-0001Hu-PR for help-gnu-emacs@gnu.org; Thu, 05 Apr 2012 05:32:27 -0400 Original-Received: from moweb001.kundenserver.de (moweb001.kundenserver.de [172.19.20.114]) by fmmailgate07.web.de (Postfix) with ESMTP id 70CD2103129E for ; Thu, 5 Apr 2012 11:23:38 +0200 (CEST) Original-Received: from sumac.fritz.box ([88.153.242.186]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0LvS9z-1SOpqs2FBD-010gQm; Thu, 05 Apr 2012 11:23:37 +0200 In-Reply-To: <20120405.091823.1371923682578117890.kuroishi@iij.ad.jp> X-Mailer: Apple Mail (2.1084) X-Provags-ID: V02:K0:XTIHJyOClWWPuGDhOyzqkjjmodh1aIl4p9qBXH45OGh 4oC7+KR3RQoP7ksM5KbimVmGqqbbXx9ioBNTCow8MJFS4pXrqZ Sf4pTRprfZdBMBQSNqyfEdQ9GznxJ4oQ72A1nvXp2TNXRSJm1u vGIA4RqbURA9u6HuvNwt+gaJNUNYtTdDCROD38FFY+RaLJ6PfV 0VCqzrDshK5oDpYN7I6bQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.248 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:84340 Archived-At: Am 5.4.2012 um 02:18 schrieb Kuroishi Mitsuo: > (cd doc/emacs; make info) > /usr/bin/makeinfo --force --enable-encoding -I = /home/kuroishi/download/emacs/doc/emacs -o = /home/kuroishi/download/emacs/doc/emacs/../../info/emacs > makeinfo: missing file argument. Here is the bug! I have, slightly edited: (cd doc/emacs; make -k info) /opt/local/bin/makeinfo --force --enable-encoding -I = .../emacs-24.0.95/doc/emacs -o = .../emacs-24.0.95/doc/emacs/../../info/emacs = .../emacs-24.0.95/doc/emacs/emacs.texi (cd doc/misc; make -k info) The argument "/doc/emacs/emacs.texi" is missing. A possible = reason might be that your terminal is limiting the line. Do you have = already some variant of GNU Emacs installed? Then you could try this: launch it, in some terminal or as X client. Then either cd in *shell* = buffer to /home/kuroishi/download/emacs or open this directory in dired = mode. If you want you can M-x compile RET and remove the whole text in = minibuffer and substitute it with any of your configure commands, say configure --without-x --prefix=3D/home/kuroishi/local Press RETURN. Nice output, isn't it? When configure has finished you can = type again M-x compile RET and change the text in minibuffer to: make bootstrap Press RETURN. If the failure happens again, then try this: M-x compile RET make distclean = RET This should remove all files that do not belong to the distribution. Now = perform the configure step again and start 'make bootstrap'. If this = fails again, then it's likely that there is some failure in the build = system. It could be in configure and some other GNU Emacs related files, = or it is in your FreeBSD system. Although I am not using FreeBSD but Mac = OS X, which is a bit related to FreeBSD or NetBSD, you can send me your = config.log file (pay attention here: it could be very small, 1...2 KB, = then I would need the config.log~ file with more than 1 MB size) = /privately/ and I can try to examine it and find a possible cause. Do you have the file ~/download/emacs/doc/emacs/emacs.texi? -- Greetings Pete "By filing this bug report you have challenged the honor of my family. = Prepare to die!" - Answer from Klingon software developer=