Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Michael Chrostowski
Hi, I got to the middle of stage 6.12 using SVN20051217 (Glibc-2.3.6 locale installation section) and I am running into some bizarre issues. doing the localdef command in my chroot environment returns bash: /usr/bin/localedef: No such file or directory. Which really to me seems like a message /

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Dan Nicholson
On 1/28/06, Michael Chrostowski <[EMAIL PROTECTED]> wrote: > > bash: /usr/bin/localedef: No such file or directory. Could you do "ldd /usr/bin/localedef" and "readelf -d /usr/bin/localedef"? > > Which really to me seems like a message /usr/bin/localedef is > returning (since it does exist) yet it

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Michael Chrostowski
On 1/28/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 1/28/06, Michael Chrostowski <[EMAIL PROTECTED]> wrote: > > > > bash: /usr/bin/localedef: No such file or directory. > > Could you do "ldd /usr/bin/localedef" and "readelf -d /usr/bin/localedef"? > Hmm... ldd /usr/bin/localedef /tools/bin/l

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Dan Nicholson
On 1/28/06, Michael Chrostowski <[EMAIL PROTECTED]> wrote: > On 1/28/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > ldd /usr/bin/localedef > /tools/bin/ldd: line 124: /usr/bin/localedef: No such file or directory I'm a bit boggled, but could you go back to Ch. 6.6 and make sure that all of the s

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Michael Chrostowski
I'm using scripts for mounting the right stuff, chroot'ing, then mounting more. I mean it should work to my knowledge. I double checked all of it... what's really bugging me is that /tools/bin/localedef works in the chroot but not in outside of it, and the other files (/usr/bin/localedef as well as

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Michael Chrostowski
I did get errors on my make check for glibc... a lot of Error 127 and Error 1's, basically it would complain about a few missing tests, then skip some other tests becuase the first few were missing. Total there were like 17... is that something odd? I thought since it was just missing files... I d

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Dan Nicholson
On 1/28/06, Michael Chrostowski <[EMAIL PROTECTED]> wrote: > I'm using scripts for mounting the right stuff, chroot'ing, then > mounting more. I mean it should work to my knowledge. I double checked > all of it... what's really bugging me is that /tools/bin/localedef > works in the chroot but not i

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Michael Chrostowski
Unfortunately everything looks alright, that is both returned /tools/lib/libc.so.6 or ld-linux.so.2. the dummy log showed it looked in a few places for libc, but it found it so I assume that means everything is ok. Hrm... I tried doing a make install on another version of glibc I had around that

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Ken Moffat
On Sat, 28 Jan 2006, Michael Chrostowski wrote: Hrm... I tried doing a make install on another version of glibc I had around that was compiled with -O2 and it gave error O_O /bin/sh: no: command not found /tools/bin/msgfmt missing ? (from the minimal gettext installation in chapter 5). I t

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-28 Thread Michael Chrostowski
I have /tools/bin/msgfmt, seems to work. The -O3 version made and installed completely... unless I really missed something and this was happening from the start. I'm going to quickly try a complete re-make of glibc... maybe it never did finish... this was 5 days ago now but I think I would have re

Re: Localedef not working after final Glibc-2.3.6 install

2006-01-29 Thread Michael Chrostowski
Ok I'm not crazy, glibc did compile just fine, but now that I look the errors I got in my check for glibc that look exactly like this one with localedef. I'll collect all the program names and such... maybe theres a connection between them all. Some library perhaps is damaged? that would explain th

Re: Localedef not working after final Glibc-2.3.6 install

2006-02-02 Thread Michael Chrostowski
Hi again, Back to my old problem... I poked and proded around and this is pretty much the last of what I have discovered. If I look through the errors generated by my 'make check' of glibc the first error (and the rest with different binaries) reports that it cannot find the 'mtrace' it compiled