unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Kuroishi Mitsuo <kuroishi@iij.ad.jp>
Cc: help-gnu-emacs@gnu.org
Subject: Re: makeinfo: missing file argument
Date: Thu, 5 Apr 2012 11:23:36 +0200	[thread overview]
Message-ID: <FD9ADD51-3915-4817-A94D-97A79FFB1616@Web.DE> (raw)
In-Reply-To: <20120405.091823.1371923682578117890.kuroishi@iij.ad.jp>


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 "<path to>/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=/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 <a bit of editing in minibuffer> 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


  reply	other threads:[~2012-04-05  9:23 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  1:53 makeinfo: missing file argument Kuroishi Mitsuo
2012-04-04 16:00 ` Peter Dyballa
2012-04-05  0:18   ` Kuroishi Mitsuo
2012-04-05  9:23     ` Peter Dyballa [this message]
2012-04-05 13:22       ` Kuroishi Mitsuo
2012-04-05 13:31         ` Peter Dyballa
2012-04-05 16:26     ` Glenn Morris
2012-04-05 18:14       ` Peter Dyballa
2012-04-06  0:38       ` Kuroishi Mitsuo
2012-04-06  7:06         ` Glenn Morris
2012-04-06  7:22           ` Kuroishi Mitsuo
2012-04-06  7:32             ` Glenn Morris
2012-04-06  7:37               ` Glenn Morris
2012-04-06  9:16                 ` Peter Dyballa
2012-04-07 19:26                 ` Glenn Morris
2012-04-08  0:13                   ` Peter Dyballa
2012-04-08  6:01                   ` Kuroishi Mitsuo
2012-04-06  8:01               ` Kuroishi Mitsuo
2012-04-06  8:47                 ` Kuroishi Mitsuo
2012-04-06  8:59                 ` Peter Dyballa
2012-04-06  9:15                   ` Kuroishi Mitsuo
2012-04-06  9:52                   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FD9ADD51-3915-4817-A94D-97A79FFB1616@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=kuroishi@iij.ad.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).