maintainer-feedback requested: [Bug 279364] www/chromium: build failure on 14-STABLE (125.0.6422.76_1)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 May 2024 15:43:58 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-chromium (Nobody)
<chromium@FreeBSD.org> for maintainer-feedback:
Bug 279364: www/chromium: build failure on 14-STABLE (125.0.6422.76_1)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279364



--- Description ---
Please see attached poudriere log.

ERROR at //build/config/linux/pkg_config.gni:104:17: Script returned non-zero
exit code.
    pkgresult = exec_script(pkg_config_script, args, "json")
		^----------
Current dir:
/wrkdirs/usr/ports/www/chromium/work/chromium-125.0.6422.76/out/Release/
Command: python3
/wrkdirs/usr/ports/www/chromium/work/chromium-125.0.6422.76/build/config/linux/
pkg-config.py
Qt5Core Qt5Widgets
Returned 1.
stderr:

Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
Package 'Qt5Core' not found
Package 'Qt5Widgets' not found
Could not run pkg-config.

See //ui/qt/BUILD.gn:60:3: whence it was called.
  pkg_config("qt" + invoker.qt_version + "_config") {
  ^--------------------------------------------------
See //ui/qt/BUILD.gn:104:1: whence it was called.
qt_shim("qt5_shim") {
^--------------------
See //ui/linux/BUILD.gn:69:15: which caused the file to be included.
    deps += [ "//ui/qt" ]
	      ^--------
*** Error code 1

Stop.