public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/30108] New: gdb info docs fail to build when configured --with-system-readlne
@ 2023-02-10  3:56 doko at debian dot org
  2023-02-10  3:56 ` [Bug build/30108] " doko at debian dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at debian dot org @ 2023-02-10  3:56 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30108

            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 configured,
the build fails because it cannot find the readline includes.  These are always
taken from the source tree, this should not be dependent on this configuration
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" = yes; t
   READLINE=-lreadline
   READLINE_DEPS=
   READLINE_CFLAGS=
-  READLINE_TEXI_INCFLAG=
+  READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)'
 else
   READLINE='$(READLINE_DIR)/libreadline.a'
   READLINE_DEPS='$(READLINE)'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-13 15:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10  3:56 [Bug build/30108] New: gdb info docs fail to build when configured --with-system-readlne doko at debian dot org
2023-02-10  3:56 ` [Bug build/30108] " doko at debian dot org
2023-02-10 20:31 ` keiths at redhat dot com
2023-02-10 21:43 ` keiths at redhat dot com
2023-02-12 11:41 ` brobecker at gnat dot com
2023-02-13 14:16 ` cvs-commit at gcc dot gnu.org
2023-02-13 14:59 ` cvs-commit at gcc dot gnu.org
2023-02-13 15:07 ` keiths at redhat dot com

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).