public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias@codesourcery.com>
To: "H.J. Lu" <hjl.tools@gmail.com>
Cc: Binutils <binutils@sourceware.org>
Subject: Re: [Regression] Build fail: 'doc/bfd/index.html' ($(build)/bfd/bfd.texi - no such file) – probably due to: "bfd: Properly install library and header files"
Date: Mon, 24 Jan 2022 16:01:05 +0100	[thread overview]
Message-ID: <2f05350d-1edf-f8ef-5fdf-4a250d53276b@codesourcery.com> (raw)
In-Reply-To: <CAMe9rOq=2nViXBYZNu18VdZcdhG-O6ZTH7EtzQrvQvNNAA=F2w@mail.gmail.com>

Hi H.J.,

On 24.01.22 14:21, H.J. Lu wrote:
> Works for me. Please do "git clone" again and do a clean build.

Still fails. I wonder why it goes wrong. I think something like:

--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -2526,7 +2526,7 @@ doc/bfdver.texi: $(srcdir)/Makefile.in
  html-local: doc/bfd/index.html
  doc/bfd/index.html: doc/bfd.texi $(bfd_TEXINFOS) doc/$(am__dirstamp)
         $(AM_V_at)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
-         --split=node -I$(srcdir) -o doc/bfd $(srcdir)/bfd.texi
+         --split=node -I$(srcdir) -o doc/bfd $(srcdir)/doc/bfd.texi


is needed - but I did not check why that went wrong in this generated file.
And why it now is wrong - but seemingly did work on Friday.


I build here with:

   .../configure --prefix=... \
    --build=x86_64-linux-gnu --target=x86_64-none-linux-gnu --host=x86_64-linux-gnu \
    --with-static-standard-libraries --disable-gdb --disable-libdecnumber --disable-readline \
    --disable-sim --disable-gdbserver --disable-nls \
    --with-sysroot=... --enable-plugins

   make prefix=... libdir=... htmldir=... install-html

which fails with:
makeinfo --split-size=5000000 --html --no-split  \
   --split=node ...
could not open  ...srdir.../bfd/bfd.texi: No such file or directory
make: *** [Makefile:2528: doc/bfd/index.html] Error 1


Tobias

-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955

  reply	other threads:[~2022-01-24 15:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24  9:05 Tobias Burnus
2022-01-24 13:21 ` H.J. Lu
2022-01-24 15:01   ` Tobias Burnus [this message]
2022-01-24 15:42     ` [PATCH] bfd: Pass -Idoc to $(MAKEINFOHTML) H.J. Lu
2022-01-24 16:52       ` Tobias Burnus
2022-01-24 17:48         ` [PATCH v2] bfd: Update doc/local.mk H.J. Lu
2022-01-24 18:38           ` Tobias Burnus
2022-01-24 18:53             ` [PATCH v3] " H.J. Lu
2022-01-24 20:35               ` Tobias Burnus
2022-01-24 20:56                 ` H.J. Lu

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=2f05350d-1edf-f8ef-5fdf-4a250d53276b@codesourcery.com \
    --to=tobias@codesourcery.com \
    --cc=binutils@sourceware.org \
    --cc=hjl.tools@gmail.com \
    /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).