-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-10.2
-
glibc-2.39-85.el10
-
None
-
Low
-
1
-
rhel-pt-c-libs
-
1
-
False
-
False
-
-
No
-
PT C Libraries 2025 S15
-
Requested
-
None
-
Unspecified Release Note Type - Unknown
-
Unspecified
-
Unspecified
-
Unspecified
-
-
All
-
None
What were you trying to do that didn't work?
Two makefiles are not formatted correctly:
--- /builddir/build/BUILD/glibc-2.39/assert/Makefile.expected +++ /builddir/build/BUILD/glibc-2.39/assert/Makefile 2025-11-03 11:03:09.548426543 +0000 @@ -35,11 +35,11 @@ tests := \ test-assert \ - test-assert-2 \ test-assert-perr \ tst-assert-c++ \ tst-assert-g++ \ tst-assert-sa-2025-0001 \ + test-assert-2 \ # tests ifeq ($(have-cxx-thread_local),yes) --- /builddir/build/BUILD/glibc-2.39/stdio-common/Makefile.expected +++ /builddir/build/BUILD/glibc-2.39/stdio-common/Makefile 2025-11-03 11:03:09.698424142 +0000 @@ -229,12 +229,12 @@ tst-freopen4 \ tst-freopen5 \ tst-freopen6 \ + tst-freopen7 \ tst-freopen64-2 \ tst-freopen64-3 \ tst-freopen64-4 \ tst-freopen64-6 \ tst-freopen64-7 \ - tst-freopen7 \ tst-fseek \ tst-fseek-mmap \ tst-fwrite \