Re: LFS6.4 step 5.17 compiling coreutils-6.12 error

2010-01-26 Thread Trent Shea
Ack, I keep hitting reply and pulling stuff off the list. Anyhow, thanks for poking me in the right direction. On Tuesday 26 January 2010 19:20:48 you wrote: > No, you aren't isolated from the host until you enter chroot in Chapter Fair enough, I should have said fairly isolated at this point.

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Trent Shea wrote: > On Tuesday 26 January 2010 19:07:36 Bruce Dubbs wrote: >> That's the right output. >> >> Just add --without-gpm to the ncurses configure line and go on from there. >> >>-- Bruce >> > I was looking at a similar issues in another thread: > http://linuxfromscratch.org/pipermail

Re: LFS6.4 step 5.17 compiling coreutils-6.12 error

2010-01-26 Thread Bruce Dubbs
Trent Shea wrote: > Just for kicks I just built up to gcc pass 2 in chapter 5 and issued the > commands above and this is my output: > > > #include "..." search starts here: > #include <...> search starts here: > /mnt/data/data/build/lfs-main/lfs/lfs-testing/tools/bin/../lib/gcc/i686-pc- > li

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Trent Shea
On Tuesday 26 January 2010 19:07:36 Bruce Dubbs wrote: > That's the right output. > > Just add --without-gpm to the ncurses configure line and go on from there. > >-- Bruce > I was looking at a similar issues in another thread: http://linuxfromscratch.org/pipermail/lfs-support/2010-January/0

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Dmitry Sokolov wrote: > - Original Message - > From: "Chris Staub" >> How about we quit debating these technical details and settle the issue >> with a couple simple tests? Dmitry, please paste the output of these 2 >> commands: >> >> ls /tools/bin/g++ >> readelf -l /tools/bin/gcc | grep

Re: LFS6.4 step 5.17 compiling coreutils-6.12 error

2010-01-26 Thread Trent Shea
On Saturday 23 January 2010 09:32:12 you wrote: > On Saturday 23 January 2010 08:26:53 haiye1018 wrote: > > hello > > > > In LFS6.4 step 5.17 compile coreutils-6.12 error: > > > > > > How to edit coreutils'configure scriptsss to get rid of selinux support? > > > > Can anyone help me to fix it? > >

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Chris Staub" To: "LFS Support List" Sent: Wednesday, January 27, 2010 2:02 AM Subject: Re: Ncurses 5.7 fail to configure > On 01/26/2010 02:42 PM, Bruce Dubbs wrote: >> >> If libgpm.so is in the host's /usr/lib, then it will try to link, but if >> Gpm_Open(

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Chris Staub
On 01/26/2010 02:42 PM, Bruce Dubbs wrote: > > If libgpm.so is in the host's /usr/lib, then it will try to link, but if > Gpm_Open() isn't there, it will fail. > > -- Bruce > > How about we quit debating these technical details and settle the issue with a couple simple tests? Dmitry, please p

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Chris Staub wrote: > On 01/26/2010 02:08 PM, Chris Staub wrote: >> Nope. I can guarantee that the problem is that there is something wrong >> in the user's $PATH or some other part of the environment. This has >> *always* been the case every single time I have every seen any user get >> this error.

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Chris Staub
On 01/26/2010 02:08 PM, Chris Staub wrote: > > Nope. I can guarantee that the problem is that there is something wrong > in the user's $PATH or some other part of the environment. This has > *always* been the case every single time I have every seen any user get > this error. If the environment is

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Chris Staub
On 01/26/2010 02:02 PM, Bruce Dubbs wrote: > Chris Staub wrote: > > > Chris, > I don't think this is the issue. In Chapter 5, we still use > /usr/include and /usr/lib. If the host system has /usr/include/gpm.h > and an old /usr/lib/libgpm.so.1, I think we will get this error. My > reference

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Chris Staub wrote: >>> On 01/26/2010 06:00 AM, Dmitry Sokolov wrote: >>> This is usually the result of a bad $PATH or stuff missing in /tools. >>> Paste the output of "env", and "ls /tools/bin". >>> -- >> Where to insert result env and ls/tools/bin in $PATH? >> > > I didn't say anything about "i

Re: Error while installing e2fsprogs-1.41.8

2010-01-26 Thread Aditya Bankar
Please help me. Thanks, Aditya - Original Message From: Aditya Bankar To: LFS Support List Sent: Tue, 26 January, 2010 2:02:19 PM Subject: Re: Error while installing e2fsprogs-1.41.8 I saw that the error while installation came while installing doc. I hacked to Makefile there to ad

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Chris Staub
On 01/26/2010 01:09 PM, Dmitry Sokolov wrote: > > - Original Message - > From: "Chris Staub" > To: "LFS Support List" > Sent: Tuesday, January 26, 2010 11:48 PM > Subject: Re: Ncurses 5.7 fail to configure > > >> On 01/26/2010 06:00 AM, Dmitry Sokolov wrote: >>> Hello, I'm Dmitry. >>> When

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Chris Staub
On 01/26/2010 01:13 PM, Bruce Dubbs wrote: > Dmitry Sokolov wrote: > > > Try > > ./configure --prefix=/tools --with-shared --without-debug \ > --without-ada --enable-overwrite --without-gpm > > > Evidently you have an old version of the gpm library installed. > > -- Bruce No, GPM is n

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Bruce Dubbs" To: "LFS Support List" Sent: Wednesday, January 27, 2010 12:13 AM Subject: Re: Ncurses 5.7 fail to configure > Dmitry Sokolov wrote: > >> ./configure --prefix=/tools --with-shared --without-debug --without-ada >> --enable-overwrite >> >> resul

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Dmitry Sokolov wrote: > ./configure --prefix=/tools --with-shared --without-debug --without-ada > --enable-overwrite > > result: > checking if you want to link with the GPM mouse library... maybe > checking for gpm.h... yes > checking for Gpm_Open in -lgpm... no > configure: error: Cannot link

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Chris Staub" To: "LFS Support List" Sent: Tuesday, January 26, 2010 11:48 PM Subject: Re: Ncurses 5.7 fail to configure > On 01/26/2010 06:00 AM, Dmitry Sokolov wrote: >> Hello, I'm Dmitry. >> When i configuring package Ncurses 5.7, i gets error: Cannot lin

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Bruce Dubbs" To: "LFS Support List" Sent: Tuesday, January 26, 2010 11:28 PM Subject: Re: Ncurses 5.7 fail to configure > Dmitry Sokolov wrote: >>> Dmitry Sokolov wrote: >> When i configuring package Ncurses 5.7, i gets error: Cannot link >> with >>

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Chris Staub
On 01/26/2010 06:00 AM, Dmitry Sokolov wrote: > Hello, I'm Dmitry. > When i configuring package Ncurses 5.7, i gets error: Cannot link with > GPM library. > What is it? and how to configure & make Ncurses normal? > LFS 6.5 Stable from http://www.linuxfromscratch.org/lfs/downloads/stable/ > Packages

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Ken Moffat" To: "LFS Support List" Sent: Tuesday, January 26, 2010 11:25 PM Subject: Re: Ncurses 5.7 fail to configure > /me wonders if people are misreading, or maybe there is a common > error I'm not aware of. Ah, first "proper" package after gcc, so > I

Re: Tool backup methods

2010-01-26 Thread Bruce Dubbs
Mike McCarty wrote: > Bruce Dubbs wrote: >> Andrew Benton wrote: >>> It annoys me that tar doesn't have a proper man page. You can find out >>> how to use it by running >>> tar --help|less >>> Coreutils contails a perl script called help2man that can convert the >>> output of --help into a usefu

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Dmitry Sokolov wrote: >> Dmitry Sokolov wrote: > When i configuring package Ncurses 5.7, i gets error: Cannot link with > GPM library. I see now. You said originally that it couldn't find gpm (general purpose mouse), not gmp. What command line (exactly) did you use for configure and wha

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Ken Moffat
/me wonders if people are misreading, or maybe there is a common error I'm not aware of. Ah, first "proper" package after gcc, so I understand the responses. Anyway, can you try configuring ncurses with --with-gpm=no ? I'm guessing configure found gpm.h among the host's headers. I never build

Re: Tool backup methods

2010-01-26 Thread Mike McCarty
Bruce Dubbs wrote: > Andrew Benton wrote: >> It annoys me that tar doesn't have a proper man page. You can find out >> how to use it by running >> tar --help|less > >> Coreutils contails a perl script called help2man that can convert the >> output of --help into a useful man page. I install it

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Bruce Dubbs" To: "LFS Support List" Sent: Tuesday, January 26, 2010 11:05 PM Subject: Re: Ncurses 5.7 fail to configure > Dmitry Sokolov wrote: > >> From: "Andrew Benton" >>> On 26/01/10 11:00, Dmitry Sokolov wrote: > When i configuring package Ncurse

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Bruce Dubbs
Dmitry Sokolov wrote: > From: "Andrew Benton" >> On 26/01/10 11:00, Dmitry Sokolov wrote: >>> When i configuring package Ncurses 5.7, i gets error: Cannot link with >>> GPM library. >>> What is it? and how to configure & make Ncurses normal? >>> LFS 6.5 Stable from http://www.linuxfromscratch.or

Re: Tool backup methods

2010-01-26 Thread Bruce Dubbs
Andrew Benton wrote: > On 25/01/10 09:18, Johnneylee Rollins wrote: >> I feel silly now. I used this command after looking a bit harder and >> using my google-fu. >> I used this from inside the $LFS directory. >> tar --bzip2 -cvf /home/myusername/LFStools.tar.bz2 tools >> > > It annoys me that tar

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
- Original Message - From: "Andrew Benton" To: Sent: Tuesday, January 26, 2010 6:38 PM Subject: Re: Ncurses 5.7 fail to configure > On 26/01/10 11:00, Dmitry Sokolov wrote: >> Hello, I'm Dmitry. >> When i configuring package Ncurses 5.7, i gets error: Cannot link with >> GPM library.

Re: Tool backup methods

2010-01-26 Thread Andrew Benton
On 26/01/10 09:07, Simon Geard wrote: > On Mon, 2010-01-25 at 11:45 +, Andrew Benton wrote: >> It annoys me that tar doesn't have a proper man page. > > I believe the maintainers are among those who prefer to provide their > documentation in the texinfo format, something not uncommon among GNU

Re: Ncurses 5.7 fail to configure

2010-01-26 Thread Andrew Benton
On 26/01/10 11:00, Dmitry Sokolov wrote: > Hello, I'm Dmitry. > When i configuring package Ncurses 5.7, i gets error: Cannot link with > GPM library. > What is it? and how to configure & make Ncurses normal? > LFS 6.5 Stable from http://www.linuxfromscratch.org/lfs/downloads/stable/ > Packages down

Ncurses 5.7 fail to configure

2010-01-26 Thread Dmitry Sokolov
Hello, I'm Dmitry. When i configuring package Ncurses 5.7, i gets error: Cannot link with GPM library. What is it? and how to configure & make Ncurses normal? LFS 6.5 Stable from http://www.linuxfromscratch.org/lfs/downloads/stable/ Packages downloaded from wget list LiveCD lfslivecd-x86_64-6.3

Re: Tool backup methods

2010-01-26 Thread Simon Geard
On Mon, 2010-01-25 at 11:45 +, Andrew Benton wrote: > It annoys me that tar doesn't have a proper man page. I believe the maintainers are among those who prefer to provide their documentation in the texinfo format, something not uncommon among GNU projects. Unfortunately, most users probably d

Re: Error while installing e2fsprogs-1.41.8

2010-01-26 Thread Aditya Bankar
I saw that the error while installation came while installing doc. I hacked to Makefile there to add absolute path to texi2dvi. After that I ran make install and now I get error saying that tetex-bin is not installed. I don't remember that we installed tetex-bin in chapter 5. Why is e2fsprogs co