Re: [OE-core] broken ncurses support for python

2012-03-10 Thread Scott Garman
On 03/10/2012 03:06 AM, Andreas Oberritter wrote: Hello Scott, On 10.03.2012 05:57, Scott Garman wrote: I filed bug #2070 to track this and have created the following fix for it: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=sgarman/python-ncurses-fix&id=23c73da5f13b6c586353

Re: [OE-core] broken ncurses support for python

2012-03-10 Thread Andreas Oberritter
Hello Scott, On 10.03.2012 05:57, Scott Garman wrote: > I filed bug #2070 to track this and have created the following fix for it: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=sgarman/python-ncurses-fix&id=23c73da5f13b6c586353edb8143fa21058bf3a55 this will break if libdir

Re: [OE-core] broken ncurses support for python

2012-03-09 Thread Scott Garman
On 03/08/2012 10:48 AM, Scott Garman wrote: On 03/06/2012 02:33 PM, Sergey Lapin wrote: breaks python ncurses support. Any ideas on proper fixing? For myself I revert this locally and everything works perfectly. (I think .so files and .a archives should be in usr/lib while .so can go to /lib wh

Re: [OE-core] broken ncurses support for python

2012-03-08 Thread Scott Garman
On 03/06/2012 02:33 PM, Sergey Lapin wrote: breaks python ncurses support. Any ideas on proper fixing? For myself I revert this locally and everything works perfectly. (I think .so files and .a archives should be in usr/lib while .so can go to /lib which is not the case with current ncurses.) so

Re: [OE-core] broken ncurses support for python

2012-03-06 Thread Sergey Lapin
On Tue, Mar 6, 2012 at 11:20 PM, Scott Garman wrote: > On 03/06/2012 05:06 AM, Sergey Lapin wrote: >> >> On Tue, Mar 6, 2012 at 3:08 PM, Sergey Lapin  wrote: >>> >>> commit dd05e06b89906002f68d616a6326c962e725bc54 >>> Author: Christopher Larson >>> Date:   Tue Jan 10 13:51:18 2012 -0600 >>> >>>  

Re: [OE-core] broken ncurses support for python

2012-03-06 Thread Scott Garman
On 03/06/2012 05:06 AM, Sergey Lapin wrote: On Tue, Mar 6, 2012 at 3:08 PM, Sergey Lapin wrote: commit dd05e06b89906002f68d616a6326c962e725bc54 Author: Christopher Larson Date: Tue Jan 10 13:51:18 2012 -0600 ncurses-native: install to libdir, not base_libdir I was wrong with this one,

Re: [OE-core] broken ncurses support for python

2012-03-06 Thread Sergey Lapin
On Tue, Mar 6, 2012 at 3:08 PM, Sergey Lapin wrote: > commit dd05e06b89906002f68d616a6326c962e725bc54 > Author: Christopher Larson > Date:   Tue Jan 10 13:51:18 2012 -0600 > >    ncurses-native: install to libdir, not base_libdir I was wrong with this one, actual culprit is this one: commit 796

[OE-core] broken ncurses support for python

2012-03-06 Thread Sergey Lapin
commit dd05e06b89906002f68d616a6326c962e725bc54 Author: Christopher Larson Date: Tue Jan 10 13:51:18 2012 -0600 ncurses-native: install to libdir, not base_libdir breaks python ncurses support. Any ideas on proper fixing? For myself I revert this locally and everything works perfectly. (I