This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/21940] New: test-installation.pl prints undefined value warnings when libcrypt is linked against NSS


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

            Bug ID: 21940
           Summary: test-installation.pl prints undefined value warnings
                    when libcrypt is linked against NSS
           Product: glibc
           Version: 2.26
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
                CC: carlos at redhat dot com
  Target Milestone: ---
             Flags: security-

The warning looks like this:

Use of uninitialized value in string ne at …/scripts/test-installation.pl line
184, <LDD> line 24.
Use of uninitialized value $version1 in string ne at
…/scripts/test-installation.pl line 184, <LDD> line 24.
Use of uninitialized value $version1 in string ne at
…/scripts/test-installation.pl line 184, <LDD> line 24.
Use of uninitialized value $version2 in string ne at
…/scripts/test-installation.pl line 184, <LDD> line 24.

It is caused by this line of ldd output:

 libfreebl3.so => /lib64/libfreebl3.so (0x00007f055003c000)

The other lines have a version in the soname:

 libanl.so.1 => /lib64/libanl.so.1 (0x00007f055023f000)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]