public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8
@ 2020-09-12 15:11 brobecker at gnat dot com
  2020-09-12 15:12 ` [Bug build/26607] " brobecker at gnat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: brobecker at gnat dot com @ 2020-09-12 15:11 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 26607
           Summary: GDB build failure in gnulib if building on Windows
                    version older than 8
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: brobecker at gnat dot com
  Target Milestone: ---

See the following report made by EliZ to the gnulib community for more details:
https://lists.gnu.org/archive/html/bug-gnulib/2020-09/msg00027.html

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
@ 2020-09-12 15:12 ` brobecker at gnat dot com
  2020-09-12 15:13 ` brobecker at gnat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: brobecker at gnat dot com @ 2020-09-12 15:12 UTC (permalink / raw)
  To: gdb-prs

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

Joel Brobecker <brobecker at gnat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eliz at gnu dot org

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
  2020-09-12 15:12 ` [Bug build/26607] " brobecker at gnat dot com
@ 2020-09-12 15:13 ` brobecker at gnat dot com
  2020-09-12 15:23 ` brobecker at gnat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: brobecker at gnat dot com @ 2020-09-12 15:13 UTC (permalink / raw)
  To: gdb-prs

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

Joel Brobecker <brobecker at gnat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.1

--- Comment #1 from Joel Brobecker <brobecker at gnat dot com> ---
Regression compared to GDB 9, so we should at the very least discuss what to do
for this one.

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
  2020-09-12 15:12 ` [Bug build/26607] " brobecker at gnat dot com
  2020-09-12 15:13 ` brobecker at gnat dot com
@ 2020-09-12 15:23 ` brobecker at gnat dot com
  2020-09-14 11:04 ` cbiesinger at google dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: brobecker at gnat dot com @ 2020-09-12 15:23 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Joel Brobecker <brobecker at gnat dot com> ---
For reference, the following page at Microsoft web page, current as of Aug
2020,
says the following:

  - Windows 7 end of mainstream support: Jan 2015
  - Windows 7 end of extended support: Jan 2020

... and ...

  - Windows 8.1 end of mainstream support: Jan 2018
  - Windows 8.1 end of extended support: Jan 2023

For Vista, the following page confirms Vista (extended?) supported was ended:

  Apr 2017

Members of the gnulib community might find it hard to spend energy on this
issue, and this may also affect the GDB community's stance on the minimum
requirement in terms of Windows version to build it.

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
                   ` (2 preceding siblings ...)
  2020-09-12 15:23 ` brobecker at gnat dot com
@ 2020-09-14 11:04 ` cbiesinger at google dot com
  2020-10-09 19:51 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cbiesinger at google dot com @ 2020-09-14 11:04 UTC (permalink / raw)
  To: gdb-prs

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

Christian Biesinger <cbiesinger at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbiesinger at google dot com

--- Comment #3 from Christian Biesinger <cbiesinger at google dot com> ---
FWIW this seems to be a runtime failure, not a build failure

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
                   ` (3 preceding siblings ...)
  2020-09-14 11:04 ` cbiesinger at google dot com
@ 2020-10-09 19:51 ` cvs-commit at gcc dot gnu.org
  2020-10-09 20:41 ` brobecker at gnat dot com
  2022-12-02 15:42 ` tromey at sourceware dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-10-09 19:51 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-10-branch branch has been updated by Joel Brobecker
<brobecke@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dc37fea7593f1ebfbe5fc5331c72f0b3c5d9236d

commit dc37fea7593f1ebfbe5fc5331c72f0b3c5d9236d
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Oct 9 12:50:50 2020 -0700

    gnulib: fix stat/fstat build errors on old Windows version or using old
MinGW

    This commit imports two commits from gnulib's master branch fixing
    a build error when building on a version of Windows that's older
    than Vista, or when using an mingw's MinGW.

    gnulib/ChangeLog:

            GDB PR build/26607
            * patches/0002-stat-fstat-windows-older-vista: New patch.
            * patches/0003-stat-fstat-windows-old-mingw: New patch.
            * update-gnulib.sh: Update to use the two new patches above.
            * import/m4/fstat.m4: Update after applying patches above.
            * import/m4/stat.m4: Ditto.
            * import/stat-w32.c: Ditto.
            * config.in: Regenerate.
            * configure: Regenerate.

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
                   ` (4 preceding siblings ...)
  2020-10-09 19:51 ` cvs-commit at gcc dot gnu.org
@ 2020-10-09 20:41 ` brobecker at gnat dot com
  2022-12-02 15:42 ` tromey at sourceware dot org
  6 siblings, 0 replies; 8+ messages in thread
From: brobecker at gnat dot com @ 2020-10-09 20:41 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Joel Brobecker <brobecker at gnat dot com> ---
FTR: The final bit that's missing for us to be able to close this ticket is
a gnulib update on master, so as to import the 2 patches that we manually
added on the gdb-10-branch.

I think Eli is just waiting for someone who's willing to do it to have
their own need of updating the gnulib version we are using. I personally
currently do not have any plans for an update myself.

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

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

* [Bug build/26607] GDB build failure in gnulib if building on Windows version older than 8
  2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
                   ` (5 preceding siblings ...)
  2020-10-09 20:41 ` brobecker at gnat dot com
@ 2022-12-02 15:42 ` tromey at sourceware dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at sourceware dot org @ 2022-12-02 15:42 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |tromey at sourceware dot org

--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
There have been 3 gnulib updates since the last comment here,
so I think this problem has been fixed.

-- 
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:[~2022-12-02 15:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12 15:11 [Bug build/26607] New: GDB build failure in gnulib if building on Windows version older than 8 brobecker at gnat dot com
2020-09-12 15:12 ` [Bug build/26607] " brobecker at gnat dot com
2020-09-12 15:13 ` brobecker at gnat dot com
2020-09-12 15:23 ` brobecker at gnat dot com
2020-09-14 11:04 ` cbiesinger at google dot com
2020-10-09 19:51 ` cvs-commit at gcc dot gnu.org
2020-10-09 20:41 ` brobecker at gnat dot com
2022-12-02 15:42 ` tromey at sourceware dot org

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