From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6D4823858C5F; Fri, 10 Feb 2023 03:56:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D4823858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676001373; bh=BrLSQ+53HR7RfSBBa8Vpz7gnuqoSmnFZMzRg+PUzvjE=; h=From:To:Subject:Date:From; b=Bl5IpO/VWO4/Fqu8F91cs2YfXwCCzp+dy55upj35g7/HHMbp9L44mbkSGzL5YtEBy 7+N8BbhSMCHnAlL/1pIjGyCk0x7oFffhz+MP7naiWNtYT9c/LRB/gq6J9q5SEM1IfE G2w2hZ7Cnbvx1pghYI2JR0JXJJ4fGKZAErXFSGHA= From: "doko at debian dot org" To: gdb-prs@sourceware.org Subject: [Bug build/30108] New: gdb info docs fail to build when configured --with-system-readlne Date: Fri, 10 Feb 2023 03:56:13 +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: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at debian dot org X-Bugzilla-Status: NEW 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=3D30108 Bug ID: 30108 Summary: gdb info docs fail to build when configured --with-system-readlne Product: gdb Version: 13.1 Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: doko at debian dot org Target Milestone: --- this seems to be different than #27808. with --with-system-readline configu= red, the build fails because it cannot find the readline includes. These are al= ways taken from the source tree, this should not be dependent on this configurat= ion option. seen on both the 13 branch and trunk. proposed patch: --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -590,7 +590,7 @@ if test "$with_system_readline" =3D yes; t READLINE=3D-lreadline READLINE_DEPS=3D READLINE_CFLAGS=3D - READLINE_TEXI_INCFLAG=3D + READLINE_TEXI_INCFLAG=3D'-I $(READLINE_DIR)' else READLINE=3D'$(READLINE_DIR)/libreadline.a' READLINE_DEPS=3D'$(READLINE)' --=20 You are receiving this mail because: You are on the CC list for the bug.=