All of lore.kernel.org
 help / color / mirror / Atom feed
* Python3/bluez5 circular dependency problem
@ 2021-10-04 22:25 Sean
  2021-10-05 23:08 ` Sean
  0 siblings, 1 reply; 3+ messages in thread
From: Sean @ 2021-10-04 22:25 UTC (permalink / raw)
  To: poky


[-- Attachment #1.1: Type: text/plain, Size: 3818 bytes --]

Hello,

I am seeking to make Python work with aioblescan [1], a Bluetooth
application that uses HCI sockets under the hood. I'm having trouble
building for Dunfell while adding bluez5 as a dependency for Python due to
a circular dependency problem. Note that I have this working on Zeus, but I
need to update to Dunfell.

I get the following error, edited for brevity, and I've attached the full
error output, edited for whitespace and disk path:

```
ERROR: 1112 unbuildable tasks were found.

These are usually caused by circular dependencies and any circular
dependency chains found will be printed below. Increase the debug level to
see a list of unbuildable tasks.

Identifying dependency loops (this may take a short while)...

ERROR:

Dependency loop #1 found:
[...]
```

I have tried a handful of approaches, all of which yield this circular
dependency problem. It looks like this problem was dodged in old python2
builds by explicitly disabling bluetooth as a dependency, and unfortunately
that commit message [2] assumed nobody would ever want this support. In any
case, python2 is no longer supported anyway, so I'm focusing on python3. No
such explicit disabling of bluetooth appears to be part of the python3
build recipe [3].

I have used some ideas from [4] for inspiration. Somebody reported a
circular dependency in [5] trying to achieve a similar objective for a
Gatesgarth build.

I first tried to naively add a dependency in my own layer at
`recipes-devtools/python/python3_3.8.11.bbappend`:

```
DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '
bluez5', '', d)}"
```

I also tried forcing autotools to assume the presence of the
<bluetooth/bluetooth.h> header file using `EXTRA_OECONF` as mentioned in
[5], although I added my own DISTRO_FEATURES check for bluetooth:

```
DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '
bluez5', '', d)}"
EXTRA_OECONF_append = "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth',
' ac_cv_bluetooth_bluetooth_h=yes', '', d)}"
```

Next I tried to make the dependency specific to the target since I don't
believe the support is needed for native python3:

```
DEPENDS_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES',
'bluetooth', ' bluez5', '', d)}"
EXTRA_OECONF_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES',
'bluetooth', ' ac_cv_bluetooth_bluetooth_h=yes', '', d)}"
```

Next I attempted to add the dependency via a `PACKAGECONFIG` option for
bluez as was done in the strace recipe [6] and I used the
`CACHED_CONFIGUREVARS` variable from the autotools class instead of using
`EXTRA_OECONF`:

```
PACKAGECONFIG[bluez] = ",,bluez5"
PACKAGECONFIG_append_class-target =
"${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', ' bluez', '', d)}"
CACHED_CONFIGUREVARS_append_class-target =
"${@bb.utils.contains('PACKAGECONFIG', 'bluez', '
ac_cv_header_bluetooth_bluetooth_h=yes', '', d)}"
```

Thanks in advance for any help.

-- Sean Nowlan

P.S.: This is my first time posting to a Yocto mailing list; hopefully I
haven't inadvertently failed to follow any posting conventions.

References:
[1] https://github.com/frawau/aioblescan
[2]
https://git.openembedded.org/openembedded-core/commit/meta/recipes-devtools/python/python.inc?h=rocko&id=46fc4d6b7c17e19088917ec46234bafc76f5655f
[3]
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3_3.8.11.bb?h=dunfell
[4]
https://community.toradex.com/t/how-to-enable-python-bluetooth-sockets/11477
[5]
https://community.toradex.com/t/how-to-enable-python-bluetooth-sockets-in-yocto-gatesgarth/15116
[6]
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/strace/strace_5.5.bb?h=dunfell

[-- Attachment #1.2: Type: text/html, Size: 4944 bytes --]

[-- Attachment #2: build_error.txt --]
[-- Type: text/plain, Size: 84377 bytes --]

ERROR: 1112 unbuildable tasks were found.###################################################################################################################################
                                                                                                                                                          | ETA:  0:00:01
These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks.

Identifying dependency loops (this may take a short while)...

ERROR:
Dependency loop #1 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_package (dependent Tasks ['dbus_1.12.20.bb:do_packagedata', 'readline_8.0.bb:do_packagedata', 'gcc-runtime_9.3.bb:do_packagedata', 'rpm_4.14.2.1.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_packagedata', 'bluez5_5.55.bb:do_install', 'systemd_244.5.bb:do_packagedata', 'glibc_2.31.bb:do_packagedata', 'glib-2.0_2.62.6.bb:do_packagedata', 'pseudo_git.bb:do_populate_sysroot', 'dwarfsrcfiles.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_packagedata (dependent Tasks ['bluez5_5.55.bb:do_package'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_package (dependent Tasks ['bzip2_1.0.8.bb:do_packagedata', 'readline_8.0.bb:do_packagedata', 'pseudo_git.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_packagedata', 'libnsl2_git.bb:do_packagedata', 'python3_3.8.11.bb:do_install_ptest_base', 'sqlite3_3.31.1.bb:do_packagedata', 'libtirpc_1.2.6.bb:do_packagedata', 'xz_5.2.4.bb:do_packagedata', 'libffi_3.3.bb:do_packagedata', 'gdbm_1.18.1.bb:do_packagedata', 'gcc-runtime_9.3.bb:do_packagedata', 'util-linux_2.35.1.bb:do_packagedata', 'rpm_4.14.2.1.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_packagedata', 'glibc_2.31.bb:do_packagedata', 'dwarfsrcfiles.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'bluez5_5.55.bb:do_packagedata', 'zlib_1.2.11.bb:do_packagedata', 'autoconf-archive_2019.01.06.bb:do_packagedata', 'openssl_1.1.1l.bb:do_packagedata'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_packagedata (dependent Tasks ['python3_3.8.11.bb:do_package'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package (dependent Tasks ['python3_3.8.11.bb:do_packagedata', 'libxml2_2.9.10.bb:do_install', 'gcc-runtime_9.3.bb:do_packagedata', 'rpm_4.14.2.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_packagedata', 'pseudo_git.bb:do_populate_sysroot', 'dwarfsrcfiles.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_install_ptest_base', 'zlib_1.2.11.bb:do_packagedata'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_packagedata (dependent Tasks ['libxml2_2.9.10.bb:do_package'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_package (dependent Tasks ['gcc-runtime_9.3.bb:do_packagedata', 'icu_66.1.bb:do_packagedata', 'rpm_4.14.2.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_packagedata', 'pseudo_git.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_packagedata', 'dwarfsrcfiles.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_packagedata', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_packagedata (dependent Tasks ['libical_3.0.7.bb:do_package'])

Dependency loop #2 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #3 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #4 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #5 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #6 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #7 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #8 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #9 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #10 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Dependency loop #11 found:
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_compile (dependent Tasks ['bluez5_5.55.bb:do_configure_ptest_base', 'bluez5_5.55.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install (dependent Tasks ['bluez5_5.55.bb:do_compile', 'bluez5_5.55.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_install_ptest_base (dependent Tasks ['bluez5_5.55.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_populate_sysroot (dependent Tasks ['bluez5_5.55.bb:do_install_ptest_base', 'bluez5_5.55.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_prepare_recipe_sysroot (dependent Tasks ['openssl_1.1.1l.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_populate_sysroot', 'libnsl2_git.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'sqlite3_3.31.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_populate_sysroot', 'gdbm_1.18.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'opkg-utils_0.4.2.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libffi_3.3.bb:do_populate_sysroot', 'util-linux_2.35.1.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_fetch', 'libtirpc_1.2.6.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'xz_5.2.4.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'libxcrypt_4.4.15.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure (dependent Tasks ['python3_3.8.11.bb:do_deploy_source_date_epoch', 'python3_3.8.11.bb:do_patch', 'python3_3.8.11.bb:do_prepare_recipe_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_configure_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile (dependent Tasks ['python3_3.8.11.bb:do_configure_ptest_base', 'python3_3.8.11.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_compile_ptest_base (dependent Tasks ['python3_3.8.11.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_install (dependent Tasks ['python3_3.8.11.bb:do_compile_ptest_base', 'python3_3.8.11.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-devtools/python/python3_3.8.11.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_install', 'python3_3.8.11.bb:do_install_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.1.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_fetch', 'python3_3.8.11.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'python3_3.8.11.bb:do_populate_sysroot', 'zlib_1.2.11.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_configure (dependent Tasks ['libxml2_2.9.10.bb:do_prepare_recipe_sysroot', 'libxml2_2.9.10.bb:do_deploy_source_date_epoch', 'libxml2_2.9.10.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile (dependent Tasks ['libxml2_2.9.10.bb:do_configure', 'libxml2_2.9.10.bb:do_configure_ptest_base'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_compile_ptest_base (dependent Tasks ['libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_install (dependent Tasks ['libxml2_2.9.10.bb:do_compile_ptest_base', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_compile'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_populate_sysroot (dependent Tasks ['libxml2_2.9.10.bb:do_install_ptest_base', 'libxml2_2.9.10.bb:do_install', 'binutils-cross_2.34.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_prepare_recipe_sysroot (dependent Tasks ['libical_3.0.7.bb:do_fetch', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'glibc_2.31.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'cmake-native_3.16.5.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libxml2_2.9.10.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'icu_66.1.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'ninja_1.10.0.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_configure (dependent Tasks ['libical_3.0.7.bb:do_generate_toolchain_file', 'libical_3.0.7.bb:do_prepare_recipe_sysroot', 'libical_3.0.7.bb:do_deploy_source_date_epoch', 'libical_3.0.7.bb:do_patch'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_compile (dependent Tasks ['libical_3.0.7.bb:do_configure'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_install (dependent Tasks ['libical_3.0.7.bb:do_compile', 'pseudo_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-support/libical/libical_3.0.7.bb:do_populate_sysroot (dependent Tasks ['binutils-cross_2.34.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_install'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_prepare_recipe_sysroot (dependent Tasks ['systemd_244.5.bb:do_populate_sysroot', 'automake_1.16.1.bb:do_populate_sysroot', 'bluez5_5.55.bb:do_fetch', 'glibc_2.31.bb:do_populate_sysroot', 'gcc-cross_9.3.bb:do_populate_sysroot', 'glib-2.0_2.62.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot', 'systemd-systemctl-native.bb:do_populate_sysroot', 'libtool-cross_2.4.6.bb:do_populate_sysroot', 'pseudo_git.bb:do_populate_sysroot', 'libical_3.0.7.bb:do_populate_sysroot', 'pkgconfig_git.bb:do_populate_sysroot', 'gcc-runtime_9.3.bb:do_populate_sysroot', 'dbus_1.12.20.bb:do_populate_sysroot', 'readline_8.0.bb:do_populate_sysroot', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot'])
  Task /sdata0/openembedded/dunfell/sources/poky/meta/recipes-connectivity/bluez5/bluez5_5.55.bb:do_configure (dependent Tasks ['bluez5_5.55.bb:do_deploy_source_date_epoch', 'bluez5_5.55.bb:do_prepare_recipe_sysroot', 'bluez5_5.55.bb:do_patch'])

Aborted dependency loops search after 10 matches.

ERROR: Command execution failed: 1

Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
2021-10-04 18:40:35 - ERROR    - Command returned non-zero exit status 1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Python3/bluez5 circular dependency problem
  2021-10-04 22:25 Python3/bluez5 circular dependency problem Sean
@ 2021-10-05 23:08 ` Sean
  2021-10-05 23:20   ` Sean
  0 siblings, 1 reply; 3+ messages in thread
From: Sean @ 2021-10-05 23:08 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

I've traced the first loop to this dependency chain:

python3 -> bluez5 -> libical -> libxml2 -> python3

I noticed that on Zeus, libical was built w/o glib [1], but now it's built by default [2]. I have no idea whether I need libical-glib support, but I got away without it on Zeus.

I added a bbappend that seemed to resolve this circular dependency:

# recipes-support/libical/libical_3.0.7.bbappend

PACKAGECONFIG_remove = "glib"

I'm not sure where it would be appropriate to resolve this issue on upstream, so I'll leave it at that. At least it'll be documented in the mailing list archives if it isn't addressed upstream.

[1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-support/libical/libical_3.0.6.bb?h=zeus#n28

[2] https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-support/libical/libical_3.0.7.bb?h=dunfell#n32

[-- Attachment #2: Type: text/html, Size: 1306 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Python3/bluez5 circular dependency problem
  2021-10-05 23:08 ` Sean
@ 2021-10-05 23:20   ` Sean
  0 siblings, 0 replies; 3+ messages in thread
From: Sean @ 2021-10-05 23:20 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]

I should have waited for the build to complete before assuming I had fixed the problem. The build failed with this error:

```

NOTE: Executing Tasks

ERROR: libical-3.0.7-r0 do_compile: Execution of '/sdata0/openembedded/dunfell/build/tmp/work/aarch64-galaxy-linux/libical/3.0.7-r0/temp/run.do_compile.7600' failed with exit code 1:

Package glib-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `glib-2.0.pc'

to the PKG_CONFIG_PATH environment variable

No package 'glib-2.0' found

Package libxml-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libxml-2.0.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libxml-2.0' found

WARNING: exit code 1 from a shell command

```

I suppose this is due to the pkg-config-native commands looking for those libraries even if PACKAGECONFIG[glib] is disabled [1]. I think this is a defect with the libical recipe.

[1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-support/libical/libical_3.0.7.bb?h=dunfell#n27

[-- Attachment #2: Type: text/html, Size: 1219 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-05 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 22:25 Python3/bluez5 circular dependency problem Sean
2021-10-05 23:08 ` Sean
2021-10-05 23:20   ` Sean

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.