Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Halibut 8.0.3
-
None
-
None
Description
Hi,
I am trying to do the following.
$ bitbake agl-demo-platform
on the base AGL download.
Once the process starts i see the following messages.
----------------------------------------------------------------------------------------------
WARNING: Host distribution "opensuseleap-15.2" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |###########################################################################| Time: 0:00:00
Loaded 3545 entries from dependency cache.
Parsing recipes: 100% |#########################################################################| Time: 0:00:18
Parsing of 2547 .bb files complete (2498 cached, 49 parsed). 3594 targets, 278 skipped, 0 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_agl-distro '^/usr/local/d_drive/agl_yocto_sys/meta-agl/meta-agl-distro/'
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.40.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-agl-linux"
MACHINE = "qemux86-64"
DISTRO = "poky-agl"
DISTRO_VERSION = "8.0.4+snapshot-20200114"
TUNE_FEATURES = "m64 corei7"
TARGET_FPU = ""
meta-qt5 = "HEAD:1520d5b2b2beec5e1c3209d3178219e93ef08bca"
meta-agl-profile-graphical-qt5
meta-agl-profile-graphical
meta-netboot = "HEAD:20fbeb703b08468122c412bcbe098fc038dad0ff"
meta-speech-framework
meta-pipewire = "HEAD:317fee866db0f745132d17b0bf1e3e0173b26ae2"
meta-agl-demo = "HEAD:0af7702519b7106a7775497475e3e57bea62a363"
meta-oe
meta-multimedia
meta-networking
meta-python
meta-filesystems = "HEAD:446bd615fd7cb9bc7a159fe5c2019ed08d1a7a93"
meta-agl-profile-core
meta-agl-distro
meta-agl-bsp = "HEAD:20fbeb703b08468122c412bcbe098fc038dad0ff"
meta-security = "HEAD:31dc4e7532fa7a82060e0b50e5eb8d0414aa7e93"
meta-perl = "HEAD:446bd615fd7cb9bc7a159fe5c2019ed08d1a7a93"
meta-security
meta-app-framework = "HEAD:20fbeb703b08468122c412bcbe098fc038dad0ff"
meta
meta-poky = "HEAD:51f6145f8f99a02df1dad937684f014b0172e72a"
Initialising tasks: 100% |######################################################################| Time: 0:00:07
Sstate summary: Wanted 2072 Found 0 Missed 2072 Current 607 (0% match, 22% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
----------------------------------------------------------------------------------------------
But the run fails with the following message.
----------------------------------------------------------------------------------------------
ERROR: xmlsec1-native-1.2.26-r0 do_configure: configure failed
ERROR: xmlsec1-native-1.2.26-r0 do_configure: Function failed: do_configure (log file is located at /usr/local/d_drive/agl_yocto_sys/build/tmp/work/x86_64-linux/xmlsec1-native/1.2.26-r0/temp/log.do_configure.20107)
ERROR: Logfile of failure stored in: /usr/local/d_drive/agl_yocto_sys/build/tmp/work/x86_64-linux/xmlsec1-native/1.2.26-r0/temp/log.do_configure.20107
----------------------------------------------------------------------------------------------
Could you please let me know what could be going wrong, and what needs to be done.
Please let me know if you require more information.
Thank you,
Regards,
Nambi