Re: [Unattended] centos 5.2. Help with glibc-2.3.6 problem

2008-11-03 Thread Travis Zadikem
Fixed.  I changed the Makefile in linuxboot for the glibc line to
glibc=glibc-2.5 then installed
bison
flex
ncurses-devel
mkisofs

and everything compiles just fine now.  Just FYI for all

On Mon, Nov 3, 2008 at 11:47 AM, Travis Zadikem <[EMAIL PROTECTED]> wrote:

> I have now installed glibc-devel-2.5-24 but again when I do a make or even
> a make tftpboot I get the following error:
> make[3]: ***
> [/usr/local/unattended-4.8/linuxboot/build-glibc-2.3.6/sunrpc/xbootparam_prot.stmp]
> Floating point exception
> make[3]: Leaving directory
> `/usr/local/unattended-4.8/linuxboot/glibc-2.3.6/sunrpc'
> make[2]: *** [sunrpc/others] Error 2
> make[2]: Leaving directory
> `/usr/local/unattended-4.8/linuxboot/glibc-2.3.6'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/usr/local/unattended-4.8/linuxboot/build-glibc-2.3.6'
> make: *** [build-glibc-2.3.6/libc.so] Error 2
>
> I have searched the mailing archive and have seen this error but with no
> known fix responses.  Please help I really need to get this working.
> thanks!
>
>
> On Wed, Oct 29, 2008 at 11:18 AM, Eric Feldhusen <
> [EMAIL PROTECTED]> wrote:
>
>> Travis Zadikem wrote:
>> > Ok after asking about flavors of linux that people were using I loaded
>> > Centos 5.2.  I then went into the linuxboot directory and did a make
>> > download to start which had no problem.  I then did a make tftpboot and
>> > get the following error:
>> >
>> > mkdir -p stage1/lib/ && cp -f  build-glibc-2.3.6/elf/ld.so
>> > stage1/lib/ld-linux.so.tmp && strip  stage1/lib/ld-linux.so.tmp && mv
>> > stage1/lib/ld-linux.so.tmp  stage1/lib/ld-linux.so &&
>> > build-glibc-2.3.6/elf/ldconfig -r stage1
>> > /bin/sh: build-glibc-2.3.6/elf/ldconfig: No such file or directory
>> >
>> > help, please!
>>
>> Try installing the glibc-devel rpm, then try again.
>>
>> Eric
>>
>>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] centos 5.2. Help with glibc-2.3.6 problem

2008-11-03 Thread Travis Zadikem
I have now installed glibc-devel-2.5-24 but again when I do a make or even a
make tftpboot I get the following error:
make[3]: ***
[/usr/local/unattended-4.8/linuxboot/build-glibc-2.3.6/sunrpc/xbootparam_prot.stmp]
Floating point exception
make[3]: Leaving directory
`/usr/local/unattended-4.8/linuxboot/glibc-2.3.6/sunrpc'
make[2]: *** [sunrpc/others] Error 2
make[2]: Leaving directory `/usr/local/unattended-4.8/linuxboot/glibc-2.3.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/usr/local/unattended-4.8/linuxboot/build-glibc-2.3.6'
make: *** [build-glibc-2.3.6/libc.so] Error 2

I have searched the mailing archive and have seen this error but with no
known fix responses.  Please help I really need to get this working.
thanks!

On Wed, Oct 29, 2008 at 11:18 AM, Eric Feldhusen <[EMAIL PROTECTED]
> wrote:

> Travis Zadikem wrote:
> > Ok after asking about flavors of linux that people were using I loaded
> > Centos 5.2.  I then went into the linuxboot directory and did a make
> > download to start which had no problem.  I then did a make tftpboot and
> > get the following error:
> >
> > mkdir -p stage1/lib/ && cp -f  build-glibc-2.3.6/elf/ld.so
> > stage1/lib/ld-linux.so.tmp && strip  stage1/lib/ld-linux.so.tmp && mv
> > stage1/lib/ld-linux.so.tmp  stage1/lib/ld-linux.so &&
> > build-glibc-2.3.6/elf/ldconfig -r stage1
> > /bin/sh: build-glibc-2.3.6/elf/ldconfig: No such file or directory
> >
> > help, please!
>
> Try installing the glibc-devel rpm, then try again.
>
> Eric
>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] centos 5.2. Help with glibc-2.3.6 problem

2008-10-29 Thread Eric Feldhusen
Travis Zadikem wrote:
> Ok after asking about flavors of linux that people were using I loaded
> Centos 5.2.  I then went into the linuxboot directory and did a make
> download to start which had no problem.  I then did a make tftpboot and
> get the following error:
> 
> mkdir -p stage1/lib/ && cp -f  build-glibc-2.3.6/elf/ld.so 
> stage1/lib/ld-linux.so.tmp && strip  stage1/lib/ld-linux.so.tmp && mv 
> stage1/lib/ld-linux.so.tmp  stage1/lib/ld-linux.so &&
> build-glibc-2.3.6/elf/ldconfig -r stage1
> /bin/sh: build-glibc-2.3.6/elf/ldconfig: No such file or directory
> 
> help, please!

Try installing the glibc-devel rpm, then try again.

Eric

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info