Package Base Details: bitbake

Git Clone URL: https://aur.archlinux.org/bitbake.git (read-only, click to copy)
Submitter: ftonello
Maintainer: None
Last Packager: FabioLolix
Votes: 4
Popularity: 0.000000
First Submitted: 2016-07-21 14:48 (UTC)
Last Updated: 2023-03-11 21:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

sl1pkn07 commented on 2017-10-16 20:21 (UTC) (edited on 2017-10-16 20:22 (UTC) by sl1pkn07)

typo in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bitbake#n19 pkgbaes

ftonello commented on 2017-10-13 10:00 (UTC)

I am unable to maintain this package anymore. If anyone wants to take ownership, please post here.

ecloud commented on 2017-04-11 09:57 (UTC)

This is obsolete. 1.33 is out, and supposedly it will work with python 3 now: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2398

ilpianista commented on 2017-03-10 18:36 (UTC)

Please fix the install script: /tmp/alpm_6MCcrH/.INSTALL: line 2: unexpected EOF while looking for matching ``' /tmp/alpm_6MCcrH/.INSTALL: line 5: syntax error: unexpected end of file

ftonello commented on 2017-02-07 22:20 (UTC)

I have tried to build the latest 1.30 and it still fails some tests, so I'll wait to update the package.

parkerlreed commented on 2017-01-13 03:45 (UTC)

==> Making package: bitbake 1.30-6 (Thu Jan 12 22:42:45 EST 2017) ==> Retrieving sources... -> Downloading 1.30.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 123 0 123 0 0 561 0 --:--:-- --:--:-- --:--:-- 561 100 1896k 0 1896k 0 0 1855k 0 --:--:-- 0:00:01 --:--:-- 1855k ==> Validating source files with md5sums... 1.30.zip ... FAILED ==> ERROR: One or more files did not pass the validity check! :: failed to verify bitbake integrity

nandushines commented on 2017-01-10 19:10 (UTC)

The check function fails for me. Any help is greatly appreciated. PYTHONPATH=`pwd`/../lib:`pwd`/../lib/bb python2 ./bitbake-selftest Traceback (most recent call last): File "./bitbake-selftest", line 24, in <module> import bb File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/__init__.py", line 79, in <module> from bb import fetch2 as fetch File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/fetch2/__init__.py", line 1749, in <module> from . import wget File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/fetch2/wget.py", line 41, in <module> from bs4 import BeautifulSoup File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bs4/__init__.py", line 30, in <module> from .builder import builder_registry, ParserRejectedMarkup File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bs4/builder/__init__.py", line 311, in <module> from . import _html5lib File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bs4/builder/_html5lib.py", line 57, in <module> class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: 'module' object has no attribute '_base' /home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/event.py:119: RuntimeWarning: Parent module 'bb' not found while handling absolute import from bb.msg import BBLogFormatter Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/event.py", line 119, in print_ui_queue from bb.msg import BBLogFormatter File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/__init__.py", line 79, in <module> from bb import fetch2 as fetch File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/fetch2/__init__.py", line 37, in <module> from bb import data ImportError: cannot import name data Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/event.py", line 119, in print_ui_queue from bb.msg import BBLogFormatter File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/__init__.py", line 79, in <module> from bb import fetch2 as fetch File "/home/ananya/AUR/bitbake/src/bitbake-1.30/lib/bb/fetch2/__init__.py", line 37, in <module> from bb import data ImportError: cannot import name data