LinuxQuestions.org
Help answer threads with 0 replies.
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 05-27-2010, 02:26 PM   #31
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,

This looks like a toolchain error.

Did you have any problems with 6.10, possibly with the commands containing gcc -dumpmachine?

That command outputs the i686-pc-linux-gnu parts, which seem to be missing in your output.

My advise: Recheck/redo chapter 6.10 Re-adjusting the Toolchain.

Hope this helps.
 
Old 05-31-2010, 05:00 AM   #32
freemanpolys
LQ Newbie
 
Registered: May 2010
Posts: 16

Original Poster
Rep: Reputation: 0
hi
I've these two errors anytime:
make[3]: Nothing to be done for `install-data-am
make[2]: Nothing to be done for `install-exec-am

do i pass by them??

for example with the tar package, here is the output of the make install command

Making install in doc
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/doc'
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/tools/share/info" || mkdir -p -- "/tools/share/info"
/tools/bin/install -c -m 644 './tar.info' '/tools/share/info/tar.info'
/tools/bin/install -c -m 644 './tar.info-1' '/tools/share/info/tar.info-1'
/tools/bin/install -c -m 644 './tar.info-2' '/tools/share/info/tar.info-2'
install-info --info-dir='/tools/share/info' '/tools/share/info/tar.info'
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18/doc'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/doc'
Making install in lib
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/lib'
make install-am
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18/lib'
make[3]: Entering directory `/mnt/lfs1/sources/tar-1.18/lib'
test yes != no || /bin/sh ../build-aux/mkinstalldirs /tools/lib
if test -f /tools/lib/charset.alias; then \
sed -f ref-add.sed /tools/lib/charset.alias > /tools/lib/charset.tmp ; \
/tools/bin/install -c -m 644 /tools/lib/charset.tmp /tools/lib/charset.alias ; \
rm -f /tools/lib/charset.tmp ; \
else \
if test yes = no; then \
sed -f ref-add.sed charset.alias > /tools/lib/charset.tmp ; \
/tools/bin/install -c -m 644 /tools/lib/charset.tmp /tools/lib/charset.alias ; \
rm -f /tools/lib/charset.tmp ; \
fi ; \
fi
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/mnt/lfs1/sources/tar-1.18/lib'
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18/lib'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/lib'
Making install in rmt
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/rmt'
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18/rmt'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/tools/libexec" || mkdir -p -- "/tools/libexec"
/tools/bin/install -c 'rmt' '/tools/libexec/rmt'
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18/rmt'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/rmt'
Making install in src
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/src'
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18/src'
test -z "/tools/bin" || mkdir -p -- "/tools/bin"
/tools/bin/install -c 'tar' '/tools/bin/tar'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18/src'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/src'
Making install in scripts
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/scripts'
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18/scripts'
test -z "/tools/libexec" || mkdir -p -- "/tools/libexec"
test -z "/tools/sbin" || mkdir -p -- "/tools/sbin"
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18/scripts'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/scripts'
Making install in po
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/po'
mkdir -p -- /tools/share
installing bg.gmo as /tools/share/locale/bg/LC_MESSAGES/tar.mo
installing cs.gmo as /tools/share/locale/cs/LC_MESSAGES/tar.mo
installing da.gmo as /tools/share/locale/da/LC_MESSAGES/tar.mo
installing de.gmo as /tools/share/locale/de/LC_MESSAGES/tar.mo
installing el.gmo as /tools/share/locale/el/LC_MESSAGES/tar.mo
installing es.gmo as /tools/share/locale/es/LC_MESSAGES/tar.mo
installing et.gmo as /tools/share/locale/et/LC_MESSAGES/tar.mo
installing eu.gmo as /tools/share/locale/eu/LC_MESSAGES/tar.mo
installing fi.gmo as /tools/share/locale/fi/LC_MESSAGES/tar.mo
installing fr.gmo as /tools/share/locale/fr/LC_MESSAGES/tar.mo
installing ga.gmo as /tools/share/locale/ga/LC_MESSAGES/tar.mo
installing gl.gmo as /tools/share/locale/gl/LC_MESSAGES/tar.mo
installing hr.gmo as /tools/share/locale/hr/LC_MESSAGES/tar.mo
installing hu.gmo as /tools/share/locale/hu/LC_MESSAGES/tar.mo
installing id.gmo as /tools/share/locale/id/LC_MESSAGES/tar.mo
installing it.gmo as /tools/share/locale/it/LC_MESSAGES/tar.mo
installing ja.gmo as /tools/share/locale/ja/LC_MESSAGES/tar.mo
installing ko.gmo as /tools/share/locale/ko/LC_MESSAGES/tar.mo
installing ky.gmo as /tools/share/locale/ky/LC_MESSAGES/tar.mo
installing ms.gmo as /tools/share/locale/ms/LC_MESSAGES/tar.mo
installing nb.gmo as /tools/share/locale/nb/LC_MESSAGES/tar.mo
installing nl.gmo as /tools/share/locale/nl/LC_MESSAGES/tar.mo
installing no.gmo as /tools/share/locale/no/LC_MESSAGES/tar.mo
installing pl.gmo as /tools/share/locale/pl/LC_MESSAGES/tar.mo
installing pt.gmo as /tools/share/locale/pt/LC_MESSAGES/tar.mo
installing pt_BR.gmo as /tools/share/locale/pt_BR/LC_MESSAGES/tar.mo
installing ro.gmo as /tools/share/locale/ro/LC_MESSAGES/tar.mo
installing ru.gmo as /tools/share/locale/ru/LC_MESSAGES/tar.mo
installing rw.gmo as /tools/share/locale/rw/LC_MESSAGES/tar.mo
installing sk.gmo as /tools/share/locale/sk/LC_MESSAGES/tar.mo
installing sl.gmo as /tools/share/locale/sl/LC_MESSAGES/tar.mo
installing sv.gmo as /tools/share/locale/sv/LC_MESSAGES/tar.mo
installing tr.gmo as /tools/share/locale/tr/LC_MESSAGES/tar.mo
installing uk.gmo as /tools/share/locale/uk/LC_MESSAGES/tar.mo
installing vi.gmo as /tools/share/locale/vi/LC_MESSAGES/tar.mo
installing zh_CN.gmo as /tools/share/locale/zh_CN/LC_MESSAGES/tar.mo
if test "tar" = "gettext-tools"; then \
mkdir -p -- /tools/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/tools/bin/install -c -m 644 ./$file \
/tools/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /tools/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/po'
Making install in tests
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18/tests'
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18/tests'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18/tests'
make[1]: Entering directory `/mnt/lfs1/sources/tar-1.18'
make[2]: Entering directory `/mnt/lfs1/sources/tar-1.18'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/mnt/lfs1/sources/tar-1.18'
make[1]: Leaving directory `/mnt/lfs1/sources/tar-1.18'
 
Old 05-31-2010, 07:06 AM   #33
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,

In general: If the make step doesn't throw any errors and stops premature, you can continue (some exceptions are mentioned in the LFS book).

Hope this helps.
 
Old 06-18-2010, 08:10 AM   #34
freemanpolys
LQ Newbie
 
Registered: May 2010
Posts: 16

Original Poster
Rep: Reputation: 0
Hi, i've finish my lfs distro! my problem is that i've done it on an external disk and i've a problem to run it!!! i've install the grub on it and i've enter boot's information in the host /boot/grub/menu.lst file! but when i restart, it told " file not found"!! i need help! tks
 
Old 06-18-2010, 07:27 PM   #35
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Quote:
Originally Posted by freemanpolys View Post
Hi, i've finish my lfs distro! my problem is that i've done it on an external disk and i've a problem to run it!!! i've install the grub on it and i've enter boot's information in the host /boot/grub/menu.lst file! but when i restart, it told " file not found"!! i need help! tks
Is your BIOS able to boot from a USB device? The "file not found" error suggests that grub can't see the file you want it to boot.
 
Old 06-21-2010, 05:20 AM   #36
freemanpolys
LQ Newbie
 
Registered: May 2010
Posts: 16

Original Poster
Rep: Reputation: 0
Hi,it is really a matter of BIOS!i boot it with another pc and it works apart from an error message after decompressing the kernel!
here is the error message :

root-nfs : no nfs server available,giving up.
vfs: unable to mount root fs via nfs, typing floppy
sd 0:0:0:0:0: [Sda] assuming driver cache : write though
sd 0:0:0:0:0: [Sda] assuming driver cache : write though
.kernel panic -not syncing : VFs: Unable to mount root fs on unknown-block (2,0)
 
  


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
gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) compilation error adhesh_19 Red Hat 0 01-05-2010 05:34 AM
Compilation problem when downgrading from 64-bit gcc to 32-bit gcc huyhoang3673 Linux - Software 7 08-26-2009 11:31 AM
gcc compilation problem jestinjoy Ubuntu 2 08-23-2008 12:12 PM
have gcc compilation error during gcc installtion in linuxfromscratch vbshanmugaprakash Linux - General 3 12-13-2006 05:52 AM
Mplayer compilation problem on linux 2.6.3 gcc 3.3.3 glibc 2.3.2 realloc Linux - Software 4 10-22-2004 03:44 PM

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

All times are GMT -5. The time now is 06:24 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