LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-12-2011, 05:26 AM   #1
dersommerwind
LQ Newbie
 
Registered: Aug 2011
Posts: 2

Rep: Reputation: Disabled
Problem with starting >chapter 6.8. Man-pages-3.32 <


I worked through the book up to 6.8 last weeks and it worked well.

In chapter 6.7 I´ve unpacked the linux-headers from the tar-ball and installed.

Now, I don´t know how to start in 6.8.

I´ve unpacked the man-pages from the tar-ball and started with "make install" but make find no rules.

I´m missing a general instruction like 5.3 down side that exactly explain what I have to do.

Can anyone help me?


Martin
 
Old 08-12-2011, 05:34 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,

The process is the same as in chapter 5: Untar the source, enter the directory that is created and do the step(s) mentioned in the book.

Assuming that you are standing in /sources and all tarred packages reside in that directory:
Code:
tar xjf man-pages-3.32.tar.bz2
cd man-pages-3.32
make install      <-- the step mentioned in the book
cd /sources
rm -rf man-pages-3.32
If you get a message like the following:
Code:
make: *** No rule to make target `install'.  Stop.
You probably did not cd into the created directory.

Hope this helps.
 
1 members found this post helpful.
Old 08-12-2011, 07:10 AM   #3
dersommerwind
LQ Newbie
 
Registered: Aug 2011
Posts: 2

Original Poster
Rep: Reputation: Disabled
It helps, thank you !
 
Old 08-12-2011, 09:21 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
You're welcome
 
Old 10-03-2011, 05:29 AM   #5
mrbeni
LQ Newbie
 
Registered: Jan 2011
Posts: 2

Rep: Reputation: Disabled
Hi everyone,

I got a problem with man-pages-3.32. when I try to make install the man-pages I get the following message.

Code:
root:/sources/man-pages-3.32# make install
for i in man?; do \
	install -d -m 755 /usr/share/man/"$i" || exit $?; \
	install -m 644 "$i"/* /usr/share/man/"$i" || exit $?; \
done; \
and afterwards, when I enter the man command I get the "command not found".

what's wrong and is this message during the make install normal?

Thanks

Last edited by mrbeni; 10-03-2011 at 05:33 AM.
 
Old 10-03-2011, 05:48 AM   #6
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 mrbeni, and welcome to LQ!

First of all: You posted your question in an already closed thread. Although I do appreciate that you want to keep similar subjects together, please start a new thread next time.

Ok, about your question:

You don't provide too much information and I can only assume that you are trying to build LFS 6.8 (stable) and are struggling with chapter 6.8.

man-pages installs roughly 1900 manual pages, it does not install the programs for finding and viewing man pages! That is done later on in chapter 6.51 - Man-DB-2.5.9.

All this information is provided by the chapters. At the top of the chapter a small description is provided. Eexample for man-pages: The Man-pages package contains over 1,900 man pages. and for man-db: The Man-DB package contains programs for finding and viewing man pages. At the bottom of the chapter you find the Contents of ..., which tells you what is being installed.

So nothing is wrong at this point, just continue with the build.

Hope this helps.
 
1 members found this post helpful.
Old 10-03-2011, 06:13 AM   #7
mrbeni
LQ Newbie
 
Registered: Jan 2011
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by druuna View Post
Hi mrbeni, and welcome to LQ!

First of all: You posted your question in an already closed thread. Although I do appreciate that you want to keep similar subjects together, please start a new thread next time.

Ok, about your question:

You don't provide too much information and I can only assume that you are trying to build LFS 6.8 (stable) and are struggling with chapter 6.8.

man-pages installs roughly 1900 manual pages, it does not install the programs for finding and viewing man pages! That is done later on in chapter 6.51 - Man-DB-2.5.9.

All this information is provided by the chapters. At the top of the chapter a small description is provided. Eexample for man-pages: The Man-pages package contains over 1,900 man pages. and for man-db: The Man-DB package contains programs for finding and viewing man pages. At the bottom of the chapter you find the Contents of ..., which tells you what is being installed.

So nothing is wrong at this point, just continue with the build.

Hope this helps.
I appreciate your kind help and thanks for reminding me of rules, I didn't notice that it is an already closed thread. Sorry I'm new around here.
 
  


Reply

Tags
general instructions, lfs, man-pages


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problem with man pages in mandriva one chilebiker Mandriva 2 07-07-2006 09:29 AM
Warnings when starting aterms man pages vikinnun Linux - Software 0 01-10-2005 06:11 AM
font problem in man pages -=MaGo=- Linux - General 2 11-01-2003 01:02 PM
problem with man pages mutt Slackware 1 06-29-2003 06:03 AM
Problem with man pages d1ll1gaf Slackware 1 06-12-2003 10:24 PM

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

All times are GMT -5. The time now is 10:01 AM.

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