> From: Khem Raj [mailto:raj.k...@gmail.com] 
> 
> On Thu, Sep 14, 2017 at 11:15 PM, Paul D. DeRocco
> <pdero...@ix.netcom.com> wrote:
> > I just upgraded to Pyro, and now I get several Python errors in
> > sstate_sign_package(), complaining there is no module named 
> > oe.gpg_sign.
> >
> > I reused the Morty sstate-cache. Is that legal, or do I 
> > need to nuke it and start over?
> 
> its too optimistic to use sstate across releases and I dont 
> think abi is guaranteed

Nuking sstate-cache didn't change anything. I've attached the full console 
output from my x86 build. My RPi build produces similar errors.

This is on a freshly installed Ubuntu 16.04 system. I installed Pyro from git, 
added meta-intel pyro branch from git, and added meta-openembedded pyro branch 
from their git. So everything should be current.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pdero...@ix.netcom.com
pauld@BUILD:~/yocto-pyro/buildchr32$ bitbake -k core-image-chroma
NOTE: Started PRServer with DBfile: 
/home/pauld/yocto-pyro/buildchr32/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 
35827, PID: 30575
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry runqemu: file not 
found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry 
runqemu-addptable2image: file not found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry runqemu-gen-tapdevs: 
file not found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry runqemu-ifup: file not 
found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry runqemu-ifdown: file 
not found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry 
oe-find-native-sysroot: file not found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry runqemu-extract-sdk: 
file not found except in DL_DIR
WARNING: ../poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: 
Getting checksum for nativesdk-qemu-helper SRC_URI entry runqemu-export-rootfs: 
file not found except in DL_DIR
Parsing recipes: 100% |##########################################| Time: 0:00:49
Parsing of 1893 .bb files complete (0 cached, 1893 parsed). 2645 targets, 141 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.34.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "ubuntu-16.04"
TARGET_SYS        = "i686-poky-linux"
MACHINE           = "chroma32-bsp"
DISTRO            = "poky"
DISTRO_VERSION    = "2.3.2"
TUNE_FEATURES     = "m32 core2"
TARGET_FPU        = ""
meta              
meta-poky         
meta-yocto-bsp    = "pyro:072430b9b3a78b318b66371c36e2986d2ed5cba4"
meta-intel        = "pyro:16aea09d224f3ed2021623d17c3e807f4b8ff18d"
meta-networking   
meta-oe           
meta-python       = "pyro:5e82995148a2844c6f483ae5ddd1438d87ea9fb7"
meta-chroma32-bsp 
meta-chroma       = "pyro:072430b9b3a78b318b66371c36e2986d2ed5cba4"

Initialising tasks: 100% |#######################################| Time: 0:00:05
NOTE: Executing SetScene Tasks
ERROR: packagegroup-core-ssh-openssh-1.0-r1 do_populate_lic_setscene: Error 
executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:uninative_changeinterp(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/uninative.bbclass', lineno: 
109, function: uninative_changeinterp
     0105:
     0106:python uninative_changeinterp () {
     0107:    import subprocess
     0108:    import stat
 *** 0109:    import oe.qa
     0110:
     0111:    if not (bb.data.inherits_class('native', d) or 
bb.data.inherits_class('crosssdk', d) or bb.data.inherits_class('cross', d)):
     0112:        return
     0113:
Exception: ImportError: No module named 'oe.qa'

WARNING: Logfile for failed setscene task is 
/home/pauld/yocto-pyro/buildchr32/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0-r1/temp/log.do_populate_lic_setscene.30703
WARNING: Setscene task 
(../poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic_setscene)
 failed with exit code '1' - real task will be run instead
ERROR: packagegroup-core-eclipse-debug-1.0-r0 do_populate_lic_setscene: Error 
executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:uninative_changeinterp(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/uninative.bbclass', lineno: 
109, function: uninative_changeinterp
     0105:
     0106:python uninative_changeinterp () {
     0107:    import subprocess
     0108:    import stat
 *** 0109:    import oe.qa
     0110:
     0111:    if not (bb.data.inherits_class('native', d) or 
bb.data.inherits_class('crosssdk', d) or bb.data.inherits_class('cross', d)):
     0112:        return
     0113:
Exception: ImportError: No module named 'oe.qa'

WARNING: Logfile for failed setscene task is 
/home/pauld/yocto-pyro/buildchr32/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0-r0/temp/log.do_populate_lic_setscene.30708
WARNING: Setscene task 
(../poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic_setscene)
 failed with exit code '1' - real task will be run instead
NOTE: Executing RunQueue Tasks
ERROR: quilt-native-0.65-r0 do_patch: Error executing a python function in 
exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:patch_do_patch(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/patch.bbclass', lineno: 76, 
function: patch_do_patch
     0072:
     0073:should_apply[vardepsexclude] = "DATE SRCDATE"
     0074:
     0075:python patch_do_patch() {
 *** 0076:    import oe.patch
     0077:
     0078:    patchsetmap = {
     0079:        "patch": oe.patch.PatchTree,
     0080:        "quilt": oe.patch.QuiltTree,
Exception: ImportError: No module named 'oe.patch'

ERROR: quilt-native-0.65-r0 do_patch: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/x86_64-linux/quilt-native/0.65-r0/temp/log.do_patch.30772
ERROR: Task (../poky/meta/recipes-devtools/quilt/quilt-native_0.65.bb:do_patch) 
failed with exit code '1'
WARNING: libgcc-6.3.0-r0 do_populate_lic: libgcc: No generic license file 
exists for: GPL-3.0-with-GCC-exception in any provider
WARNING: libgcc-6.3.0-r0 do_populate_lic: Could not copy license file 
../poky/meta/files/common-licenses/GPL-3.0 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/libgcc/6.3.0-r0/license-destdir/libgcc/generic_GPLv3:
 [Errno 2] No such file or directory: 
'../poky/meta/files/common-licenses/GPL-3.0'
WARNING: gcc-cross-i686-6.3.0-r0 do_populate_lic: gcc-cross-i686: No generic 
license file exists for: GPL-3.0-with-GCC-exception in any provider
WARNING: gcc-cross-i686-6.3.0-r0 do_populate_lic: Could not copy license file 
../poky/meta/files/common-licenses/GPL-3.0 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/x86_64-linux/gcc-cross-i686/6.3.0-r0/license-destdir/gcc-cross-i686/generic_GPLv3:
 [Errno 2] No such file or directory: 
'../poky/meta/files/common-licenses/GPL-3.0'
WARNING: gcc-runtime-6.3.0-r0 do_populate_lic: gcc-runtime: No generic license 
file exists for: GPL-3.0-with-GCC-exception in any provider
WARNING: libgcc-initial-6.3.0-r0 do_populate_lic: libgcc-initial: No generic 
license file exists for: GPL-3.0-with-GCC-exception in any provider
WARNING: gcc-cross-initial-i686-6.3.0-r0 do_populate_lic: 
gcc-cross-initial-i686: No generic license file exists for: 
GPL-3.0-with-GCC-exception in any provider
WARNING: gcc-cross-initial-i686-6.3.0-r0 do_populate_lic: Could not copy 
license file ../poky/meta/files/common-licenses/GPL-3.0 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/x86_64-linux/gcc-cross-initial-i686/6.3.0-r0/license-destdir/gcc-cross-initial-i686/generic_GPLv3:
 [Errno 2] No such file or directory: 
'../poky/meta/files/common-licenses/GPL-3.0'
ERROR: gcc-cross-i686-6.3.0-r0 do_populate_lic: Error executing a python 
function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: gcc-cross-i686-6.3.0-r0 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/x86_64-linux/gcc-cross-i686/6.3.0-r0/temp/log.do_populate_lic.3314
ERROR: Task 
(../poky/meta/recipes-devtools/gcc/gcc-cross_6.3.bb:do_populate_lic) failed 
with exit code '1'
ERROR: libgcc-6.3.0-r0 do_populate_lic: Error executing a python function in 
exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: libgcc-6.3.0-r0 do_populate_lic: Function failed: sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/libgcc/6.3.0-r0/temp/log.do_populate_lic.3294
ERROR: Task (../poky/meta/recipes-devtools/gcc/libgcc_6.3.bb:do_populate_lic) 
failed with exit code '1'
ERROR: gcc-runtime-6.3.0-r0 do_populate_lic: Error executing a python function 
in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: gcc-runtime-6.3.0-r0 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/gcc-runtime/6.3.0-r0/temp/log.do_populate_lic.3316
ERROR: Task 
(../poky/meta/recipes-devtools/gcc/gcc-runtime_6.3.bb:do_populate_lic) failed 
with exit code '1'
ERROR: libgcc-initial-6.3.0-r0 do_populate_lic: Error executing a python 
function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: libgcc-initial-6.3.0-r0 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/libgcc-initial/6.3.0-r0/temp/log.do_populate_lic.3343
ERROR: gcc-cross-initial-i686-6.3.0-r0 do_populate_lic: Error executing a 
python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: gcc-cross-initial-i686-6.3.0-r0 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/x86_64-linux/gcc-cross-initial-i686/6.3.0-r0/temp/log.do_populate_lic.3363
ERROR: Task 
(../poky/meta/recipes-devtools/gcc/libgcc-initial_6.3.bb:do_populate_lic) 
failed with exit code '1'
ERROR: Task 
(../poky/meta/recipes-devtools/gcc/gcc-cross-initial_6.3.bb:do_populate_lic) 
failed with exit code '1'
WARNING: glibc-locale-2.25-r0 do_populate_lic: Could not copy license file 
../poky/meta/files/common-licenses/GPL-2.0 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/license-destdir/glibc-locale/generic_GPLv2:
 [Errno 2] No such file or directory: 
'../poky/meta/files/common-licenses/GPL-2.0'
WARNING: glibc-locale-2.25-r0 do_populate_lic: Could not copy license file 
../poky/meta/files/common-licenses/LGPL-2.1 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/license-destdir/glibc-locale/generic_LGPLv2.1:
 [Errno 2] No such file or directory: 
'../poky/meta/files/common-licenses/LGPL-2.1'
WARNING: glibc-locale-2.25-r0 do_populate_lic: Could not copy license file 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/glibc-2.25/../poky/meta/files/common-licenses/LGPL-2.1
 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/license-destdir/glibc-locale/LGPL-2.1:
 [Errno 2] No such file or directory: 
'/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/glibc-2.25/../poky/meta/files/common-licenses/LGPL-2.1'
WARNING: glibc-locale-2.25-r0 do_populate_lic: Could not copy license file 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/glibc-2.25/../poky/meta/files/common-licenses/GPL-2.0
 to 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/license-destdir/glibc-locale/GPL-2.0:
 [Errno 2] No such file or directory: 
'/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/glibc-2.25/../poky/meta/files/common-licenses/GPL-2.0'
ERROR: glibc-locale-2.25-r0 do_populate_lic: QA Issue: glibc-locale: 
LIC_FILES_CHKSUM points to an invalid file: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/glibc-2.25/../poky/meta/files/common-licenses/GPL-2.0
 [license-checksum]
ERROR: glibc-locale-2.25-r0 do_populate_lic: QA Issue: glibc-locale: 
LIC_FILES_CHKSUM points to an invalid file: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/glibc-2.25/../poky/meta/files/common-licenses/LGPL-2.1
 [license-checksum]
WARNING: packagegroup-core-eclipse-debug-1.0-r0 do_populate_lic: 
packagegroup-core-eclipse-debug: No generic license file exists for: MIT in any 
provider
WARNING: packagegroup-core-ssh-openssh-1.0-r1 do_populate_lic: 
packagegroup-core-ssh-openssh: No generic license file exists for: MIT in any 
provider
ERROR: glibc-locale-2.25-r0 do_populate_lic: Error executing a python function 
in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: glibc-locale-2.25-r0 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/core2-32-poky-linux/glibc-locale/2.25-r0/temp/log.do_populate_lic.3456
ERROR: Task 
(../poky/meta/recipes-core/glibc/glibc-locale_2.25.bb:do_populate_lic) failed 
with exit code '1'
WARNING: packagegroup-base-1.0-r83 do_populate_lic: packagegroup-base: No 
generic license file exists for: MIT in any provider
WARNING: packagegroup-core-boot-1.0-r17 do_populate_lic: 
packagegroup-core-boot: No generic license file exists for: MIT in any provider
ERROR: packagegroup-core-eclipse-debug-1.0-r0 do_populate_lic: Error executing 
a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: packagegroup-core-eclipse-debug-1.0-r0 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/all-poky-linux/packagegroup-core-eclipse-debug/1.0-r0/temp/log.do_populate_lic.3474
ERROR: packagegroup-core-ssh-openssh-1.0-r1 do_populate_lic: Error executing a 
python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: packagegroup-core-ssh-openssh-1.0-r1 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/all-poky-linux/packagegroup-core-ssh-openssh/1.0-r1/temp/log.do_populate_lic.3480
ERROR: Task 
(../poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic)
 failed with exit code '1'
ERROR: Task 
(../poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic)
 failed with exit code '1'
ERROR: packagegroup-base-1.0-r83 do_populate_lic: Error executing a python 
function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: packagegroup-base-1.0-r83 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/chroma32_bsp-poky-linux/packagegroup-base/1.0-r83/temp/log.do_populate_lic.3481
ERROR: Task 
(../poky/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic) 
failed with exit code '1'
ERROR: packagegroup-core-boot-1.0-r17 do_populate_lic: Error executing a python 
function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
     0001:
 *** 0002:sstate_sign_package(d)
     0003:
File: '/home/pauld/yocto-pyro/poky/meta/classes/sstate.bbclass', lineno: 738, 
function: sstate_sign_package
     0734:      mv -f $TFILE ${SSTATE_PKG}
     0735:}
     0736:
     0737:python sstate_sign_package () {
 *** 0738:    from oe.gpg_sign import get_signer
     0739:
     0740:    if d.getVar('SSTATE_SIG_KEY'):
     0741:        signer = get_signer(d, 'local')
     0742:        sstate_pkg = d.getVar('SSTATE_PKG')
Exception: ImportError: No module named 'oe.gpg_sign'

ERROR: packagegroup-core-boot-1.0-r17 do_populate_lic: Function failed: 
sstate_sign_package
ERROR: Logfile of failure stored in: 
/home/pauld/yocto-pyro/buildchr32/tmp/work/chroma32_bsp-poky-linux/packagegroup-core-boot/1.0-r17/temp/log.do_populate_lic.3489
ERROR: Task 
(../poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic)
 failed with exit code '1'
NOTE: Tasks Summary: Attempted 604 tasks of which 0 didn't need to be rerun and 
11 failed.

Summary: 11 tasks failed:
  ../poky/meta/recipes-devtools/quilt/quilt-native_0.65.bb:do_patch
  ../poky/meta/recipes-devtools/gcc/gcc-cross_6.3.bb:do_populate_lic
  ../poky/meta/recipes-devtools/gcc/libgcc_6.3.bb:do_populate_lic
  ../poky/meta/recipes-devtools/gcc/gcc-runtime_6.3.bb:do_populate_lic
  ../poky/meta/recipes-devtools/gcc/libgcc-initial_6.3.bb:do_populate_lic
  ../poky/meta/recipes-devtools/gcc/gcc-cross-initial_6.3.bb:do_populate_lic
  ../poky/meta/recipes-core/glibc/glibc-locale_2.25.bb:do_populate_lic
  
../poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic
  
../poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_populate_lic
  ../poky/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic
  
../poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic
Summary: There were 24 WARNING messages shown.
Summary: There were 26 ERROR messages shown, returning a non-zero exit code.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to