Re: [lfs-support] LFS-7.5 Chapter 6.61. Util-linux-2.24.1

2014-04-07 Thread William Immendorf
On Mon, Apr 7, 2014 at 5:24 PM, Bruce Dubbs bruce.du...@gmail.com wrote:
 LOL.  That's html.  The book is in xml docbook.

 I'll see what I can do.
I've looked at the patch briefly. I'm pretty sure that using rm to
remove an executable is a bad idea in a system that might not always
have package management. I'd also note that shadow will likely install
man pages for the executable, and the patch does not have any
instructions to handle that.

Bruce, my suggestion would be to add a new sed based off the one for
disabling the groups executable. I'd imagine that something like this
would do the trick:

sed -i 's/nologin$(EXEEXT) //' src/Makefile.in
find man -name Makefile.in -exec sed -i 's/nologin\.8 / /' {} \;

William
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] LFS 7.4 Patching Perl

2013-12-25 Thread William Immendorf
On Wed, Dec 25, 2013 at 9:44 AM, Bob Elgie bob.el...@gmail.com wrote:
 Among the patches needed to build 7.4 is a Perl libc patch. I can't see
 where this patch is applied; it is not mentioned in chapter 6.39.

 The only place I find instructions to apply it is in the French version of
 the svn build.

 Should the patch be applied at all, and if so, where would that happen if
 not in 6.39?
The patch is actually in use during the Chapter 5 build of Perl. The
patch is meant to allow Perl to detect Libc in locations other than
/lib. Not important for Chapter 6, but critically important for
Chapter 5.

William
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Booting LFS and UEFI

2013-12-19 Thread William Immendorf
On Thu, Dec 19, 2013 at 1:32 PM, Dan McGhee beesn...@grm.net wrote:
 I purposefully didn't mention gummiboot because I wanted my presentation
 to be as minimal as possible. The same reason for no logic and
 references. I really like gummiboot. And yes, it it PCIutils that it needs.
Yea, I really like what I saw of it. It doesn't have the overhead that
GRUB has, and it lets you choose whether you want to boot into Linux
or some other system.

 While I've got you on the phone :) , I cannot get my LFS system to be
 gummiboot's default. This is my loader.conf:

 timeout 10
 default lfs74.conf

 Have I not identified the LFS loader properly? The gummiboot examples
 have a number in their example loader.conf and I don't know whether
 that's a machine ID or UUID.
Change default lfs74.conf' to default lfs74. You are just supposed
to put the name of the system without .conf after it. Gummiboot should
work properly after that.

William
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] LFS, Uthayanan has invited you to open a Gmail account

2012-01-10 Thread William Immendorf
On Jan 10, 2012 5:27 AM, Uthayanan suthaya...@gmail.com wrote:

 I've been using Gmail and thought you might like to try it out. Here's an
invitation to create an account.
You do realize that Gmail is not good for managing mailing lists?

(yes, I know it probaly was a finger slip or something - but still...)

Sent from Remillia, my rooted ASUS Transformer
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Ok, now I am having issues

2011-11-08 Thread William Immendorf
On Mon, Nov 7, 2011 at 10:42 AM, Bruce Dubbs bruce.du...@gmail.com wrote:
 The LFS system will be built by using an already installed
 Linux distribution (such as Debian, Mandriva, Red Hat, or SUSE). This
 existing Linux system (the host) will be used as a starting point to
 provide necessary programs, including a compiler, linker, and shell,
 to build the new system.
(Bruce, you may want to add:)
The LiveCDs of these distributions work well as a base system too.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: wget-list in svn-20111005

2011-10-06 Thread William Immendorf
On Thu, Oct 6, 2011 at 5:51 AM, Philippe Delavalade
philippe.delaval...@sfr.fr wrote:
 I'm trying to download sources in svn-20111005 ; seven are failing ; for
 instance linux-3.0.4.tar.bz2...

 The exact URL given in wget-list is 
 http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.0.4.tar.bz2

 When going on http://www.kernel.org/pub/linux/kernel/ I could see there was
 no directory v3.x.
The kernel.org team is still uploading their kernel releases. While
that is happening, please use Anduin or one of the other LFS package
sites in order to get the kernel.org packages.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: 5.5.1. Installation of Cross GCC error in libgcc

2011-09-11 Thread William Immendorf
On Sat, Sep 10, 2011 at 9:33 PM, Quinn quinn...@gmail.com wrote:
 configure:3020: /mnt/lfs/data/sources/gcc-build/./gcc/xgcc
 -B/mnt/lfs/data/sources/gcc-build/./gcc/ -B/tools/i686-lfs-linux-gnu/bin/
 -B/tools/i686-lfs-linux-gnu/lib/ -isystem /tools/i686-lfs-linux-gnu/include
 -isystem /tools/i686-lfs-linux-gnu/sys-include    -o conftest -g -O2
 conftest.c  5
 /mnt/lfs/data/sources/gcc-build/./gcc/as: line 83: exec: : not found
 configure:3023: $? = 1
Why are you installing the assembler into gcc-build/gcc instead of
$LFS/tools? It should be located in $LFS/tools/bin, not into one of
your build directories.

Please recompile Cross-Binutils, and install it into $LFS/tools.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Ubuntu Host system, Toolchain

2011-09-02 Thread William Immendorf
On Fri, Sep 2, 2011 at 8:59 PM, Tyler McMaster
tyler.j.mcmas...@gmail.com wrote:
 I'm following LFS Book 6.3 and am having issues adjusting the toolchain. It
 stays as /lib/ld-linux.so.2
 If i need to change my host OS. Please tell me so.
What you really need to change, first off, is your LFS version. 6.3 is
too old to be really usable now. Please use the 7.0 RC1 release
instead of LFS 6.3.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.8 chap 5.5 gcc 4.5.2 make fails short version

2011-08-21 Thread William Immendorf
On Sun, Aug 21, 2011 at 4:55 AM, Franz L. Kuhlmann
f_kuhlm...@freenet.de wrote:
 Hi, William,
 pls find appended excerpt of
 /mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc/config.log
I said ATTACHED, not APPENDED. Do you not understand email
attachments? There should be a place to make one in your email client,
and do that next time when sending in config.log files. The
alternative is to use Pastebin (at www.pastebin.com), which works
quite well too.
 configure:3233: /mnt/lfs/sources/gcc-build/./gcc/xgcc
 -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/i686-lfs-linux-gnu/bin/
 -B/tools/i686-lfs-linux-gnu/lib/ -isystem /tools/i686-lfs-linux-gnu/include
 -isystem /tools/i686-lfs-linux-gnu/sys-include    -c -g -O2  conftest.c 5
 /mnt/lfs/sources/gcc-build/./gcc/as: line 83: exec: : not found
Heuh... The build fails because it's can't find the exec command, but
that's supposed to be built into Bash... I think that there is
something wrong with your host system, don't know exactly what, but
it's definitely wrong. That should not be happening.

 In the meantime, I will start from scratchSCRATCH, i.e. reinstall Ubuntu,
 establish LFS Host System Requirements, etc etc - (I may have hit one or the
 other wrong key in the process!?)
Go ahead and do that. Still, a broken shell is quite strange...



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.8 chap 5.5 gcc 4.5.2 make fails short version

2011-08-21 Thread William Immendorf
On Sun, Aug 21, 2011 at 4:55 AM, Franz L. Kuhlmann
f_kuhlm...@freenet.de wrote:
 bash, version 4.2.8(1)-release
 /bin/sh - /bin/bash
This looks OK.
 Binutils: (GNU Binutils for Ubuntu) 2.21.0.20110327
Again, normal.
 bison (GNU Bison) 2.4.1
 /usr/bin/yacc - /usr/bin/bison.yacc
This looks normal.
 GNU Awk 3.1.7
 /usr/bin/awk - /usr/bin/gawk
Again, normal.
 gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Umm, but isn't the Linaro toolchain meant for, ya know, ARM systems
(like most Android phones these days)? I happen to know this because I
used it to build Cyanogenmod (a popular aftermarket Android ROM) and
Clockworkmod (a custom recovery) for my Inspire with this toolchain. I
don't know, maybe you should use the one that came with the host?
 
 (the answer to  --- /lib/libc.so.6 | head -n1 | cut -d, -f1 --- was
 displayed only after I manually created a symlink to
 /lib/i386-linux-gnu/libc.so.6;
 this is a deviation from the book)
 
I think that Ubuntu should make a symlink for /lib/libc.so.6 by
itself, but I could be wrong. Either way, the compilation came out
fine on your host. But, your suggestion should work, as long as you
backup all of your data.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


(BTW: GCC-pass1 is built in 5.5) Re: LFS 6.8 chap 5.10 gcc 4.5.2 make fails short version

2011-08-19 Thread William Immendorf
On Fri, Aug 19, 2011 at 4:22 AM, Franz L. Kuhlmann
f_kuhlm...@freenet.de wrote:
 So,  header files ac_nonexistent.h libelf.h gelf.h libelf/libelf.h
 libelf/gelf.h are missing...

 I am at a loss - will appreciate any and all suggestions
I don't think that libelf is the problem, rather, look (and attach)
the configure log for libgcc (should be in it's build directory). Look
for a line that says error: cannot compute suffix of object files:
cannot compile and look around there. You should see what caused it
and why.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Problems with Grub

2011-08-18 Thread William Immendorf
On Thu, Aug 18, 2011 at 2:51 AM, Giorgio Cittadini gioci...@gmail.com wrote:
 I hope I'm not becoming tedious, but, while running along BLFS avenue,
 I encountered a big problem: I don't succeed in installing GPM-1.20.1.
 I followed LFS-Book-6.8 and now BLFS-Book-6.3. I always get the errors
 here reported:
Please make sure you reply at the bottom, not at the top.

Anyway, to make it very clear, DO NOT USE BLFS 6.3 WITH ANY LFS OTHER
THAN 6.3. It's not recommended, and you are much, much better off
using BLFS SVN with LFS 6.8. Yes, it's incomplete, but it's all we've
got that's as up to date as that.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.8 chap 5.10 gcc 4.5.2 make fails

2011-08-17 Thread William Immendorf
On Wed, Aug 17, 2011 at 11:19 AM, Franz L. Kuhlmann
f_kuhlm...@freenet.de wrote:
 Hi, here is what I have done (on my UBUNTU 11.04 host, which has
 build-essential installed, and is meeting lfs 6.8 host system requirements
snip wall of text, it said that the gcc used cannot compile
Hey, China called you earlier, they wanted their wall back. Next time,
just post the tail end of the output next time.
 config.log sent as separate post
Do you know about email attachments? Well, obviously you don't, and
it's better practice to attach this kind of stuff next time. Or just
use Pastebin.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs system

2011-08-14 Thread William Immendorf
On Sun, Aug 14, 2011 at 4:31 PM, Bill Cunningham bill...@suddenlink.net wrote:
    I will continue studying the book, asking questions and watching
 eveyones else's progress. But for now I'm really burned out. I can't even
 get beyond building a C compiler for the system. As someone else mentioned
 rading the book in HTML is much easier that reading a pdf.
The Number One Key Rule of the List: Don't be ambiguous. Please be
sure to have these in email to (b)lfs-support:

 * LFS version used (hopefully 6.8, but svn-* is decent as long as you
know what you are doing)
 * Where you are in the book (in the form of 5.5 - GCC Pass 1 4.5.2)
 * Your problem (be clear on what it is)
 * Last few lines of failing command.
 * If configure failed, attach config.log to your email.

If this is repeating myself, I don't care. But please reply to this
message with a complete support list message following these rules.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs system

2011-08-13 Thread William Immendorf
On Sat, Aug 13, 2011 at 7:20 AM, Bill Cunningham bill...@suddenlink.net wrote:
  I pretty much have given up on building lfs. But I will lurk the list
 and chat with others
 Bill
Look, LFS is hard the first few times. But if you keep trying, asking
the list while being clear, you can do better at the book. Please make
sure you read this:

http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: binutils [II]

2011-08-06 Thread William Immendorf
On Aug 6, 2011 1:45 AM, Bill Cunningham bill...@suddenlink.net wrote:

The latest LFS livecd has binutils 2.17 which is require to build
 glibc-2.13 but when I try to run the configure script it tells me that the
 assembler is too old? Huh?
And this is why we build our own copies of Binutils and GCC before Glibc.
Word of advice: FBBG, and don't mix LFS versions. It's as disastrous as
mixing water and acid, except not as harmful to you.

Sent from Sukia, my rooted HTC Inspire.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: binutils [II]

2011-08-06 Thread William Immendorf
FYI: It really helps if you actually understand us and the list, and the
book.

On Aug 6, 2011 2:58 PM, Bill Cunningham bill...@suddenlink.net wrote:
Mixing versions? What is FBBG?

FBBG = Follow Book, Book Good

I said you were mixing versions because you were building Glibc 2.13 (LFS
6.8) with Binutils 2.17 (LFS 6.3). In the book, you are supposed to build
temporary copies of Binutils and GCC before building Glibc.

Again, FBBG.

Sent from Sukia, my rooted HTC Inspire.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread William Immendorf
On Fri, Jul 29, 2011 at 11:20 AM, sandip sitapara s13884...@gmail.com wrote:
 Thanks Eric to throw light upon my mistake of directory structure for build.
 The last problem has been solved. But again I got error in libjava. Please
 find below the same.
I'd really like to know why you were building Libjava at this point in
the book. While I build all of GCC's languages (except for Ada, which
I build when I have a Ada compiler), I do that in Chapter 6, and it
still seems that you are at Chapter 5.

Word of advice: FBBG. Just build C and C++ at this point and you will be fine.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: glibc error again

2011-07-28 Thread William Immendorf
On Thu, Jul 28, 2011 at 2:52 AM, Simon Geard delga...@ihug.co.nz wrote:
 Just find a live disk of some recent distro, and use that as a host -
 Ubuntu is good, someone else suggested Gentoo. You don't actually need
 to install it - just boot off a CD or USB stick, and build the packages
 from there. Forget about Redhat 9 - it's just too old.
Or just simply burn an image of Knoppix and you will be fine.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: glibc error again

2011-07-28 Thread William Immendorf
On Thu, Jul 28, 2011 at 10:45 AM, Bill Cunningham
bill...@suddenlink.net wrote:
    I have a livecd of lfs. I think that will do. now if I could just figure
 out how to get the system running with it. I will look closely at the docs.
As long as that LiveCD is of LFS 6.3, you are fine.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: glibc

2011-07-26 Thread William Immendorf
On Tue, Jul 26, 2011 at 8:29 AM, Bill Cunningham bill...@suddenlink.net wrote:
    Ok. It's there. I have solved this problem. And another has arisen. I am
 running an old RH 9 32 bit OS on a AMD athelon 64 bit address bus processor.
(FYI: It's spelled Athlon, not Athelon.)
The OS that you are using is not adquadate for building LFS 6.8. The
book recommends a host system that is like or newer than LFS 6.3,
which is dated around late 2007. Redhat 9 was released around 2003 or
so, and that tells me right there that your host system is way too old
to build on.

While you could contune building, I'd recommend going and downloading
the latest version of the Knoppix LiveCD (or LiveDVD if you prefer)
from http://www.kernel.org/pub/dist/knoppix/. There is help at
http://www.knopper.net/knoppix-info/index-en.html, and be sure to look
at the cheatcodes for Knoppix.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: more glibc problems

2011-07-26 Thread William Immendorf
Sorry to barge in all of a sudden, but I just want to clear up some info:

On Tue, Jul 26, 2011 at 2:14 PM, Andrew Elian e_lio...@hotmail.com wrote:
 It seems to me you will have two major difficulties with your current
 LFS build: 1) your build host is old and 2) using an amd64 with a 32 bit
 linux. Not in itself a bad thing, but as you have discovered, some packages
 will do strange things and fail to compile.
Well, actually, having a 32bit host on a 64bit system will not be much
different from building 32bit on 32bit or 64bit on 64bit. The only
substantal difference is that 32bit systems can only access up to 4 GB
of RAM due to limitations, while 64bit systems have no limit.

Quoting from the book (section iii, LFS Target Architectures):

The gain from going to a 64-bit system is relatively minimal. Of
course, if you have more than 4GB of RAM or want to manipulate data
that exceeds 4GB, the advantages of a 64-bit system are substantial.
That, and the fact that packages compiled against static libraries
will not compile unless the library was compiled with -fPIC.

Therefore unless he has more than 4GB of RAM (which I doubt, as only
computer enthusiasts really have more than that, and if he was one, I
don't think he will be this helpless), I don't really recommend
building 64bit systems right now. But that doesn't mean that you can
still try, oh no,  you will just have a more challenging experience,
and if you like that, go ahead. But otherwise, don't go 64bits.
 I will strongly recommend the x86_64-Pure64 Cross Linux From Scratch book as 
 it deals
 with building on a host which is very different than the target.  Give
 development version (as it is the most up to date) a try and see how it goes.
Actually, I DON'T RECOMMEND YOU USE CLFS. It's nothing personal, but
the reason why is that it's meant for experts, experts that are not
like you. The book is less stable, and the stable version right now is
less up to date. They also do things quite diffrerently in the book,
so it will be tougher to follow right now. When you feel like it,
sure, But not for your first build.

Oh, and it's dangerous to go alone. Take this!

(Hint Get!!) 
http://www.linuxfromscratch.org/hints/downloads/files/essential_prereading.txt


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: coreutils-8.10 Expensive Test Error

2011-07-21 Thread William Immendorf
On Thu, Jul 21, 2011 at 8:31 AM, Frederick Muriithi
fredmang...@gmail.com wrote:
 Is it okay to ignore the error, and if not, what's the best course of action?
 A search on coreutils-8.10 error on linuxfromscratch.org gives errors
 from the coreutils-8.9-i18n-1.patch patch.
I usually ignore test suites unless they are really needed (like in
the case of GCC and such). In this case, you can keep going on. Be
sure to register yourself on the LFS user counter!!!


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: gcc (first pass) compilation error

2011-07-07 Thread William Immendorf
On Thu, Jul 7, 2011 at 6:29 AM, Frederick Muriithi
fredmang...@gmail.com wrote:
 ../../gcc-4.5.2/gcc/c-common.c: In function 'c_common_nodes_and_builtins':
 ../../gcc-4.5.2/gcc/c-common.c:5106: internal compiler error: Segmentation 
 fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 make[2]: *** [c-common.o] Error 1
 make[1]: *** [all-gcc] Error 2
 make: *** [all] Error 2
Ah, so you are getting segfaults (a shorting of segmentation fault)
There is a big page on them here:

http://www.bitwizard.nl/sig11/

The most common cause of these is because of overclocking the CPU
(increasing the speed of it) and/or bad memory. If you don't know what
overclocking is and/or you don't actually overclock your cpu, then
it's usually a problem with your memory.

There is a great program that checks for bad memory, called Memtest86+:

http://www.memtest.org/

Download the latest version, burn it, boot into it, and let it run
overnight. If any errors come up, try to remove SIMMs and see if you
can get Memtest to pass, and hopefully get no segfaults when
compiling.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Glibc test error

2011-07-02 Thread William Immendorf
On Sat, Jul 2, 2011 at 8:12 AM, Andrea Bencini andrea.benc...@tin.it wrote:
 I have problems with glibc-2.3.6 under hostsystem Fedora 8 and lfs Version
 6.2
 Should I be worried about this or  can I continue?
Well, while your issue is that you don't have a c++ compiler
installed, the more patent  and bloody issue is this: YOU ARE BUILDING
A VERY OLD AND OBSOLETE VERSION OF LFS. Always use the latest stable
version of LFS, and it would help more if you tell us which chapter
and section you are in.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: compiling cross gcc-4.6.0

2011-06-29 Thread William Immendorf
On Wed, Jun 29, 2011 at 7:03 PM, Bill Cunningham bill...@suddenlink.net wrote:
    I have installed the cross-compiled binutils-2.21 but I'm not clear on
 how to get my first pass gcc-4.6.0 to use the cross-compiled ld and as.
 Those spec files can be hard to read too. How can I get gcc-4.6.0 to use my
 new ld and as?
One word: FBBG. (follow book, book good). Just move on, nothing to
really worry about. The instructions are correct, just keep a going.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: gcc-4.6.0 errors

2011-06-29 Thread William Immendorf
On Wed, Jun 29, 2011 at 8:22 PM, Bill Cunningham bill...@suddenlink.net wrote:
 /lfs/gcc-4.6.0/host-i686-pc-linux-gnu/gcc/cc1: error while loading shared
 libraries: libmpc.so.2: cannot open shared object file: No such file or
 directory
It would really help first off if you simply tell us where you are at.
Are you doing the first pass or the second pass of GCC?

Anyway, I think you should simple reset the GCC build and try again,
following the book exactly.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: gcc (first pass) compilation error

2011-06-24 Thread William Immendorf
On Fri, Jun 24, 2011 at 12:35 AM, Mike McCarty
mike.mcca...@sbcglobal.net wrote:
 Is that in large friendly letters? Then he'd better bring
 his towel.
Well, I would have made that part bigger, but we can't use HTML in our
messages. Bummer.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


OT: Re: How is this possible?

2011-06-23 Thread William Immendorf
On Thu, Jun 23, 2011 at 12:47 AM, Webmaster ad...@hwlyz.tk wrote:
 http://distro.ibiblio.org/tinycorelinux/welcome.html

 Have you ever read this? Such a tiny linux...
This stuff goes on the lfs-chat mailing list, not on the lfs-support
list. Since I don't subscribe to the lfs-chat list, I'm marking it as
OT.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: gcc (first pass) compilation error

2011-06-23 Thread William Immendorf
On Thu, Jun 23, 2011 at 6:09 AM, Frederick Muriithi
fredmang...@gmail.com wrote:
 ./gt-c-decl.h: In function 'gt_ggc_mx_lang_tree_node':
 ./gt-c-decl.h:61: error: dominator of 7 should be 10, not 9
 ./gt-c-decl.h:61: internal compiler error: in verify_dominators, at
 dominance.c:875
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 make[2]: *** [c-decl.o] Error 1
 make[1]: *** [stage2_build] Error 2
 make: *** [bootstrap] Error 2
While 6.3 might be the version that the LiveCD is targeting, the
version is obsolete. The latest stable version is now 6.8.

Please make sure you are using the version at
http://www.linuxfromscratch.org/lfs/view/stable, and promise me you
will use that instead of LFS 6.3.

If you want to use a LiveCD, just use something like Knoppix or Aptosid.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Shadow's su using Package Users will not switch

2011-06-22 Thread William Immendorf
On Wed, Jun 22, 2011 at 3:14 PM, jpkaper spaky...@xs4all.nl wrote:
 After installing Shadow from chapter 6.55, switching as root to a new user
 with su gave the error:Setgid: Operation not permitted.
 I was able to work around this problem by replacing Shadows's su with
 su(-tools) from the tools-directory, but I like to know where the problem
 comes from. Has it to do with the Package Users system?
Experience tells me that you need to make su setuid in order for it to
work. To do this, run

chown root /bin/su 
chmod 4755 /bin/su


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: 6.50. Man-DB-2.5.9

2011-06-22 Thread William Immendorf
On Wed, Jun 22, 2011 at 5:18 PM, robert mullinrob...@gmail.com wrote:
 Serious errors? are these the errors noted
 Note that 2 tests are known to fail as they rely on warnings output from 
 Groff,
 which changed slightly in Groff-1.21.
I think that's what the book meant about these two tests. You can go on.

Please note for future reference that, unless otherwise specified,
test suites are not necessary.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs-bootscripts-20110424 not work since last update

2011-05-27 Thread William Immendorf
On Fri, May 27, 2011 at 5:42 AM, xinglp xin...@gmail.com wrote:
 missing /usr/lib/lsb/install_initd
I think the reason why is that there was a change in the book that
made it use the LSB scripts instead of the regular ones, and we
haven't provided initd_tools, which is the package required for these
to install properly.

Either the book should add initd_tools or it should revert to using
the regular scripts for the time being.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


The trouble with not following instructions (a problem with X.org)

2011-05-23 Thread William Immendorf
(Janu, you should either configure the list to not receive messages in
digest, or just change the subject heading when you reply.)

On Mon, May 23, 2011 at 1:43 AM, janu mam janakiramulu.mt...@gmail.com wrote:
 janu[~Downloads/xc/lib]echo $XORG_CONFIG

 result :nothing
You did not follow the directions, as you can see by reading the
renamed subject header. Go back to Introduction to Xorg 7.6, and
follow the instructions EXACTLY. AND I REALLY MEAN EXACTLY.

Also refer to my previous messages about this problem.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: The trouble with not following instructions (a problem with X.org)

2011-05-23 Thread William Immendorf
On Mon, May 23, 2011 at 11:53 AM, Mike McCarty
mike.mcca...@sbcglobal.net wrote:
 William, you have the patience of a saint.
Thanks. I was planning to submit this whole event onto Computer Stupidities:

Website: http://www.rinkworks.com/stupid/

I'll file it under Listen Already!

Is it OK if I do so?

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: bash:etc/sysconfig/mouse no such file or directory

2011-05-10 Thread William Immendorf
On Tue, May 10, 2011 at 1:53 AM, janu mam janakiramulu.mt...@gmail.com wrote:
 bash:etc/sysconfig/mouse no such file or directory
You probably just made a typo. It's supposed to be
/etc/sysconfig/mouse, not etc/sysconfig/mouse (notice the slash at the
beginning).

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--
Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: I MISS/deleted SOME FILES IN sysconfig dir [UNDER /etc/]

2011-05-10 Thread William Immendorf
Please send all messages relating to BLFS support to the BLFS support
list in the future. Also, disable HTML email when sending to the list.
Also, it's hard to understand what you are saying.

On Tue, May 10, 2011 at 6:17 AM, janu mam janakiramulu.mt...@gmail.com wrote:
   is that because of we missed some[Those files would have come from lfs-how 
 to get back those]files in /etc/sysconfig dir??
 ANY SOLUTION?
Just unpack the LFS bootscripts and run make install. Then rerun
Chapter 7 in the book, configuring appropriately to your system. That
should work. If you installed any other bootscripts in BLFS, just
reinstall and reconfigure those.


--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: blfs-svn- [make install-gpm] error

2011-05-09 Thread William Immendorf
On Mon, May 9, 2011 at 6:08 AM, janu mam janakiramulu.mt...@gmail.com wrote:
 -bash-4.1#make install-gpm
 result
 no git avilable ,not updating version
 make:***No rule to make target 'install-gpm'.stop
You are supposed to run make install-gpm in the BLFS bootscripts
directory, which should be in your source directory with the name of
blfs-bootscripts-(timestamp) If you haven't downloaded the scripts
(don't blame you, it can be very easy to skip over), they are
available at 
http://www.linuxfromscratch.org/blfs/downloads/svn/blfs-bootscripts-20100825.tar.bz2.
When the book asks you to install a bootscript, you are supposed to
install it from there.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Fwd: LFS6.7

2011-04-23 Thread William Immendorf
Just for reference. This is a contuiation of janu mam's previous
lfs-support thread
(http://linuxfromscratch.org/pipermail/lfs-support/2011-April/040741.html).

The reason why this was a forward is because this was sent directly to
my address, not to the list itself. I'll remind janu that he should
send to the list next time.

William

-- Forwarded message --
From: janu mam janakiramulu.mt...@gmail.com
Date: Sat, Apr 23, 2011 at 1:27 AM
Subject: LFS6.7
To: will.immend...@gmail.com



hi William Immendorf

thanks for reply
i redo the chapters this time i didnot get any errors
i started lfs6.7,so i am in middle,i cant skip to 6.8(any way let me
finish lfs6.7)
here i have small doubt

  when i type  whole @ chapter  6

 'echo $LFS' its not giving any result,why
it should display set environment variable
why did i use wrong that
chroot command @ chroot $LFS /tools/bin/env -i \
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
/tools/bin/bash --login +h
do i need to remove -i option in env
command inside chroot---
[pageno-26 @ 4.1. About $LFS
Do not forget to check that $LFS is set whenever you leave and reenter
the current working environment (as when
doing a su to root or another user).]
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS6.7

2011-04-23 Thread William Immendorf
Before I say anything, really, can you please send to the list next
time and not to me or anyone else? There is a reply function on your
mail client - I want you to use that next time. Don't reply above the
message, reply below it. And please trim posts.

Anyway,

On Sat, Apr 23, 2011 at 1:27 AM, janu mam janakiramulu.mt...@gmail.com wrote:
 i started lfs6.7,so i am in middle,i cant skip to 6.8(any way let me finish
 lfs6.7)
 here i have small doubt
Good. But next time, always use the latest version of LFS out there.
   when i type  whole @ chapter  6

  'echo $LFS' its not giving any result,why
 it should display set environment variable
 why did i use wrong that
You are misunderstanding the instructions. $LFS points to the
directory in which the LFS system is mounted. When you are in the
chroot environment, you are in $LFS. So, there is no need for $LFS to
be set.

(to editors: Addendum about this?)
 chroot command @ chroot $LFS /tools/bin/env -i \
 HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
 PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
 /tools/bin/bash --login +h
 do i need to remove -i option in env command
 inside chroot---
No. The -i option of env (according to the man page) means to start
with an empty environment, and that means that extra environment
variables from the host are removed.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs-.7

2011-04-22 Thread William Immendorf
On Fri, Apr 22, 2011 at 12:01 AM, janu mam janakiramulu.mt...@gmail.com wrote:
 hi i am building lfs6.7(using lfs live cd)
  6.49. Make-3.82
 make giving full(al) errors
Sorry, but we need more information than that - What was the last
command run and the errors afterward? We'd like to see the tail end of
the build log.

Also, LFS 6.8 is out. Just so you know. It's been out for a month, not
really sure why you are using 6.7.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs-.7

2011-04-22 Thread William Immendorf
On Fri, Apr 22, 2011 at 2:47 AM, janu mam janakiramulu.mt...@gmail.com wrote:

 first thing is in lfs6.7,@ 6.16. GCC-4.5.1
 make -k check, giving errors

 according to book(Test the results, but do not stop at errors:)
 shall i move to furward
 plz help me
Well, you moved on anyway, judging by your previous message. Please
attach what ../gcc-4.5.1/contrib/test_summary | grep -A7 Summ
outputs. (Copy the command, not including the quotes)

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: make fails in section 6.16.1. Installation of GCC

2011-02-24 Thread William Immendorf
On Thu, Feb 24, 2011 at 6:18 PM, Ankit Sharma ankycoo...@gmail.com wrote:
 checking for recent GMP... yes
 checking for gmp internal files... configure: error: header files gmp-impl.h
 and longlong.h not found
 make[1]: *** [configure-mpfr] Error 1
 make[1]: Leaving directory `/sources/gcc-build'
 make: *** [all] Error 2
Try reinstalling GMP, and follow the instructions this time.
Also, build MPFR and MPC if you haven't arleady.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS Page 5.19 - File 5.04 Complie Issues

2011-01-28 Thread William Immendorf
On Fri, Jan 28, 2011 at 1:27 AM, Casey Daniels - lfs l...@cd.kcfam.net wrote:
 /media/lfs/sources/file-5.04/src/.libs/lt-file: error while loading shared
 libraries: libz.so.1: cannot open shared object file: No such file or
 directory
Is there something wrong with your toolchain? Zlib is not built in the
toolchain, so why is (presumbly) configure detecting it? Can I see
your config.log so I can see what is causing it to use the host libs?

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Help Needed with 6.12 Binutils + Package Users

2011-01-10 Thread William Immendorf
On Mon, Jan 10, 2011 at 7:57 PM, Brian Winfrey bwcod...@gmail.com wrote:
 I am unable to get passed 6.12 Binutils due to expect -c spawn ls
 returning the ptys error.
This is normal when using the package users hint, due to the fact that
the PTY's are incorrectly premissioned in the chroot environment. If
you want to run the test suites for anything using DejaGNU in the
chroot enviorment, run the test suite as root.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Udev-165 (apparently) System Crash

2011-01-06 Thread William Immendorf
On Thu, Jan 6, 2011 at 6:36 PM,  al...@verizon.net wrote:
 If I correctly read the frozen screen, and taking into account the Udev step
 where the crash occurs, seems an IRQ conflict of some sort.
 I'll dig into it.
Intriguing. This is something that you should report to both LKML and
linux-hotplug (the Udev list). Also, be sure to provide the kdump of
that kernel, the log, and the hardware that you think is causing the
Udev issue.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: make won't work in section 6

2010-12-28 Thread William Immendorf
On Tue, Dec 28, 2010 at 3:54 PM, piper.guy1 piper.g...@gmail.com wrote:
 root:/tools/bin# ls -l make
 -rwxr-xr-x 1 root root 457270 Dec 28 19:25 make
 root:/tools/bin# make --help
 bash: /tools/bin/make: No such file or directory
 root:/tools/bin# file make
 make: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
 dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not
 stripped
 root:/tools/bin#
If this is happening, I think you forgot to adjust the linker paths
for the pass-2 builds of Binutils and/or GCC. To check, in the host
system, run ldd /tools/bin/make | grep '/tools'. If it returns
nothing, your toolchain is pointing to the wrong path.

If you have to restart, do so, and this time, make sure that you
really copy and paste the instructions, and always run the sanity
checks when the book asks you to. Also, run the testsuites for Glibc,
Binutils, GMP/MPFR/MPC, and GCC if you want to really make sure you've
done a good job (and make sure you check the test results with the LFS
ones)


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: gmp

2010-12-23 Thread William Immendorf
On Thu, Dec 23, 2010 at 2:04 AM, Mike m-jack...@charter.net wrote:
 I am in /sources/gmp-5.0.1  directory.
 This is a x86_64 dual core so I am trying to use the ABI=32 option.
 I must have something wrong but I don't see what.
 Any suggestios?  I tried deleteing the directory and starting over with this
 one but got the same thing.
 If I understand it correctly I need to use the abi=32 env arg
Your problem is that you are building an Pure64 bit system, and on
that system, that arg makes no sense.

Remove ABI=32 from configure and run it again.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: tar-1.25 got a tarball file lager than the dir

2010-12-23 Thread William Immendorf
On Thu, Dec 23, 2010 at 12:38 AM, xinglp xin...@gmail.com wrote:
 sorry about my Egnrish ;-)
... what did I tell you about the fact that this thread DOES NOT
BELONG ON THIS LIST!!!

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: tar-1.25 got a tarball file lager than the dir

2010-12-23 Thread William Immendorf
On Thu, Dec 23, 2010 at 7:44 AM, William Immendorf
will.immend...@gmail.com wrote:
 On Thu, Dec 23, 2010 at 12:38 AM, xinglp xin...@gmail.com wrote:
 sorry about my Egnrish ;-)
 ... what did I tell you about the fact that this thread DOES NOT
 BELONG ON THIS LIST!!!
Wow, I'm a hypocrite.

I was making it clear that this thread does not belong at all on this list.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: tar-1.25 got a tarball file lager than the dir

2010-12-23 Thread William Immendorf
On Thu, Dec 23, 2010 at 10:08 PM, Simon Geard delga...@ihug.co.nz wrote:
 No need to be rude about it... the world isn't going to end just because
 someone asked a question on the wrong mailing list...
I was saying it in capital letters because he seemed like he ignored
me the first time I said that he wrote on the wrong list.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.6 problems

2010-12-22 Thread William Immendorf
On Wed, Dec 22, 2010 at 9:22 AM, code.xiyou code.xi...@gmail.com wrote:
 Hi us,
    I do LFS6.6 with ubuntu 10.04. It works well, however there are some
 errors,
 which happen during check steps. The LFS book says it is correct. I think it
 must
 be some bugs. Can we keep doing LFS when errors happen during checking
 errors?
 What do you think of these bugs? Should we report them?
       Any answer is okay, thanks.
What errors? Be more specific, and post logs.

Anyway, I did want you to use the latest stable version of LFS
whenever possible, but if you are this far ahead, then I would say
keep going, once we tell you that you are OK.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: tar-1.25 got a tarball file lager than the dir

2010-12-22 Thread William Immendorf
On Wed, Dec 22, 2010 at 11:32 AM, xinglp xin...@gmail.com wrote:
 It was created by cd /usr/share/  tar -jcf ~/doc.tar.bz2 doc.  I
 notice it was larger than ever before.
 bzip2 -d doc.tar.bz2, got a doc.tar,73M
 tar -xf doc.tar, got a doc  same as /usr/share/doc ,43M
This type of message dosen't belong on any of the LFS lists. It should
belong to Tar's development list, which I see you already sent to.

Also, as a side note, the Engrish makes it hard to understand the
point that you are trying to prove.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS-6.7 Chapter 5.10 GCC make failure

2010-12-21 Thread William Immendorf
On Tue, Dec 21, 2010 at 8:31 AM, aaron cai osr...@gmail.com wrote:
 checking whether the C compiler works... configure: error: in
 `/mnt/lfs/sources/gcc-build/i686-pc-linu x-gnu/libstdc++-v3':
 configure: error: cannot run C compiled programs.
 If you meant to cross compile, use `--host'.
 See `config.log' for more details.
 make[1]: *** [configure-target-libstdc++-v3] Error 1
 make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
 make: *** [all] Error 2
I think you messed up when entering the adjusting the toolchain
commands. But we can't say for sure, unless we have more info.

Attach the configure log for both gcc and libstdc++ and try these commands out:

echo 'main(){}'  dummy.c
$LFS_TGT-gcc -B/tools/lib dummy.c
readelf -l a.out | grep ': /tools'

If this returns:

[Requesting program interpreter: /tools/lib/ld-linux.so.2]

or something like that, then you adjusted the toolchain right.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Glibc compile problem

2010-12-17 Thread William Immendorf
On Fri, Dec 17, 2010 at 1:19 AM, Harry Wei code.xi...@gmail.com wrote:
 Switching to a newer version of LFS would not hurt, either.
 You know, i want to get it well so that i can do 6.7 :)
Thing is, you can just switch to 6.7 right now, just get the new
packages, reconfigure the LFS account, and remove and recreate the
$LFS/tools directory.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Recommended LiveCD?

2010-11-16 Thread William Immendorf
On Tue, Nov 16, 2010 at 2:13 AM, Someone Somebody temp4...@gmail.com wrote:
 Since the LFS LiveCD is quite outdated, what would you recommend to use for
 building an LFS system with as minimal/no tweaking to the LiveCD required?
I use aptosid (formally sidux) for building my LFS system.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.7 Chapter 5.7 glibc configure warning

2010-11-11 Thread William Immendorf
On Wed, Nov 10, 2010 at 2:36 PM, David Shaw dj.s...@btconnect.com wrote:
 checking cpuid.h presence... yes
 configure: WARNING: cpuid.h: present but cannot be compiled
 configure: WARNING: cpuid.h:     check for missing prerequisite headers?
 configure: WARNING: cpuid.h: see the Autoconf documentation
 configure: WARNING: cpuid.h:     section Present But Cannot Be Compiled
 configure: WARNING: cpuid.h: proceeding with the preprocessor's result
 configure: WARNING: cpuid.h: in the future, the compiler will take
 precedence
 checking for cpuid.h... yes
Really, it's just a harmless warning. You can keep building.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Install Binutils-2.16.1 Error

2010-09-26 Thread William Immendorf
On Sun, Sep 26, 2010 at 9:51 AM,  lin...@sjtu.edu.cn wrote:
 Hi all
 Something wrong happened when i installed binutils-2.16.1,the log is below:
The thing that I want to point out right of is: why are you building
an old and crusty version of LFS (6.2) on a modern system? That
doesn’t make much sense. Instead, use the latest stable version of LFS
out there (which is 6.7)


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Disable USB Input Messages

2010-09-15 Thread William Immendorf
On Wed, Sep 15, 2010 at 12:57 AM, Estevao B. K.
icmp.request.li...@gmail.com wrote:
 Hello! So, I don't know if it's a LFS-stable or LFS-dev problem, since
 I'm trying 6.7-rc1, but always when Linux detects a USB device
 connecting or disconnecting, a message prints on my screen warning about it.

 Problem is, always when I move my mouse, it's being detected as
 disconnected from an address and reconnected to another, so it floods my
 screen with messages about my USB mouse being disconnected and reconnected.

 I have already searched the list archives, and I've found solutions for
 problems when booting, but this is a run-time problem.

 Does anyone have a solution?

 I'd be very grateful, it's impossible to use my new LFS this way...
Try adding LOGLEVEL=1 to /etc/sysconfig/console and rebooting. After
doing that, all of the kernel messages will only show up in the logs.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Which environment and bash

2010-09-10 Thread William Immendorf
On Fri, Sep 10, 2010 at 3:40 AM, Philippe Delavalade
philippe.delaval...@sfr.fr wrote:
 Hello.

 I'm building svn-20100906 and I have to shutdown my system. I've just
 finished with 6.30.

 I'm wondoring what to do when I'll be to continue building :
 shall I work with tools/bin/env or /usr/bin/env ? Idem for tools/bin/bash
 or /bin/bash ?
Usually, I use the ones located in /bin (not the ones built in /tools)
if you are at this point.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Adding user on LiveCD

2010-08-31 Thread William Immendorf
On Tue, Aug 31, 2010 at 6:45 AM, Dahai Guo guo...@yahoo.com wrote:
 I am building LFS 6.5 via LiveCD on VirtualBox. Now I am at chap 4 which 
 talks about adding users.
 Everything went fine except that the added user was gone when I shut down the 
 machine and restarted it. I used cat /etc/passwd to list the users and did 
 not find the newly added user.
 Any suggestions will be greatly appreciated!
The thing is with LiveCDs, is that you don't want to reboot them, or
you'll get a vanilla state, but you can mount the partitions and add
the LFS user and contuine on with your build.

As a side note, LFS 6.5 is now an old version, so may as well use SVN
(soon-to-be LFS 6.7)


--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Adding user on LiveCD

2010-08-31 Thread William Immendorf
On Tue, Aug 31, 2010 at 8:06 AM,  kess.alexan...@gmail.com wrote:
 I don't know if this would help, but the way I do it is I write a script to 
 the target disk containing all the user, and file information ( partition, 
 mount command, passwd and user info) and other scripts for environments. So 
 when I have to shutdown, I launch the scripts and everything is setup...
Please don't top post on this list, even through it might be hard with
your Blackberry,

Anyway, the thing you are talking about would be a hard task to do,
but at least Puppy allows you to save your Livecd state, but other
than that, don't reboot on Livecds.
-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Possible problem with linker search path

2010-08-26 Thread William Immendorf
On Wed, Aug 25, 2010 at 8:49 PM, Thiago Padilha tpadilh...@gmail.com wrote:
  When I verify the linker search path the output should be :

 SEARCH_DIR(/tools/i686-pc-linux-gnu/lib)
 SEARCH_DIR(/usr/lib)
 SEARCH_DIR(/lib);

 Mine is :

 SEARCH_DIR(/tools/x86_64-unknown-linux-gnu/lib64)
 SEARCH_DIR(/tools/x86_64-unknown-linux-gnu/lib)
 SEARCH_DIR(/usr/lib)
 SEARCH_DIR(lib);
You are building a 64-bit system, hence the extra search path. You can
keep building, just remember that there are some diffrences along the
way. Also, you can use the development version if you want, with
kernel 2.6.35.3.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Possible problem with linker search path

2010-08-26 Thread William Immendorf
On Thu, Aug 26, 2010 at 6:28 PM, Thiago Padilha tpadilh...@gmail.com wrote:
 Actually, I was more concerned with the missing '/' in the last search
 path. Instead of '/lib' it is just 'lib' .
First off, don't top post. Too many people do that by mistake, and
it's a bad idea. Also, trim messages.

Anyway, did you make a typo when running the commands at the end of
section 5.9? You will need to rebuild the ld-new linker, but at this
point, I'm not really sure you can do that without starting over
again.

The only think that will work is to try again, and follow the comands
better this time.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Binutils (Pass 2)

2010-08-21 Thread William Immendorf
On Sat, Aug 21, 2010 at 8:51 PM, Hamish West hamishw...@ymail.com wrote:
 configure:2523: checking for gawk
 configure:2553: result: no
 configure:2523: checking for mawk
 configure:2539: found /usr/bin/mawk
 configure:2550: result: mawk
Well, you have mawk instead of gawk, yet (presumablly) glibc compiled.
I guess that gawk dependence was fixed, but moving on to the real
problem:
 configure:3764: checking for gcc
 configure:3791: result: -gcc -B/tools/lib/
 configure:4020: checking for C compiler version
 configure:4029: -gcc -B/tools/lib/ --version 5
 ../binutils-2.20.1/configure: line 4031: -gcc: command not found
 configure:4040: $? = 127
 configure:4029: -gcc -B/tools/lib/ -v 5
 ../binutils-2.20.1/configure: line 4031: -gcc: command not found
 configure:4040: $? = 127
 configure:4029: -gcc -B/tools/lib/ -V 5
 ../binutils-2.20.1/configure: line 4031: -gcc: command not found
 configure:4040: $? = 127
 configure:4029: -gcc -B/tools/lib/ -qversion 5
 ../binutils-2.20.1/configure: line 4031: -gcc: command not found
 configure:4040: $? = 127
 configure:4060: checking for C compiler default output file name
 configure:4082: -gcc -B/tools/lib/    conftest.c  5
 ../binutils-2.20.1/configure: line 4084: -gcc: command not found
Is $LFS_TGT set? Check with this command:

echo $LFS_TGT

If it just returns a blank response, then you need to source your .bashrc again:

source ~/.bashrc

Then try building Binutils again. If it errors out, then you should
examine your .bashrc.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Binutils (Pass 2)

2010-08-21 Thread William Immendorf
On Sat, Aug 21, 2010 at 10:24 PM, Hamish West hamishw...@ymail.com wrote:
 No-go, Again, Here is the binutils build:
 l...@hamish-laptop:/mnt/lfs/sources/binutils-build$ CC=$LFS_TGT-gcc
 -B/tools/lib/ \
    AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \
    ../binutils-2.20.1/configure --prefix=/tools \
    --disable-nls --with-lib-path=/tools/lib
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking target system type... i686-pc-linux-gnu
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether ln works... yes
 checking whether ln -s works... yes
 checking for a sed that does not truncate output... /bin/sed
 checking for gawk... gawk
 checking for gcc... i686-lfs-linux-gnu-gcc -B/tools/lib/
 checking for C compiler default output file name...
 configure: error: in `/mnt/lfs/sources/binutils-build':
 configure: error: C compiler cannot create executables
 See `config.log' for more details.
 l...@hamish-laptop:/mnt/lfs/sources/binutils-build$ echo $LFS_TGT
 i686-lfs-linux-gnu
Maybe you should just start from scratch again and this time try to
use the copy-and-paste the instructions in instead of panstakingly
typing them in.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Binutils (Pass 2)

2010-08-21 Thread William Immendorf
On Sat, Aug 21, 2010 at 10:55 PM, William Immendorf
will.immend...@gmail.com wrote:
 Maybe you should just start from scratch again and this time try to
 use the copy-and-paste the instructions in instead of panstakingly
 typing them in.
s/panstakingly/painstakingly

Additionally, don't top post.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.3-Linux 2.6.22.5 API Headers

2010-08-20 Thread William Immendorf
On Fri, Aug 20, 2010 at 10:02 PM, Hamish West hamishw...@ymail.com wrote:
 CHK     include/linux/version.h
 /bin/sh: cannot create include/linux/version.h.tmp: Permission denied
 UPD     include/linux/version.h
 mv: cannot stat `include/linux/version.h.tmp': No such file or directory
 make: *** [include/linux/version.h] Error 1
 and when I try as root:

 CHK     include/linux/version.h
 HOSTCC  scripts/unifdef
 scripts/unifdef.c:209: error: conflicting types for ‘getline’
 /usr/include/stdio.h:651: note: previous declaration of ‘getline’ was here
 make[1]: *** [scripts/unifdef] Error 1
 make: *** [headers_install] Error 2
 When I work on with the other commands, I just get errors about getline
 I am using Ubuntu 9.10 32-bit as my host with book version LFS 6.3
 Thanks in advance for the help,
You probally shouldn't use version 6.3 of the book. That's like, three
years old, and I recommend that you use the development version (soon
to be 6.7), and you'll get a nice and modern system from it with
hopefully no build issues.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread William Immendorf
On Fri, Aug 13, 2010 at 3:34 PM, Suraj Linux
suraj.embedded.li...@gmail.com wrote:
 unable to open device '/sys/class/net/*'
I think you don't have /sys mounted in the chroot environment. To
check to see if it is mounted, run ls /sys in the chroot environment.
If /sys is mounted, you should see a good number of directories. If it
isn't mounted, then you need to mount it using this command:

mount -vt sysfs sysfs /sys

in chroot. Then try the udevadm command again.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Error at 6.16. GCC-4.4.3

2010-08-11 Thread William Immendorf
On Wed, Aug 11, 2010 at 2:36 PM, Suraj Linux
suraj.embedded.li...@gmail.com wrote:
 I don't think I have deviated from the book because I did get the
 previous checks right.

 I am even confused why I am getting an error. Since it says to avoid
 the error and continue.

 Can I ignore this error and continue with the book ?

 Please let me know if you need any more details.
Does your test log look like this one?

http://www.linuxfromscratch.org/lfs/build-logs/6.6/core2duo/test-logs/076-gcc

If so, then continue building LFS. If there are some odd failures, you
may want to diagnose them.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Glibc Makefile_fix Patch Doesn't Appear to be Available for Download

2010-08-04 Thread William Immendorf
On Wed, Aug 4, 2010 at 10:17 AM, Dan McGhee beesn...@grm.net wrote:
 The patch is in the wget-list but I couldn't find it on any of the LFS
 download sites.  Is there another way, about which I have forgotten, to
 get it?
Well, I don't know where the heck the patch came from, so I'll just
wait untill Matt gets the patch ready. But we would like it soon, as
I'm getting impatient for it...


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Who uses package users?

2010-07-29 Thread William Immendorf
On Wed, Jul 28, 2010 at 11:56 PM, Drew Ames jxa...@verizon.net wrote:
 Part of the reason I'm asking is that I've had an error on glibc in
 chapter 6.9 of LFS 6.6. The error may be related to package users, but
 I'm not sure yet. I'm going to redo the toolchain and the steps
 leading up to (and including) the Chroot to see if I can repeat the
 error before I post a question about it.
Was it trying to install scsi/scsi.h when it failed? Both Glibc and
Linux-headers attempt to install their own version of scsi/scsi.h.
Since Glibc's version is generally preferred, do this as root:

rm /usr/include/scsi/scsi.h

Then try installing Glibc again.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Command not found

2010-07-24 Thread William Immendorf
On Sat, Jul 24, 2010 at 11:07 AM,  kess.alexan...@gmail.com wrote:
 I get an error stating: x86_64-lfs-linux-gnu-gcc: command not found

 Ln: creating symbolic link './libcc.a': permission denied.
I think something wrong has happened during the first build of GCC.
Try rebuilding, following the book's instructions exactly, and see
what happens.

Oh, and for reference, what version of the book is this?


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread William Immendorf
On Sun, Jul 18, 2010 at 12:30 PM, Face falaz...@gmail.com wrote:
 Well,
 I did the book and i try to be very careful and i did ask myself What
 does that paragraph mean?  Why is it there?.  and now when i boot i
 have a different thing I can see the grub however when try to run it i
 get some kind of boot kernal Panic.
Init segfaulting? That's not very normal... Segfaults usually mean you
have some issue with your hardware. Try getting Memtest86+ (located at
http://www.memtest.org/), and run it for 3 passes. If it errors out,
it means you have problems with your memory. Another reason is that
your CPU is overheating. If it is, your CPU heatsink is not working,
and you should get a new one. Segfaults can also happen when
overclocking.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-18 Thread William Immendorf
On Sun, Jul 18, 2010 at 2:18 PM, Face falaz...@gmail.com wrote:
 what a wast of time
It's not a wast of time (remember to hit spellcheck next time you
send emails.), Bruce has lots of points:

1. Never top post when sending to this list.
2. Read the book very carefully next time.
3. Before asking this list, try to look things up yourself.

Anyway, this is the sed that Bruce wanted you to apply:

sed -i -e 's/inline void rdtsc_barrier/__always_inline void rdtsc_barrier/' \
  arch/x86/include/asm/system.h

Then recompile the kernel.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS (Version SVN-20100529) - booting in the new system

2010-07-15 Thread William Immendorf
On Thu, Jul 15, 2010 at 10:14 AM, Face falaz...@gmail.com wrote:
 after finishing the book i try to boot to the new system but nothing
 happen i only get this

 Booting from Hard Disk ...

 and it freeze
Again?!?! Did you learn anything from the last thread? Did you replace
all instances of /dev/hda with /dev/sda? Did you send this by
accident? If you did, then I'll let this pass.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread William Immendorf
On Tue, Jul 6, 2010 at 4:32 AM, Face falaz...@gmail.com wrote:
 hello all,

 after solving my last problem i went Through the rest of the book
 without any problems. However, when i try to boot to the new system
 nothing happen i only get this

 Booting from Hard Disk ...

 and it freeze
From looking at the fstab, it looks like you are using the decerpated
ATA setup. You should not be doing this. Disable the decperated ATA
support and enable SATA and PATA support option, and select whatever
hard drive controller you're using (lspci is your friend here), and
select Generic ATA Support. Also, modify your fstab from
/dev/hda{1,5} to /dev/sda{1,5}.

Also, can you please give me an ls of /dev from your host system, and
what host system is it?


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS (Version SVN-20100529) - booting in the new system - Problem

2010-07-06 Thread William Immendorf
On Tue, Jul 6, 2010 at 5:06 PM, Face falaz...@gmail.com wrote:
 I did change /dev/hd*  to /dev/sd* and nothing happen
SNIP
 /dev/mapper:
 control  lfs-cd
I noticed your diddn't specify your host system, but judging by your
ls of /dev, it looks like you are using the LFS livecd...

Anyway, I think you vi the grub.cfg file and replace root=/dev/hda1
with root=/dev/sda1. Then try to boot up your LFS system. If your
kernel panics upon boot, complaing about not being able to mount the
root file system, then you have a kernel configuration problem.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS 6.6 Chapter 8.1 Can't make new kernel

2010-06-25 Thread William Immendorf
On Fri, Jun 25, 2010 at 8:52 AM, Andrew Benton b3n...@gmail.com wrote:
 Another tool to find out information about a file is stat, part of
 coreutils.
Or just use file, which is part of File (the package).



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LVM2

2010-06-17 Thread William Immendorf
On Thu, Jun 17, 2010 at 12:31 AM, Glendon Blount itly...@gmail.com wrote:
 I am looking for help installing lfs on logical volumes. The only
 information I could find was from 2009 and used a version of lvm2 that
 is no longer available also the only patch is for this version
 LVM2.2.02.53 I made an attempt to install lfs and got to the kernel
 were I not able to compile the kernel sources. A little background I
 have been using linux since about 1997 and I now use gentoo on all my
 machines I was looking at lfs to install on my hp mini 311 with an
 atom processor I have gentoo booting from an external usb hard drive
 and was hoping to do a lfs installation in the same manner also do I
 need a 2 to 3 g partition for the / directory or a 10 g partition the
 reason I ask is my gentoo / partition is 750 m and my partition layout
 for lfs on lvm would be. I thank you for your time
The LFS partitioning guide should help you out somewhat on how big you
should make your partitions. Other than that, you should look at my
updated hint for LVM as well to get the updated version of the tools
mentioned. Also, to help you out, this is my partitioning setup for
LVM:

/dev/sda1 - /boot - 100 MB (Seperate partition from the LVM setuo, to
keep GRUB from malfunctioning.)
/dev/lfs/swap - swap - 3 GB (I adjust the swap size to match the
amount of RAM in the machine. If I had 4GB or higher, I would defintly
expand this partition.)
/dev/lfs/root - / - 10 GB (If you have a 10 GB partition for root, I'd
defiantly recommend separate partitions for /var and /sources or
/usr/src.)
/dev/lfs/opt - /opt - 10 GB
/dev/lfs/tmp - /tmp - 2 GB
/dev/lfs/var - /var - 40 GB (I defiantly recommend using this
partition, as the last time I've tried a seprate partition setup, my
root partition got full after installing a full KDE4. I'd defintly use
this partition.)
/dev/lfs/sources - /sources - 40 GB (This could be the /usr/src
partition, in my system, /usr/src is a link to /sources.)
/dev/lfs/home - /home - 40 GB (In a regular system, this fills the
remander space, but in a LVM2 system, I'd make it 40 GB to leave some
extra space for growing and snapshoting.)

This partition layout takes up 145 GB of hard drive space (I use a 320
GB hard drive, making 175 GB of free partitioning space to grow
partitions or to take snapshots of them.) Depending on your hard drive
space, you might want to adjust my layout a bit to conserve space.

But, before I go, remember this #1 LVM Rule: Always leave space for
partitions to grow or to make snapshots.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
AUTHOR: Bryan Kadzban bryan at linuxfromscratch dot org

DATE: 2010-06-13

LICENSE:
Creative Commons Attribution-Share Alike 3.0 United States
(http://creativecommons.org/licenses/by-sa/3.0/us/)

SYNOPSIS: LFS on RAID, dm-crypt, and/or LVM2

DESCRIPTION:
This hint explains how to build an LFS system capable of booting most RAID, most
dm-crypt, and most LVM2 setups.  It allows you to use dmraid (most RAID add-on
boards), and/or Linux kernel md RAID.  It also allows you to encrypt the RAID
array, and use LVM2 on top of the encryption.  The rootfs can then be a logical
volume.

Any of these transformations can be omitted, but the transformations must be
layered in this order.  It is worth noting explicitly that this hint does not
cover encrypting a single logical volume (encryption after LVM); it only covers
encrypting the entire PV.

PREREQUISITES:
On the host:

- LVM2 userspace tools, if required.
- dmraid, if required.
- mdadm, if required.
- LUKS-capable cryptsetup, if required.
- Also all dependencies of the above packages.

For the LFS system:

Required:

- Sources for LVM2 userspace tools (with device-mapper): at least version
  2.02.53.  Note that all the other packages require device-mapper, so you will
  need the LVM2 package even if you don't plan on using LVM. (NOTE: This 
package is now in BLFS, 
  but the instructions only build the device-mapper part of the package. To 
build the LVM2 parts of the package, use the instructions in this hint.)

  http://sourceware.org/lvm2/
  ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.67.tgz

- Patch for LVM2 udev rules, to make them work better with udev in LFS.

  
http://www.linuxfromscratch.org/patches/downloads/lvm2/LVM2-2.02.67-fix_udev_rules-1.patch

- Sources for lfs-initramfs, newest stable version.

  http://www.linuxfromscratch.org/~bryan/lfs-initramfs-1.0.tar.bz2

Optional (depends on configuration):

- dmraid sources: newest stable version.

  http://people.redhat.com/heinzm/sw/dmraid/src/
  http://people.redhat.com/heinzm/sw/dmraid/src/dmraid-1.0.0.rc16.tar.bz2

- mdadm sources: newest stable version.

  http://neil.brown.name/blog/mdadm
  http://www.kernel.org/pub/linux/utils

Re: LFS-6.6, Chapter 6.16 Install GCC, libacl.so.1 not found

2010-05-28 Thread William Immendorf
2010/5/28 Mateusz Kaźmierczak kazik...@gmail.com:
 msgfmt -o de.mo ../../../../gcc-4.4.3/libstdc++-v3/po/de.po
 msgfmt: error while loading shared libraries: libacl.so.1: cannot open
 shared object file: No such file or directory
From what I can tell, it seems that msgfmt is compiled against libacl
(which is a BLFS package, not a LFS one), which means that you've
compiled your Ch5 toolchain wrong. The only way to fix this is to
start over and follow the instructions exactly.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: GMP-5.0.0 'make check' problem

2010-05-22 Thread William Immendorf
On Sat, May 22, 2010 at 10:47 AM, Matt Carus mattca...@gmail.com wrote:
 ./t-bswap: line 60: /bin/sed: No such file or directory
 ./t-bswap: line 64: /bin/sed: No such file or directory
 ./t-bswap: line 88: /bin/sed: No such file or directory
 ./t-bswap: line 101: cd: /mnt/lfs/sources/gmp-5.0.0/tests: No such
 file or directory
Judging by the errors, it looks like that GMP thinks that you are
building outside of the chroot enviroment (which is an incorrect
assumption), so something must have gone wonky with the paths.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Glibc make fails with Error 2

2010-05-22 Thread William Immendorf
On Sat, May 22, 2010 at 5:47 PM, Kyle Brennan kyle_b...@live.com wrote:
 Hi,
 I am new here and I am attempting my first LFS build.  I get to Glibc in
 chapter 5.7 and everything goes smoothly until i get to the make
 command.  I run the command and it works for about fifteen minutes and
 it Gives me the following error:

 make: *** [all] Error 2
Please, give me more info. What was the command that failed, and what
errors did it produce?


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Glibc fails to make. (error 2)

2010-05-19 Thread William Immendorf
On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan kyle_b...@live.com wrote:
 /usr/bin/install -c -m 644
 /mnt/lfs/tools/glibc-build/../include/linux/limits.h
 /tools/include/linux/limits.h
 /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/linux/limits.h' and
 `/tools/include/linux/limits.h' are the same file
Wait, you're not supposed to compile your packges from the $LFS/tools
directory. Please, build in a seprate directory than your tools
directory.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: gzip help

2010-05-17 Thread William Immendorf
On Mon, May 17, 2010 at 7:08 PM, Mag Gam magaw...@gmail.com wrote:
 Any help?
Sorry, can't really help you, as I've never used the Intel C compiler.
What version of the Intel C compiler are you using?

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS version 6.6 Chapter 6.9.1 error

2010-05-08 Thread William Immendorf
On Sat, May 8, 2010 at 10:47 PM, nidujay nidu...@gmail.com wrote:
 ...  /sources/glibc-build/csu/init-first.o
 In file included from ../posix/unistd.h:887,
  from ../include/unistd.h:2,
  from ../sysdeps/unix/sysv/linux/init-first.c:23:
 ../include/getopt.h:4:26: error: posix/getopt.h: No such file or directory
That's not good... I've never ran into that when I was building LFS,
so maybe something's not right with the Chapter 5 toolchain? I think
you should investage this further.
 Prior to that I got the following errors with make check:
 ...
 /sources/glibc-build/stdlib/tst-strtod4  
 /sources/glibc-build/stdlib/tst-strto
 d4.out
 Timed out: killed the child process
 make[2]: *** [/sources/glibc-build/stdlib/tst-strtod4.out] Error 1
 ...
 /sources/glibc-build/stdlib/tst-strtod5  
 /sources/glibc-build/stdlib/tst-strto
 d5.out
 Timed out: killed the child process
 make[2]: *** [/sources/glibc-build/stdlib/tst-strtod5.out] Error 1
 ...
 ... /sources/glibc-build/posix/annexc.out
 make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
 ...

 I assumed that I was getting the timeout errors because I'm building on a
 USB stick.
It's more likely that they were because that you were building this on
old hardware (ie: a Athlon XP 2000+ clocked at 1.66 gigahertz), in
which it's normal to have some tests have their timeout's exceed. As
for the previous problem, that needs some more investegating, as I've
never seen that happen before.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: glibc compiling problem in lfs 6.6

2010-04-14 Thread William Immendorf
On Tue, Apr 13, 2010 at 11:04 AM, Jordan Peters daweef...@gmail.com wrote:
 When i compile glibc, it seems to go fine but when i test it, rather than
 the output in the terminal being
 [Requesting program interpreter: /tools/lib/ld-linux.so.2]
 it's
 [Requesting program interpreter: /tools/lib64/ld-linux-x86-64.so.2]
This is normal. I think you are using a 64-bit system, so you are
building a Pure-64bit system now. If you want to build a muiltilib
system, you might want to see CLFS:

trac.cross-lfs.org


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Which chipset for USB?

2010-03-21 Thread William Immendorf
On Sun, Mar 21, 2010 at 12:02 PM, Gastón Cadenasso
g_cadena...@hotmail.com wrote:
 Sorry about my english!
 I have tested a lot of VIA chipsets on PCI Boards and always works fine, but
 i don't know about NEC
Look in Device Drivers--USB Support, and there are lots of host
controllers there, but the ones that you might want to enable are:

 * OHCI or UHCI depending on your USB controller. You can find that
out by running lspci (from PCI Utils), and one of the lines should be
you USB controller, and it should say either OHCI or UHCI on that
line. Intel and VIA boards use UHCI, all of the rest use OHCI. These
are for USB 1.1.
 * ECHI, for USB 2.0. Lots of devices now are USB 2.0 devices, and
your motherboard should support EHCI, unless it's a pre-2004
motherboard.
 * xHCI, for USB 3.0. Yes, it's out there (right now, the driver is
experimental), but it's not very widespread for now (the only
motherboards that I know of that support USB 3.0 are very recent
Gigabyte Tec. motherboards, ie: the ones that advertise USB 3.0 on the
box), but if you have one of these newer Gigabyte boards, I'd say to
enable it, you'll thank youself later in the future.

Hope you find my info helpful.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: my kernel won't recognize ide drives

2010-03-18 Thread William Immendorf
On Thu, Mar 18, 2010 at 2:24 PM, Scott Kopel sko...@fsu.edu wrote:
 So the question is what kernel configuration changes do I have to make to get 
 the kernel to recognize my ide drives? I realize that new kernels name ide 
 drives sdx and that's fine. I don't need them to be labeled hdx. I simply 
 want them to be recognized by the kernel.
Look in Device Drivers- Sereal ATA and Parallel ATA drivers, and you
should see PATA and SATA drivers. Enable one that matches your hard
disk controller, or just enable Generic ATA Support.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: webkitgtk: Compile Failure (Which I think is releated to ICU)

2010-03-09 Thread William Immendorf
On Mon, Mar 8, 2010 at 8:49 PM, William Immendorf
will.immend...@gmail.com wrote:
  CXX    WebCore/platform/text/libWebCore_la-TextBoundariesICU.lo
 WebCore/platform/text/TextBoundariesICU.cpp: In function ‘int
 WebCore::findNextWordFromIndex(const UChar*, int, int, bool)’:
 WebCore/platform/text/TextBoundariesICU.cpp:39: error: cannot convert
 ‘WebCore::TextBreakIterator*’ to ‘UBreakIterator*’ in initialization
 WebCore/platform/text/TextBoundariesICU.cpp: In function ‘void
 WebCore::findWordBoundary(const UChar*, int, int, int*, int*)’:
 WebCore/platform/text/TextBoundariesICU.cpp:70: error: cannot convert
 ‘WebCore::TextBreakIterator*’ to ‘UBreakIterator*’ in initialization
 make[1]: *** [WebCore/platform/text/libWebCore_la-TextBoundariesICU.lo] Error 
 1
I've fixed it. Aparrantly, I haven't checked the NEWS file for ICU
4.3.4, but now I know there are ABI changes in that release, so I used
ICU 4.2.1 and Webkit compiled!!! For now, don't ask BLFS to update ICU
to 4.3.4, let it stay at 4.2.1 for now.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: glibc errors

2010-02-24 Thread William Immendorf
On Wed, Feb 24, 2010 at 12:28 PM, Louis Davies davieslingr...@gmail.com wrote:
 make[2]: *** [/sources/glibc-build/math/test-float.out] Error 132
 make[2]: *** [/sources/glibc-build/math/test-double.out] Error 132
 make[2]: *** [/sources/glibc-build/math/test-ldouble.out] Error 132
 make[2]: *** [/sources/glibc-build/math/test-idoubl.out] Error 132
 make[2]: *** [/sources/glibc-build/math/test-ifloat.out] Error 132
 make[2]: *** [/sources/glibc-build/math/test-idouble.out] Error 132
 make[1]: *** [math/tests] Error 2
 make[2]: *** [/sources/glibc-build/stdlib/tst-makecontext2.out] Error 1
 make[1]: *** [stdlib/tests] Error 2
 make[2]: *** [/sources/glibc-build/string/stratcliff.out] Error 1
 make[1]: *** [string/tests] Error 2
 make[2]: *** [/sources/glibc-build/wcsmbs/wcsatcliff.out] Error 1
 make[1]: *** [wcsmbs/tests] Error 2
 make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
 make[2]: *** [/sources/glibc-build/misc/tst-tsearch.out] Error 132
 make[1]: *** [misc/tests] Error 2
 make[2]: *** [/sources/glibc-build/crypt/sha512c-test.out] Error 1
 make[1]: *** [crypt/tests] Error 2
 make[2]: *** [/sources/glibc-build/nptl/tst-align.out] Error 1
 make[2]: *** [/sources/glibc-build/nptl/tst-align3.out] Error 1
 make[1]: *** [nptl/tests] Error 2
 make[2]: *** [/sources/glibc-build/elf/tst-align.out] Error 1
 make[2]: *** [/sources/glibc-build/elf/tst-align2.out] Error 1
 make[1]: *** [elf/tests] Error 2
 make: *** [check] Error 2
Judging by the math errors, I think all of the errors are
CPU/mainboard dependent. The only way I know of to fix these errors is
to use a recent AMD or Intel processor. Wish you luck on your LFS
build, hopefully you won't be stopped by another error.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: No ext2 filesystem ?

2010-02-23 Thread William Immendorf
On Tue, Feb 23, 2010 at 4:06 AM, Simon Geard delga...@ihug.co.nz wrote:
 Did you enable ext2 support when building the kernel? If not, there's your
 problem.
If you want to find the ext2 support option, when you run make
menuconfig, go to the menu labeled File Systems, and the first
option you'll see is Second extended fs support. This is the option
you should enable if you want to be able to boot from or mount EXT2
file systems. I guess you missed it brown wrap because of the somewhat
weird naming of the option.

Then, recompile your kernel.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: why gcc must be built two times?

2010-02-23 Thread William Immendorf
On Tue, Feb 23, 2010 at 8:04 AM, Marco Marzetta
aristarcoarchet...@yahoo.it wrote:

 Hi, I finished building LFS. Now looking through the manual I find BLFS to 
 section 6.3 to install GCC version 4.1.2, but in reality GCC is already 
 installed with LFS in paragraph 6.15 and in a version 4.4.1. Why should I 
 install twice the same package?! What is this mess?!
The mess that you are running into is the fact that you are using
BLFS 6.3 with LFS 6.5. Save yourself a lot of trouble and use BLFS SVN
with LFS 6.5.


--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Glibc test failure

2010-02-14 Thread William Immendorf
On Sun, Feb 14, 2010 at 12:29 PM, stosss sto...@gmail.com wrote:
  You will probably see an expected (ignored) failure in the
 posix/annexc test. In addition the Glibc test suite is somewhat
 dependent on the host system. This is a list of the most common
 issues:
In other words:

 * posix/annexc ALWAYS fails, and it is ignored. So you can ignore that test.
 * nptl/tst-cancel1 fails with GCC 4.1.*, but only LFS 6.3 uses that,
so that shouldn't fail if you use more recent GCC versions.
 * nptl/tst-(cpu)clock2 and tst-attr3 fail probably because of high
system load, but it could be for other reasons.
 * You may see some math tests fail if you are not using a recent
Intel or AMD processor (ie: if you are using Cytrix or VIA or maybe a
old Intel or AMD processor)
 * If you mount the LFS partition with noatime, the atime test fails,
so don't use noatime when mounting the LFS partition.
 * Old and slow hardware can cause some tests to fail because of
timeouts being exceeded on these tests.

So, if you see any errors that are not the ones I mentioned when you
use grep Error glibc-check-log, you have a big problem. Bchaffin,
please post the full results of grep Error glibc-check log for us.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Output: glibc-check-log

2010-02-14 Thread William Immendorf
On Sun, Feb 14, 2010 at 2:41 PM,  bchaf...@programmer.net wrote:
 root:/sources/glibc-build# grep Error glibc-check-log
 make[2]: *** [/sources/glibc-build/posix/globtest.out] Error 2
 make[1]: *** [posix/tests] Error 2
 make: *** [check] Error 2
As I said before, some tests fail on old and slow hardware because of
timeouts being exceded on those systems. What computer are you
building LFS on?


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Invitation to connect on LinkedIn

2010-01-16 Thread William Immendorf
On Sat, Jan 16, 2010 at 1:07 PM, Lefty (石鏡 ) le...@shugendo.org wrote:
 Please don’t add mailing lists to your LinkedIn profile. They won’t love you
 back.
Additionally, stop sending invites to social networking projects on
stupid mailing lists!!


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [LFS-6.5, Section 6.48.1] Make-DB-2.5.5 Compilation Error.

2009-12-25 Thread William Immendorf
On Fri, Dec 25, 2009 at 11:33 AM, Abhinav Chaturvedi
achaturv...@gmail.com wrote:
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I../include -I../intl
 -I../gnulib/lib -I../gnulib/lib -I../lib -I../libdb
 -DCONFIG_FILE=\/etc/man_db.conf\ -DLOCALEDIR=\/usr/share/locale\
 -DAPROPOS=\/usr/bin/apropos\ -DAPROPOS_NAME=\apropos\
 -DMAN=\/usr/bin/man\ -DMANCONV=\/usr/lib/man-db/manconv\
 -DMANDB=\/usr/bin/mandb\ -DSOELIM=\/usr/bin/zsoelim\
 -DWHATIS=\/usr/bin/whatis\   -g -O2 -Wall -W -Wpointer-arith
 -Wwrite-strings -Wstrict-prototypes -Wshadow -Wformat-security
 -Wno-missing-field-initializers -MT man.o -MD -MP -MF .deps/man.Tpo -c -o
 man.o man.c
 man.c: In function 'make_roff_command':
 man.c:1510: error: 'TROFF' undeclared (first use in this function)
 man.c:1510: error: (Each undeclared identifier is reported only once
 man.c:1510: error: for each function it appears in.)
 man.c:1514: error: 'NROFF' undeclared (first use in this function)
 man.c:1553: error: 'gxditview' undeclared (first use in this function)
 man.c: In function 'format_display':
 man.c:2027: warning: unused variable 'htmlfile'
 man.c:2027: warning: unused variable 'htmldir'
 man.c:2026: warning: unused variable 'old_cwd'
 man.c:2023: warning: unused parameter 'man_file'
 make[2]: *** [man.o] Error 1
 make[2]: Leaving directory `/sources/man-db-2.5.5/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/sources/man-db-2.5.5'
 make: *** [all] Error 2
Did you build Groff with PAPERSIZE=letter (US) or PAPERSIZE=a4
(elsewhere) attached to configure? If you diddn't, rebuild Groff.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: MySQL test error

2009-12-24 Thread William Immendorf
On Thu, Dec 24, 2009 at 7:24 AM, Mykal Funk mykalf...@gmail.com wrote:
 make[1]: Leaving directory `/work/mysql-5.1.30/unittest'
 cd mysql-test ; \
             /usr/bin/perl ./mysql-test-run.pl
 --mysqld=--binlog-format=mixed
 Logging: ./mysql-test-run.pl --mysqld=--binlog-format=mixed
 091224  8:16:01 [ERROR] Fatal error: Please read Security section of
 the manual to find out how to run mysqld as root!

 091224  8:16:01 [ERROR] Aborting

 mysql-test-run: *** ERROR: Could not find version of MySQL
 make: *** [test-ns] Error 1
I think you should try installing and configuring MySQL and then try
running the testsuite.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: irq timeout error

2009-12-19 Thread William Immendorf
On Sat, Dec 19, 2009 at 3:46 AM, Ken Moffat zarniwhoo...@googlemail.com wrote:
  I always find SMART data (specifically, the WORST and THRESHhold
 columns) causes my head to spin.  My impression is that 'Worst'
 counts down, and I think the RAW_VALUE column (the last one) is
 the first place to look (zero in this case).

  Typically, I only usually look at the temperature (#194) from day
 to day - provided the self-test reports PASSED.

  ISTR that the absence of an Error Log is a common feature with
 old disks.
I'm starting to think the solution is to get a new hard disk, so that
these errors disappear.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Clock Problems

2009-12-16 Thread William Immendorf
On Wed, Dec 16, 2009 at 7:33 AM, Mykal Funk mykalf...@gmail.com wrote:
 I can say it isn't the hardware. I recompiled the kernel with
 CONFIG_HZ_100 option set, then rebooted with that kernel.  I started the
 glibc build from 5.7.1 and 12 hours later under high load the clock is
 still accurate. Problem fixed. Thanks for the ideas, folks. They helped
 me to learn which is the most important thing in my book.
Thing is, is that you mentioned that you had other computers. Which
ones are they?

Don't let Johnylee distract you.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


  1   2   >