All of lore.kernel.org
 help / color / mirror / Atom feed
From: mail@nico-maas.de
To: toaster@lists.yoctoproject.org
Subject: Re: Toaster failing
Date: Thu, 07 Apr 2022 04:03:36 -0700	[thread overview]
Message-ID: <23786.1649329416894780645@lists.yoctoproject.org> (raw)
In-Reply-To: <27899.1649226480060387847@lists.yoctoproject.org>

[-- Attachment #1: Type: text/plain, Size: 5770 bytes --]

So, the promised intel, from today:
Trying to always build RPi 4B 64 bit with the core-image-minimal recepie

Hardknott repo with Hardknott as project choosen did work, only did show following warning at the end

> 
> /home/user/yocto_hardknott/poky/bitbake/lib/bb/ui/uievent.py:47:
> DeprecationWarning: Using or importing the ABCs from 'collections' instead
> of from 'collections.abc' is deprecated, and in 3.8 it will stop working 
> if isinstance(ret, collections.Iterable):

Honister repo with Honister as project choosen did NOT work, showing this error:

Traceback (most recent call last):
File "/home/user/yocto_honister/poky/bitbake/bin/bitbake", line 38, in <module>
cookerdata.CookerConfiguration()))
File "/home/user/yocto_honister/poky/bitbake/lib/bb/main.py", line 379, in bitbake_main
configParams)
File "/home/user/yocto_honister/poky/bitbake/lib/bb/ui/toasterui.py", line 135, in main
params.updateToServer(server, os.environ.copy())
File "/home/user/yocto_honister/poky/bitbake/lib/bb/cookerdata.py", line 75, in updateToServer
raise Exception("Unable to update the server configuration with local parameters: %s" % error)
Exception: Unable to update the server configuration with local parameters: bb.BBHandledException()
Traceback (most recent call last):
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/cookerdata.py", line 274, in parseBaseConfiguration
bb.event.fire(bb.event.ConfigParsed(), self.data)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/event.py", line 216, in fire
fire_class_handlers(event, d)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/event.py", line 123, in fire_class_handlers
execute_handler(name, handler, event, d)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/event.py", line 93, in execute_handler
ret = handler(event)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/meta/classes/base.bbclass", line 243, in defaultbase_eventhandler
setup_hosttools_dir(d.getVar('HOSTTOOLS_DIR'), 'HOSTTOOLS', d)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/meta/classes/base.bbclass", line 146, in setup_hosttools_dir
bb.fatal("The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:\n  %s" % " ".join(notfound))
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/__init__.py", line 165, in fatal
raise BBHandledException()
bb.BBHandledException

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/command.py", line 90, in runCommand
result = command_method(self, commandline)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/command.py", line 286, in updateConfig
command.cooker.updateConfigOpts(options, environment, cmdline)
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/cooker.py", line 506, in updateConfigOpts
self.reset()
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/cooker.py", line 1738, in reset
self.initConfigurationData()
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/cooker.py", line 360, in initConfigurationData
self.databuilder.parseBaseConfiguration()
File "/home/user/yocto_honister/poky/_toaster_clones/_git___git.yoctoproject.org_poky_honister/bitbake/lib/bb/cookerdata.py", line 305, in parseBaseConfiguration
raise bb.BBHandledException()
bb.BBHandledException

Master, with Kirkstone choosen did not work (nothing available), which was to be expected
Master, with Yocto Project Master choosen did crash upon build with this error

2022-04-07 12:57:41,255 DEBUG Saving error Bitbake crash
Traceback (most recent call last):
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/command.py", line 90, in runCommand
result = command_method(self, commandline)
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/command.py", line 286, in updateConfig
command.cooker.updateConfigOpts(options, environment, cmdline)
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 536, in updateConfigOpts
self.reset()
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 1776, in reset
self.initConfigurationData()
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 389, in initConfigurationData
self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False)
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cookerdata.py", line 252, in __init__
bb.fatal("Exiting to allow enviroment variables to be corrected")
File "/home/user/yocto_master/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/__init__.py", line 178, in fatal
raise BBHandledException()
bb.BBHandledException

So currently only Hardknott works.

Cheers,

Nico

[-- Attachment #2: Type: text/html, Size: 6758 bytes --]

  reply	other threads:[~2022-04-07 15:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3ee004b6c31c97b9918bc03d2f702229cd74ab7a.camel@linuxfoundation.org>
2022-04-05  7:51 ` Toaster failing mail
2022-04-05 19:40   ` [Toaster] " Richard Purdie
2022-04-05 20:23     ` Tim Orling
2022-04-06  6:28       ` mail
2022-04-07 11:03         ` mail [this message]
2022-04-27  6:07           ` mail
2022-04-27  6:55             ` mail
2022-04-29 12:20               ` mail
2022-05-01 21:12                 ` [Toaster] " Reyna, David
2022-05-01 21:16             ` Reyna, David
2022-05-01 21:18               ` Reyna, David
2022-05-02 16:12                 ` mail
2022-05-04 10:02                   ` [Toaster] " Reyna, David
2022-05-04 10:28                     ` mail
2022-05-11 12:21                       ` mail
2022-05-11 16:59                         ` [Toaster] " Reyna, David
2022-05-12  7:57                           ` mail
2022-06-02 10:49                             ` mail
2022-06-06  8:13                               ` [Toaster] " Reyna, David
2022-06-10  7:05                               ` Reyna, David
2022-06-10  7:09                                 ` mail
2022-08-01 10:17                                   ` mail
2022-11-09  6:03                                     ` mail
2022-04-04 13:12 mail

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=23786.1649329416894780645@lists.yoctoproject.org \
    --to=mail@nico-maas.de \
    --cc=toaster@lists.yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.