public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/29232] New: Tests failed due to Can't locate GlibcConform.pm
@ 2022-06-08  6:15 qcorba at gmail dot com
  2022-06-08 13:58 ` [Bug build/29232] " schwab@linux-m68k.org
  0 siblings, 1 reply; 2+ messages in thread
From: qcorba at gmail dot com @ 2022-06-08  6:15 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 29232
           Summary: Tests failed due to Can't locate GlibcConform.pm
           Product: glibc
           Version: 2.24
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: qcorba at gmail dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

1. Configure as follows:
[eric@qcorba glibc-build]$ ../glibc-2.24/configure --prefix=/usr
--build=$(../glibc-2.24/scripts/config.guess) --enable-kernel=3.2

2. Build went OK.

3. Test results using "make check" as follows:
Summary of test results:
   1005 FAIL
   1481 PASS
      7 UNSUPPORTED
     43 XFAIL
      2 XPASS

4. Error logs show "Can't locate GlibcConform.pm":
[eric@qcorba glibc-build]$ find . -name *.err
./conform/symlist-ISO.err
./conform/symlist-ISO99.err
./conform/symlist-ISO11.err
./conform/symlist-POSIX.err
./conform/symlist-XPG3.err
./conform/symlist-XPG4.err
./conform/symlist-UNIX98.err
./conform/symlist-XOPEN2K.err
./conform/symlist-POSIX2008.err
./conform/symlist-XOPEN2K8.err
[eric@qcorba glibc-build]$ cat conform/*.err
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.
Can't locate GlibcConform.pm in @INC (you may need to install the GlibcConform
module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
/usr/share/perl5) at list-header-symbols.pl line 23.
BEGIN failed--compilation aborted at list-header-symbols.pl line 23.

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

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

* [Bug build/29232] Tests failed due to Can't locate GlibcConform.pm
  2022-06-08  6:15 [Bug build/29232] New: Tests failed due to Can't locate GlibcConform.pm qcorba at gmail dot com
@ 2022-06-08 13:58 ` schwab@linux-m68k.org
  0 siblings, 0 replies; 2+ messages in thread
From: schwab@linux-m68k.org @ 2022-06-08 13:58 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

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

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
Fixed in commit 605e6f9f4a.

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

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

end of thread, other threads:[~2022-06-08 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  6:15 [Bug build/29232] New: Tests failed due to Can't locate GlibcConform.pm qcorba at gmail dot com
2022-06-08 13:58 ` [Bug build/29232] " schwab@linux-m68k.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).