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 Error output is below. thanks, -omar [931/13865] CXX obj/third_party/WebKit/Source/testing/plugin/TestNetscapePlugIn.main.o FAILED: /usr/pkg/bin/clang++33 -MMD -MF obj/third_party/WebKit/Source/testing/plugin/TestNetscapePlugIn.main.o.d -DANGLE_DX11 -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_NSS=1 -DUSE_X11=1 -DENABLE_ONE_CLICK_SIGNIN -DGTK_DISABLE_SINGLE_INCLUDES=1 -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_INPUT_SPEECH -DENABLE_NOTIFICATIONS -DENABLE_GPU=1 -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_BACKGROUND=1 -DENABLE_AUTOMATION=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=1 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_MANAGED_USERS=1 -DNDEBUG -DOFFICIAL_BUILD -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I/usr/local/include -I../.. -I../../third_party/WebKit/Source/testing/plugin -I../../third_party/npapi -I../../third_party/npapi/bindings -Wunused-parameter -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unused-function -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -fcolor-diagnostics -fvisibility=default -Wno-format -O2 -fdata-sections -ffunction-sections -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-deprecated -c ../../third_party/WebKit/Source/testing/plugin/main.cpp -o obj/third_party/WebKit/Source/testing/plugin/TestNetscapePlugIn.main.o ../../third_party/WebKit/Source/testing/plugin/main.cpp:34:10: fatal error: 'X11/Xlib.h' file not found #include <X11/Xlib.h> ^ 1 error generated. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
