public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "bugmenot at mailinator dot com" <sourceware-bugzilla@sourceware.org>
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	[thread overview]
Message-ID: <bug-18113-4717-yfmxvnL6a6@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-18113-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=18113

John Doe <bugmenot at mailinator dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugmenot at mailinator dot com

--- Comment #5 from John Doe <bugmenot at mailinator dot com> ---
Rechecked with GDB 13.1, texinfo seems to be still necessary. :-/

using https://ftp.gnu.org/gnu/gdb/gdb-13.1.tar.xz 

$ cd /tmp
$ tar xf gdb-13.1.tar.gz
$ mkdir gdb-13.1/build
$ cd gdb-13.1/build
$ ../configure --prefix=/opt/gdb-13.1 --with-python --with-lzma
$ gmake -k  # output ignored
$ gmake 
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=rc" "CC_FOR_BUILD=gcc -std=gnu99" "CFLAGS=-g -O2    "
"CXXFLAGS=-g -O2    " "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2"
"INSTALL=/bin/install -c" "INSTALL_DATA=/bin/install -c -m 644"
"INSTALL_PROGRAM=/bin/install -c" "INSTALL_SCRIPT=/bin/install -c" "LDFLAGS="
"LIBCFLAGS=-g -O2  " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=gmake"
"MAKEINFO=/tmp/gdb-13.1/missing makeinfo --split-size=5000000
--split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh"
"EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/opt/gdb-13.1"
"infodir=/opt/gdb-13.1/share/info" "libdir=/opt/gdb-13.1/lib"
"prefix=/opt/gdb-13.1" "tooldir=/opt/gdb-13.1/x86_64-pc-linux-gnu" "AR=ar "
"AS=as" "CC=gcc -std=gnu99" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2  " "NM=nm"
"PICFLAG=" "RANLIB=ranlib " "DESTDIR=" DO=all 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:
         <http://www.gnu.org/software/texinfo/>
         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:
         <http://www.gnu.org/software/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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

      parent reply	other threads:[~2023-08-25 17:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 13:21 [Bug compile/18113] New: " wpoely86 at gmail dot com
2015-03-12 11:11 ` [Bug compile/18113] " wpoely86 at gmail dot com
2015-07-01  5:30 ` david.abdurachmanov at gmail dot com
2015-09-03 14:11 ` david.abdurachmanov at gmail dot com
2022-02-22 15:19 ` [Bug build/18113] " tromey at sourceware dot org
2023-08-25 17:48 ` bugmenot at mailinator dot com [this message]

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=bug-18113-4717-yfmxvnL6a6@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).