public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/31709] New: ELF test suite regression in glibc 2.34 branch.
@ 2024-05-08  1:32 skpgkp2 at gmail dot com
  2024-05-08  1:40 ` [Bug libc/31709] " skpgkp2 at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: skpgkp2 at gmail dot com @ 2024-05-08  1:32 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 31709
           Summary: ELF test suite regression in glibc 2.34 branch.
           Product: glibc
           Version: 2.34
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: skpgkp2 at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Getting ELF testsuite regression on Fedora 40 x86_64 platform, not sure if it
is known issue.

Following are steps to reproduce it.

$make check subdirs=elf

FAIL: elf/constload1
FAIL: elf/global
FAIL: elf/tst-audit10
FAIL: elf/tst-audit11
FAIL: elf/tst-audit12
FAIL: elf/tst-audit14
FAIL: elf/tst-audit15
FAIL: elf/tst-audit16
FAIL: elf/tst-audit18
FAIL: elf/tst-audit22
FAIL: elf/tst-audit23
FAIL: elf/tst-audit24a
FAIL: elf/tst-audit24b
FAIL: elf/tst-audit24c
FAIL: elf/tst-audit24d
FAIL: elf/tst-audit25a
FAIL: elf/tst-audit25b
FAIL: elf/tst-audit26
FAIL: elf/tst-audit4
FAIL: elf/tst-audit5
FAIL: elf/tst-audit6
FAIL: elf/tst-audit7
FAIL: elf/tst-dlmopen-dlerror
FAIL: elf/tst-dlmopen-gethostbyname
FAIL: elf/tst-dlmopen-twice
FAIL: elf/tst-dlmopen1
FAIL: elf/tst-dlmopen3
FAIL: elf/tst-dlopen-nodelete-reloc
FAIL: elf/tst-nodelete-dlclose
FAIL: elf/tst-relro-ldso
FAIL: elf/tst-relro-libc
FAIL: elf/tst-relsort1
FAIL: elf/tst-single_threaded
FAIL: elf/tst-single_threaded-pthread
FAIL: elf/tst-sonamemove-dlopen
FAIL: elf/tst-sonamemove-link
FAIL: elf/tst-tls-ie-dlmopen
FAIL: elf/unload6

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

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

* [Bug libc/31709] ELF test suite regression in glibc 2.34 branch.
  2024-05-08  1:32 [Bug libc/31709] New: ELF test suite regression in glibc 2.34 branch skpgkp2 at gmail dot com
@ 2024-05-08  1:40 ` skpgkp2 at gmail dot com
  2024-05-08  9:16 ` fweimer at redhat dot com
  2024-05-08  9:17 ` [Bug libc/31709] ELF test suite regression in glibc 2.34 branch. (system libgcc_s dependency on glibc 2.35 or later) fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: skpgkp2 at gmail dot com @ 2024-05-08  1:40 UTC (permalink / raw)
  To: glibc-bugs

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

Sunil Pandey <skpgkp2 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

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

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

* [Bug libc/31709] ELF test suite regression in glibc 2.34 branch.
  2024-05-08  1:32 [Bug libc/31709] New: ELF test suite regression in glibc 2.34 branch skpgkp2 at gmail dot com
  2024-05-08  1:40 ` [Bug libc/31709] " skpgkp2 at gmail dot com
@ 2024-05-08  9:16 ` fweimer at redhat dot com
  2024-05-08  9:17 ` [Bug libc/31709] ELF test suite regression in glibc 2.34 branch. (system libgcc_s dependency on glibc 2.35 or later) fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2024-05-08  9:16 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
This happens because libgcc_s in Fedora 40 requires the
_dl_find_object@GLIBC_2.35 symbol, which is not present in glibc 2.34.

I tried to build and test glibc 2.34 on later Fedora releases (to simplify
downstream development), but it doesn't quite work (even after copying libgcc_s
from UBI9). Some of the tools on malloc/ have dependencies on system libraries
that in turn require more recent glibc symbols.

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

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

* [Bug libc/31709] ELF test suite regression in glibc 2.34 branch. (system libgcc_s dependency on glibc 2.35 or later)
  2024-05-08  1:32 [Bug libc/31709] New: ELF test suite regression in glibc 2.34 branch skpgkp2 at gmail dot com
  2024-05-08  1:40 ` [Bug libc/31709] " skpgkp2 at gmail dot com
  2024-05-08  9:16 ` fweimer at redhat dot com
@ 2024-05-08  9:17 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2024-05-08  9:17 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ELF test suite regression   |ELF test suite regression
                   |in glibc 2.34 branch.       |in glibc 2.34 branch.
                   |                            |(system libgcc_s dependency
                   |                            |on glibc 2.35 or later)

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

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

end of thread, other threads:[~2024-05-08  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08  1:32 [Bug libc/31709] New: ELF test suite regression in glibc 2.34 branch skpgkp2 at gmail dot com
2024-05-08  1:40 ` [Bug libc/31709] " skpgkp2 at gmail dot com
2024-05-08  9:16 ` fweimer at redhat dot com
2024-05-08  9:17 ` [Bug libc/31709] ELF test suite regression in glibc 2.34 branch. (system libgcc_s dependency on glibc 2.35 or later) fweimer 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).