<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>156616</bug_id>
          
          <creation_ts>2016-04-14 19:22:47 -0700</creation_ts>
          <short_desc>Trunk r199571 fails to configure on OSX</short_desc>
          <delta_ts>2016-04-17 15:59:21 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>156679</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>126492</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Jeremy Huddleston Sequoia">jeremyhu</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achristensen</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1183977</commentid>
    <comment_count>0</comment_count>
    <who name="Jeremy Huddleston Sequoia">jeremyhu</who>
    <bug_when>2016-04-14 19:22:47 -0700</bug_when>
    <thetext>In updating our portfile from trunk r198058 to trunk r199571, we&apos;re no longer able to configure the build.  I have not bisected it to find the point of failure.

---&gt;  Configuring webkit2-gtk-devel
Executing:  cd &quot;/opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/build&quot; &amp;&amp; /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH=&quot;/opt/local;/usr&quot; -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DPORT=GTK -DUSE_SYSTEM_MALLOC=ON -DENABLE_INTROSPECTION=ON -DENABLE_VIDEO=ON -DENABLE_GTKDOC=OFF -DENABLE_QUARTZ_TARGET=OFF -DENABLE_X11_TARGET=ON -DENABLE_OPENGL=ON -DENABLE_MINIBROWSER=ON -DENABLE_PLUGIN_PROCESS_GTK2=ON -DCMAKE_C_FLAGS_RELEASE=&quot;-DNDEBUG&quot; -DCMAKE_CXX_FLAGS_RELEASE=&quot;-DNDEBUG&quot; -DCMAKE_OSX_ARCHITECTURES=&quot;x86_64&quot; -DCMAKE_OSX_DEPLOYMENT_TARGET=&quot;10.11&quot; -DCMAKE_OSX_SYSROOT=&quot;/&quot; ../trunk 
-- The C compiler identification is AppleClang 8.0.0.8000010
-- The CXX compiler identification is AppleClang 8.0.0.8000010
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found BISON: /opt/local/bin/bison (found suitable version &quot;3.0.4&quot;, minimum required is &quot;2.1&quot;) 
-- Found Gperf: /opt/local/bin/gperf (Required is at least version &quot;3.0.1&quot;) 
-- Found Perl: /opt/local/bin/perl (found suitable version &quot;5.22.1&quot;, minimum required is &quot;5.10.0&quot;) 
-- Found PythonInterp: /opt/local/bin/python2.7 (found suitable version &quot;2.7.11&quot;, minimum required is &quot;2.7.0&quot;) 
-- Found Ruby: /opt/local/bin/ruby (found suitable version &quot;2.2.0&quot;, minimum required is &quot;1.9&quot;) 
usage:  ar -d [-TLsv] archive file ...
	ar -m [-TLsv] archive file ...
	ar -m [-abiTLsv] position archive file ...
	ar -p [-TLsv] archive [file ...]
	ar -q [-cTLsv] archive file ...
	ar -r [-cuTLsv] archive file ...
	ar -r [-abciuTLsv] position archive file ...
	ar -t [-TLsv] archive [file ...]
	ar -x [-ouTLsv] archive [file ...]
CMake Warning at Source/cmake/OptionsCommon.cmake:82 (message):
  GNU gold linker isn&apos;t available, using the default system linker.
Call Stack (most recent call first):
  Source/cmake/WebKitCommon.cmake:46 (include)
  CMakeLists.txt:126 (include)


-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Found PkgConfig: /opt/local/bin/pkg-config (found version &quot;0.29.1&quot;) 
-- Found Cairo: /opt/local/include/cairo (found suitable version &quot;1.14.6&quot;, minimum required is &quot;1.10.2&quot;) 
-- Checking for module &apos;fontconfig&apos;
--   Found fontconfig, version 2.11.1
-- Found Fontconfig: /opt/local/lib/libfontconfig.dylib (Required is at least version &quot;2.8.0&quot;) 
-- Checking for module &apos;freetype2&apos;
--   Found freetype2, version 18.3.12
-- Found Freetype2: /opt/local/include/freetype2/freetype;/opt/local/include/freetype2 (Required is at least version &quot;2.4.2&quot;) 
-- Found GnuTLS: /opt/local/lib/libgnutls.dylib (found suitable version &quot;3.3.22&quot;, minimum required is &quot;3.0.0&quot;) 
-- Checking for module &apos;gtk+-3.0&apos;
--   Found gtk+-3.0, version 3.20.3
-- Checking for module &apos;gtk+-quartz-3.0&apos;
--   No package &apos;gtk+-quartz-3.0&apos; found
-- Checking for module &apos;gtk+-x11-3.0&apos;
--   Found gtk+-x11-3.0, version 3.20.3
-- Checking for module &apos;gtk+-wayland-3.0&apos;
--   No package &apos;gtk+-wayland-3.0&apos; found
-- Found GTK3: /opt/local/include/gtk-3.0;/opt/local/include/at-spi2-atk/2.0;/opt/local/include/at-spi-2.0;/opt/local/include/dbus-1.0;/opt/local/lib/dbus-1.0/include;/opt/local/include/gtk-3.0;/opt/local/include/gio-unix-2.0/;/opt/local/include;/opt/local/include/cairo;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/harfbuzz;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/atk-1.0;/opt/local/include/cairo;/opt/local/include/pixman-1;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include (Required is at least version &quot;3.6.0&quot;) 
-- Checking for module &apos;gdk-3.0&apos;
--   Found gdk-3.0, version 3.20.3
-- Found GDK3: /opt/local/include/gtk-3.0;/opt/local/include/gio-unix-2.0/;/opt/local/include;/opt/local/include/cairo;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/harfbuzz;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/cairo;/opt/local/include/pixman-1;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include (Required is at least version &quot;3.6.0&quot;) 
-- Checking for module &apos;harfbuzz&gt;=0.9.7&apos;
--   Found harfbuzz, version 1.2.5
-- Checking for module &apos;harfbuzz-icu&gt;=0.9.18&apos;
--   Found harfbuzz-icu, version 1.2.5
-- Found HarfBuzz: /opt/local/include/harfbuzz (Required is at least version &quot;0.9.2&quot;) 
-- Checking for module &apos;icu-uc&apos;
--   Found icu-uc, version 55.1
-- Checking for module &apos;icu-i18n&apos;
--   Found icu-i18n, version 55.1
-- Found ICU header files in /opt/local/include
-- Found ICU libraries: /opt/local/lib/libicuuc.dylib
-- Found JPEG: /opt/local/lib/libjpeg.dylib  
-- Found LibSoup: /opt/local/include/libsoup-2.4 (found suitable version &quot;2.54.0.1&quot;, minimum required is &quot;2.42.0&quot;) 
-- Found LibXml2: /opt/local/lib/libxml2.dylib (found suitable version &quot;2.9.2&quot;, minimum required is &quot;2.8.0&quot;) 
-- Found LibXslt: /opt/local/lib/libxslt.dylib (found suitable version &quot;1.1.28&quot;, minimum required is &quot;1.1.7&quot;) 
-- Found ZLIB: /opt/local/lib/libz.dylib (found version &quot;1.2.8&quot;) 
-- Found PNG: /opt/local/lib/libpng.dylib (found version &quot;1.6.21&quot;) 
-- Checking for module &apos;sqlite3&apos;
--   Found sqlite3, version 3.12.1
-- Found Sqlite: /opt/local/include  
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Checking for module &apos;atk&apos;
--   Found atk, version 2.20.0
-- Found ATK: /opt/local/include/atk-1.0 (found version &quot;2.20.0&quot;) 
-- Found WEBP: /opt/local/include  
-- Checking for module &apos;atspi-2&apos;
--   Found atspi-2, version 2.20.1
-- Found ATSPI: /opt/local/include/at-spi-2.0;/opt/local/include/dbus-1.0;/opt/local/lib/dbus-1.0/include;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include (Required is at least version &quot;2.5.3&quot;) 
-- Checking for module &apos;egl&apos;
--   No package &apos;egl&apos; found
-- Could NOT find EGL (missing:  EGL_INCLUDE_DIRS EGL_LIBRARIES) 
-- Checking for module &apos;gtk+-unix-print-3.0&apos;
--   Found gtk+-unix-print-3.0, version 3.20.3
-- Found GTK_UNIX_PRINT: /opt/local/include/gtk-3.0/unix-print;/opt/local/include/gtk-3.0;/opt/local/include/at-spi2-atk/2.0;/opt/local/include/at-spi-2.0;/opt/local/include/dbus-1.0;/opt/local/lib/dbus-1.0/include;/opt/local/include/gtk-3.0;/opt/local/include/gio-unix-2.0/;/opt/local/include;/opt/local/include/cairo;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/harfbuzz;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/atk-1.0;/opt/local/include/cairo;/opt/local/include/pixman-1;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include  
-- Checking for module &apos;gl&apos;
--   Found gl, version 11.1.2
-- Found OPENGL: /opt/local/include  
-- Looking for include file GL/glx.h
-- Looking for include file GL/glx.h - found
-- Checking for module &apos;glesv2&apos;
--   Found glesv2, version 11.1.2
-- Found OPENGLES2: /opt/local/include  
-- Found GLIB: /opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include (found suitable version &quot;2.48.0&quot;, minimum required is &quot;2.36&quot;) 
-- Checking for module &apos;libsecret-1&apos;
--   Found libsecret-1, version 0.18.5
-- Found LIBSECRET: /opt/local/include/libsecret-1;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include  
-- Checking for module &apos;geoclue-2.0&apos;
--   Found geoclue-2.0, version 2.4.3
-- Found GEOCLUE2: TRUE  
-- Checking for module &apos;gobject-introspection-1.0&apos;
--   Found gobject-introspection-1.0, version 1.48.0
-- Checking for module &apos;gtk+-2.0&apos;
--   Found gtk+-2.0, version 2.24.30
-- Found GTK2: /opt/local/include/gtk-2.0;/opt/local/lib/gtk-2.0/include;/opt/local/include/pango-1.0;/opt/local/include/gio-unix-2.0/;/opt/local/include;/opt/local/include/cairo;/opt/local/include/atk-1.0;/opt/local/include/cairo;/opt/local/include/pixman-1;/opt/local/include;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/pango-1.0;/opt/local/include/harfbuzz;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16 (Required is at least version &quot;2.24.10&quot;) 
-- Checking for module &apos;gdk-2.0&apos;
--   Found gdk-2.0, version 2.24.30
-- Found GDK2: /opt/local/include/gtk-2.0;/opt/local/lib/gtk-2.0/include;/opt/local/include/pango-1.0;/opt/local/include/harfbuzz;/opt/local/include;/opt/local/include/pango-1.0;/opt/local/include/gio-unix-2.0/;/opt/local/include;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/cairo;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include;/opt/local/include/pixman-1;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include;/opt/local/include/freetype2;/opt/local/include;/opt/local/include/libpng16;/opt/local/include (Required is at least version &quot;2.24.10&quot;) 
-- Checking for module &apos;enchant&apos;
--   Found enchant, version 1.6.0
-- Checking for module &apos;gstreamer-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-base-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-base-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-app-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-app-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-audio-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-audio-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-fft-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-fft-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-gl-1.0&gt;=1.6.0&apos;
--   Found gstreamer-gl-1.0, version 1.8.0
-- Checking for module &apos;gstreamer-mpegts-1.0&gt;=1.4.0&apos;
--   Found gstreamer-mpegts-1.0, version 1.8.0
-- Checking for module &apos;gstreamer-pbutils-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-pbutils-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-tag-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-tag-1.0 , version 1.8.0
-- Checking for module &apos;gstreamer-video-1.0 &gt;= 1.0.3&apos;
--   Found gstreamer-video-1.0 , version 1.8.0
-- Found GStreamer: GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES;GSTREAMER_APP_INCLUDE_DIRS;GSTREAMER_APP_LIBRARIES;GSTREAMER_PBUTILS_INCLUDE_DIRS;GSTREAMER_PBUTILS_LIBRARIES;GSTREAMER_VIDEO_INCLUDE_DIRS;GSTREAMER_VIDEO_LIBRARIES;GSTREAMER_MPEGTS_INCLUDE_DIRS;GSTREAMER_MPEGTS_LIBRARIES;GSTREAMER_TAG_INCLUDE_DIRS;GSTREAMER_TAG_LIBRARIES;GSTREAMER_GL_INCLUDE_DIRS;GSTREAMER_GL_LIBRARIES;GSTREAMER_AUDIO_INCLUDE_DIRS;GSTREAMER_AUDIO_LIBRARIES;GSTREAMER_FFT_INCLUDE_DIRS;GSTREAMER_FFT_LIBRARIES (Required is at least version &quot;1.0.3&quot;) 
-- Looking for XOpenDisplay in /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib
-- Looking for XOpenDisplay in /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /opt/local/lib/libX11.dylib
-- Found LibNotify: /opt/local/include;/opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include;/opt/local/include (found version &quot;0.7.6&quot;) 
-- Found HYPHEN: /opt/local/include  
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Source/WTF/wtf/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Source/JavaScriptCore/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Source/JavaScriptCore/shell/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Source/WebCore/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Source/WebKit2/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Source/PlatformGTK.cmake
-- Found Gettext: /opt/local/bin/msgmerge (found version &quot;0.19.7&quot;) 
-- Platform-specific CMakeLists not found: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Tools/DumpRenderTree/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Tools/WebKitTestRunner/PlatformGTK.cmake
CMake Error at Tools/MiniBrowser/mac/CMakeLists.txt:41 (add_executable):
  add_executable cannot create target &quot;MiniBrowser&quot; because another target
  with the same name already exists.  The existing target is an executable
  created in source directory
  &quot;/opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/trunk/Tools/MiniBrowser/gtk&quot;.
  See documentation for policy CMP0002 for more details.


CMake Error at Tools/MiniBrowser/mac/CMakeLists.txt:43 (target_link_libraries):
  Attempt to add link library &quot;WebKit2&quot; to target &quot;MiniBrowser&quot; which is not
  built in this directory.


-- Enabled features:
--  ENABLE_ACCELERATED_2D_CANVAS .......... OFF
--  ENABLE_CREDENTIAL_STORAGE               ON
--  ENABLE_DRAG_SUPPORT ................... ON
--  ENABLE_GEOLOCATION                      ON
--  ENABLE_GLES2 .......................... OFF
--  ENABLE_GTKDOC                           OFF
--  ENABLE_ICONDATABASE ................... ON
--  ENABLE_INTROSPECTION                    ON
--  ENABLE_JIT ............................ ON
--  ENABLE_MEMORY_SAMPLER                   OFF
--  ENABLE_MINIBROWSER .................... ON
--  ENABLE_OPENGL                           ON
--  ENABLE_PLUGIN_PROCESS_GTK2 ............ ON
--  ENABLE_QUARTZ_TARGET                    OFF
--  ENABLE_SAMPLING_PROFILER .............. ON
--  ENABLE_SPELLCHECK                       ON
--  ENABLE_TOUCH_EVENTS ................... ON
--  ENABLE_VIDEO                            ON
--  ENABLE_WAYLAND_TARGET ................. OFF
--  ENABLE_WEB_AUDIO                        ON
--  ENABLE_X11_TARGET ..................... ON
--  USE_LIBHYPHEN                           ON
--  USE_LIBNOTIFY ......................... ON
--  USE_SYSTEM_MALLOC                       ON
-- Configuring incomplete, errors occurred!
See also &quot;/opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/build/CMakeFiles/CMakeOutput.log&quot;.
See also &quot;/opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/build/CMakeFiles/CMakeError.log&quot;.
Command failed:  cd &quot;/opt/local/var/macports/build/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/build&quot; &amp;&amp; /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH=&quot;/opt/local;/usr&quot; -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DPORT=GTK -DUSE_SYSTEM_MALLOC=ON -DENABLE_INTROSPECTION=ON -DENABLE_VIDEO=ON -DENABLE_GTKDOC=OFF -DENABLE_QUARTZ_TARGET=OFF -DENABLE_X11_TARGET=ON -DENABLE_OPENGL=ON -DENABLE_MINIBROWSER=ON -DENABLE_PLUGIN_PROCESS_GTK2=ON -DCMAKE_C_FLAGS_RELEASE=&quot;-DNDEBUG&quot; -DCMAKE_CXX_FLAGS_RELEASE=&quot;-DNDEBUG&quot; -DCMAKE_OSX_ARCHITECTURES=&quot;x86_64&quot; -DCMAKE_OSX_DEPLOYMENT_TARGET=&quot;10.11&quot; -DCMAKE_OSX_SYSROOT=&quot;/&quot; ../trunk 
Exit code: 1
Error: Failed to configure webkit2-gtk-devel: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_Users_jeremy_src_macports_trunk_dports_www_webkit2-gtk-devel/webkit2-gtk-devel/main.log for details.
Error: Follow http://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port webkit2-gtk-devel failed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1184516</commentid>
    <comment_count>1</comment_count>
    <who name="Jeremy Huddleston Sequoia">jeremyhu</who>
    <bug_when>2016-04-17 14:54:26 -0700</bug_when>
    <thetext>It looks like the changes I proposed in 156679 should address this one too.  Testing now.

*** This bug has been marked as a duplicate of bug 156679 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1184526</commentid>
    <comment_count>2</comment_count>
    <who name="Jeremy Huddleston Sequoia">jeremyhu</who>
    <bug_when>2016-04-17 15:59:15 -0700</bug_when>
    <thetext>Yes, the changes in 156679 resolve this issue.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>