Re: [lfs-support] Problem building kernel 4.10.8 with bc-1.0.7

2017-04-06 Thread Tim Tassonis

On 04/06/2017 05:48 PM, Edgar Alwers wrote:



Am 05.04.2017 um 17:41 schrieb Marco Borrini:

With latest bc, kernel compilation seems to hang

Could you please explain what "bc" is ?


Go read for yourself:


http://linuxfromscratch.org/lfs/view/stable/chapter06/bc.html



Thanks, Edgar



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

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] Problem building kernel 4.10.8 with bc-1.0.7

2017-04-06 Thread Edgar Alwers



Am 05.04.2017 um 17:41 schrieb Marco Borrini:

With latest bc, kernel compilation seems to hang

Could you please explain what "bc" is ?
Thanks, Edgar

--
Dr.-Ing.Edgar Alwers 
GPG Key ID AD5C6F70

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

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style


Re: [lfs-support] Problem building kernel 4.10.8 with bc-1.0.7

2017-04-05 Thread Bruce Dubbs

Bruce Dubbs wrote:

Marco Borrini wrote:

Hi everyone!

With latest bc, kernel compilation seems to hang as soon as bc is invoked
by kernel compilation procedure; this issue is not present if I revert to
previous bc version.

Would you suggest to start from scratch?


No.  There is some problem.  My build hangs also with bc running at 100%.
  Investigating.


It's a change in behavior in the new bc version.  This is a workaround:

Before make, run:

sed -ri 's/(\$\(CONFIG_HZ\))/"\1;"/' Kbuild

What the command is doing for most systmes is:

  echo 1000 | bc -q ...

Until bc or the kernel is changed, what is needed is:

  echo 1000; | bc -q ...

  -- Bruce


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

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style