Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-17 Thread Darren Hart
On 11/03/2011 11:47 AM, Joshua Lock wrote: > On 03/11/11 02:36, Jack Mitchell wrote: >> On 03/11/2011 05:21, Darren Hart wrote: >>> >>> On 11/02/2011 10:16 PM, McClintock Matthew-B29882 wrote: On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart wrote: > I came up with the following to ensu

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-03 Thread Joshua Lock
On 03/11/11 02:36, Jack Mitchell wrote: > On 03/11/2011 05:21, Darren Hart wrote: >> >> On 11/02/2011 10:16 PM, McClintock Matthew-B29882 wrote: >>> On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart >>> wrote: I came up with the following to ensure I have a log of every bitbake command I run

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-03 Thread Jack Mitchell
On 03/11/2011 05:21, Darren Hart wrote: On 11/02/2011 10:16 PM, McClintock Matthew-B29882 wrote: On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart wrote: I came up with the following to ensure I have a log of every bitbake command I run along with some useful stats. Feel free to use it or flame it

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-02 Thread Darren Hart
On 11/02/2011 10:16 PM, McClintock Matthew-B29882 wrote: > On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart wrote: >> I came up with the following to ensure I have a log of every bitbake >> command I run along with some useful stats. Feel free to use it or flame it: >> >> >> #!/bin/bash >> TIMESTAMP

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-02 Thread McClintock Matthew-B29882
On Thu, Nov 3, 2011 at 12:12 AM, Darren Hart wrote: > I came up with the following to ensure I have a log of every bitbake > command I run along with some useful stats. Feel free to use it or flame it: > > > #!/bin/bash > TIMESTAMP=$(date -u "+%Y%m%d%H%M%S") > LOG=$(mktemp --suffix=".log" bb-$TIME

Re: [yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-02 Thread Darren Hart
On 11/02/2011 05:53 PM, Darren Hart wrote: ... > I tried to capture my complete log, but screen froze on me while trying > to paste the buffer into a log :( So besides writing a bitbake wrapper > to ensure I record ALL my bitbake sessions for reference, I came up with the following to ensure I hav

[yocto] Help diagnosing a build failure involving ncurses, gettext, and eglibc

2011-11-02 Thread Darren Hart
I ran into various issues trying to add mtd-utils to an image today. As I worked through the issues, I found after fixing a couple things, I was more guessing and grasping at straws than anything else. I'll recount what I did, and if anyone can offer a better approach to what I did that would have