Re: kernel help please, ACPI Error

2011-04-22 Thread DJ Lucas
On 04/21/2011 02:58 PM, Ken Moffat wrote:

   Personally, I would be very reluctant to turn off acpi.  Let's step
 back and take another look - in ubuntu, the messages exist in the
 log and everything seems to work fine, but in LFS they jump up in
 the terminal and scare you to death ?  I've been there in the past
 for different messages, I can understand how it feels (even editing
 is a pain when the error messages interfere).  I don't know how you
 have things set at the moment, nor what level of severity these
 messages are coded at, so the following might not help.  But for me
 it has been useful on occasion - in /etc/rc.d/init.d/sysklogd, change
 the line which starts klogd to

loadproc klogd -c 4

There is also a built in solution without editing the boot script and 
the value is set in sysinit, prior to running sysklogd:

echo kernel.printk = 4  /etc/sysctl.conf

I personally use a value of 3, but some people might not like that. I 
also run sysctl immediately after mountkernfs runs but IIRC, there were 
some cases where the setting didn't take on really old hardware.

-- DJ Lucas

-- 
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 janu mam
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
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: kernel help please, ACPI Error

2011-04-22 Thread bsquared
On Fri, Apr 22, 2011 at 12:30 AM, DJ Lucas d...@linuxfromscratch.org wrote:
 On 04/21/2011 02:58 PM, Ken Moffat wrote:

   Personally, I would be very reluctant to turn off acpi.  Let's step
 back and take another look - in ubuntu, the messages exist in the
 log and everything seems to work fine, but in LFS they jump up in
 the terminal and scare you to death ?  I've been there in the past
 for different messages, I can understand how it feels (even editing
 is a pain when the error messages interfere).  I don't know how you
 have things set at the moment, nor what level of severity these
 messages are coded at, so the following might not help.  But for me
 it has been useful on occasion - in /etc/rc.d/init.d/sysklogd, change
 the line which starts klogd to

    loadproc klogd -c 4

 There is also a built in solution without editing the boot script and
 the value is set in sysinit, prior to running sysklogd:

 echo kernel.printk = 4  /etc/sysctl.conf

 I personally use a value of 3, but some people might not like that. I
 also run sysctl immediately after mountkernfs runs but IIRC, there were
 some cases where the setting didn't take on really old hardware.

 -- DJ Lucas

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


Thanks to both of you for your recommendations.  My next message would
have asked how to silence the error messages.

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


Maybe OT, BLFS xorg libs configure error

2011-04-22 Thread bsquared
Hello,

Sorry if this is wrong list.

The first package errors on install

libxrender configure log:
...
checking for RENDER... configure: error: Package requirements (x11
renderproto = 0.9) were not met:

renderproto install log:
make[1]: Entering directory `/sources/xorg-proto/renderproto-0.11.1'
make[1]: Nothing to be done for `install-exec-am'.
test -z /usr/share/doc/renderproto || /usr/lib/pkgusr/mkdir -p
/usr/share/doc/renderproto
 /usr/lib/pkgusr/install -c -m 644 renderproto.txt '/usr/share/doc/renderproto'
test -z /usr/lib/pkgconfig || /usr/lib/pkgusr/mkdir -p /usr/lib/pkgconfig
 /usr/lib/pkgusr/install -c -m 644 renderproto.pc '/usr/lib/pkgconfig'
test -z /usr/include/X11/extensions || /usr/lib/pkgusr/mkdir -p
/usr/include/X11/extensions
 /usr/lib/pkgusr/install -c -m 644 render.h renderproto.h
'/usr/include/X11/extensions'
make[1]: Leaving directory `/sources/xorg-proto/renderproto-0.11.1'

Any ideas what is wrong here?

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


Re: Maybe OT, BLFS xorg libs configure error

2011-04-22 Thread bsquared
On Fri, Apr 22, 2011 at 1:20 PM, bsquared bwcod...@gmail.com wrote:
 Hello,

 Sorry if this is wrong list.

 The first package errors on install

 libxrender configure log:
 ...
 checking for RENDER... configure: error: Package requirements (x11
 renderproto = 0.9) were not met:

 renderproto install log:
 make[1]: Entering directory `/sources/xorg-proto/renderproto-0.11.1'
 make[1]: Nothing to be done for `install-exec-am'.
 test -z /usr/share/doc/renderproto || /usr/lib/pkgusr/mkdir -p
 /usr/share/doc/renderproto
  /usr/lib/pkgusr/install -c -m 644 renderproto.txt 
 '/usr/share/doc/renderproto'
 test -z /usr/lib/pkgconfig || /usr/lib/pkgusr/mkdir -p /usr/lib/pkgconfig
  /usr/lib/pkgusr/install -c -m 644 renderproto.pc '/usr/lib/pkgconfig'
 test -z /usr/include/X11/extensions || /usr/lib/pkgusr/mkdir -p
 /usr/include/X11/extensions
  /usr/lib/pkgusr/install -c -m 644 render.h renderproto.h
 '/usr/include/X11/extensions'
 make[1]: Leaving directory `/sources/xorg-proto/renderproto-0.11.1'

 Any ideas what is wrong here?

 --
 Thank you,
 -Brian


Doh!  I see that i may have jumped the gun.  I was not building in the
order of the wget list, so disregard this for now.  Apologies for my
haste.

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


Re: Maybe OT, BLFS xorg libs configure error

2011-04-22 Thread Ken Moffat
On Fri, Apr 22, 2011 at 02:19:05PM -0700, bsquared wrote:
 On Fri, Apr 22, 2011 at 1:20 PM, bsquared bwcod...@gmail.com wrote:
  Hello,
 
  Sorry if this is wrong list.
 
  The first package errors on install

 Glad you fixed it, but please subscribe to blfs-support for
everything after LFS.  Thanks.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
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