From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A22B03858412; Fri, 25 Aug 2023 17:48:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A22B03858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692985692; bh=TwhFb5BTNIMyy3DHb85saalZ6BV/lukXhz1GPgLOHY4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jCEkYEIjfekbDLvKAFS1pbCjXti5O+Wdmby7f4KWmQMwdj4Pk84lz89RTfCB3l52A yaNqvK/uHGQeco/6lQF5Pvs210kaMqvQl9nMdTirar8MGD9SZgrXr41LFhNhIsLU3P pUVY+eD6pXnb39mL229/qvCEcsNsoa5TGA3goncI= From: "bugmenot at mailinator dot com" To: gdb-prs@sourceware.org Subject: [Bug build/18113] GDB 7.9 fails to build when makeinfo is not installed Date: Fri, 25 Aug 2023 17:48:12 +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.9 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bugmenot at mailinator dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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=3D18113 John Doe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugmenot at mailinator dot= com --- Comment #5 from John Doe --- Rechecked with GDB 13.1, texinfo seems to be still necessary. :-/ using https://ftp.gnu.org/gnu/gdb/gdb-13.1.tar.xz=20 $ cd /tmp $ tar xf gdb-13.1.tar.gz $ mkdir gdb-13.1/build $ cd gdb-13.1/build $ ../configure --prefix=3D/opt/gdb-13.1 --with-python --with-lzma $ gmake -k # output ignored $ gmake=20 gmake[1]: Entering directory `/tmp/gdb-13.1/build' gmake[2]: Entering directory `/tmp/gdb-13.1/build/libiberty' gmake[3]: Entering directory `/tmp/gdb-13.1/build/libiberty/testsuite' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/tmp/gdb-13.1/build/libiberty/testsuite' gmake[2]: Leaving directory `/tmp/gdb-13.1/build/libiberty' gmake[2]: Entering directory `/tmp/gdb-13.1/build/intl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/tmp/gdb-13.1/build/intl' gmake[2]: Entering directory `/tmp/gdb-13.1/build/zlib' gmake[2]: Nothing to be done for `all'. true "AR_FLAGS=3Drc" "CC_FOR_BUILD=3Dgcc -std=3Dgnu99" "CFLAGS=3D-g -O2 " "CXXFLAGS=3D-g -O2 " "CFLAGS_FOR_BUILD=3D-g -O2" "CFLAGS_FOR_TARGET=3D-g= -O2" "INSTALL=3D/bin/install -c" "INSTALL_DATA=3D/bin/install -c -m 644" "INSTALL_PROGRAM=3D/bin/install -c" "INSTALL_SCRIPT=3D/bin/install -c" "LDF= LAGS=3D" "LIBCFLAGS=3D-g -O2 " "LIBCFLAGS_FOR_TARGET=3D-g -O2" "MAKE=3Dgmake" "MAKEINFO=3D/tmp/gdb-13.1/missing makeinfo --split-size=3D5000000 --split-size=3D5000000 " "PICFLAG=3D" "PICFLAG_FOR_TARGET=3D" "SHELL=3D/bin= /sh" "EXPECT=3Dexpect" "RUNTEST=3Druntest" "RUNTESTFLAGS=3D" "exec_prefix=3D/opt= /gdb-13.1" "infodir=3D/opt/gdb-13.1/share/info" "libdir=3D/opt/gdb-13.1/lib" "prefix=3D/opt/gdb-13.1" "tooldir=3D/opt/gdb-13.1/x86_64-pc-linux-gnu" "AR= =3Dar " "AS=3Das" "CC=3Dgcc -std=3Dgnu99" "CXX=3Dg++" "LD=3Dld" "LIBCFLAGS=3D-g -O2= " "NM=3Dnm" "PICFLAG=3D" "RANLIB=3Dranlib " "DESTDIR=3D" DO=3Dall multi-do # gmake gmake[2]: Leaving directory `/tmp/gdb-13.1/build/zlib' gmake[2]: Entering directory `/tmp/gdb-13.1/build/libsframe' gmake all-am gmake[3]: Entering directory `/tmp/gdb-13.1/build/libsframe' gmake[3]: Leaving directory `/tmp/gdb-13.1/build/libsframe' gmake[2]: Leaving directory `/tmp/gdb-13.1/build/libsframe' gmake[2]: Entering directory `/tmp/gdb-13.1/build/bfd' Making info in po gmake[3]: Entering directory `/tmp/gdb-13.1/build/bfd/po' gmake[3]: Nothing to be done for `info'. gmake[3]: Leaving directory `/tmp/gdb-13.1/build/bfd/po' gmake[3]: Entering directory `/tmp/gdb-13.1/build/bfd' MAKEINFO doc/bfd.info /tmp/gdb-13.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: gmake[3]: *** [doc/bfd.info] Error 127 gmake[3]: Leaving directory `/tmp/gdb-13.1/build/bfd' gmake[2]: *** [info-recursive] Error 1 gmake[2]: Leaving directory `/tmp/gdb-13.1/build/bfd' gmake[1]: *** [all-bfd] Error 2 gmake[1]: Leaving directory `/tmp/gdb-13.1/build' gmake: *** [all] Error 2 So I think the bug should be reopened. --=20 You are receiving this mail because: You are on the CC list for the bug.=