-
Notifications
You must be signed in to change notification settings - Fork 198
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
IMX8MM chromium-ozone-wayland configure error #528
Comments
I turned off the DRI and it seemed to compile. I did this by add extra and in content/gpu/BUILD.gn for the DRI to check for use_x11. It configured, compilied and got running on the processor. Only thing is that I got some errors about EGL. I don't know if this will be a problem in the future. chromium --no-sandbox |
On this board, please run chromium with --in-process-gpu. |
With that option, I got a black screen with a blinking cursor and the following below. Maybe I am missing a recipe? chromium --no-sandbox --in-process-gpu |
That’s a known issue and it has been fixed in M92. I’m going to submit an update to this repo for M92 tomorrow or after tomorrow. The update is almost ready. |
@steven-smpct I am also getting this dri configure error on an i.MX8 building chromium-ozone-wayland. Can you give me more details on your fix? Previously the workaround was to add mesa to the DEPENDS but that doesn't seem to work with latest. |
Attached is the patch added with a .bbappend to get mine to configure. It compiles and built then ran. |
Given we've moved to M92 now, is this still an issue? |
I am doing this for work. I am on another project right now. When I come back to this I will update this issue. |
This is based on patch which is attached in issue of meta-browser[1] [1]: OSSystems/meta-browser#528 Signed-off-by: Yuya Hamamachi <[email protected]>
How is it going with this issue? I am facing a similar error
without trying anything else at the moment. |
This seems to still be a problem with 105.0.5195.102. To get chromium-ozone-wayland to build, based on the patch posted upthread, I'm applying
(and the same thing previously, just with a slightly different context since the !is_castos is relatively new) |
This trail of breadcrumbs has helped me. Thankyou very much. I am now building chromium-ozone-wayland 117.0.5938.132 over nanbield 6.6.3-1.0.0 (Current as of today for IMX YOCTO USER GUIDE from NXP). I will report back here when I get chromium to actually run on the i.MX8 QuadXPlus MEK. |
... and to save other people the time rummaging... the file you need to make a change to is deep in the temporary sources working directory tree. Go to the specific directory: [your linux computer or WSL]\home<your username><your_yocto_dir><your_build_dir>\tmp\work\armv8a-mx8-poky-linux\chromium-ozone-wayland\117.0.5938.132\chromium-117.0.5938.132\media\gpu\sandbox ...then edit the file This is the contents of my new working # Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
import("//media/gpu/args.gni")
source_set("sandbox") {
sources = []
if (is_linux || is_chromeos_ash) {
sources += [
"hardware_video_decoding_sandbox_hook_linux.cc",
"hardware_video_decoding_sandbox_hook_linux.h",
]
}
if (is_linux || is_chromeos) {
sources += [
"hardware_video_encoding_sandbox_hook_linux.cc",
"hardware_video_encoding_sandbox_hook_linux.h",
]
}
deps = [
"//base",
"//media/gpu:buildflags",
"//sandbox/policy:policy",
]
if (use_vaapi) {
deps += [ "//media/gpu/vaapi:common" ]
}
if (use_v4l2_codec) {
deps += [ "//media/gpu/v4l2" ]
}
if (current_cpu != "s390x" && current_cpu != "ppc64" && is_linux && ozone_platform_x11 &&
!is_castos) {
# For DRI_DRIVER_DIR.
configs += [ "//build/config/linux/dri" ]
}
} |
HI @xjordanx @Villemoes |
I am building a wayland OS for a IMX8MM on Ubuntu 20.04.
When I compile I get the following error.
`Loading cache: 100% |#########################################################################################################################################| Time: 0:00:00
Loaded 4851 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.50.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-fslc-linux"
MACHINE = "imx8mm-var-dart"
DISTRO = "fslc-wayland"
DISTRO_VERSION = "3.3"
TUNE_FEATURES = "aarch64 armv8a crc cortexa53 crypto"
TARGET_FPU = ""
meta
meta-poky = "HEAD:9df1d44de50b175c736d9f7e52f730fac25e3c12"
meta-oe
meta-multimedia
meta-python
meta-filesystems
meta-gnome
meta-networking = "HEAD:9ee0e08ba2395b9cb93f2273bb1018adb3630407"
meta-freescale = "HEAD:7f12b5e235e67bfe28891d460cb6b1f3025bd0ea"
meta-freescale-3rdparty = "HEAD:7f23af99cb97a12134a46b5b9d497f05b758bf0c"
meta-freescale-distro = "HEAD:916df6d24c0a33a3b1533bde70b6a2724ec77af4"
meta-qt5 = "HEAD:a00af3eae082b772469d9dd21b2371dd4d237684"
meta-swupdate = "HEAD:2c2c57d3aaae42999b6ef6dcdf67fe52b12735c3"
meta-virtualization = "HEAD:cd431b8f4498a77a800c19a857eb46717e7c71d4"
meta-variscite-fslc = "HEAD:eff54271f37b78a7d5e751b3dbbef0e67bd40582"
meta-python2 = "HEAD:8db9e4f6ceae33d7a4f55453d31e69f9858af4eb"
meta-clang = "hardknott:7ef47d048267cf755c496a3962b34314f6f1f1e1"
meta-chromium = "master:ecbd3786959592e19fff7a3c82506a04bf1ef970"
meta-smpct = "hardknott:2e97f4bc92abf4fee4f0a3cc988390817b63627d"
Initialising tasks: 100% |####################################################################################################################################| Time: 0:00:01
Sstate summary: Wanted 0 Local 0 Network 0 Missed 0 Current 423 (0% match, 100% complete)
NOTE: Executing Tasks
ERROR: chromium-ozone-wayland-91.0.4472.164-r0 do_configure: Execution of '/home/steven/Work/var-fslc-yocto-hardknott/build_wayland/tmp/work/cortexa53-crypto-mx8mm-fslc-linux/chromium-ozone-wayland/91.0.4472.164-r0/temp/run.do_configure.3383419' failed with exit code 1:
ERROR at //build/config/linux/dri/BUILD.gn:11:20: Disallowed exec_script call.
dri_driver_dir = exec_script(pkg_config_script,
^-----------------------------
The use of exec_script use is restricted in this build. exec_script
is discouraged because it can slow down the GN run and is easily
abused.
Generally nontrivial work should be done as build steps rather than
when GN is run. For example, if you need to compute a nontrivial
preprocessor define, it will be better to have an action target
generate a header containing the define rather than blocking the GN
run to compute the value.
The allowed callers of exec_script is maintained in the "//.gn" file
if you need to modify the whitelist.
See //content/gpu/BUILD.gn:141:18: which caused the file to be included.
configs += [ "//build/config/linux/dri" ]
^-------------------------
WARNING: exit code 1 from a shell command.
ERROR: Logfile of failure stored in: /home/steven/Work/var-fslc-yocto-hardknott/build_wayland/tmp/work/cortexa53-crypto-mx8mm-fslc-linux/chromium-ozone-wayland/91.0.4472.164-r0/temp/log.do_configure.3383419
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are ['/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/wayland/wayland_1.19.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-multimedia/webp/libwebp_1.2.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-clang/recipes-devtools/clang/libcxx_git.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-extended/xz/xz_5.2.5.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/bison/bison_3.7.5.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-openembedded/meta-oe/recipes-support/nspr/nspr_4.29.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-core/glibc/glibc_2.33.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-browser/meta-chromium/recipes-browser/chromium/gn-native_91.0.4472.164.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-python2/recipes-devtools/python/python-setuptools_42.0.2.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-freescale/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p1.4-aarch64.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-python2/recipes-devtools/python/python-native_2.7.18.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/cairo/cairo_1.16.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/gcc/libgcc_10.2.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-support/libxslt/libxslt_1.1.34.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/qemu/qemu-native_5.2.0.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-openembedded/meta-oe/recipes-support/nspr/nspr_4.29.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.3.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-support/atk/atk_2.36.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.25.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-openembedded/meta-oe/recipes-support/nss/nss_3.64.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/freetype/freetype_2.10.4.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.25.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-openembedded/meta-oe/recipes-support/nss/nss_3.64.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-freescale/recipes-graphics/drm/libdrm_2.4.102.imx.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/wayland/wayland_1.19.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-support/curl/curl_7.75.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-graphics/pango/pango_1.48.2.bb:do_populate_sysroot', 'virtual:native:/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_12.21.0.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-multimedia/flac/flac_1.3.3.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/poky/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb:do_populate_sysroot', '/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-clang/recipes-devtools/clang/clang-cross_git.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['wayland', 'libwebp', 'libcxx', 'xz-native', 'patch-native', 'at-spi2-atk', 'bison-native', 'desktop-file-utils', 'nspr', 'pkgconfig-native', 'hicolor-icon-theme', 'libjpeg-turbo', 'glibc', 'gn-native', 'expat', 'python-setuptools-native', 'imx-gpu-viv', 'python-native', 'gperf-native', 'pciutils', 'dbus', 'cairo', 'glib-2.0', 'libgcc', 'libxslt', 'qemu-native', 'nspr-native', 'libxkbcommon', 'atk', 'gdk-pixbuf', 'gtk+3', 'nss', 'pseudo-native', 'freetype', 'gtk+3-native', 'nss-native', 'libdrm', 'wayland-native', 'curl', 'quilt-native', 'ninja-native', 'pango', 'nodejs-native', 'flac', 'alsa-lib', 'clang-cross-aarch64', 'libffi', 'libxml2', 'gcc-runtime', 'compiler-rt', 'gettext-minimal-native', 'autoconf-native', 'automake-native', 'libtool-native', 'attr-native', 'at-spi2-core', 'texinfo-dummy-native', 'flex-native', 'opkg-utils', 'linux-libc-headers', 'clang-native', 'unzip-native', 'expat-native', 'db-native', 'zlib-native', 'sqlite3-native', 'readline-native', 'gdbm-native', 'openssl-native', 'bzip2-native', 'systemd', 'kmod', 'zlib', 'shadow-sysroot', 'autoconf-archive', 'base-files', 'base-passwd', 'shadow-native', 'shadow', 'fontconfig', 'libpng', 'pixman', 'util-linux', 'libpcre', 'bash-completion', 'glib-2.0-native', 'util-macros', 'wayland-protocols', 'gobject-introspection', 'shared-mime-info', 'libepoxy', 'sqlite3', 'libxext-native', 'libpng-native', 'python3-native', 'libxrandr-native', 'gdk-pixbuf-native', 'at-spi2-atk-native', 'libxcomposite-native', 'cairo-native', 'libx11-native', 'libxdamage-native', 'libxcursor-native', 'gobject-introspection-native', 'libxrender-native', 'libxfixes-native', 'fontconfig-native', 'libxi-native', 'atk-native', 'libjpeg-turbo-native', 'gtk-doc-native', 'pango-native', 'libpthread-stubs', 'libpciaccess', 'libffi-native', 'libxml2-native', 'meson-native', 'libidn2', 'gnutls', 're2c-native', 'harfbuzz', 'fribidi', 'brotli-native', 'icu-native', 'c-ares-native', 'libogg', 'binutils-cross-aarch64', 'python3', 'gnu-config-native', 'm4-native', 'libedit-native', 'swig-native', 'binutils-native', 'cmake-native', 'ncurses-native', 'xz', 'libpam', 'libcap', 'acl', 'libxcrypt', 'attr', 'util-linux-libuuid', 'libcap-ng', 'ncurses', 'bzip2', 'gettext-native', 'libpcre-native', 'util-linux-native', 'xorgproto-native', 'util-macros-native', 'libnsl2-native', 'libtirpc-native', 'shared-mime-info-native', 'dbus-native', 'at-spi2-core-native', 'libxcb-native', 'pixman-native', 'libsm-native', 'xtrans-native', 'freetype-native', 'libxft-native', 'fribidi-native', 'harfbuzz-native', 'python3-setuptools-native', 'libunistring', 'nettle', 'gmp', 'icu', 'libnsl2', 'gdbm', 'readline', 'libtirpc', 'openssl', 'curl-native', 'cracklib', 'flex', 'libcap-ng-native', 'libpcre2-native', 'util-linux-libuuid-native', 'itstool-native', 'xmlto-native', 'libxtst-native', 'libxau-native', 'libpthread-stubs-native', 'xcb-proto-native', 'libxdmcp-native', 'libice-native', 'libxslt-native', 'docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native', 'perl-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_configure
| ERROR at //build/config/linux/dri/BUILD.gn:11:20: Disallowed exec_script call.
| dri_driver_dir = exec_script(pkg_config_script,
| ^-----------------------------
| The use of exec_script use is restricted in this build. exec_script
| is discouraged because it can slow down the GN run and is easily
| abused.
|
| Generally nontrivial work should be done as build steps rather than
| when GN is run. For example, if you need to compute a nontrivial
| preprocessor define, it will be better to have an action target
| generate a header containing the define rather than blocking the GN
| run to compute the value.
|
| The allowed callers of exec_script is maintained in the "//.gn" file
| if you need to modify the whitelist.
| See //content/gpu/BUILD.gn:141:18: which caused the file to be included.
| configs += [ "//build/config/linux/dri" ]
| ^-------------------------
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/steven/Work/var-fslc-yocto-hardknott/build_wayland/tmp/work/cortexa53-crypto-mx8mm-fslc-linux/chromium-ozone-wayland/91.0.4472.164-r0/temp/run.do_configure.3383419' failed with exit code 1:
| ERROR at //build/config/linux/dri/BUILD.gn:11:20: Disallowed exec_script call.
| dri_driver_dir = exec_script(pkg_config_script,
| ^-----------------------------
| The use of exec_script use is restricted in this build. exec_script
| is discouraged because it can slow down the GN run and is easily
| abused.
|
| Generally nontrivial work should be done as build steps rather than
| when GN is run. For example, if you need to compute a nontrivial
| preprocessor define, it will be better to have an action target
| generate a header containing the define rather than blocking the GN
| run to compute the value.
|
| The allowed callers of exec_script is maintained in the "//.gn" file
| if you need to modify the whitelist.
| See //content/gpu/BUILD.gn:141:18: which caused the file to be included.
| configs += [ "//build/config/linux/dri" ]
| ^-------------------------
| WARNING: exit code 1 from a shell command.
|
ERROR: Task (/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-browser/meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_91.0.4472.164.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1991 tasks of which 1990 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
Summary: 1 task failed:
/home/steven/Work/var-fslc-yocto-hardknott/sources/meta-browser/meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_91.0.4472.164.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.`
It seems to have something to do with the DRI. I am not sure if wayland uses it
The text was updated successfully, but these errors were encountered: