From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B20893858D38; Sun, 15 Jan 2023 11:20:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B20893858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673781652; bh=rRCQX6Hougv1OIftBB5I4JHHjU6NRO1ZGkWwLXij+KU=; h=From:To:Subject:Date:From; b=S0YXAkLOD1CPNoFdcK5xqczC+jMqb7k1WKDYfAxhji6i9t0fwb0ClWNlBLG3EOSYu LBvJZMSsCC7y21f+JOhziqAx8hhbxruSu1CNYkDpUKZuxDPOjKi88gkqIjrZGXabJf U78FAh4/E79G9747yfaaYe2hPaxdG+BXiUUkOItk= From: "phi.debian at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug build/30003] New: GDB build broken since 2ff63a29b0b Date: Sun, 15 Jan 2023 11:20:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: phi.debian at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30003 Bug ID: 30003 Summary: GDB build broken since 2ff63a29b0b Product: gdb Version: HEAD Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: phi.debian at gmail dot com Target Milestone: --- Hi All, GDB build out of the box fail for me since 2ff63a29b0b, doing the build on ubuntu LTS 22.04, latest compilers (gcc)... (compiler not a factor though). What seems broken is that since 2ff63a29b0b bfd/ texinfo 'init' component h= as removed the from the build, probably because it was empty for so long, yet a dangling reference to init.texi remains in the file bfd/doc/bfd.texi bfd/doc/bfd.texi:: ... @include init.texi ... I patched this as @comment phi.debian@gmail.com init was removed at commit 2ff63a29b0b @comment @include init.texi And build run like a champ. I can't regsiter to the mailing lists, made some subscribe, but got no feedbacks, so I can't cut a patch. Cheers. --=20 You are receiving this mail because: You are on the CC list for the bug.=