LinuxQuestions.org
Visit Jeremy's Blog.
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 03-29-2011, 03:03 AM   #1
abhiklall
LQ Newbie
 
Registered: Mar 2011
Posts: 20

Rep: Reputation: 0
problem installing biutils


the make install comma gives error
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory `/mnt/lfs/binutils-build/bfd/doc'
Making info in po
make[3]: Entering directory `/mnt/lfs/binutils-build/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory `/mnt/lfs/binutils-build/bfd/po'
make[3]: Entering directory `/mnt/lfs/binutils-build/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/mnt/lfs/binutils-build/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/mnt/lfs/binutils-build/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/mnt/lfs/binutils-build'
make: *** [all] Error 2
lfs@abhik-Inspiron-1525:/mnt/lfs/binutils-build$ make install
make[1]: Entering directory `/mnt/lfs/binutils-build'
/bin/bash binutils-2.20.1/mkinstalldirs /tools /tools
mkdir -p -- /tools /tools
mkdir: cannot create directory `/tools': Permission denied
mkdir: cannot create directory `/tools': Permission denied
make[1]: *** [installdirs] Error 1
make[1]: Leaving directory `/mnt/lfs/binutils-build'
make: *** [install] Error 2
lfs@abhik-Inspiron-1525:/mnt/lfs/binutils-build$ make
 
Old 03-29-2011, 03:25 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,

A few questions:

- What are you using as host to build LFS?
- Is the host made compliant (see: Host System Requirements)?
- Which LFS version are you trying to build?
- Which chapter are you getting the error(s)?
 
Old 03-29-2011, 10:21 AM   #3
abhiklall
LQ Newbie
 
Registered: Mar 2011
Posts: 20

Original Poster
Rep: Reputation: 0
hi...
I am using ubuntu 10.10 as host ..
building lfs version 6.7
i am getting erroe in chap 5 section 5.4 the make install command
 
Old 03-29-2011, 10:26 AM   #4
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,
Quote:
Originally Posted by abhiklall View Post
I am using ubuntu 10.10 as host ..
building lfs version 6.7
i am getting erroe in chap 5 section 5.4 the make install command
And the most important question you did not answer....

- Is the host made compliant (see: Host System Requirements)?

Ubuntu does not meet the Host System Requirements, it needs to be made compliant. Another, in my opinion better, solution would be using the LFS liveCD, which was made to be a perfect host for building LFS.

Hope this helps.
 
Old 03-29-2011, 12:19 PM   #5
abhiklall
LQ Newbie
 
Registered: Mar 2011
Posts: 20

Original Poster
Rep: Reputation: 0
i m building a linux o for my project and i have a limited timw left for submission ...cant i just download the lfs live cd version and present it .......is there any difference between the live cd lfs and the lfs we create through reading the book..
 
Old 03-29-2011, 12:23 PM   #6
abhiklall
LQ Newbie
 
Registered: Mar 2011
Posts: 20

Original Poster
Rep: Reputation: 0
means can i use the lfs live cd that will lessen the time i would require to build an lfs system and can proceed to forward step of my project development..
 
Old 03-29-2011, 12:41 PM   #7
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,
Quote:
Originally Posted by abhiklall View Post
i m building a linux o for my project and i have a limited timw left for submission ...cant i just download the lfs live cd version and present it .......is there any difference between the live cd lfs and the lfs we create through reading the book..
You would know if you would have read the LFS and LFS liveCD pages. Without context I can only guess why you have limited time left, so I refrain from further comments on this.....

Quote:
Originally Posted by abhiklall
means can i use the lfs live cd that will lessen the time i would require to build an lfs system and can proceed to forward step of my project development..
If you use the liveCD you won't have to make Ubuntu (you other choice) compatible, that will save some time. But you cannot cut any corner when building LFS. You do need to read all the pages and follow all the steps, only then you will probably end up with a working LFS system. "Probably?"; Yes, many fail at their first attempt.

This is a nice project to get to know the ins-and-outs of linux, but it might be a challenge if you do not have any, or very little linux experience to start with.

Whishing you luck with your project

Hope this helps.
 
Old 03-29-2011, 01:06 PM   #8
abhiklall
LQ Newbie
 
Registered: Mar 2011
Posts: 20

Original Poster
Rep: Reputation: 0
my project dose not end with building an LFS system a ..i need to make some modification in that ...so i need to know can i use Lfs live cd as my lfs sys and do the modification in that .....aur i have to build my own lfs system
 
Old 03-29-2011, 02:14 PM   #9
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
They are similar, but not the same.
 
Old 03-29-2011, 02:19 PM   #10
abhiklall
LQ Newbie
 
Registered: Mar 2011
Posts: 20

Original Poster
Rep: Reputation: 0
thank you..1
 
  


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
Installing Slackware on virtual box Problem, ext4 problem alfa_80 Linux - Newbie 14 01-16-2011 12:00 PM
Installing Simplescalar: Problem installing simpleutils yy_current_buffer’ undeclared niteshg Linux - Software 1 07-03-2009 04:09 PM
Problem Installing Limewire - Received Errors While Installing taurusx5 Linux - Software 2 08-05-2008 02:39 AM
Problem installing module in Fedora Core 2 (2.6 kernel vs 2.4 problem?) Arodef Linux - Kernel 3 11-30-2007 02:55 PM
Installing Red5 - Problem @ Installing fedora-rpmdevtools Aziz Linux - Software 2 11-04-2006 02:57 PM

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

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