[Buildroot] ncurses: build freezes without error with v5.7

Mitch Davis mjd+buildroot at afork.com
Thu Jul 15 14:30:38 UTC 2010


On Fri, Jul 16, 2010 at 12:06 AM, Quotient Remainder
<quotientvremainder at gmail.com> wrote:
>
> I'd actually done both of these before but drew nothing from them
> myself, then again I don't really know what "tic" does

These might help:

  http://tldp.org/HOWTO/Text-Terminal-HOWTO-16.html#ss16.2
  http://en.wikipedia.org/wiki/Terminfo

> #!/bin/sh and adding strace before the tic call:

Ok.

>        + strace tic -x -s -o /home/qvr/obair/buildroot.org/output/staging/usr/share/terminfo terminfo.tmp

If you run this from the command line (ie, not via buildroot), what
happens?  Does it still hang?  Are you able to find out whether the
tic that's being called is from buildroot, or the tic installed as
part of your host operating system?  (adding "type -p tic" before tic
is called will show this).

> I've also run ltrace instead of strace and the following is output.  I
> have *not* chopped off the end of the output (at 0x80495d0); that's all
> that appears.

That's really odd... as if the system call isn't returning.  Never
mind, I look forward to seeing the results of the above tests.

Mitch.



More information about the buildroot mailing list