GNU bug report logs -
#78778
Build failure with the NS-port
Previous Next
To reply to this bug, email your comments to 78778 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78778
; Package
emacs
.
(Fri, 13 Jun 2025 09:08:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 13 Jun 2025 09:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Building emacs stops and ends with the lines
/Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
GEN ../../info/elisp.info
make[1]: makeinfo: No such file or directory
make[1]: *** [../../info/elisp.info] Error 1
make: *** [lispref-info] Error 2
even though elisp.info does exist.
Konrad Podczeck
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78778
; Package
emacs
.
(Fri, 13 Jun 2025 09:16:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 78778 <at> debbugs.gnu.org (full text, mbox):
Konrad Podczeck <konrad.podczeck <at> univie.ac.at> writes:
> Building emacs stops and ends with the lines
>
> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
> GEN ../../info/elisp.info
> make[1]: makeinfo: No such file or directory
> make[1]: *** [../../info/elisp.info] Error 1
> make: *** [lispref-info] Error 2
>
> even though elisp.info does exist.
In the same shell, what do you get when you do:
$ which makeinfo
? Best, Arash
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78778
; Package
emacs
.
(Fri, 13 Jun 2025 09:37:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 78778 <at> debbugs.gnu.org (full text, mbox):
I get:
makeinfo not found
Thanks for your reply,
best Konrad
> Am 13.06.2025 um 11:14 schrieb Arash Esbati <arash <at> gnu.org>:
>
> Konrad Podczeck <konrad.podczeck <at> univie.ac.at> writes:
>
>> Building emacs stops and ends with the lines
>>
>> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
>> GEN ../../info/elisp.info
>> make[1]: makeinfo: No such file or directory
>> make[1]: *** [../../info/elisp.info] Error 1
>> make: *** [lispref-info] Error 2
>>
>> even though elisp.info does exist.
>
> In the same shell, what do you get when you do:
>
> $ which makeinfo
>
> ? Best, Arash
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78778
; Package
emacs
.
(Fri, 13 Jun 2025 10:23:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 78778 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
If you're using homebrew, try "brew install texinfo"
On Fri, Jun 13, 2025 at 11:37 AM Konrad Podczeck <
konrad.podczeck <at> univie.ac.at> wrote:
> I get:
>
> makeinfo not found
>
> Thanks for your reply,
>
> best Konrad
>
> > Am 13.06.2025 um 11:14 schrieb Arash Esbati <arash <at> gnu.org>:
> >
> > Konrad Podczeck <konrad.podczeck <at> univie.ac.at> writes:
> >
> >> Building emacs stops and ends with the lines
> >>
> >> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
> >> GEN ../../info/elisp.info
> >> make[1]: makeinfo: No such file or directory
> >> make[1]: *** [../../info/elisp.info] Error 1
> >> make: *** [lispref-info] Error 2
> >>
> >> even though elisp.info does exist.
> >
> > In the same shell, what do you get when you do:
> >
> > $ which makeinfo
> >
> > ? Best, Arash
>
>
>
>
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78778
; Package
emacs
.
(Fri, 13 Jun 2025 10:51:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 78778 <at> debbugs.gnu.org (full text, mbox):
> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
> Date: Fri, 13 Jun 2025 11:06:29 +0200
>
> Building emacs stops and ends with the lines
>
> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
>
> GEN ../../info/elisp.info
>
> make[1]: makeinfo: No such file or directory
>
> make[1]: *** [../../info/elisp.info] Error 1
>
> make: *** [lispref-info] Error 2
>
> even though elisp.info does exist.
Are you building the Emacs 30.1 release tarball? If so, this is a
known problem in the release. To work around, do
$ touch info/elisp.info
and then repeat the build.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78778
; Package
emacs
.
(Fri, 13 Jun 2025 14:13:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 78778 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This did the job! Thanks, Konrad
> Am 13.06.2025 um 12:22 schrieb Stéphane Marks <shipmints <at> gmail.com>:
>
> If you're using homebrew, try "brew install texinfo"
>
> On Fri, Jun 13, 2025 at 11:37 AM Konrad Podczeck <konrad.podczeck <at> univie.ac.at <mailto:konrad.podczeck <at> univie.ac.at>> wrote:
>> I get:
>>
>> makeinfo not found
>>
>> Thanks for your reply,
>>
>> best Konrad
>>
>> > Am 13.06.2025 um 11:14 schrieb Arash Esbati <arash <at> gnu.org <mailto:arash <at> gnu.org>>:
>> >
>> > Konrad Podczeck <konrad.podczeck <at> univie.ac.at <mailto:konrad.podczeck <at> univie.ac.at>> writes:
>> >
>> >> Building emacs stops and ends with the lines
>> >>
>> >> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
>> >> GEN ../../info/elisp.info <http://elisp.info/>
>> >> make[1]: makeinfo: No such file or directory
>> >> make[1]: *** [../../info/elisp.info <http://elisp.info/>] Error 1
>> >> make: *** [lispref-info] Error 2
>> >>
>> >> even though elisp.info <http://elisp.info/> does exist.
>> >
>> > In the same shell, what do you get when you do:
>> >
>> > $ which makeinfo
>> >
>> > ? Best, Arash
>>
>>
>>
>>
[Message part 2 (text/html, inline)]
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.