public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
@ 2024-02-02 18:48 skpgkp1 at gmail dot com
  2024-02-02 21:41 ` [Bug build/31330] " carlos at redhat dot com
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: skpgkp1 at gmail dot com @ 2024-02-02 18:48 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 31330
           Summary: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
           Product: glibc
           Version: 2.31
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: skpgkp1 at gmail dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

Glibc 2.31,2.30,2.29,2.28 x86 build hang on Fedora 39. 

Compiler used to build gcc 6.4.1.

Strace log.

make  subdir=stdio-common -C stdio-common ..=../ others
make[4]: Entering directory
'/local/glibcpublic/release/2.31/master/stdio-common'
0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if SA_RESTART is
set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
wait4(-1, 0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
wait4(-1, 0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
wait4(-1, 0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
wait4(-1, 0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
wait4(-1, 0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if
SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
wait4(-1,

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
@ 2024-02-02 21:41 ` carlos at redhat dot com
  2024-02-03 16:52 ` skpgkp1 at gmail dot com
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: carlos at redhat dot com @ 2024-02-02 21:41 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to skpgkp1 from comment #0)
> Glibc 2.31,2.30,2.29,2.28 x86 build hang on Fedora 39. 
> Compiler used to build gcc 6.4.1.

This is not a standard combination tested upstream so there might be issues
here that we haven't seen.

In Fedora 39 buildroot we're testing glibc 2.38 with gcc 13.2. I'm one of the
Fedora glibc developers.

> make  subdir=stdio-common -C stdio-common ..=../ others
> make[4]: Entering directory
> '/local/glibcpublic/release/2.31/master/stdio-common'
...
> wait4(-1, 0x7ffd948d16bc, 0, NULL)      = ? ERESTARTSYS (To be restarted if
> SA_RESTART is set)
> --- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
> wait4(-1,

Which process is actually stuck waiting?

Does glibc 2.32 build?

Can you bisect what changed from 2.31->2.32 that started this building again?

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
  2024-02-02 21:41 ` [Bug build/31330] " carlos at redhat dot com
@ 2024-02-03 16:52 ` skpgkp1 at gmail dot com
  2024-02-04 13:22 ` mikpelinux at gmail dot com
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: skpgkp1 at gmail dot com @ 2024-02-03 16:52 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from skpgkp1 at gmail dot com ---
Hi Carlos,

I reproduced build hang issue in 2.32 and bisected. Build hang issue on fedora
39 fixed by following commit in glibc 2.32.

f13d260190 signal: Move sys_errlist to a compat symbol

I think following 3 commits are related.

f13d260190 signal: Move sys_errlist to a compat symbol
b1ccfc061f signal: Move sys_siglist to a compat symbol
e4e11b1dba signal: Add signum-{generic,arch}.h

Can you please look into these commit to see whether they can be bckported to
2.31, 2.30, 2.29 and 2.28 branches.

--Sunil

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
  2024-02-02 21:41 ` [Bug build/31330] " carlos at redhat dot com
  2024-02-03 16:52 ` skpgkp1 at gmail dot com
@ 2024-02-04 13:22 ` mikpelinux at gmail dot com
  2024-02-07 22:06 ` carlos at redhat dot com
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: mikpelinux at gmail dot com @ 2024-02-04 13:22 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from Mikael Pettersson <mikpelinux at gmail dot com> ---
Possibly related: I've seen very similar issues building(*) that era glibc:s
with make-4.4. Switching to make-4.3 worked for me.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (2 preceding siblings ...)
  2024-02-04 13:22 ` mikpelinux at gmail dot com
@ 2024-02-07 22:06 ` carlos at redhat dot com
  2024-02-07 22:10 ` sam at gentoo dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: carlos at redhat dot com @ 2024-02-07 22:06 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Mikael Pettersson from comment #3)
> Possibly related: I've seen very similar issues building(*) that era glibc:s
> with make-4.4. Switching to make-4.3 worked for me.

This is what I would expect to be the difference really. There have been some
make 4.3 to make 4.4 issues.(In reply to skpgkp1 from comment #2)

> I reproduced build hang issue in 2.32 and bisected. Build hang issue on
> fedora 39 fixed by following commit in glibc 2.32.
> 
> f13d260190 signal: Move sys_errlist to a compat symbol
> 
> I think following 3 commits are related.
> 
> f13d260190 signal: Move sys_errlist to a compat symbol
> b1ccfc061f signal: Move sys_siglist to a compat symbol
> e4e11b1dba signal: Add signum-{generic,arch}.h
> 
> Can you please look into these commit to see whether they can be bckported
> to 2.31, 2.30, 2.29 and 2.28 branches.

They cannot be backported. I don't think these are the actual issues.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (3 preceding siblings ...)
  2024-02-07 22:06 ` carlos at redhat dot com
@ 2024-02-07 22:10 ` sam at gentoo dot org
  2024-02-07 22:25 ` adhemerval.zanella at linaro dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sam at gentoo dot org @ 2024-02-07 22:10 UTC (permalink / raw)
  To: glibc-bugs

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

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gentoo dot org
           See Also|                            |https://sourceware.org/bugz
                   |                            |illa/show_bug.cgi?id=29564

--- Comment #5 from Sam James <sam at gentoo dot org> ---
The fix should be 2d7ed98add14f75041499ac189696c9bd3d757fe. I don't remember if
there was a followup.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (4 preceding siblings ...)
  2024-02-07 22:10 ` sam at gentoo dot org
@ 2024-02-07 22:25 ` adhemerval.zanella at linaro dot org
  2024-02-08  0:46 ` skpgkp1 at gmail dot com
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2024-02-07 22:25 UTC (permalink / raw)
  To: glibc-bugs

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

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg

--- Comment #6 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Although we did fix it on 2.37, I would considere this a gnumake issue since it
did broke a previous assumption.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (5 preceding siblings ...)
  2024-02-07 22:25 ` adhemerval.zanella at linaro dot org
@ 2024-02-08  0:46 ` skpgkp1 at gmail dot com
  2024-02-08 12:59 ` carlos at redhat dot com
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: skpgkp1 at gmail dot com @ 2024-02-08  0:46 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #7 from skpgkp1 at gmail dot com ---
Commit 2d7ed98add14f75041499ac189696c9bd3d757fe doesn't fix build hang issue
for glibc 2.31.


Changing make version from 4.4 to 4.3 fixes build hang issue for glibc 2.31.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (6 preceding siblings ...)
  2024-02-08  0:46 ` skpgkp1 at gmail dot com
@ 2024-02-08 12:59 ` carlos at redhat dot com
  2024-05-10  3:08 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: carlos at redhat dot com @ 2024-02-08 12:59 UTC (permalink / raw)
  To: glibc-bugs

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

Carlos O'Donell <carlos at redhat dot com> changed:

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

--- Comment #8 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to skpgkp1 from comment #7)
> Commit 2d7ed98add14f75041499ac189696c9bd3d757fe doesn't fix build hang issue
> for glibc 2.31.
> 
> 
> Changing make version from 4.4 to 4.3 fixes build hang issue for glibc 2.31.

release/2.31/master:
~~~ INSTALL ~~~
   * GNU 'make' 4.0 or newer

     As of relase time, GNU 'make' 4.2.1 is the newest verified to work
     to build the GNU C Library.
~~~

glibc 2.31 was only tested with make 4.2.1, so using 4.3 or 4.4 with their
backwards incompatible changes could lead to failures to build the project.

I'm going to mark this as resolved/notabug given that you have a workaround and
the INSTALL notes with glibc 2.31 are accurate enough and state the newest
tested tools expected to work.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (7 preceding siblings ...)
  2024-02-08 12:59 ` carlos at redhat dot com
@ 2024-05-10  3:08 ` cvs-commit at gcc dot gnu.org
  2024-05-10  3:11 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-10  3:08 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #9 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The release/2.31/master branch has been updated by H.J. Lu
<hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2d0e16a01b73bf64f2ced02074cc3879893ffdab

commit 2d0e16a01b73bf64f2ced02074cc3879893ffdab
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 9 13:07:23 2024 -0700

    Don't make errlist.o[s].d depend on errlist-compat.h

    stdio-common/errlist.o.d and stdio-common/errlist.os.d aren't generated
    alongside with stdio-common/errlist-compat.h.  Don't make them depend on
    stdio-common/errlist-compat.h to avoid infinite loop with make-4.4.  This
    fixes BZ #31330.

    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
    Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (8 preceding siblings ...)
  2024-05-10  3:08 ` cvs-commit at gcc dot gnu.org
@ 2024-05-10  3:11 ` cvs-commit at gcc dot gnu.org
  2024-05-10  3:14 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-10  3:11 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #10 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The release/2.30/master branch has been updated by H.J. Lu
<hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fee8730c478b0abeb3f91d7a99bf73719ae69377

commit fee8730c478b0abeb3f91d7a99bf73719ae69377
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 9 13:07:23 2024 -0700

    Don't make errlist.o[s].d depend on errlist-compat.h

    stdio-common/errlist.o.d and stdio-common/errlist.os.d aren't generated
    alongside with stdio-common/errlist-compat.h.  Don't make them depend on
    stdio-common/errlist-compat.h to avoid infinite loop with make-4.4.  This
    fixes BZ #31330.

    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
    Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (9 preceding siblings ...)
  2024-05-10  3:11 ` cvs-commit at gcc dot gnu.org
@ 2024-05-10  3:14 ` cvs-commit at gcc dot gnu.org
  2024-05-10  3:16 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-10  3:14 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #11 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The release/2.29/master branch has been updated by H.J. Lu
<hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3d443b8d6a5e19edb5392d772685a58c5fb2310b

commit 3d443b8d6a5e19edb5392d772685a58c5fb2310b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 9 13:07:23 2024 -0700

    Don't make errlist.o[s].d depend on errlist-compat.h

    stdio-common/errlist.o.d and stdio-common/errlist.os.d aren't generated
    alongside with stdio-common/errlist-compat.h.  Don't make them depend on
    stdio-common/errlist-compat.h to avoid infinite loop with make-4.4.  This
    fixes BZ #31330.

    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
    Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (10 preceding siblings ...)
  2024-05-10  3:14 ` cvs-commit at gcc dot gnu.org
@ 2024-05-10  3:16 ` cvs-commit at gcc dot gnu.org
  2024-05-10  3:17 ` hjl.tools at gmail dot com
  2024-05-10  3:18 ` hjl.tools at gmail dot com
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-10  3:16 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #12 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The release/2.28/master branch has been updated by H.J. Lu
<hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3362604df4f06f579ddaed1d0a4622d2ac8463cf

commit 3362604df4f06f579ddaed1d0a4622d2ac8463cf
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 9 13:07:23 2024 -0700

    Don't make errlist.o[s].d depend on errlist-compat.h

    stdio-common/errlist.o.d and stdio-common/errlist.os.d aren't generated
    alongside with stdio-common/errlist-compat.h.  Don't make them depend on
    stdio-common/errlist-compat.h to avoid infinite loop with make-4.4.  This
    fixes BZ #31330.

    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
    Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (11 preceding siblings ...)
  2024-05-10  3:16 ` cvs-commit at gcc dot gnu.org
@ 2024-05-10  3:17 ` hjl.tools at gmail dot com
  2024-05-10  3:18 ` hjl.tools at gmail dot com
  13 siblings, 0 replies; 15+ messages in thread
From: hjl.tools at gmail dot com @ 2024-05-10  3:17 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|NOTABUG                     |---
   Last reconfirmed|                            |2024-05-10
             Status|RESOLVED                    |REOPENED
     Ever confirmed|0                           |1

--- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> ---
Reopened.

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

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

* [Bug build/31330] Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39
  2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
                   ` (12 preceding siblings ...)
  2024-05-10  3:17 ` hjl.tools at gmail dot com
@ 2024-05-10  3:18 ` hjl.tools at gmail dot com
  13 siblings, 0 replies; 15+ messages in thread
From: hjl.tools at gmail dot com @ 2024-05-10  3:18 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED
   Target Milestone|---                         |2.32

--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed on 2.28, 2.29, 2.30 and 2.31 branches.

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

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

end of thread, other threads:[~2024-05-10  3:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 18:48 [Bug build/31330] New: Glibc[2.31|2.30|2.29|2.28] build hang on Fedora 39 skpgkp1 at gmail dot com
2024-02-02 21:41 ` [Bug build/31330] " carlos at redhat dot com
2024-02-03 16:52 ` skpgkp1 at gmail dot com
2024-02-04 13:22 ` mikpelinux at gmail dot com
2024-02-07 22:06 ` carlos at redhat dot com
2024-02-07 22:10 ` sam at gentoo dot org
2024-02-07 22:25 ` adhemerval.zanella at linaro dot org
2024-02-08  0:46 ` skpgkp1 at gmail dot com
2024-02-08 12:59 ` carlos at redhat dot com
2024-05-10  3:08 ` cvs-commit at gcc dot gnu.org
2024-05-10  3:11 ` cvs-commit at gcc dot gnu.org
2024-05-10  3:14 ` cvs-commit at gcc dot gnu.org
2024-05-10  3:16 ` cvs-commit at gcc dot gnu.org
2024-05-10  3:17 ` hjl.tools at gmail dot com
2024-05-10  3:18 ` hjl.tools 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).