[bitbake-devel] failures with current master

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Jun 18 11:27:56 UTC 2012


Hi,

Trying to use bitbake master to bake me oe-core master (using v1.15.2
works i think).

1) checksum error (for socket)
$ ls -ltn /scratch/src/uClibc/test/inet/socktest
srwxr-xr-x 1 1000 1000 0 Jun 16 14:44 /scratch/src/uClibc/test/inet/socktest

ERROR: Running idle function
Traceback (most recent call last):
  File "/scratch/src/oe/bitbake/build/lib/bb/siggen.py", line 172, in
SignatureGeneratorOEBasic.get_taskhash(fn='/scratch/src/oe/openembedded-core/meta/recipes-core/uclibc/uclibc_git.bb',
task='do_fetch', deps=[], dataCache=<bb.cache.CacheData object at
0xd95890>):
             if task in dataCache.file_checksums[fn]:
    >            checksums =
bb.fetch2.get_file_checksums(dataCache.file_checksums[fn][task],
recipename)
                 for (f,cs) in checksums:
  File "/scratch/src/oe/bitbake/build/lib/bb/fetch2/__init__.py", line
627, in get_file_checksums(filelist='/scratch/src/uClibc/
/scratch/src/oe/openembedded-core/meta/recipes-core/uclibc/uclibc-git/uClibc.machine
/scratch/src/oe/openembedded-core/meta/recipes-core/uclibc/uclibc-git/uClibc.distro',
pn='uclibc'):
                         fullpth = os.path.join(root, name)
    >                    checksum = checksum_file(fullpth)
                         if checksum:
  File "/scratch/src/oe/bitbake/build/lib/bb/fetch2/__init__.py", line
605, in checksum_file(f='/scratch/src/uClibc/test/inet/socktest'):
             try:
    >            checksum = _checksum_cache.get_checksum(f)
             except OSError as e:
  File "/scratch/src/oe/bitbake/build/lib/bb/checksum.py", line 78, in
FileChecksumCache.get_checksum(f='/scratch/src/uClibc/test/inet/socktest'):

    >        hashval = bb.utils.md5_file(f)
             self.cachedata_extras[0][f] = (cmtime, hashval)
  File "/scratch/src/oe/bitbake/build/lib/bb/utils.py", line 362, in
md5_file(filename='/scratch/src/uClibc/test/inet/socktest'):

    >    for line in open(filename):
             m.update(line)
IOError: [Errno 6] No such device or address:
'/scratch/src/uClibc/test/inet/socktest'

NOTE: Preparing runqueue
ERROR: Running idle function
Traceback (most recent call last):
  File "/scratch/src/oe/bitbake/build/lib/bb/server/process.py", line
122, in ProcessServer.idle_commands(delay=0.1):
                 try:
    >                retval = function(self, data, False)
                     if retval is False:
  File "/scratch/src/oe/bitbake/build/lib/bb/cooker.py", line 1134, in
buildTargetsIdle(server=<ProcessServer(ProcessServer-1, started)>,
rq=<bb.runqueue.RunQueue instance at 0xab73758>, abort=False):
                 try:
    >                retval = rq.execute_runqueue()
                 except runqueue.TaskFailure as exc:
  File "/scratch/src/oe/bitbake/build/lib/bb/runqueue.py", line 862,
in RunQueue.execute_runqueue():
                 self.rqexe = RunQueueExecuteDummy(self)
    >            if self.rqdata.prepare() == 0:
                     self.state = runQueueComplete
  File "/scratch/src/oe/bitbake/build/lib/bb/runqueue.py", line 541,
in RunQueueData.prepare():
             for task in xrange(len(self.runq_fnid)):
    >            if len(runq_recrdepends[task]) > 0:
                     taskfnid = self.runq_fnid[task]
IndexError: list index out of range

NOTE: Preparing runqueue




More information about the bitbake-devel mailing list