Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 08:46:51 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        Matthias Wolf <matthias@rheinwolf.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: More www/chromium build woes
Message-ID:  <20210429154651.GB3186@www.zefox.net>
In-Reply-To: <20210429152035.Horde.k3WYNbs_DBpe_rrqx3pi3bN@cloud.rheinwolf.de>
References:  <20210429151052.GA3186@www.zefox.net> <20210429152035.Horde.k3WYNbs_DBpe_rrqx3pi3bN@cloud.rheinwolf.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 29, 2021 at 03:20:35PM +0000, Matthias Wolf wrote:
> Hi,
> 
> 
> "bob prohaska" fbsd@www.zefox.net ??? 29. April 2021 17:11
> > Attempts to compile chromium-90.0.4430.85 are stopping with
> >
> > ===> Configuring for chromium-90.0.4430.85
.......
> > cp -f /usr/local/lib/python3.8/site-packages/xcbgen/*.py /usr/ports/www/chromium/work/site-packages/xcbgen
> > *** Error code 1
> >
> > It looked like lang/python38 wasn't installed, so I compiled it manually.
> > That didn't seem to make a difference.
> >
> > Any ideas what I'm doing wrong? I see the PATH reference to python2.7, is
> > that the culprit? Both 2.7 and 3.8 are installed.
> 
> 
> The chromium port copies the xcbgen package (from xcb-proto) to its working directory, because we need it for python 2.7. The copy assumes the default python version as source, which is 3.8 as of now - probably the xcb package is still installed for 3.7 though (see line 268 in the Makefile).
> 
> 
> Rebuilding/installing xcb-proto should do the trick.
> 

Indeed, that fixed it. 

Thank you!

bob prohaska




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210429154651.GB3186>