* bitbake -b busted
@ 2011-06-10 14:09 Phil Blundell
2011-06-10 14:17 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Phil Blundell @ 2011-06-10 14:09 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Since updating this morning, it seems that oe-core master now requires
bitbake 1.13.1 to be installed. (I don't recall any discussion of that
change or the reasons for it, but no doubt they are good ones.)
I couldn't find a 1.13.1 tag (or in fact any tags after 1.12.0) in the
bitbake repository so I pulled the head of master. Judging from the
contents of the log this is pretty close to 1.13.1 if not identical.
Unfortunately, this update seems to have broken "bitbake -b <file>"
altogether. Any such command now seems to give me:
ERROR: Command execution failed: Traceback (most recent call last):
File "/home/pb/oe/bitbake/lib/bb/command.py", line 102, in runAsyncCommand
commandmethod(self.cmds_async, self, options)
File "/home/pb/oe/bitbake/lib/bb/command.py", line 190, in buildFile
command.cooker.buildFile(bfile, task)
File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 774, in buildFile
fn = self.matchFile(fn)
File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 752, in matchFile
matches = self.matchFiles(buildfile)
File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 735, in matchFiles
filelist, masked = self.collect_bbfiles()
File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 994, in collect_bbfiles
files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 994, in <lambda>
files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 463, in calc_bbfile_priority
for _, _, regex, pri in self.status.bbfile_config_priorities:
AttributeError: 'NoneType' object has no attribute 'bbfile_config_priorities'
p.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: bitbake -b busted
2011-06-10 14:09 bitbake -b busted Phil Blundell
@ 2011-06-10 14:17 ` Koen Kooi
2011-06-10 17:06 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-06-10 14:17 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 10 jun 2011, om 16:09 heeft Phil Blundell het volgende geschreven:
> Since updating this morning, it seems that oe-core master now requires
> bitbake 1.13.1 to be installed. (I don't recall any discussion of that
> change or the reasons for it, but no doubt they are good ones.)
>
> I couldn't find a 1.13.1 tag (or in fact any tags after 1.12.0) in the
> bitbake repository so I pulled the head of master. Judging from the
> contents of the log this is pretty close to 1.13.1 if not identical.
>
> Unfortunately, this update seems to have broken "bitbake -b <file>"
> altogether. Any such command now seems to give me:
>
> ERROR: Command execution failed: Traceback (most recent call last):
> File "/home/pb/oe/bitbake/lib/bb/command.py", line 102, in runAsyncCommand
> commandmethod(self.cmds_async, self, options)
> File "/home/pb/oe/bitbake/lib/bb/command.py", line 190, in buildFile
> command.cooker.buildFile(bfile, task)
> File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 774, in buildFile
> fn = self.matchFile(fn)
> File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 752, in matchFile
> matches = self.matchFiles(buildfile)
> File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 735, in matchFiles
> filelist, masked = self.collect_bbfiles()
> File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 994, in collect_bbfiles
> files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
> File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 994, in <lambda>
> files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
> File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 463, in calc_bbfile_priority
> for _, _, regex, pri in self.status.bbfile_config_priorities:
> AttributeError: 'NoneType' object has no attribute 'bbfile_config_priorities'
Known problem:
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003721.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bitbake -b busted
2011-06-10 14:17 ` Koen Kooi
@ 2011-06-10 17:06 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-10 17:06 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, 2011-06-10 at 16:17 +0200, Koen Kooi wrote:
> Op 10 jun 2011, om 16:09 heeft Phil Blundell het volgende geschreven:
>
> > Since updating this morning, it seems that oe-core master now requires
> > bitbake 1.13.1 to be installed. (I don't recall any discussion of that
> > change or the reasons for it, but no doubt they are good ones.)
> >
> > I couldn't find a 1.13.1 tag (or in fact any tags after 1.12.0) in the
> > bitbake repository so I pulled the head of master. Judging from the
> > contents of the log this is pretty close to 1.13.1 if not identical.
> >
> > Unfortunately, this update seems to have broken "bitbake -b <file>"
> > altogether. Any such command now seems to give me:
> >
> > ERROR: Command execution failed: Traceback (most recent call last):
> > File "/home/pb/oe/bitbake/lib/bb/command.py", line 102, in runAsyncCommand
> > commandmethod(self.cmds_async, self, options)
> > File "/home/pb/oe/bitbake/lib/bb/command.py", line 190, in buildFile
> > command.cooker.buildFile(bfile, task)
> > File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 774, in buildFile
> > fn = self.matchFile(fn)
> > File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 752, in matchFile
> > matches = self.matchFiles(buildfile)
> > File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 735, in matchFiles
> > filelist, masked = self.collect_bbfiles()
> > File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 994, in collect_bbfiles
> > files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
> > File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 994, in <lambda>
> > files.sort( key=lambda fileitem: self.calc_bbfile_priority(fileitem) )
> > File "/home/pb/oe/bitbake/lib/bb/cooker.py", line 463, in calc_bbfile_priority
> > for _, _, regex, pri in self.status.bbfile_config_priorities:
> > AttributeError: 'NoneType' object has no attribute 'bbfile_config_priorities'
>
> Known problem:
>
> http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003721.html
Which is now fixed in bitbake master.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-10 17:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 14:09 bitbake -b busted Phil Blundell
2011-06-10 14:17 ` Koen Kooi
2011-06-10 17:06 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox