From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: compiling emacs 29.3 "--without-makeinfo" and texinfo 4.13 Date: Sun, 26 May 2024 07:51:50 +0300 Message-ID: <86ikz1xjix.fsf@gnu.org> References: <86v831ygnd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34323"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 26 06:52:33 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sB5s0-0008hx-Rw for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 26 May 2024 06:52:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sB5rM-0000K5-RT; Sun, 26 May 2024 00:51:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sB5rM-0000Ic-02 for help-gnu-emacs@gnu.org; Sun, 26 May 2024 00:51:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sB5rL-0002C8-Nd for help-gnu-emacs@gnu.org; Sun, 26 May 2024 00:51:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=eA0YXV9uAVw++aSqWia39ORaiakYoPk0P7uu4jNUWs8=; b=p5ujhyN91mdZ3/pkti1u AoEWH+wxrJ/y5djYs6Aoph+woPzPFXJhmXcu3xjylybVk/zqzxDJGDn2jqF9xa6TabvB4B0UZNYgr +PpLeqc9FwgHYSSYpclc4zsD8PPQaLkLMREFH0pOPE72S+HvfjzK5gRoKdPWD9azGUv/sKL9b/c94 MVF+hVHChORWE9Cl96UVv3/PGmO7+1n9cv95Jo3tBb8qwIKZdBkiDI4QidrTuWcfXzMEqQRkFvaUr zkGJPldU7QxZPoELUTcyOa5O1InAzUGRuHozVJST+KbO9lxu/At5FZcxcOUv2frw2u9Mzr3oAFauz U4P8MNZ7nXrTww==; In-Reply-To: (message from =?utf-8?Q?andr=C3=A9s_ram=C3=ADrez?= on Sat, 25 May 2024 15:24:00 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146816 Archived-At: > From: andrés ramírez > Cc: help-gnu-emacs@gnu.org > Date: Sat, 25 May 2024 15:24:00 +0000 > > Eli> Emacs doesn't support --without-makeinfo. Building from Git requires makeinfo (building a > Eli> release tarball does not, because all the manuals are included in the tarball). > > This is the release tarball. When you build a release tarball, makeinfo is not needed at all, unless you changed some *.texi files. So this is something that only you can investigate on your system. When I build release tarballs, makeinfo is never invoked. > this was a package compilation with 'dpkg-buildpackage' Then maybe the problem is with dpkg-buildpackage. I have no idea what that is, and always build Emacs with "./configure" followed by "make".