Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 12:14:22 +0100
From:      =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        freebsd-chromium@freebsd.org
Subject:   Re: chromium 31.0.1650.57 build fails on 8.4R amd64
Message-ID:  <5293310E.9050806@freebsd.org>
In-Reply-To: <CA%2B%2BoXvREHaSZetJ30_9_8rNN3L9ad8h5i7Rg=HRfcLOy=pPpUA@mail.gmail.com>
References:  <CA%2B%2BoXvREHaSZetJ30_9_8rNN3L9ad8h5i7Rg=HRfcLOy=pPpUA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



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