On 25-11-2013 12:14, René Ladan wrote: > 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 [email protected]:/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. > Forgot, you also may want to update $WRKSRC/chrome/common/chrome_paths.cc
I will commit these fixes once they are OK for you. > Rene > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
