[MacPorts] #41389: glfw @3.0.3_20131114 configure failure: command execution failed
#41389: glfw @3.0.3_20131114 configure failure: command execution failed --------------------------+-------------------------------- Reporter: liuyuanzhi@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: glfw --------------------------+-------------------------------- {{{ sudo port install glfw Password: ---> Computing dependencies for glfw ---> Configuring glfw Error: org.macports.configure for port glfw returned: configure failure: command execution failed Please see the log file for port glfw for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_glfw/glfw/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port glfw failed }}} {{{ :info:configure CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): :info:configure Could NOT find OpenGL (missing: OPENGL_INCLUDE_DIR) :info:configure Call Stack (most recent call first): :info:configure /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) :info:configure /opt/local/share/cmake-2.8/Modules/FindOpenGL.cmake:161 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) :info:configure CMakeLists.txt:68 (find_package) :info:configure :info:configure :info:configure -- Configuring incomplete, errors occurred! :info:configure See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_glfw/glfw/work/build/CMakeFiles/CMakeOutput.log". :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_glfw/glfw/work/build" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DBUILD_SHARED_LIBS=on -DGLFW_BUILD_EXAMPLES=off -DGLFW_BUILD_TESTS=off -DDOXYGEN_EXECUTABLE=/opt/local/bin/doxygen -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_SYSROOT=/ -DCMAKE_OSX_DEPLOYMENT_TARGET="" ../glfw- 45368f410ace3c995e0eb3160d4f6230e4379da6 :info:configure Exit code: 1 :error:configure org.macports.configure for port glfw returned: configure failure: command execution failed }}} -- Ticket URL: <https://trac.macports.org/ticket/41389> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => michaelld@… Comment: Please clean glfw and try again, then attach the new main.log file. -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Comment (by michaelld@…): In other words, if this is still an issue do the following: {{{ sudo port clean glfw sudo port selfupdate sudo port install glfw }}} and, if the last command fails, then post the log file found via {{{ port logfile glfw }}} -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Comment (by awwbees@…): I am having the same issue, similar log attached. -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Comment (by michaelld@…): The issue is: {{{ :info:configure CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): :info:configure Could NOT find OpenGL (missing: OPENGL_INCLUDE_DIR) :info:configure Call Stack (most recent call first): :info:configure /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) :info:configure /opt/local/share/cmake-2.8/Modules/FindOpenGL.cmake:161 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) :info:configure CMakeLists.txt:68 (find_package) }}} Does "/System/Library/Frameworks/OpenGL.framework" exist on your computer? That's what OPENGL_INCLUDE_DIR is set to on my computer's build. But, I'm running on 10.8, not 10.9. I will try out 10.9 tomorrow morning. -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Comment (by michaelld@…): On my 10.9 boot this morning, and glfw configures just fine for me. OPENGL_INCLUDE_DIR is set to "/System/Library/Frameworks/OpenGL.framework", as desired/expected. Maybe folks with this issue need to go into Xcode and install the command-line tools and related downloads? -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Comment (by liuyuanzhi@…): installation with the new version @3.0.3_20131120_0 ok now. -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: glfw | ---------------------------+------------------------- Comment (by liuyuanzhi@…): This is weird, I don't access my machine for a whole week and change nothing. I read the glfw port source, only update to new upstream version. but the issue just gone -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#41389: glfw @3.0.3_20131114 configure failure: command execution failed ---------------------------+------------------------- Reporter: liuyuanzhi@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: glfw | ---------------------------+------------------------- Changes (by michaelld@…): * status: new => closed * resolution: => fixed Comment: Maybe something was fixed upstream that made finding OpenGL more robust? I'm glad it's working for you, no matter how you got there. Thanks for reporting back! -- Ticket URL: <https://trac.macports.org/ticket/41389#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts