LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Error make glibc chp 6.9 LFS 6.3 on LFSLiveCD (https://www.linuxquestions.org/questions/linux-from-scratch-13/error-make-glibc-chp-6-9-lfs-6-3-on-lfslivecd-701755/)

Jesper330 02-02-2009 05:41 PM

Error make glibc chp 6.9 LFS 6.3 on LFSLiveCD
 
Hi all,
I've been reading the book with no errors so far, but after reaching chapter 6.9 I have a problem. When I run the "make" command it comes up with an error:
/bin/sh: no: command not found
make[2]: *** [C-translit.h] Error 127
make[2]: Leaving directory '/sources/GlibB/glibc-2.5.1/locale'
make[1]: *** [locale/others] Error 2
make[1]: Leaving directory '/sources/GlibB/glibc-2.5.1'
make: *** [all] Error 2

As far as I've read, this could indicate a problem with my perl installation, is this true? Is there a way i can fix it? Anything i can do?

I have checked my symlink to the perl directory, and I am compiling outside the source directory. I have no idea what's wrong. Hope you can help me,

Jesper

knudfl 02-03-2009 12:24 PM

Welcome to Linux Questions.
Quote:

Leaving directory '/sources/GlibB/glibc-2.5.1'
Seems wrong, where is the build directory outside glibc-2.5.1/ ? :
( The text should say : Leaving ... ... ... glibc-build' ) ! !
Code:

mkdir -v ../glibc-build
cd ../glibc-build

And you have an error in the glibc-2.5.1/locale/Makefile
using 'no' (Norway ?) as a command.
Suggest : Start from scratch with "§ 6.9. Glibc-2.5.1" again.
....


All times are GMT -5. The time now is 08:05 PM.