From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62a.google.com (mail-pl1-x62a.google.com [IPv6:2607:f8b0:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 344B43858D39 for ; Mon, 24 Jan 2022 13:21:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 344B43858D39 Received: by mail-pl1-x62a.google.com with SMTP id t18so15422975plg.9 for ; Mon, 24 Jan 2022 05:21:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=t6Lpss32kdTu+skvv1sjdMusWKgJ2jkBe3g7ZK/pVDo=; b=10BqxxMlNhSWxvsqNB6oE2Y0qbSOKKHO/SJnE9vGAkg24Th96uVuh6E+hUe02x0F9N 60KofOsw4Vrw4z5+E1ocHiwMu97MMiMeTv9iSyAglbuTEhWwaTbvurNlhvJ5sX+uk9Mf dDMj8EnGwjNER6pze+qvpEqIxPETToAU4gh4I9MzR+ktsJV08Sk6lvcYMKHF0ZovUOHS HYUF4tDhmD4lQWR6Oxe6Fvqsi2JXewozUAIeIj9GsuGq4F0ZSUafNs+NbZyENyG2ol0Z U06PtNNy3EpHpptYpcfxXDIxVq5kGt/vbHR7KhwqqyKTFiHUfGp1jDgD1GaUSoCER0Mf 2Srw== X-Gm-Message-State: AOAM532O3r5LHMEDtph7tKGteHJZBrg6XusTLhozxCx4P9ouTYb48qR3 z6Ll5FKti90C4csLH5qZ104VBf3A+KLgtpG0iX4yw775 X-Google-Smtp-Source: ABdhPJwEBUlJIOOv2zuiD11aRjxiOSo2gXRFrF4bJX0VpYsA5c3qNpHdwJ95LUSMo11pdosWWaVKE4JjClOlx9BWhus= X-Received: by 2002:a17:902:9a4a:b0:14b:e53:7aa0 with SMTP id x10-20020a1709029a4a00b0014b0e537aa0mr14550528plv.101.1643030508262; Mon, 24 Jan 2022 05:21:48 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "H.J. Lu" Date: Mon, 24 Jan 2022 05:21:12 -0800 Message-ID: Subject: =?UTF-8?Q?Re=3A_=5BRegression=5D_Build_fail=3A_=27doc=2Fbfd=2Findex=2Ehtml=27_=28=24?= =?UTF-8?Q?=28build=29=2Fbfd=2Fbfd=2Etexi_=2D_no_such_file=29_=E2=80=93_probably_due_to=3A_=22b?= =?UTF-8?Q?fd=3A_Properly_install_library_and_header_files=22?= To: Tobias Burnus Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3021.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2022 13:21:54 -0000 On Mon, Jan 24, 2022 at 1:05 AM Tobias Burnus wrote: > > Hi H.J., > > I think that's an unintended side effect of your commits: > * bfd: Properly install library and header files > * bfd: Partially revert commit 0e3839bde6f > > Can you check? > > Binutil build fails now (regression compared to Friday) with: > > MAKEINFO doc/bfd.html > doc/bfd.texi: warning: must specify a title with a title command or @top > could not open builds/binutils-src-mainline-0-x86_64-none-linux-gnu-x86_64-linux-gnu/bfd/bfd.texi: No such file or directory > make[3]: *** [Makefile:2528: doc/bfd/index.html] Error 1 > make[3]: Leaving directory 'builds/binutils-mainline-0-x86_64-none-linux-gnu-x86_64-linux-gnu/bfd' > make[2]: *** [Makefile:1943: html-recursive] Error 1 > make[2]: Leaving directory 'builds/binutils-mainline-0-x86_64-none-linux-gnu-x86_64-linux-gnu/bfd' > make[1]: *** [Makefile:3217: html-bfd] Error 1 > make[1]: Leaving directory 'builds/binutils-mainline-0-x86_64-none-linux-gnu-x86_64-linux-gnu' > make: *** [Makefile:1806: do-install-html] Error 2 > Works for me. Please do "git clone" again and do a clean build. -- H.J.