public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/10962] scripts/test-installation.pl
       [not found] <bug-10962-131@http.sourceware.org/bugzilla/>
@ 2014-07-01  5:22 ` fweimer at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  5:22 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

* [Bug libc/10962] scripts/test-installation.pl
  2009-11-14 20:37 [Bug libc/10962] New: scripts/test-installation.pl aleppos at hotmail dot com
                   ` (2 preceding siblings ...)
  2009-12-05 13:42 ` aleppos at hotmail dot com
@ 2009-12-05 20:44 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2009-12-05 20:44 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-12-05 20:44 -------
(In reply to comment #3)
> please check it for me .

No.  The patch is wrong.  The test is necessary.  If it triggers for you that
only means your installation is broken.  This is not the place to discuss this
or get help for this.  Use a binary glibc package from a distribution if you
cannot build it yourself.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=10962

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


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

* [Bug libc/10962] scripts/test-installation.pl
  2009-11-14 20:37 [Bug libc/10962] New: scripts/test-installation.pl aleppos at hotmail dot com
  2009-11-17 14:06 ` [Bug libc/10962] scripts/test-installation.pl aleppos at hotmail dot com
  2009-11-17 14:27 ` drepper at redhat dot com
@ 2009-12-05 13:42 ` aleppos at hotmail dot com
  2009-12-05 20:44 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: aleppos at hotmail dot com @ 2009-12-05 13:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aleppos at hotmail dot com  2009-12-05 13:41 -------
i add this line 
-------------
    next if ($name eq "gcc_s");
-------------

before this line
-------------
    $found{$name} = 1;
-------------

in this file "scripts/test-installation.pl"

and i get this result"Your new glibc installation seems to be ok."

but is this right fix or i will get a problem 

please check it for me .



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |


http://sourceware.org/bugzilla/show_bug.cgi?id=10962

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


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

* [Bug libc/10962] scripts/test-installation.pl
  2009-11-14 20:37 [Bug libc/10962] New: scripts/test-installation.pl aleppos at hotmail dot com
  2009-11-17 14:06 ` [Bug libc/10962] scripts/test-installation.pl aleppos at hotmail dot com
@ 2009-11-17 14:27 ` drepper at redhat dot com
  2009-12-05 13:42 ` aleppos at hotmail dot com
  2009-12-05 20:44 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2009-11-17 14:27 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-11-17 14:27 -------
You doing some from scratch installation or something like this.  Don't expect
to find support for this in glibc.  There are more important things to do than
worrying about something like this.  There will be no change to glibc.  Connect
with other people who think they have to punish themselves by doing this.  This
here is not the place.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=10962

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


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

* [Bug libc/10962] scripts/test-installation.pl
  2009-11-14 20:37 [Bug libc/10962] New: scripts/test-installation.pl aleppos at hotmail dot com
@ 2009-11-17 14:06 ` aleppos at hotmail dot com
  2009-11-17 14:27 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aleppos at hotmail dot com @ 2009-11-17 14:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aleppos at hotmail dot com  2009-11-17 14:06 -------
i fix this 
-------
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
----------
by usr this command: make localedata/install-locales


but my problem in libgcc_s.so.1

# ../glibc/scripts/test-installation.pl
Use of uninitialized value in string ne at ../glibc/scripts/test-
installation.pl line 163, <LDD> line 19.
Library libgcc_s is not correctly installed.
Please check your installation!
Offending line of ldd output:   libgcc_s.so.1 => /lib64/libgcc_s.so.1 
(0x00002b8a2c99b000)

The script has found some problems with your installation!
Please read the FAQ and the README file and check the following:
- Did you change the gcc specs file (necessary after upgrading from
  Linux libc5)?
- Are there any symbolic links of the form libXXX.so to old libraries?
  Links like libm.so -> libm.so.5 (where libm.so.5 is an old library) are 
wrong,
  libm.so should point to the newly installed glibc file - and there should be
  only one such link (check e.g. /lib and /usr/lib)
You should restart this script from your build directory after you've
fixed all problems!
Btw. the script doesn't work if you're installing GNU libc not as your
primary library!




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10962

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


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

end of thread, other threads:[~2014-07-01  5:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10962-131@http.sourceware.org/bugzilla/>
2014-07-01  5:22 ` [Bug libc/10962] scripts/test-installation.pl fweimer at redhat dot com
2009-11-14 20:37 [Bug libc/10962] New: scripts/test-installation.pl aleppos at hotmail dot com
2009-11-17 14:06 ` [Bug libc/10962] scripts/test-installation.pl aleppos at hotmail dot com
2009-11-17 14:27 ` drepper at redhat dot com
2009-12-05 13:42 ` aleppos at hotmail dot com
2009-12-05 20:44 ` drepper 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).