LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 04-29-2010, 03:47 AM   #1
merinoss
LQ Newbie
 
Registered: Apr 2010
Posts: 1

Rep: Reputation: 0
Problem on Glibc-2.11.1, LFS6.6, Ubuntu 9.10


hi

LFS 6.6 at Glibc-2.11.1
OS ubuntu 9.10
gcc 4.4.1

Im currently at chapter 5.7 and its fine until I get to the point where I enter 'make', I get error heres the output:

Quote:
/mnt/lfs/sources/glibc-build$ make
make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.11.1 objdir=`pwd` all
make[1]: Entering directory `/mnt/lfs/sources/glibc-2.11.1'
make subdir=csu -C csu ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/csu'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/csu'
make subdir=iconv -C iconv ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/iconv'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/iconv'
make subdir=locale -C locale ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/locale'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/locale'
make subdir=localedata -C localedata ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/localedata'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/localedata'
make subdir=iconvdata -C iconvdata ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/iconvdata'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/iconvdata'
make subdir=assert -C assert ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/assert'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/assert'
make subdir=ctype -C ctype ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/ctype'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/ctype'
make subdir=intl -C intl ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/intl'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/intl'
make subdir=catgets -C catgets ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/catgets'
make[2]: Nothing to be done for `subdir_lib'.
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/catgets'
make subdir=math -C math ..=../ subdir_lib
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/math'
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/math'
make[2]: Entering directory `/mnt/lfs/sources/glibc-2.11.1/math'
i686-lfs-linux-gnu-gcc ../sysdeps/i386/fpu/s_frexp.S -c -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -I../include -I/mnt/lfs/sources/glibc-build/math -I/mnt/lfs/sources/glibc-build -I../sysdeps/i386/elf -I../nptl/sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/unix/sysv/linux/i386/i686 -I../nptl/sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/i386 -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../nptl/sysdeps/i386/i686 -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../nptl/sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../nptl/sysdeps/i386 -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I../nptl -I.. -I../libio -I. -nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.0/include -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.0/include-fixed -isystem /tools/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DSHARED -DASSEMBLER -DGAS_SYNTAX -g -Wa,--noexecstack -o /mnt/lfs/sources/glibc-build/math/s_frexp.os -MD -MP -MF /mnt/lfs/sources/glibc-build/math/s_frexp.os.dt -MT /mnt/lfs/sources/glibc-build/math/s_frexp.os
../sysdeps/i386/fpu/s_frexp.S: Assembler messages:
../sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `.'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: expected comma after name `' in .size directive
../sysdeps/i386/fpu/s_frexp.S:66: Error: ".endif" without ".if"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk `.get_pc_thunk.dx' after expression
make[2]: *** [/mnt/lfs/sources/glibc-build/math/s_frexp.os] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.11.1'
make: *** [all] Error 2
lfs@jp-desktop:/mnt/lfs/sources/glibc-build$
 
Old 04-29-2010, 03:51 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

You did not get any error messages during the ./configure ... step?

Second thing I notice: You are using Ubuntu, which does not meet the host system requirements. Did you already fix those? I would advice to use the LFS liveCD instead.

Hope this helps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
make check problem gcc in section 6.15.1 of lfs6.5 aahiqmir Linux From Scratch 17 09-29-2012 03:47 AM
problem making Binutils-2.18 - PASS1(LFS6.4) slim.chen Linux From Scratch 5 07-14-2009 11:39 PM
make problem in section 5.7.1 of lfs6.4 aahiqmir Linux From Scratch 2 03-28-2009 07:45 AM
tar-command not found while compiling glibc-libidn-2.7.tar.bz2 of lfs6.3 aditya_gpch Linux From Scratch 1 05-13-2008 11:27 PM
LFS6.0 Glibc compile problem Chapter5.8 Pass1 Paulsuk Linux From Scratch 1 04-19-2005 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration