[Bug 263007] www/chromium: Chromium 100 does not build without wayland
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263007] www/chromium: Chromium 100 does not build without wayland"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263007] www/chromium: Chromium 100 does not build without wayland"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263007] www/chromium: Chromium 100 does not build without wayland"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 15:59:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263007
Bug ID: 263007
Summary: www/chromium: Chromium 100 does not build without
wayland
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr@FreeBSD.org
Reporter: riggs@FreeBSD.org
CC: ports-bugs@FreeBSD.org
On a system with OPTIONS for various ports set such that wayland does not need
to be installed, this happens during the chromium 100 build:
Command: python3
/wrkdirs/usr/ports/www/chromium/work/chromium-100.0.4896.60/build/confi
g/linux/pkg-config.py wayland-client
Returned 1.
stderr:
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
Package 'wayland-client', required by 'virtual:world', not found
Could not run pkg-config.
See //third_party/wayland/BUILD.gn:172:3: whence it was called.
pkg_config("wayland_client_config") {
^------------------------------------
See //ui/ozone/platform/wayland/BUILD.gn:307:15: which caused the file to be
included.
deps += [ "//third_party/wayland:wayland_stubs" ]
^------------------------------------
*** Error code 1
Stop.
make: stopped in /usr/ports/www/chromium
It should be either possible to build chromium without wayland (please!) or the
wayland dependency should be added.
--
You are receiving this mail because:
You are on the CC list for the bug.