Eliran,
First of all I'm a member of the lfs-support list and haven't seen you message
there... are you sure it was sent?
Almost always the guys in the lfs-support list know's how to help, and won't
stop trying until you solved your problem.
So maybe re send a message to there...
I instaled my lfs from Slackware(With the locale set to Hebrew),
It only caused me one problem, configuring perl configuration files(The Hebrew
date includes a ' after the day, which messed up the whole config file).
Any way about your problem... is this all the data you got?
Please post everything starting with the last gcc command executed...
-Amir.
On Friday 17 May 2002 17:32, Eliran wrote:
> Hello !
>
> I'm trying to install glibc-2.2.2 on an LFS partition (/mnt/lfs),
> the error I get is:
>
> <error>
>
> findlocale.c: In function `_nl_find_locale':
> findlocale.c:193: Internal compiler error in gen_lowpart, at
> emit-rtl.c:1081 Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[2]: *** [/usr/src/glibc-build/locale/findlocale.os] Error 1
> make[2]: Leaving directory `/usr/src/glibc-2.2.2/locale'
> make[1]: *** [locale/subdir_lib] Error 2
> make[1]: Leaving directory `/usr/src/glibc-2.2.2'
> make: *** [all] Error 2
>
> </error>
>
> The glibc-2.2.2 package was originaly an RPM package in my RH7.1
> linux source CD, after unpacking the RPM into /usr/src/redhat/SOURCES/
> I copied the zipped file into /mnt/lfs/usr/src and after chrooting,
> compiling with the commands (as in the LFS book 3.3):
>
> <commands>
>
> mknod -m 0666 /dev/null c 1 3 &&
> touch /etc/ld.so.conf &&
> cp malloc/Makefile malloc/Makefile.backup &&
> sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile.backup > malloc/Makefile &&
> cp login/Makefile login/Makefile.backup &&
> sed 's/root/0/' login/Makefile.backup > login/Makefile &&
> mkdir ../glibc-build &&
> cd ../glibc-build &&
> ./glibc-2.2.5/configure --prefix=/usr \
> --enable-add-ons --libexecdir=/usr/bin &&
> echo "cross-compiling = no" > configparms &&
> make &&
> make install &&
> make localedata/install-locales &&
> exec /bin/bash --login
> </commands>
>
> I changed glibc-2.2.5 into glibc-2.2.2 and even tried to do this manually,
> and the problematic area is the 'make'.
>
> I have tried to send it to the lfs mailing list but I got 0 replies.
>
> Is there something concerning the locale I haven't installed right ?
>
>
> Thanks in advance,
> Eliran
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]