Discussion:
[yocto] eSDK installation failing with sig computed mismatch with sig locked
Sunil Mukundan
2018-10-22 12:47:12 UTC
Permalink
Hi

I built an extensible SDK and when installing the SDK, i see the
following WARNINGS first

WARNING: The netmap-modules:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap-modules:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64

These WARNINGS then (probably) result in the following errors
ERROR: Task netmap.do_prepare_recipe_sysroot attempted to execute unexpectedly
ERROR: Task netmap.do_configure attempted to execute unexpectedly
ERROR: Task netmap.do_compile attempted to execute unexpectedly
ERROR: Task netmap.do_install attempted to execute unexpectedly
ERROR: Task netmap.do_package attempted to execute unexpectedly and
should have been setscened
ERROR: Task netmap.do_packagedata attempted to execute unexpectedly
and should have been setscened
ERROR: Task netmap-modules.do_populate_lic attempted to execute
unexpectedly and should have been setscened
ERROR: Task netmap.do_populate_lic attempted to execute unexpectedly
and should have been setscened

Could someone help me with what could be going wrong?

I used the usual 'bitbake -c populate_sdk_ext core-image-minimal'
command to build the SDK.

thanks,
Sunil Mukundan
--
ChenQi
2018-10-23 01:33:53 UTC
Permalink
I think the main problem is do_fetch sig mismatch.
What does the SRC_URI for the recipe look like?

Best Regards,
Chen Qi
Post by Sunil Mukundan
Hi
I built an extensible SDK and when installing the SDK, i see the
following WARNINGS first
WARNING: The netmap-modules:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap-modules:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
These WARNINGS then (probably) result in the following errors
ERROR: Task netmap.do_prepare_recipe_sysroot attempted to execute unexpectedly
ERROR: Task netmap.do_configure attempted to execute unexpectedly
ERROR: Task netmap.do_compile attempted to execute unexpectedly
ERROR: Task netmap.do_install attempted to execute unexpectedly
ERROR: Task netmap.do_package attempted to execute unexpectedly and
should have been setscened
ERROR: Task netmap.do_packagedata attempted to execute unexpectedly
and should have been setscened
ERROR: Task netmap-modules.do_populate_lic attempted to execute
unexpectedly and should have been setscened
ERROR: Task netmap.do_populate_lic attempted to execute unexpectedly
and should have been setscened
Could someone help me with what could be going wrong?
I used the usual 'bitbake -c populate_sdk_ext core-image-minimal'
command to build the SDK.
thanks,
Sunil Mukundan
--
Sunil Mukundan
2018-10-23 03:28:35 UTC
Permalink
Thanks Chen Qi for the response. Please find my response below
Post by ChenQi
What does the SRC_URI for the recipe look like?
SRC_URI = "git://github.com/luigirizzo/netmap.git"

Thanks
Sunil Mukundan
Post by ChenQi
I think the main problem is do_fetch sig mismatch.
What does the SRC_URI for the recipe look like?
Best Regards,
Chen Qi
Post by Sunil Mukundan
Hi
I built an extensible SDK and when installing the SDK, i see the
following WARNINGS first
WARNING: The netmap-modules:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap-modules:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
These WARNINGS then (probably) result in the following errors
ERROR: Task netmap.do_prepare_recipe_sysroot attempted to execute unexpectedly
ERROR: Task netmap.do_configure attempted to execute unexpectedly
ERROR: Task netmap.do_compile attempted to execute unexpectedly
ERROR: Task netmap.do_install attempted to execute unexpectedly
ERROR: Task netmap.do_package attempted to execute unexpectedly and
should have been setscened
ERROR: Task netmap.do_packagedata attempted to execute unexpectedly
and should have been setscened
ERROR: Task netmap-modules.do_populate_lic attempted to execute
unexpectedly and should have been setscened
ERROR: Task netmap.do_populate_lic attempted to execute unexpectedly
and should have been setscened
Could someone help me with what could be going wrong?
I used the usual 'bitbake -c populate_sdk_ext core-image-minimal'
command to build the SDK.
thanks,
Sunil Mukundan
--
_______________________________________________
yocto mailing list
https://lists.yoctoproject.org/listinfo/yocto
--
Sunil Mukundan
2018-10-24 04:36:14 UTC
Permalink
Hi Chen Qi

We got some help from the Yocto team and this seems to be a known issue.
Basically the recipe had these two lines below
SRCREV = "${AUTOREV}"
PV = "master+git${SRCPV}"

These lines force the eSDK to pull the latest code if there is a change in
the revision in the upstream git repo.
Looks like this is a known issue (
https://bugzilla.yoctoproject.org/show_bug.cgi?id=11350). We are looking at
using specific
revisions of the upstream repo to fix this.

Thanks for your help

Best
Sunil Mukundan
Post by Sunil Mukundan
Thanks Chen Qi for the response. Please find my response below
Post by ChenQi
What does the SRC_URI for the recipe look like?
SRC_URI = "git://github.com/luigirizzo/netmap.git"
Thanks
Sunil Mukundan
Post by ChenQi
I think the main problem is do_fetch sig mismatch.
What does the SRC_URI for the recipe look like?
Best Regards,
Chen Qi
Post by Sunil Mukundan
Hi
I built an extensible SDK and when installing the SDK, i see the
following WARNINGS first
WARNING: The netmap-modules:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_fetch sig is computed to be
b53fa14a73271b9f0ce564e413f32468, but the sig is locked to
614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
The netmap-modules:do_populate_lic sig is computed to be
45b8ffb273c02b2fcd201347e4137e19, but the sig is locked to
d4c3de4ecfdc1d70a4129dfbcc68b71d in SIGGEN_LOCKEDSIGS_t-genericx86-64
These WARNINGS then (probably) result in the following errors
ERROR: Task netmap.do_prepare_recipe_sysroot attempted to execute
unexpectedly
Post by ChenQi
Post by Sunil Mukundan
ERROR: Task netmap.do_configure attempted to execute unexpectedly
ERROR: Task netmap.do_compile attempted to execute unexpectedly
ERROR: Task netmap.do_install attempted to execute unexpectedly
ERROR: Task netmap.do_package attempted to execute unexpectedly and
should have been setscened
ERROR: Task netmap.do_packagedata attempted to execute unexpectedly
and should have been setscened
ERROR: Task netmap-modules.do_populate_lic attempted to execute
unexpectedly and should have been setscened
ERROR: Task netmap.do_populate_lic attempted to execute unexpectedly
and should have been setscened
Could someone help me with what could be going wrong?
I used the usual 'bitbake -c populate_sdk_ext core-image-minimal'
command to build the SDK.
thanks,
Sunil Mukundan
--
_______________________________________________
yocto mailing list
https://lists.yoctoproject.org/listinfo/yocto
Loading...