Re: [ptxdist] migratition from 2010.11.1 to 2011.01.0 fails because of Kconfig

2011-02-28 Thread Michael Olbrich
Hi, On Wed, Feb 23, 2011 at 11:31:59AM +0100, Alexander Dahl wrote: > > You could try running kconfig with strace to see which config files are > > used. > > > > diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh > > index 76c3791..3a8a473 100644 > > --- a/scripts/libptxdist.sh > > +++ b/s

Re: [ptxdist] migratition from 2010.11.1 to 2011.01.0 fails because of Kconfig

2011-02-23 Thread Alexander Dahl
Hei hei, because this problem still exists with the current release 2011.02.0 and we have just a little time to investigate this, I gave it another try. > You could try running kconfig with strace to see which config files are > used. > > diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh

Re: [ptxdist] migratition from 2010.11.1 to 2011.01.0 fails because of Kconfig

2011-01-25 Thread Michael Olbrich
Hi, On Tue, Jan 25, 2011 at 09:55:46AM +0100, Alexander Dahl wrote: > > only one 'mainmenu "..."' entry is allowed. I assume you have a a mainmenu > > entry in your Kconfig and you source config/Kconfig which has another one. > > That's not the case. See: > > $ grep -v '^#' Kconfig > source "con

Re: [ptxdist] migratition from 2010.11.1 to 2011.01.0 fails because of Kconfig

2011-01-25 Thread Alexander Dahl
Hello, > only one 'mainmenu "..."' entry is allowed. I assume you have a a mainmenu > entry in your Kconfig and you source config/Kconfig which has another one. That's not the case. See: $ grep -v '^#' Kconfig source "config/Kconfig" comment "--- foo " source "generated/host-

Re: [ptxdist] migratition from 2010.11.1 to 2011.01.0 fails because of Kconfig

2011-01-24 Thread Michael Olbrich
Hello, On Mon, Jan 24, 2011 at 02:17:47PM +0100, Alexander Dahl wrote: > we tried to migrate from ptxdist 2010.11.1 to 2011.01.0 after you > announced the update today. However 'ptxdist migrate' fails with the > following error: > > config/Kconfig:6: invalid statement > > ptxdist: 'ptx o

[ptxdist] migratition from 2010.11.1 to 2011.01.0 fails because of Kconfig

2011-01-24 Thread Alexander Dahl
Hello there, we tried to migrate from ptxdist 2010.11.1 to 2011.01.0 after you announced the update today. However 'ptxdist migrate' fails with the following error: config/Kconfig:6: invalid statement ptxdist: 'ptx oldconfig' returned with an error We use our own Kconfig in our project