**** BEGIN LOGGING AT Wed Nov 02 02:59:57 2022 Nov 02 05:42:50 kanavin: this line leaves an Nov 02 05:43:05 trailing white space https://git.yoctoproject.org/poky-contrib/tree/meta/classes-recipe/cargo-update-recipe-crates.bbclass?h=timo/recipe-upgrades#n24 Nov 02 06:55:02 moto-timo: I've sent follow-up change to fix that Nov 02 06:55:31 moto-timo: https://lists.openembedded.org/g/openembedded-core/message/172243 Nov 02 07:54:54 good morning Nov 02 08:39:25 moto-timo, do i need to look at something? Nov 02 15:09:09 today I've noticed an issue with re.py from python3-core following the upgrade from python 3.10.6 to python3 3.11. Nov 02 15:09:35 The source code for re has changed from re.py to Lib/re/ Nov 02 15:10:44 This breaks a lot of python3 packages which import re. I have just sent a fix to the mailing list: https://lists.openembedded.org/g/openembedded-core/message/172592 Nov 02 15:12:15 leonanavi: did you update the manifest by meta/recipes-devtools/python/python3/create_manifest3.py ? or just manually fixed re? Nov 02 15:12:35 JaMa, I've fixed it manually. Nov 02 15:13:25 is this a problem? Should I make any changes to the patch. Nov 02 15:14:00 the first line says "# DO NOT (entirely) modify this file manually, please read." Nov 02 15:26:00 :) Nov 02 15:31:55 this lead to other issues Nov 02 15:31:59 AttributeError: module '_abc' has no attribute '__file__'. Did you mean: '__name__'? Nov 02 15:35:12 I guess we need to replace __file__ with __name__ as the error message suggests. Nov 02 15:43:44 or just check if such attribute exists... Nov 02 15:50:16 leonanavi: FWIW: I'm seeing the same http://errors.yoctoproject.org/Errors/Details/674739/ Nov 02 15:50:59 JaMa, I've added a check for the attribute and this helped to generate the manifest. Nov 02 15:51:32 Now I am building am image to tests the result fits expectations and if so I will submit new version of the manitest fix as well as a fix for create_manifest3.py Nov 02 15:52:24 thanks Nov 02 16:05:12 leonanavi: you're using buildhistory-diff to verify that the changes you expect are happening? Nov 02 16:06:09 no, no in this case because I ran into this issue by chance while working on meta-python. Nov 02 16:42:54 please do Nov 02 16:42:56 very important Nov 02 19:11:27 I've sent v2 of the python3-manifest.json patch. I will send another patch with a small modification of get_module_deps3.py. Nov 02 19:22:49 thank you leonanavi as this is what I was seeing last night Nov 02 19:23:45 I didn't dig any deeper yet, so you are saving us some footwork. Nov 02 19:25:23 hope so :) let's see if these 2 patches are good enough to be merged. **** ENDING LOGGING AT Thu Nov 03 02:59:56 2022