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

Reply via email to