Am Mittwoch 21 Oktober 2009 07:26:27 schrieb anumandla kiran kumar:
> On Tue, Oct 20, 2009 at 7:14 PM, Joshua Judson Rosen
> 
> <[email protected]>wrote:
> > anumandla kiran kumar <[email protected]> writes:
> > > i downloaded make file on to my desktop, run the commands which are
> > > shown on * http://www.shr-project.org/trac/wiki/Building%20SHR*
> > >
> > > now i am stopped at bitbake command
> > >
> > > linux-rrj0:/home/kiran/Desktop/development/shr-testing # make image
> > > . conf/topdir.conf && test "`pwd`" = "$TOPDIR" || echo "TOPDIR='`pwd`'"
> > > > conf/topdir.conf
> > > . ./setup-env; exec bitbake "shr-lite-image"
> > > ERROR:  Openembedded's config sanity checker detected a potential
> > > misconfiguration.
> > >     Either fix the cause of this error or at your own risk disable the
> > > checker (see sanity.conf).
> > >     Following is the list of potential problems / advisories:
> > >
> > >     Do not use Bitbake as root.
> > > make: *** [image] Error 1
> > >
> > > linux-rrj0:/home/kiran/Desktop/development/shr-testing # ./bitbake -c
> >
> > clean
> >
> > > openmoko-dialer3
> > > bash: ./bitbake: is a directory
> > >
> > >  please suggest me how to solve this problem....
> >
> > Since the error-message is "Do not use Bitbake as root", it would seem
> > that the thing to do is to start over again, this time as a normal
> > user (not root).
> >
> > Why were you doing this as root?
> >
> > --
> > Don't be afraid to ask (Lf.((Lx.xx) (Lr.f(rr)))).
> > _______________________________________________
> > Shr-devel mailing list
> > [email protected]
> > http://lists.shr-project.org/mailman/listinfo/shr-devel
> 
> thanks for reply
> in the normal user  i tried bitbake command
> 
> ki...@linux-rrj0:~/Desktop/development/shr-testing> bitbake -c clean
> shr-dialer
> Traceback (most recent call last):
>   File "/usr/bin/bitbake", line 134, in <module>
>     main()
>   File "/usr/bin/bitbake", line 114, in main
>     cooker = bb.cooker.BBCooker(configuration)
>   File "/usr/lib64/python2.5/site-packages/bb/cooker.py", line 65, in
> __init__
>     self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
>   File "/usr/lib64/python2.5/site-packages/bb/cooker.py", line 404, in
> parseConfigurationFile
>     bb.fetch.fetcher_init(self.configuration.data)
>   File "/usr/lib64/python2.5/site-packages/bb/fetch/__init__.py", line 97,
> in fetcher_init
>     pd.delDomain("BB_URI_HEADREVS")
>   File "/usr/lib64/python2.5/site-packages/bb/persist_data.py", line 70, in
> delDomain
>     self.connection.execute("DROP TABLE IF EXISTS %s;" % domain)
> sqlite3.OperationalError: attempt to write a readonly database
> 
> the sqlite3 error is coming.
>  can you suggest me how to solve this error..
> 
That's because the the file is owned by root, it't the same for all other 
files. 
The best would be if you change the owner of all these files with chown to your 
current user.
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to