[Openembedded-users] newbie bitbake problem with sqlite3
Woody Dickson
woodydickson at gmail.com
Sat Jun 6 11:59:38 UTC 2009
Hi,
I modified the file permission but I am getting another error saying "unable
to open database file" . Which file is it looking for? How do I fix this
problem?
[woody at localhost build]$ /stuff/bitbake/bin/bitbake -b
/stuff/helloworld/files/packages/myhelloworld/myhelloworld_0.1.bb
Traceback (most recent call last):
File "/stuff/bitbake/bin/bitbake", line 143, in ?
main()
File "/stuff/bitbake/bin/bitbake", line 123, in main
cooker.parseConfiguration()
File "/stuff/bitbake/lib/bb/cooker.py", line 68, in parseConfiguration
self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
File "/stuff/bitbake/lib/bb/cooker.py", line 402, in
parseConfigurationFile
bb.fetch.fetcher_init(self.configuration.data)
File "/stuff/bitbake/lib/bb/fetch/__init__.py", line 100, in fetcher_init
pd.delDomain("BB_URI_HEADREVS")
File "/stuff/bitbake/lib/bb/persist_data.py", line 70, in delDomain
self.connection.execute("DROP TABLE IF EXISTS %s;" % domain)
pysqlite2.dbapi2.OperationalError: unable to open database file
[wooy at localhost build]$
On Sat, Jun 6, 2009 at 7:48 PM, Anatoly Shipitsin <norguhtar at gmail.com>wrote:
>
>
> On Sat, Jun 6, 2009 at 17:39, Woody Dickson <woodydickson at gmail.com>wrote:
>
>> Hi,
>>
>> thank for your reply.
>>
>> Could you tell me what path to check? Also, what does "right" mean?
>>
>
> On build dir. Bitibake try write to sqllite database in dir tmp/cache
> relative at build dir.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20090606/71e02ccb/attachment-0002.html>
More information about the Openembedded-users
mailing list