[MacPorts] #31946: FFView is dependant on a 10.4 SDK (was: FFView is dependant on a 10.4 SDK file that I don't have on 10.6. See below)

MacPorts noreply at macports.org
Sun Nov 6 20:09:15 PST 2011


#31946: FFView is dependant on a 10.4 SDK
--------------------------------+-------------------------------------------
 Reporter:  paulsturbs@…        |       Owner:  phw@…           
     Type:  defect              |      Status:  new             
 Priority:  Normal              |   Milestone:                  
Component:  ports               |     Version:  2.0.3           
 Keywords:                      |        Port:  FFView          
--------------------------------+-------------------------------------------
Changes (by ryandesign@…):

 * cc: paulsturbs@… (removed)
 * cc: ryandesign@… (added)
  * owner:  macports-tickets@… => phw@…
  * milestone:  MacPorts 2.0.4 =>
  * keywords:  FFView =>
  * port:  aqua/FFView => FFView


Old description:

> version:1
> :debug:main Executing org.macports.main (FFView)
> :debug:main Skipping completed org.macports.archivefetch (FFView)
> :debug:main Skipping completed org.macports.fetch (FFView)
> :debug:main Skipping completed org.macports.checksum (FFView)
> :debug:main Skipping completed org.macports.extract (FFView)
> :debug:main Skipping completed org.macports.patch (FFView)
> :debug:main Skipping completed org.macports.configure (FFView)
> :debug:build build phase started at Sun Nov  6 21:05:29 EST 2011
> :notice:build --->  Building FFView
> :debug:build Executing proc-pre-org.macports.build-build-0
> :info:build Build settings from command line:
> :info:build     ARCHS = i386
> :info:build
> :info:build
> :info:build === BUILD NATIVE TARGET libminizip OF PROJECT FFArchive WITH
> CONFIGURATION Deployment ===
> :info:build Check dependencies
> :info:build GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file
> ioapi.c)
> :info:build GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file
> ioapi.c)
> :info:build ** BUILD FAILED **
> :info:build
> :info:build shell command "cd
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_FFView/FFView/work/FFArchive
> &&  /usr/bin/xcodebuild -configuration Deployment ARCHS=i386" returned
> error 1
> :error:build Target org.macports.build returned: shell command failed
> (see log for details)
> :debug:build Backtrace: shell command failed (see log for details)
>     while executing
> "$pre $targetname"
> :info:build Warning: the following items did not execute (for FFView):
> org.macports.activate org.macports.build org.macports.destroot
> org.macports.install
> :notice:build Log for FFView is at:
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_FFView/FFView/main.log
> This is the log

New description:

 {{{
 version:1
 :debug:main Executing org.macports.main (FFView)
 :debug:main Skipping completed org.macports.archivefetch (FFView)
 :debug:main Skipping completed org.macports.fetch (FFView)
 :debug:main Skipping completed org.macports.checksum (FFView)
 :debug:main Skipping completed org.macports.extract (FFView)
 :debug:main Skipping completed org.macports.patch (FFView)
 :debug:main Skipping completed org.macports.configure (FFView)
 :debug:build build phase started at Sun Nov  6 21:05:29 EST 2011
 :notice:build --->  Building FFView
 :debug:build Executing proc-pre-org.macports.build-build-0
 :info:build Build settings from command line:
 :info:build     ARCHS = i386
 :info:build
 :info:build
 :info:build === BUILD NATIVE TARGET libminizip OF PROJECT FFArchive WITH
 CONFIGURATION Deployment ===
 :info:build Check dependencies
 :info:build GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file
 ioapi.c)
 :info:build GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file
 ioapi.c)
 :info:build ** BUILD FAILED **
 :info:build
 :info:build shell command "cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_FFView/FFView/work/FFArchive
 &&  /usr/bin/xcodebuild -configuration Deployment ARCHS=i386" returned
 error 1
 :error:build Target org.macports.build returned: shell command failed (see
 log for details)
 :debug:build Backtrace: shell command failed (see log for details)
     while executing
 "$pre $targetname"
 :info:build Warning: the following items did not execute (for FFView):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 :notice:build Log for FFView is at:
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_FFView/FFView/main.log
 }}}
 This is the log

--

Comment:

 Even if you do have the 10.4 SDK (which I think you might), it's trying to
 compile using GCC 4.2, which, as the error message says, the 10.4 SDK is
 not compatible with. The port should not be trying to use the 10.4 SDK.

 Actually on my Snow Leopard system (which does have the 10.4u SDK) I get
 the error:
 {{{
 error: There is no SDK with the name or path
 '/Developer/SDKs/MacOSX10.3.9.sdk'
 [BEROR]error: There is no SDK with the name or path
 '/Developer/SDKs/MacOSX10.3.9.sdk'
 }}}

 Probably the port should be updated to 0.9.10 too, but doing so doesn't
 seem to help this. I'll attach my patch anyway as a starting point.

-- 
Ticket URL: <https://trac.macports.org/ticket/31946#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list