This is the mail archive of the glibc-bugs@sources.redhat.com 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 libc/410] New: Use of uninitialized value in string ne at /compile/libc/scripts/test-installation.pl line 173, <LDD> line 18.


glibc from CVS at about 25 Sept. 2004

After installing libraries with make install, the test-installation script 
shows some errors:

Use of uninitialized value in string ne at /home/ftp/compile/libc/scripts/test-
installation.pl line 173, <LDD> line 18.
Use of uninitialized value in string ne at /home/ftp/compile/libc/scripts/test-
installation.pl line 173, <LDD> line 18.
Use of uninitialized value in string ne at /home/ftp/compile/libc/scripts/test-
installation.pl line 173, <LDD> line 18.
The dynamic linker ld-linux.so is not correctly installed.
Please check your installation!
Offending line of ldd output:   /lib/ld-linux.so.2 (0x40000000)

Problem is because with the new CVS glibc, the dynamic linker does not appear 
as "link" in the output of list in ld.s:

** /lib/ld-linux.so.2 --list /bin/ls   
libc.so.6 => /lib/libc.so.6 (0x40009000)
/lib/ld-linux.so.2 (0x80000000)

This cause error in the parsing of output in the test-installation.pl script, 
as it's expecting it as "link" as libc.so.6 in the example output above.

Not sure if the problem is in the test script or something is wrong in the new -
-list format of libc.so

-- 
           Summary: Use of uninitialized value in string ne at
                    /compile/libc/scripts/test-installation.pl line 173,
                    <LDD> line 18.
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: carlos dot velasco at newipnet dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=410

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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