[MacPorts] #40924: GitX fails to build on OS X 10.9 Mavericks
#40924: GitX fails to build on OS X 10.9 Mavericks ------------------------+-------------------------------- Reporter: jrblevin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: mavericks | Port: GitX ------------------------+-------------------------------- Log file attached. Here are the commands I used: {{{ sudo port clean --all GitX sudo port install GitX }}} Console output: {{{ ---> Computing dependencies for GitX ---> Fetching archive for GitX ---> Attempting to fetch GitX-0.7.1_2+finder_integration.darwin_13.x86_64.tbz2 from http://packages.macports.org/GitX ---> Attempting to fetch GitX-0.7.1_2+finder_integration.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/GitX ---> Attempting to fetch GitX-0.7.1_2+finder_integration.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/GitX ---> Fetching distfiles for GitX ---> Verifying checksums for GitX ---> Extracting GitX ---> Applying patches to GitX ---> Configuring GitX ---> Building GitX Error: org.macports.build for port GitX returned: command execution failed Please see the log file for port GitX for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_GitX/GitX/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port GitX failed }}} Could possibly be a path issue, as the main error seems to be "fatal error: 'ext/stdio_filebuf.h' file not found". -- Ticket URL: <https://trac.macports.org/ticket/40924> MacPorts <http://www.macports.org/> Ports system for OS X
#40924: GitX fails to build on OS X 10.9 Mavericks -------------------------+----------------------- Reporter: jrblevin@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: GitX | -------------------------+----------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => cal@… -- Ticket URL: <https://trac.macports.org/ticket/40924#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40924: GitX fails to build on OS X 10.9 Mavericks -------------------------+----------------------- Reporter: jrblevin@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: GitX | -------------------------+----------------------- Comment (by steven.mcphillips@…): Updating the xcode project to use libstdc++ (CLANG_CXX_LIBRARY) seems to do the trick. I think libc++ is now the compiler default(?) {{{ diff --git a/GitX.xcodeproj/project.pbxproj b/GitX.xcodeproj/project.pbxproj index 0774ba5..3ac5ca8 100644 --- a/GitX.xcodeproj/project.pbxproj +++ b/GitX.xcodeproj/project.pbxproj @@ -942,6 +948,7 @@ 26FC0A850875C7B200E6366F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LIBRARY = "libstdc++"; COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -970,6 +977,7 @@ 26FC0A860875C7B200E6366F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LIBRARY = "libstdc++"; DEBUG_INFORMATION_FORMAT = dwarf; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", }}} -- Ticket URL: <https://trac.macports.org/ticket/40924#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40924: GitX fails to build on OS X 10.9 Mavericks -------------------------+----------------------- Reporter: jrblevin@… | Owner: cal@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: mavericks Port: GitX | -------------------------+----------------------- Changes (by cal@…): * status: new => closed * resolution: => fixed Comment: Thanks, r112832. -- Ticket URL: <https://trac.macports.org/ticket/40924#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts