Re: LFS 6.2 -> gcc-4.0.3 error during ompilation

2006-08-15 Thread fleole
> 3.) Be sure not to mix any packages: "After installing each package, delete > its source and build directories, unless specifically instructed otherwise. > Deleting the sources prevents mis-configuration when the same package is > reinstalled later." > > I do rename each package before starting

LFS 6.2 -> coreutils 5.96 error in the test

2006-08-15 Thread fleole
Hi, another problem in the next step. I compile without problem but when I run the command : make NON_ROOT_USERNAME=dummy check-root I have a test failing cd tests && make check-root make[1]: Entering directory `/sources/coreutils-5.96/tests' cd chown && make check TESTS=basic make[2]: Entering

Re: how to compile sources for win ?

2006-08-15 Thread Matthias B.
On Sun, 13 Aug 2006 16:42:00 +0200 kriss <[EMAIL PROTECTED]> wrote: > hi all > i want to compile this : http://apocalyx.sourceforge.net/ > it's for windaube in borland c++ and codeblock ide > so do you have scripts, "man", ideas ... > to switch the sources for borland c++ > to gcc ! ! ! > thanks &

Re: Uninstalling software in Linux

2006-08-15 Thread Angel Tsankov
Really simple way: Run ./configure and make as usual, but don't make install yet. Run touch /baseline (any file works) to set a baseline date. Run make install. Run find / -cnewer /baseline | sed -e '/^\/proc/d' -e '^\/sys/d' > /packagename.txt . This will show all of the files that were updated

Re: LFS 6.2 -> coreutils 5.96 error in the test

2006-08-15 Thread fleole
Selon [EMAIL PROTECTED]: > Hi, > > another problem in the next step. > I compile without problem but when I run the command : > > make NON_ROOT_USERNAME=dummy check-root > > I have a test failing > > cd tests && make check-root > make[1]: Entering directory `/sources/coreutils-5.96/tests' > cd cho

root.ext2

2006-08-15 Thread jnmch
Hi, I have already installed LFS-6.2-pre5. I would like to access the files packed on root.ext2 of LiveCD Version x86-6.2-pre5. I proceed this way: mount -t iso9660 /dev/hdc /mnt/cd losetup /dev/loop0 /mnt/cd/root.ext2 and after mount -t ext2 /dev/loop0 /mnt/disk I get an error VFS: Can't find

Re: Uninstalling software in Linux

2006-08-15 Thread Brandon Peirce
Angel Tsankov wrote: Really simple way: Run ./configure and make as usual, but don't make install yet. Run touch /baseline (any file works) to set a baseline date. Run make install. Run find / -cnewer /baseline | sed -e '/^\/proc/d' -e '^\/sys/d' > /packagename.txt . This will show all of the f

*** No rule to make target 'all'. Stop.

2006-08-15 Thread Юрий Деханов
Problem with 5.11.1. Re-installation of GCC I cannot compile GCC. When I enter make command I get this error: make[1]: *** No rule to make target 'all'. Stop. Help me. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: Uninstalling software in Linux

2006-08-15 Thread Angel Tsankov
Really simple way: Run ./configure and make as usual, but don't make install yet. Run touch /baseline (any file works) to set a baseline date. Run make install. Run find / -cnewer /baseline | sed -e '/^\/proc/d' -e '^\/sys/d' > /packagename.txt . This will show all of the files that were updated

Re: *** No rule to make target 'all'. Stop.

2006-08-15 Thread Chris Staub
Юрий Деханов wrote: Problem with 5.11.1. Re-installation of GCC I cannot compile GCC. When I enter make command I get this error: make[1]: *** No rule to make target 'all'. Stop. Help me. You probably didn't run configure, or it failed with an error. -- http://linuxfromscratch.org/mailman/li

Re: *** No rule to make target 'all'. Stop.

2006-08-15 Thread veritosproject
Jurij Djexanov wrote: > Problem with 5.11.1. Re-installation of GCC > > I cannot compile GCC. When I enter make command I get this error: > > make[1]: *** No rule to make target 'all'. Stop. > > Help me. You probably didn't run configure, or it failed with an error. Hmm...wouldn't it say someth

Re: Uninstalling software in Linux

2006-08-15 Thread Ken Moffat
On Tue, Aug 15, 2006 at 05:11:51PM +0300, Angel Tsankov wrote: > > It seems to me that the best way to go (for a Linux novice like me) is to > use the uninstall target of makefiles, if one is available. > Generally speaking, the doer of smth should also be the one who can best > undo it. Anythin

Re: *** No rule to make target 'all'. Stop.

2006-08-15 Thread Vladimir A. Pavlov
On Tuesday 15 August 2006 21:35, [EMAIL PROTECTED] wrote: > > You probably didn't run configure, or it failed with an error. > Hmm...wouldn't it say something about "and makefile not found"? ~$ mkdir dir; cd dir; ls ~/dir$ make make: *** No targets specified and no makefile found. Stop. ~/dir$

Re: LFS Version 6.2 - Chapter 6. Installing Basic System Software - Autoconf-2.59

2006-08-15 Thread Mag. Leonhard Landrock
Am Montag, 14. August 2006 23:37 schrieb Dan Nicholson: > On 8/14/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: > > Can't locate File/Glob.pm in @INC (@INC > > contains: /sources/autoconf-2.59/tests/../lib > > /tools/lib/perl5/5.8.8/i686-linux /tools/lib/perl5/5.8.8 > > /tools/lib/perl5/sit

Re: lfs-support Digest, Vol 1046, Issue 1

2006-08-15 Thread Jeremy Henty
On Sun, Aug 13, 2006 at 04:27:26PM -0700, Dan Nicholson wrote: > On 8/13/06, Jeremy Henty <[EMAIL PROTECTED]> wrote: > > * I needed to run "make uninstall" in the udev-071 build tree > > before installing udev-096. If you don't do that then something > > in the old udev-071 installation gets t

Re: LFS Version 6.2 - Chapter 6. Installing Basic System Software - Autoconf-2.59

2006-08-15 Thread Dan Nicholson
On 8/15/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: Am Montag, 14. August 2006 23:37 schrieb Dan Nicholson: > > Did this problem occur as mentioned in that old thread because you ran > ./Configure to check the defaults before running ./configure.gnu? I think so. At least I run "/source

Re: LFS Version 6.2 - Chapter 6. Installing Basic System Software - Autoconf-2.59

2006-08-15 Thread Mag. Leonhard Landrock
Am Dienstag, 15. August 2006 21:24 schrieb Dan Nicholson: > On 8/15/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: > > BTW: Is there a suimple an well known way to remove the "wrong" perl > > installation? > > > > For my first working (!) LFS installation I simple want to get the whole > > s

Re: LFS Version 6.2 - Chapter 6. Installing Basic System Software - Autoconf-2.59

2006-08-15 Thread Dan Nicholson
On 8/15/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: BTW: I did a check - take a look at "/usr/local/bin/". There I found two perl programs not mentioned in the LFS book "Short Descriptions". The two programs are "cpan" and "prove". Maybe one could mention them in the LFS book "Short D

Creating an installation program

2006-08-15 Thread keith meyer
Hello all, My first time posting to any mailing list and I'm not sure if I need to post this here. I want to create an installation program so I can actually send my distro that I have made through LFS and have others install it on their computers. Only problem is on this I don't know where t

Re: Creating an installation program

2006-08-15 Thread veritosproject
On 8/15/06, keith meyer <[EMAIL PROTECTED]> wrote: Hello all, My first time posting to any mailing list and I'm not sure if I need to post this here. I want to create an installation program so I can actually send my distro that I have made through LFS and have others install it on their comp

Re: Creating an installation program

2006-08-15 Thread Mag. Leonhard Landrock
Am Dienstag, 15. August 2006 23:33 schrieb keith meyer: > Hello all, > > My first time posting to any mailing list and I'm not sure if I need to > post this here. > > I want to create an installation program so I can actually send my distro > that I have made through LFS and have others install it

Re: Creating an installation program

2006-08-15 Thread keith meyer
> What about using an existing installer (borowed from any distribution)? I was planning on doing this, but wasn't too certain as to what I was looking for. > Well, just have a look at "http://wiki.debian.org/DebianInstaller";. After all > Debian is said to be free software and high quality.

Re: Creating an installation program

2006-08-15 Thread keith meyer
>I'm writing mine in Perl. Learn to make dialogs with Zenity (if >graphical) or ncurses (textmode). Or you can be lazy like me and just >get > >$response = ; > > every time. I would love to write my own but I kind of want to borrow like Slackware or Debian first. I'm just not sure what I'm loo

Re: Reasons for not removing the kernel source tree

2006-08-15 Thread Miguel Bazdresch
* Dan Nicholson <[EMAIL PROTECTED]> [2006-08-14 18:30]: > On 8/14/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: > >>> The LFS 6.1.1 book says that "the Linux source tree is often retained > >for a long time." What reasons may one have to do this? > >> > >> Building external kernel modules would be