Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validated host distributions list #37

Open
febs opened this issue Mar 26, 2024 · 1 comment
Open

Validated host distributions list #37

febs opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@febs
Copy link

febs commented Mar 26, 2024

What are the distributions that are validated to build this?

I am trying on Ubuntu 22.04 and getting this warning

WARNING: Host distribution "ubuntu-22.04" 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.

Would it be possible to have a list of supported build systems?
Specifically, my build is failing with
ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATH
I do have both gcc and ccache installed and in the host system's path for what it's worth it.

Thank you,

@dev-0x7C6 dev-0x7C6 self-assigned this Apr 2, 2024
@dev-0x7C6 dev-0x7C6 added the question Further information is requested label Apr 2, 2024
@dev-0x7C6
Copy link
Owner

@febs

WARNING: Host distribution "ubuntu-22.04" 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.

This list is provided by Yocto/OE in poky configuration file (poky/meta-poky/conf/distro/poky.conf), this is from nanbield release.

SANITY_TESTED_DISTROS ?= " \
            poky-4.2 \n \
            poky-4.3 \n \
            ubuntu-18.04 \n \
            ubuntu-20.04 \n \
            ubuntu-22.04 \n \
            ubuntu-22.10 \n \
            fedora-37 \n \
            fedora-38 \n \
            centosstream-8 \n \
            debian-11 \n \
            debian-12 \n \
            opensuseleap-15.3 \n \
            opensuseleap-15.4 \n \
            almalinux-8.8 \n \
            almalinux-9.2 \n \
            "

ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATH

Looks like host tools are missing, can you invoke gcc -v in command line? Make packages mention here are installed: https://docs.yoctoproject.org/ref-manual/system-requirements.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants