"libctf: merge doc subdir up a level" – caused fail: "error: cannot find input file: `doc/Makefile.in'"

Tobias Burnus tobias@codesourcery.com
Thu Dec 2 09:38:35 GMT 2021


Hi Mike,

first, thanks for fixing the 'doc/binutils/index.html' makefile issue.

Short version: Can you regenerate the 'configure' files?

Long version: I now get

configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: `doc/Makefile.in'
make[1]: *** [Makefile:12154: configure-libctf] Error 1

The issue seems to be your patch:

commit 1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03
Date:   Mon Nov 29 20:44:07 2021 -0500
     libctf: merge doc subdir up a level

which removes libctf/doc/Makefile.in and has

--- a/libctf/configure.ac
+++ b/libctf/configure.ac
@@ -293 +293 @@ AC_SUBST(VERSION_FLAGS_NOBFD)
-AC_CONFIG_FILES(Makefile doc/Makefile)
+AC_CONFIG_FILES(Makefile)

However, 'libctf/configure' was not regenerated and still contains:

ac_config_files="$ac_config_files Makefile doc/Makefile"


Thanks,

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


More information about the Binutils mailing list