On Thursday 01 November 2007 03:35 pm, you wrote:
> Something I added for LFS-6.3 was a sysconfig parameter to control the
> kernel log level on the console. Set the LOGLEVEL variable to 1 (or
> something much less than the default 7, which gives a lot of
> information) in /etc/sysconfig/console a
Dan,
> On 11/1/07, randd <[EMAIL PROTECTED]> wrote:
>> From what I can gather, there's an ongoing discussion w/ respect to current
>> and future LFS and BLFS books, etc. Could someone point me to it?
>
> It died now, but there were a couple discussions for LFS:
>
> http://linuxfromscratch.or
> > it told me that
> > gcc:unrecognized option '-mutune=pentiumpro'
> ^
> I think you are looking for -mtune.
>
> ĸen
So should I recompile gcc and add the option '-mutune=pentiumpro' ?
Wu Yu
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://ww
On 11/1/07, Bijan Hoomand <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED]> cat config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> configure:611: checking host system type
> configure:632: checking target
I just remade glibc and ran the test suite again, and it returned no errors.
Must have been a problem with the compilation.
Allan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
I'm just starting chapter 6. I ran make on glibc, which seemed to work. I
then ran the test suite, and got the following errors:
grep Error glibc-check-log
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/nptl/tst-eintr5.out] Error 1
make[2]: **
On 11/1/07, 吴愚 <[EMAIL PROTECTED]> wrote:
>
> When I came to Chapter 6.10 of LFS6.3 (Re-adjusting the Toolchain),
> after typed this command,
>
> gcc -dumpspecs | sed \
> -e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED]' \
> -e '/\*startfile_prefix_spec:/{n;[EMAIL PROTECTED]@/usr/lib/ @}' \
>
Hello all
ok ok ok, I know this question was asked many times, I did search through
your mailing list! But all the answers I got didn't work for me, I added
"CC='gcc -s'" to my ~/.bashrc, I tried finding glibc-devel, which I failed,
no package with such name in my Ubuntu 6.10 and I couldn't find a
Hi all,
On Thursday 01 November 2007 12:33, Thomas Trepl wrote:
> i just finished a jhalfs run on the current development book. Everything
> fine so far except that i cannot get my Cisco Airo-340 activated again.
> blah blah...
sorry for the noise. All is prefect with 2.6.23.1. There must be a
On 11/1/07, Ken Moffat <[EMAIL PROTECTED]> wrote:
> Yet another weirdness on my desktops (xorg-7.3, gnome-2.20.latest
> and specifically xorg-server-1.4.0 and gdm-2.20.1). Once I've got gdm
> built, I switch my default runlevel to 5. Normally, it "just works",
> but on current builds I'm seeing
Yet another weirdness on my desktops (xorg-7.3, gnome-2.20.latest
and specifically xorg-server-1.4.0 and gdm-2.20.1). Once I've got gdm
built, I switch my default runlevel to 5. Normally, it "just works",
but on current builds I'm seeing a rather weird shutdown process:
log out, X restarts and
On 11/1/07, Juergen Beisert <[EMAIL PROTECTED]> wrote:
>
> Extend your kernel command line with "loglevel=1" and/or "quiet". This will
> stop many kernel messages to become visible on the console.
Something I added for LFS-6.3 was a sysconfig parameter to control the
kernel log level on the consol
On Thursday 01 November 2007 09:12 am, Juergen Beisert wrote:
> On Saturday 27 October 2007 06:28, Gerald Sherette wrote:
> > 2) Second, instead of ending with the expected
> > Host login:
> > (where Host is the name of my machine)
> > I get
> > Host login: sda1 sda2 sda3 sda4
>
On Fri, Nov 02, 2007 at 12:45:32AM +0800, 吴愚 wrote:
> When I came to Chapter 6.10 of LFS6.3 (Re-adjusting the Toolchain),
> after typed this command,
>
> gcc -dumpspecs | sed \
> -e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED]' \
> -e '/\*startfile_prefix_spec:/{n;[EMAIL PROTECTED]@/usr/lib/
When I came to Chapter 6.10 of LFS6.3 (Re-adjusting the Toolchain),
after typed this command,
gcc -dumpspecs | sed \
-e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED]' \
-e '/\*startfile_prefix_spec:/{n;[EMAIL PROTECTED]@/usr/lib/ @}' \
-e '/\*cpp:/{n;[EMAIL PROTECTED]@ -isystem /usr/[EMAIL PR
On Saturday 27 October 2007 06:28, Gerald Sherette wrote:
>First I want thank everyone involved with LFS/BLFS for their hard work.
> These projects are excellent.
>
> I just finished building LFS 6.3 using the LiveCD x86-63-r2052 as host.
> I cut and pasted the instructions on from the LF
Thomas Trepl wrote:
> Nov 1 11:29:47 oxygene kernel: cs: IO port probe 0x100-0x3af: excluding
> 0x378-0x37f
> Which module does that "cs: IO port probe" in the old log create? Does that
> has something
> to do with the PCMCIA stuff? What do I have to check next? I have no idea...
> :-(
[EMAIL
On Thursday 01 November 2007 05:04 am, Thomas Trepl wrote:
> did you configure your console? Read as: did you create
> the /etc/sysconfig/console file discussed in 7.6 "Configuring the Linux
> Console" ?
>
Hi Thomas,
Thank you for your reply.
Yes, my /etc/sysconfig/console was:
KEYMAP
Thanks a lot~~Problem solved. And so shame about having such a stupid
problem ^_^
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
Hi,
On Thursday 01 November 2007 12:57, 吴愚 wrote:
>I happened to meet this problem when I was about to adjust the
> toolchain(chapter 5.7 of LFS book 6.3).
> gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
> > `dirname $(gcc -print-libgcc-file-name)`/specs
>
what does
?? wrote:
> Hi,
>
>I happened to meet this problem when I was about to adjust the
> toolchain(chapter 5.7 of LFS book 6.3).
>
> gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
>> `dirname $(gcc -print-libgcc-file-name)`/specs
>
> When I executed this command, it resp
Hi,
I happened to meet this problem when I was about to adjust the
toolchain(chapter 5.7 of LFS book 6.3).
gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
> `dirname $(gcc -print-libgcc-file-name)`/specs
When I executed this command, it responsed that "specs: No such
Hi folks,
i just finished a jhalfs run on the current development book. Everything
fine so far except that i cannot get my Cisco Airo-340 activated again. This
is a PCMCIA wireless LAN adapter . Another card, a Xircom cardbus
ethernet adapter (not wireless) gets set up proper.
The kernel confi
Hi,
did you configure your console? Read as: did you create
the /etc/sysconfig/console file discussed in 7.6 "Configuring the Linux
Console" ?
--
Thomas
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above info
24 matches
Mail list logo