To get started quicker, I have a recipe update commit on top of this branch, which you are welcome to cherry-pick: https://git.yoctoproject.org/poky-contrib/log/?h=akanavin/package-version-updates-later
Alex On Mon, 13 Jun 2022 at 15:01, Randy MacLeod <[email protected]> wrote: > > On 2022-06-13 04:15, Alexander Kanavin wrote: > > Rust 1.61 is held by rust-native regressing on red hat distros; fedora > > 34/35, centos/alma 8 all show this: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3151 > > > > Alex > > Thanks Alex. > > > Naveen, Sundeep, > > It looks like there's been a change to how or if libstdc++-static is used: > > https://github.com/rust-lang/rust/issues/97138 > > > This change is part of 1.61: > > https://github.com/rust-lang/rust/pull/94832 > > so perhaps we need to change our recipe. Anyway, I only took a quick look. > Please work on this issue ASAP. > > ../Randy > > > > > > On Wed, 1 Jun 2022 at 18:19, Auto Upgrade Helper <[email protected]> > > wrote: > >> Hello, > >> > >> this email is a notification from the Auto Upgrade Helper > >> that the automatic attempt to upgrade the recipe *rust-llvm* to *1.61.0* > >> has Failed (devtool error). > >> > >> Detailed error information: > >> > >> The following devtool command failed: finish -f rust-llvm > >> /home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/rust > >> NOTE: Starting bitbake server... > >> WARNING: Host distribution "almalinux-8.6" has not been validated with > >> this version of the build system; you may possibly experience unexpected > >> failures. It is recommended that you use a tested distribution. > >> Loading cache...done. > >> Loaded 1643 entries from dependency cache. > >> Parsing recipes...done. > >> Parsing of 884 .bb files complete (883 cached, 1 parsed). 1644 targets, 35 > >> skipped, 0 masked, 0 errors. > >> > >> Summary: There was 1 WARNING message. > >> > >> ERROR: Traceback (most recent call last): > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/cookerdata.py", > >> line 162, in wrapped > >> return func(fn, *args) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/cookerdata.py", > >> line 187, in parse_config_file > >> return bb.parse.handle(fn, data, include) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/parse/__init__.py", > >> line 107, in handle > >> return h['handle'](fn, data, include) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py", > >> line 118, in handle > >> abs_fn = resolve_file(fn, data) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/parse/__init__.py", > >> line 133, in resolve_file > >> raise IOError(errno.ENOENT, "file %s not found" % fn) > >> FileNotFoundError: [Errno 2] file > >> /home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/rust/conf/layer.conf > >> not found > >> > >> ERROR: Unable to parse > >> /home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/rust/conf/layer.conf: > >> [Errno 2] file > >> /home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/rust/conf/layer.conf > >> not found > >> Traceback (most recent call last): > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/cookerdata.py", > >> line 162, in wrapped > >> return func(fn, *args) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/cookerdata.py", > >> line 187, in parse_config_file > >> return bb.parse.handle(fn, data, include) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/parse/__init__.py", > >> line 107, in handle > >> return h['handle'](fn, data, include) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py", > >> line 118, in handle > >> abs_fn = resolve_file(fn, data) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/parse/__init__.py", > >> line 133, in resolve_file > >> raise IOError(errno.ENOENT, "file %s not found" % fn) > >> FileNotFoundError: [Errno 2] file > >> /home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/rust/conf/layer.conf > >> not found > >> > >> During handling of the above exception, another exception occurred: > >> > >> Traceback (most recent call last): > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", line > >> 334, in <module> > >> ret = main() > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", line > >> 321, in main > >> ret = args.func(args, config, basepath, workspace) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/standard.py", > >> line 2108, in finish > >> updated, appendfile, removed = _update_recipe(args.recipename, > >> workspace, rd, args.mode, appendlayerdir, wildcard_version=True, > >> no_remove=False, no_report_remove=removing_original, > >> initial_rev=args.initial_rev, dry_run_outdir=dry_run_outdir, > >> no_overrides=args.no_overrides, > >> force_patch_refresh=args.force_patch_refresh) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/standard.py", > >> line 1814, in _update_recipe > >> updated, appendf, removed = _update_recipe_patch(recipename, > >> workspace, srctree, crd, appendlayerdir, wildcard_version, no_remove, > >> no_report_remove, initial_rev, dry_run_outdir, force_patch_refresh) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/standard.py", > >> line 1671, in _update_recipe_patch > >> redirect_output=dry_run_outdir) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/recipeutils.py", > >> line 705, in bbappend_recipe > >> appendpath, pathok = get_bbappend_path(rd, destlayerdir, wildcardver) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/meta/lib/oe/recipeutils.py", > >> line 632, in get_bbappend_path > >> confdata = bb.cookerdata.parse_config_file(destlayerconf, confdata) > >> File > >> "/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/cookerdata.py", > >> line 167, in wrapped > >> raise bb.BBHandledException() > >> bb.BBHandledException > >> > >> > >> Please review the attached files for further information and build/update > >> failures. > >> Any problem please file a bug at > >> https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler > >> > >> Regards, > >> The Upgrade Helper > >> > >> > >> > > -- > # Randy MacLeod > # Wind River Linux >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166843): https://lists.openembedded.org/g/openembedded-core/message/166843 Mute This Topic: https://lists.openembedded.org/mt/91480159/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
