public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in
@ 2024-03-02 21:17 kloczko.tomasz at gmail dot com
  2024-03-02 21:33 ` [Bug build/31446] " simon.marchi at polymtl dot ca
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2024-03-02 21:17 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 31446
           Summary: gdb/configure is not generated from gdb/configure.in
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: kloczko.tomasz at gmail dot com
  Target Milestone: ---

Looks like
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=4c9066e322f46faf9d753be6ff3e6a09ae668f86;hp=f8ab28d773dbf37d6e8ab4318ff0042dd742e9b8
shows that kept in VCS configure script has nothing to do with what is in
configure.in.

As long as now is not possible to regenerate all GNU autotools files this is
real problem

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
@ 2024-03-02 21:33 ` simon.marchi at polymtl dot ca
  2024-03-02 21:34 ` simon.marchi at polymtl dot ca
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: simon.marchi at polymtl dot ca @ 2024-03-02 21:33 UTC (permalink / raw)
  To: gdb-prs

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

Simon Marchi <simon.marchi at polymtl dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.marchi at polymtl dot ca

--- Comment #1 from Simon Marchi <simon.marchi at polymtl dot ca> ---
configure.in does not even exists, not sure what you are talking about.  We
regenerate configure (and the other files that go along with it) all the time. 
You just need the proper version of autoconf (2.69) and automake (1.15.1).  It
is encouraged to build your own rather than use the distro provided ones,
because some distros (e.g. Debian) have local patches that make the output
different from what is checked in.

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
  2024-03-02 21:33 ` [Bug build/31446] " simon.marchi at polymtl dot ca
@ 2024-03-02 21:34 ` simon.marchi at polymtl dot ca
  2024-03-02 21:35 ` sam at gentoo dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: simon.marchi at polymtl dot ca @ 2024-03-02 21:34 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Simon Marchi <simon.marchi at polymtl dot ca> ---
Precision: the configure file is generated from configure.ac.

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
  2024-03-02 21:33 ` [Bug build/31446] " simon.marchi at polymtl dot ca
  2024-03-02 21:34 ` simon.marchi at polymtl dot ca
@ 2024-03-02 21:35 ` sam at gentoo dot org
  2024-03-02 21:40 ` kloczko.tomasz at gmail dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sam at gentoo dot org @ 2024-03-02 21:35 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Sam James <sam at gentoo dot org> ---
I just regenerated them all last night, even, while working on improvements for
the buildbot script.

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (2 preceding siblings ...)
  2024-03-02 21:35 ` sam at gentoo dot org
@ 2024-03-02 21:40 ` kloczko.tomasz at gmail dot com
  2024-03-02 21:41 ` sam at gentoo dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2024-03-02 21:40 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from kloczek <kloczko.tomasz at gmail dot com> ---
cHECKING LAST 12.1 VERSION:

[tkloczko@pers-jacek gdb-14.1]$ grep tinfo gdb/configure*
gdb/configure:/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      ||
echo unknown`
gdb/configure.ac:  AC_SEARCH_LIBS(waddstr, [tinfo ncurses ncursesw],

In whole gdb/configurethere is no any traces of checking libtinfo.

Pleas update all GNU autotools files or update all those configire.ac and .m4
files to be able use them with latest version of GNU autotools.

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (3 preceding siblings ...)
  2024-03-02 21:40 ` kloczko.tomasz at gmail dot com
@ 2024-03-02 21:41 ` sam at gentoo dot org
  2024-03-02 21:43 ` kloczko.tomasz at gmail dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sam at gentoo dot org @ 2024-03-02 21:41 UTC (permalink / raw)
  To: gdb-prs

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

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gentoo dot org

--- Comment #5 from Sam James <sam at gentoo dot org> ---
(In reply to kloczek from comment #4)

I think your grep is broken:
> for ac_lib in '' termcap tinfow tinfo curses ncursesw ncurses; do

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (4 preceding siblings ...)
  2024-03-02 21:41 ` sam at gentoo dot org
@ 2024-03-02 21:43 ` kloczko.tomasz at gmail dot com
  2024-03-02 21:43 ` sam at gentoo dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2024-03-02 21:43 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #6 from kloczek <kloczko.tomasz at gmail dot com> ---
(In reply to Sam James from comment #3)
> I just regenerated them all last night, even, while working on improvements
> for the buildbot script.

Just checkied and in
https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/configure;h=d0fd1760b889c6ac30ecf1004ac1d39622081cbb;hb=HEAD
 still I don';t see any traces of checking of tinfo library.

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (5 preceding siblings ...)
  2024-03-02 21:43 ` kloczko.tomasz at gmail dot com
@ 2024-03-02 21:43 ` sam at gentoo dot org
  2024-03-02 21:45 ` kloczko.tomasz at gmail dot com
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sam at gentoo dot org @ 2024-03-02 21:43 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from Sam James <sam at gentoo dot org> ---
https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/configure;h=d0fd1760b889c6ac30ecf1004ac1d39622081cbb;hb=HEAD#l27035

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (6 preceding siblings ...)
  2024-03-02 21:43 ` sam at gentoo dot org
@ 2024-03-02 21:45 ` kloczko.tomasz at gmail dot com
  2024-03-02 21:48 ` kloczko.tomasz at gmail dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2024-03-02 21:45 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #8 from kloczek <kloczko.tomasz at gmail dot com> ---
(In reply to Simon Marchi from comment #2)
> Precision: the configure file is generated from configure.ac.

Of course because it is gdb/configure.ac
https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/configure.ac;h=aa91bfb3a1731ebd2421d4c482354cd86be987b5;hb=HEAD

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (7 preceding siblings ...)
  2024-03-02 21:45 ` kloczko.tomasz at gmail dot com
@ 2024-03-02 21:48 ` kloczko.tomasz at gmail dot com
  2024-03-02 21:49 ` sam at gentoo dot org
  2024-03-02 21:54 ` kloczko.tomasz at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2024-03-02 21:48 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #9 from kloczek <kloczko.tomasz at gmail dot com> ---
(In reply to Simon Marchi from comment #2)
> Precision: the configure file is generated from configure.ac.

Of course because it is gdb/configure.ac
https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/configure.ac;h=aa91bfb3a1731ebd2421d4c482354cd86be987b5;hb=HEAD(In
reply to Sam James from comment #7)
> https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/configure;
> h=d0fd1760b889c6ac30ecf1004ac1d39622081cbb;hb=HEAD#l27035

Nevertheless in dist tar ball there is no that change.

Is it possible to release 14.1.1?

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (8 preceding siblings ...)
  2024-03-02 21:48 ` kloczko.tomasz at gmail dot com
@ 2024-03-02 21:49 ` sam at gentoo dot org
  2024-03-02 21:54 ` kloczko.tomasz at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: sam at gentoo dot org @ 2024-03-02 21:49 UTC (permalink / raw)
  To: gdb-prs

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

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #10 from Sam James <sam at gentoo dot org> ---
/tmp/gdb/gdb-14.1 $ grep tinfo gdb/configure
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
for ac_lib in '' termcap tinfow tinfo curses ncursesw ncurses; do

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

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

* [Bug build/31446] gdb/configure is not generated from gdb/configure.in
  2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
                   ` (9 preceding siblings ...)
  2024-03-02 21:49 ` sam at gentoo dot org
@ 2024-03-02 21:54 ` kloczko.tomasz at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2024-03-02 21:54 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #11 from kloczek <kloczko.tomasz at gmail dot com> ---
B*dy helll .. found that all trashes FEDORA patches :(

gdb-ac_fixes.patch:+  AC_SEARCH_LIBS(waddstr, [tinfo ncurses ncursesw],
gdb-fedora-libncursesw.patch:-for ac_lib in '' termcap tinfow tinfo curses
ncursesw ncurses; do
gdb-fedora-libncursesw.patch:-AC_SEARCH_LIBS(tgetent, [termcap tinfow tinfo
curses ncursesw ncurses])

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

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

end of thread, other threads:[~2024-03-02 21:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 21:17 [Bug build/31446] New: gdb/configure is not generated from gdb/configure.in kloczko.tomasz at gmail dot com
2024-03-02 21:33 ` [Bug build/31446] " simon.marchi at polymtl dot ca
2024-03-02 21:34 ` simon.marchi at polymtl dot ca
2024-03-02 21:35 ` sam at gentoo dot org
2024-03-02 21:40 ` kloczko.tomasz at gmail dot com
2024-03-02 21:41 ` sam at gentoo dot org
2024-03-02 21:43 ` kloczko.tomasz at gmail dot com
2024-03-02 21:43 ` sam at gentoo dot org
2024-03-02 21:45 ` kloczko.tomasz at gmail dot com
2024-03-02 21:48 ` kloczko.tomasz at gmail dot com
2024-03-02 21:49 ` sam at gentoo dot org
2024-03-02 21:54 ` kloczko.tomasz at gmail 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).