Bug 279364 - www/chromium: build failure on 14-STABLE (125.0.6422.76_1)
Summary: www/chromium: build failure on 14-STABLE (125.0.6422.76_1)
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-chromium (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-28 15:43 UTC by iron.udjin
Modified: 2024-05-29 12:33 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (chromium)


Attachments
chromium-125.0.6422.76_1.log (72.26 KB, text/plain)
2024-05-28 15:43 UTC, iron.udjin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description iron.udjin 2024-05-28 15:43:58 UTC
Created attachment 251036 [details]
chromium-125.0.6422.76_1.log

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.