From: Randy MacLeod <randy.macleod@windriver.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>,
"Gowda, Naveen" <naveen.gowda@windriver.com>,
"Kokkonda, Sundeep" <Sundeep.Kokkonda@windriver.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [AUH] rust-llvm: upgrading to 1.61.0 FAILED
Date: Mon, 13 Jun 2022 09:01:39 -0400 [thread overview]
Message-ID: <260249af-2c6a-dbde-96a3-65a80c451ea8@windriver.com> (raw)
In-Reply-To: <CANNYZj9cfUQkS+oDpW7hK5Zi4JWnsmYnEeU5+X-9onRcMSw0fA@mail.gmail.com>
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 <auh@yoctoproject.org> 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
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#166404): https://lists.openembedded.org/g/openembedded-core/message/166404
>> Mute This Topic: https://lists.openembedded.org/mt/91480159/1686489
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
--
# Randy MacLeod
# Wind River Linux
next prev parent reply other threads:[~2022-06-13 13:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 16:18 [AUH] rust-llvm: upgrading to 1.61.0 FAILED auh
2022-06-13 8:15 ` [OE-core] " Alexander Kanavin
2022-06-13 13:01 ` Randy MacLeod [this message]
2022-06-13 13:26 ` Alexander Kanavin
2022-06-22 6:24 ` Sundeep KOKKONDA
2022-06-22 8:32 ` Alexander Kanavin
2022-06-22 15:51 ` Sundeep KOKKONDA
[not found] ` <16FAE43C2CB492E0.16268@lists.openembedded.org>
2022-06-22 9:01 ` Alexander Kanavin
2022-06-22 13:16 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=260249af-2c6a-dbde-96a3-65a80c451ea8@windriver.com \
--to=randy.macleod@windriver.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=alex.kanavin@gmail.com \
--cc=naveen.gowda@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox