Hello,

I just uninstalled bitbake:

-----
user@ubuntu:/home/tibor/beagle/setup-scripts$ sudo apt-get remove bitbake
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  python-support python-ply python-progressbar
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  bitbake
0 upgraded, 0 newly installed, 1 to remove and 78 not upgraded.
After this operation, 1,118 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 185263 files and directories currently installed.)
Removing bitbake ...
Processing triggers for python-support ...
Processing triggers for man-db ...
user@ubuntu:/home/tibor/beagle/setup-scripts$ sudo MACHINE=beagleboard bitbake 
virtual/kernel
sudo: bitbake: command not found
user@ubuntu:/home/tibor/beagle/setup-scripts$
----

Now I re-install it:

----
user@ubuntu:/home/tibor/beagle/setup-scripts$ sudo apt-get install bitbake
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  bitbake
0 upgraded, 1 newly installed, 0 to remove and 78 not upgraded.
Need to get 0 B/192 kB of archives.
After this operation, 1,118 kB of additional disk space will be used.
Selecting previously unselected package bitbake.
(Reading database ... 185166 files and directories currently installed.)
Unpacking bitbake (from .../bitbake_1.12.0-1_all.deb) ...
Processing triggers for man-db ...
Setting up bitbake (1.12.0-1) ...
Processing triggers for python-support ...
user@ubuntu:/home/tibor/beagle/setup-scripts$

Everything seems to be OK.... so I restart the build:

user@ubuntu:/home/tibor/beagle/setup-scripts$ sudo MACHINE=beagleboard bitbake 
virtual/kernel
Traceback (most recent call last):
  File "/usr/bin/bitbake", line 234, in <module>
    ret = main()
  File "/usr/bin/bitbake", line 197, in main
    server = ProcessServer(server_channel, event_queue, configuration)
  File "/usr/lib/pymodules/python2.7/bb/server/process.py", line 78, in __init__
    self.cooker = BBCooker(configuration, self.register_idle_function)
  File "/usr/lib/pymodules/python2.7/bb/cooker.py", line 76, in __init__
...
...
    return eval(source, _context, locals)
  File "PN", line 1, in <module>
TypeError: getVar() takes exactly 3 arguments (2 given)

user@ubuntu:/home/tibor/beagle/setup-scripts$
----

Give the same error than earlier...

Any other suggestion would be highly appreciated.

Cheers

Tibor




-----Original Message-----
From: angstrom-distro-devel-boun...@linuxtogo.org 
[mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Khem Raj
Sent: Monday, January 13, 2014 10:55 PM
To: angstrom-distro-devel@linuxtogo.org
Subject: Re: [Angstrom-devel] building Angstrom for BeagleBone Black

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/13/2014 01:37 PM, tibor somogyi wrote:
> Traceback (most recent call last): File "/usr/bin/bitbake", line 234, 
> in <module>

did you install ubuntu/debian bitbake package ?
if you did please uninstall it.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlLUYMsACgkQuwUzVZGdMxRM4QCePIm3cZvbzOlDv/sMYevvfn75
13EAn1JuoF/eN8oSTSbEnliFuOSqcqzK
=W2mM
-----END PGP SIGNATURE-----

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to