Date: Sat, 02 Apr 2022 15:59:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263007] www/chromium: Chromium 100 does not build without wayland Message-ID: <bug-263007-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263007 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 n= eed 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 +=3D [ "//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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263007-7788>