chromium 31.0.1650.57 build fails on 8.4R amd64
René Ladan
rene at freebsd.org
Mon Nov 25 11:14:34 UTC 2013
On 24-11-2013 04:08, Omar S wrote:
> Hi,
>
> My ports build of chromium is dying on amd64 FreeBSD-8.4R with a
> current ports tree (rev 334704). The versions tring in the Makefile
> is:
> # $FreeBSD: head/www/chromium/Makefile 334412 2013-11-20 12:48:34Z rene $
>
> My system:
>> uname -a
> FreeBSD mine.heedme.com 8.4-RELEASE FreeBSD 8.4-RELEASE #1: Sat Jul 13
> 01:39:21 EDT 2013 root at mine.heedme.com:/usr/obj/usr/src/sys/MINE
> amd64
>
> It is not finding X11/xlib.h, although the file exists in $LOCALBASE:
>> ls -la /usr/pkg/include/X11/Xlib.h
> -r--r--r-- 1 root wheel 99819 Oct 22 12:41 /usr/pkg/include/X11/Xlib.h
>
So you have PREFIX = LOCALBASE = /usr/pkg instead of the default
/usr/local , which should work. Somehow this failed to error out with
my poudriere build (which only has a custom PREFIX by default), are you
building with the TEST option on?
Replacing /usr/local with /usr/pkg in
$WRKSRC/third_party/WebKit/Source/testing/testing.gyp should fix it.
Rene
More information about the freebsd-chromium
mailing list