LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS chap 6.9 error building glibc (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-chap-6-9-error-building-glibc-4175436100/)

Lancelot1 11-07-2012 10:30 AM

LFS chap 6.9 error building glibc
 
when building glibc getting the following error:

error: ‘__EI___isnanf’ aliased to external symbol ‘__GI___isnanf’
make[2]: *** [/media/_/sources/glibc-build/math/s_isnanf.os] Error 1
make[2]: Leaving directory `/media/_/sources/glibc-2.16.0/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/media/_/sources/glibc-2.16.0'
make: *** [all] Error 2

Any idea how to fix it??

stoat 11-07-2012 08:09 PM

Well no, I don't have an idea to fix that. Sorry. But it's been all day and nobody else posted anything. So I would try going back up to the /source directory, delete the build directory, untar the tarball again, and run through the steps again. That page has a several seds and a patch. Maybe something was skipped. Anyway, it can't make it worse to try.

EDDY1 11-08-2012 12:08 AM

You are only including the end of make file you most likey have an exact error showing during the compilation. Another thing I noticed is maybe you're not chrooted into lfs as noted by /media/_/sources. I would assume /media/_/sources to be /media/some_bignumber/sources.

Lancelot1 11-08-2012 01:54 AM

Quote:

Originally Posted by stoat (Post 4824637)
Well no, I don't have an idea to fix that. Sorry. But it's been all day and nobody else posted anything. So I would try going back up to the /source directory, delete the build directory, untar the tarball again, and run through the steps again. That page has a several seds and a patch. Maybe something was skipped. Anyway, it can't make it worse to try.

will do but I don't think it will help

Lancelot1 11-08-2012 01:55 AM

Quote:

Originally Posted by EDDY1 (Post 4824710)
You are only including yje end of make file you most likey have an exact error showing during the compilation. Another thing I noticed is maybe you're not chrooted into lfs as noted by /media/_/sources. I would assume /media/_/sources to be /media/some_bignumber/sources.


?? don't understand what you mean? I will run the make again and try to find the exact error and post it

Lancelot1 11-08-2012 03:34 AM

you are right Eddy. It was a chroot error. Fixed it now, working ok

EDDY1 11-08-2012 07:00 AM

Congrats, glad you figured it out.


All times are GMT -5. The time now is 08:26 AM.