From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F9CB3858017; Wed, 19 Oct 2022 01:44:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F9CB3858017 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666143848; bh=9he5h2v9hicr9SG7EPbXUrRwej9jsQeinBl+Y8XBeSM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HuQmBKXd9/uj4KTTBXxmjDzwal+iH31YFNPVtL4CxiO1wDJ1ryMp4UgQQjlMTl546 dHAlSdjiNgoAppSkG4DKbgi1o/qoHEe8mfIswqyeMJafODGFT6FxjP0YnGMt7OMLoo 5k5fKajZ6TmINbqXg1Uj53XrtdecqrMBNlGsaSFw= From: "Nick.Fall at outlook dot jp" To: gdb-prs@sourceware.org Subject: [Bug build/14678] GDB 7.5 fails to build unless makeinfo is installed Date: Wed, 19 Oct 2022 01:43:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: 7.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Nick.Fall at outlook dot jp X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 11.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D14678 nfall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Nick.Fall at outlook dot jp --- Comment #15 from nfall --- This bug appears to still be occuring in gdb 12.1. $ mkdir gdbtest $ cd gdbtest $ ../tmp/gdb-12.1/configure ... checking for makeinfo... no /home/me/tmp/gdb-12.1/missing: line 81: makeinfo: command not found ... $ make ... MAKEINFO doc/bfd.info /home/me/tmp/gdb-12.1/missing: line 81: makeinfo: command not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: make[3]: *** [doc/bfd.info] Error 127 make[3]: Leaving directory `/home/me/gdbtest/bfd' make[2]: *** [info-recursive] Error 1 make[2]: Leaving directory `/home/me/gdbtest/bfd' make[1]: *** [all-bfd] Error 2 make[1]: Leaving directory `/home/me/gdbtest' make: *** [all] Error 2 --=20 You are receiving this mail because: You are on the CC list for the bug.=