all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "andrés ramírez" <rrandresf@hotmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: compiling emacs 29.3 "--without-makeinfo" and texinfo 4.13
Date: Sat, 25 May 2024 21:06:14 +0000	[thread overview]
Message-ID: <SJ1PR12MB63632F114348F14CE68D6C58A6F72@SJ1PR12MB6363.namprd12.prod.outlook.com> (raw)
In-Reply-To: <SJ1PR12MB6363FE858518ED7A172F69D3A6F72@SJ1PR12MB6363.namprd12.prod.outlook.com>

Hi. Eli.

>>>>> "AR" == andrés ramírez <rrandresf@hotmail.com> writes:

    AR> Hi. Eli.
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:


    Eli> Then maybe the problem is with dpkg-buildpackage.  I have no idea what that is, and always
    Eli> build Emacs with "./configure" followed by "make".

    AR> I am going to try without dpkg-buildpackage and see how it goes. I am going to report back
    AR> when done.

I tried It. The error happens doing just configure ....; make 

But I have noticed something weird at the end of the creation of config.status
--8<---------------cut here---------------start------------->8---
../../../build-aux/move-if-change: line 69: cmp: command not found
config.status: executing etc-refcards-emacsver.tex commands
../build-aux/move-if-change: line 69: cmp: command not found
configure: WARNING: unrecognized options: --without-makeinfo
configure: You might want to install GNU Mailutils
<https://mailutils.org> and use '../configure --with-mailutils'.
--8<---------------cut here---------------end--------------->8---

Does this cmp command could be the cause?

Also this chroot has not git installed (Should It still wait for git?)
--8<---------------cut here---------------start------------->8---
Waiting for git...
Error running git rev-parse: (file-missing "Searching for program" "No such file or directory" "git")
Waiting for git...
Error running git rev-parse --abbrev-ref: (file-missing "Searching for program" "No such file or directory" "git")
--8<---------------cut here---------------end--------------->8---

And finally makeinfo was called (on the release tarball):
--8<---------------cut here---------------start------------->8---
INFO     Extracting OKURI-NASI entries...99% 
  INFO     Extracting OKURI-NASI entries...done
make[3]: Leaving directory `/tmp/mycc/emacs-29.3/build/lisp'
make[3]: Entering directory `/tmp/mycc/emacs-29.3/build/doc/misc'
make[3]: `org.texi' is up to date.
make[3]: `modus-themes.texi' is up to date.
make[3]: Leaving directory `/tmp/mycc/emacs-29.3/build/doc/misc'
make[2]: Leaving directory `/tmp/mycc/emacs-29.3/build/lisp'
make -C doc/lispref info
  GEN      ../../../doc/lispref/../../info/elisp.info
make[2]: Entering directory `/tmp/mycc/emacs-29.3/build/doc/lispref'
../../../doc/lispref//processes.texi:1765: warning: `.' or `,' must follow @xref, not `M'.
../../../doc/lispref//processes.texi:2171: warning: `.' or `,' must follow @xref, not `W'.
make[2]: Leaving directory `/tmp/mycc/emacs-29.3/build/doc/lispref'
make -C doc/lispintro info
  GEN      ../../../doc/lispintro/../../info/eintr.info
make[2]: Entering directory `/tmp/mycc/emacs-29.3/build/doc/lispintro'
make[2]: Leaving directory `/tmp/mycc/emacs-29.3/build/doc/lispintro'
make -C doc/emacs info
  GEN      ../../../doc/emacs/../../info/emacs.info
make[2]: Entering directory `/tmp/mycc/emacs-29.3/build/doc/emacs'
../../../doc/emacs//files.texi:375: warning: unlikely character ( in @var.
../../../doc/emacs//files.texi:375: warning: unlikely character ) in @var.
make[2]: Leaving directory `/tmp/mycc/emacs-29.3/build/doc/emacs'
make -C doc/misc info
  GEN      ../../../doc/misc/../../info/calc.info
make[2]: Entering directory `/tmp/mycc/emacs-29.3/build/doc/misc'
../../../doc/misc/calc.texi:28474: Unknown command `sub'.
../../../doc/misc/calc.texi:28474: Misplaced {.
../../../doc/misc/calc.texi:28474: Misplaced }.
../../../doc/misc/calc.texi:28479: Unknown command `sub'.
../../../doc/misc/calc.texi:28479: Misplaced {.
../../../doc/misc/calc.texi:28479: Misplaced }.
../../../doc/misc/calc.texi:28479: Unknown command `sub'.
../../../doc/misc/calc.texi:28479: Misplaced {.
../../../doc/misc/calc.texi:28479: Misplaced }.
make[2]: *** [../../../doc/misc/../../info/calc.info] Error 1
make[2]: Leaving directory `/tmp/mycc/emacs-29.3/build/doc/misc'
make[1]: *** [misc-info] Error 2
make[1]: Leaving directory `/tmp/mycc/emacs-29.3/build'
make[1]: Entering directory `/tmp/mycc/emacs-29.3/build'
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
***   to further investigate the problem
***
make[1]: *** [advice-on-failure] Error 2
make[1]: Leaving directory `/tmp/mycc/emacs-29.3/build'
make: *** [all] Error 2
--8<---------------cut here---------------end--------------->8---

Best Regards
Andrés Ramírez



  reply	other threads:[~2024-05-25 21:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25  5:18 compiling emacs 29.3 "--without-makeinfo" and texinfo 4.13 Andrés Ramírez
2024-05-25 16:56 ` Eli Zaretskii
2024-05-25 15:24   ` andrés ramírez
2024-05-26  4:51     ` Eli Zaretskii
2024-05-25 20:13       ` andrés ramírez
2024-05-25 21:06         ` andrés ramírez [this message]
2024-05-26  7:13           ` Eli Zaretskii
2024-05-25 21:47             ` andrés ramírez
2024-05-26  8:14               ` Eli Zaretskii
2024-05-26  8:16               ` Yuri Khan
2024-05-26  4:53                 ` andrés ramírez
2024-05-26  8:24               ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-05-26  5:33                 ` andrés ramírez
2024-05-26  1:50 ` Po Lu
2024-05-25 17:03   ` andrés ramírez
2024-05-26  3:19   ` Po Lu
2024-05-25 17:23     ` andrés ramírez
2024-05-25 18:54     ` andrés ramírez
2024-05-26  5:37       ` Po Lu
2024-05-25 19:42         ` andrés ramírez
2024-05-26  6:56         ` 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

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

  git send-email \
    --in-reply-to=SJ1PR12MB63632F114348F14CE68D6C58A6F72@SJ1PR12MB6363.namprd12.prod.outlook.com \
    --to=rrandresf@hotmail.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.