[bitbake-devel] bitbake task not returning

Tim Godfrey timothy.godfrey at gmail.com
Mon May 14 03:56:29 UTC 2018


Hello!

A recipe I am working with hangs on the do_unpack task. Looking at the
logs, the sub-task appears to complete successfully, but the calling task
doesn't, and the overall bitbake build process doesn't either.

This is the complete log for the do_unpack task:

DEBUG: Executing python function do_unpack
DEBUG: Executing python function base_do_unpack
NOTE: Unpacking
/home/tim/tisdk/downloads/ti_cgt_c6000_8.2.2_linux_installer_x86.bin to
/home/tim/tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-nativesdk-arago-linux/nativesdk-ti-cgt6x/1_8.2.2-r0/
DEBUG: Python function base_do_unpack finished
DEBUG: Executing python function ti_bin_do_unpack
----------------------------------------------------------------------------
Welcome to the C6000 Code Generation Tools Setup Wizard.

----------------------------------------------------------------------------
Select Installation Directory

Please specify the directory where C6000 Code Generation Tools will be
installed. The installation requires 264592 KB.

Destination Directory
[/home/tim/tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-nativesdk-arago-linux/nativesdk-ti-cgt6x/1_8.2.2-r0/ti-cgt6x-8.2.2/ti-cgt-c6000_8.2.2]:

----------------------------------------------------------------------------
Setup is now ready to begin installing C6000 Code Generation Tools on your
computer.

Do you want to continue? [Y/n]:
----------------------------------------------------------------------------
Please wait while Setup installs C6000 Code Generation Tools on your
computer.

 Installing
 0% ______________ 50% ______________ 100%
 #########################################

----------------------------------------------------------------------------
Setup has finished installing C6000 Code Generation Tools on your computer.

The cooker log includes this line:

NOTE: recipe nativesdk-ti-cgt6x-1_8.2.2-r0: task do_unpack: Started

but there is no corresponding 'Succeeded' line in the log. I'm guessing it
has something to do with the ti_bin_do_unpack task not returning to the
calling do_unpack task.

Is this a known problem? Is there a known solution to it? On a related
point, if I would like to call the python tasks directly in order to
troubleshoot the problem, is there a standard/easy way to do that?

All input warmly received, thanks!
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20180514/574c8ace/attachment-0002.html>


More information about the bitbake-devel mailing list