> 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
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
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 &
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
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
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
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
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
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
Юрий Деханов 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
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
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
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$
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
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
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
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
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
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
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
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
> 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.
>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
* 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
24 matches
Mail list logo