svn commit: r545308 - head/www/chromium

Jan Beich jbeich at FreeBSD.org
Wed Aug 19 12:04:43 UTC 2020


Joseph Mingrone <jrm at FreeBSD.org> writes:

> On Wed, 2020-08-19 at 10:50, Jan Beich <jbeich at FreeBSD.org> wrote:
>
>> Author: jbeich
>> Date: Wed Aug 19 10:50:13 2020
>> New Revision: 545308
>> URL: https://svnweb.freebsd.org/changeset/ports/545308
>
>> Log:
>>   www/chromium: unbreak with libglvnd
>
>>   [188/188] LINK gn
>>   ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
>>       pkgresult = exec_script(pkg_config_script, args, "value")
>>                   ^----------
>>   Package gbm was not found in the pkg-config search path.
>>   Perhaps you should add the directory containing `gbm.pc'
>>   to the PKG_CONFIG_PATH environment variable
>>   Package 'gbm', required by 'virtual:world', not found
>>   Could not run pkg-config.
>
>>   See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
>>     pkg_config("libgbm") {
>>     ^---------------------
>>   See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
>>       "//third_party/minigbm",
>>       ^----------------------
>
>> Modified:
>>   head/www/chromium/Makefile   (contents, props changed)
>
>> Modified: head/www/chromium/Makefile
>> ==============================================================================
>> --- head/www/chromium/Makefile	Wed Aug 19 10:48:39 2020	(r545307)
>> +++ head/www/chromium/Makefile	Wed Aug 19 10:50:13 2020	(r545308)
>> @@ -83,7 +83,7 @@ DOS2UNIX_FILES=	third_party/skia/third_party/vulkanmem
>>  .if !defined(GN_ONLY)
>>  CPE_VENDOR=	google
>>  CPE_PRODUCT=	chrome
>> -USE_GL=		gl
>> +USE_GL=		gbm gl
>>  USE_LDCONFIG=	${DATADIR}
>>  USE_PERL5=	build
>>  USE_XORG=	x11 xcb xcomposite xcursor xext xdamage xfixes xi \
>
> Hi Jan,
>
> Did you hit this in poudriere?  What OS version did you see this problem with?

Yep, see bug 246767. nvidia-driver doesn't support GBM thus libglvnd doesn't
provide libgbm wrapper. However, being able to chose libgbm via libglvnd
would have helped multiple Mesa versions (mesa-devel currently uses libmap.conf).

> I did test the update to 84.0.4147.135, but didn't hit this problem.
>
> http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2020-08-18_18h45m57s/logs/chromium-84.0.4147.135.log
> http://pkg.awarnach.mathstat.dal.ca/data/12amd64-default/2020-08-18_18h28m02s/logs/chromium-84.0.4147.135.log

See attached error log.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: chromium-84.0.4147.135.log
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200819/11d6493d/attachment.ksh>


More information about the svn-ports-head mailing list