[MacPorts] #28800: gimp-app 2.6.11 build fails on Snow Leopard
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Building gimp-app 2.6.11 fails on Snow Leopard: {{{ ---> Building gimp-app DEBUG: build phase started at Tue Mar 15 17:53:45 CDT 2011 DEBUG: Executing proc-pre-org.macports.build-build-0 === CLEAN NATIVE TARGET ScriptExec OF PROJECT ScriptExec WITH THE DEFAULT CONFIGURATION (Release) === Check dependencies GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file main.m) GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file main.m) ** CLEAN FAILED ** }}} gimp-app shouldn't be trying to use the 10.4u SDK on Snow Leopard. -- Ticket URL: <https://trac.macports.org/ticket/28800> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Comment(by jeremyhu@…): I only have a 10.6 SDK on my machine, and it built fine. Do you have the 10.4u SDK chosen in macports.conf? -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Comment(by jeremyhu@…): Yeah, I built it just fine on my Leopard/i386 machine with XCode 3.1 (which has a 10.4u SDK, but it didn't use it) and my SL/x86_64 machine with XCode 4 (which has no 10.4 SDK). -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Comment(by ryandesign@…): Replying to [comment:1 jeremyhu@…]:
I only have a 10.6 SDK on my machine, and it built fine. Do you have the 10.4u SDK chosen in macports.conf? Certainly not. I don't even have any kind of setting related to the SDK in my macports.conf.
Replying to [comment:2 jeremyhu@…]:
Yeah, I built it just fine on my Leopard/i386 machine with XCode 3.1 (which has a 10.4u SDK, but it didn't use it) Are you sure it didn't use it?
and my SL/x86_64 machine with XCode 4 (which has no 10.4 SDK). I guess the absence of the 10.4 SDK on your machine is why it built for you. I do have the 10.4u SDK installed, and GIMPskel/ScriptExecCocoa/ScriptExec.xcodeproj/project.pbxproj does request the 10.4u SDK. Maybe just removing that request from the pbxproj would fix it.
-- Ticket URL: <https://trac.macports.org/ticket/28800#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Changes (by jeremyhu@…): * owner: jeremyhu@… => ryandesign@… Comment: Weird. I'd expect xcodebuild to barf if it couldn't find the SDK. Would you mind giving it a try, since I don't have a machine that hits this build failure. -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Comment(by james.r.haigh@…): I have exactly the same problem: {{{ ---> Building gimp-app === CLEAN NATIVE TARGET ScriptExec OF PROJECT ScriptExec WITH THE DEFAULT CONFIGURATION (Release) === Check dependencies GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file main.m) GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file main.m) ** CLEAN FAILED ** shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_aqua_gimp-app/work/GIMPskel/ScriptExecCocoa && /usr/bin/xcodebuild clean" returned error 1 Error: Target org.macports.build returned: shell command failed (see log for details) Warning: the following items did not execute (for gimp-app): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Failed to install gimp-app Log for gimp-app is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_ports_aqua_gimp-app/main.log Error: The following dependencies were not installed: gimp-app gimp-jp2 gimp-lqr-plugin liblqr gtk-nodoka-engine coreutils gutenprint icns-gimp ufraw cfitsio dcraw exiv2 gtkimageview xsane sane-backends libusb-compat libusb Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Comment(by james.r.haigh@…): PS. This is on 10.6.5. Trying to install gimp2. -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gimp-app -------------------------------------+-------------------------------------- Comment(by james.r.haigh@…): I mean: "Trying to install port 'gimp'." BTW, Software Update has recently installed 'Xcode Update' 3.2.6. Maybe this is related but I didn't install Gimp before the update so I can't confirm. HTH. -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28800: gimp-app 2.6.11 build fails on Snow Leopard --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: gimp-app | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * cc: jeremyhu@… (added) * status: new => closed * resolution: => fixed Comment: r77064 -- Ticket URL: <https://trac.macports.org/ticket/28800#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts