New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #31946 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

FFView is dependant on a 10.4 SDK

Reported by: paulsturbs@… Owned by: phw@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign@…
Port: FFView

Description (last modified by ryandesign@…) (diff)

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

Attachments

FFView-0.9.10.diff (1.6 KB) - added by ryandesign@… 19 months ago.
incomplete patch

Change History

comment:1 Changed 19 months ago by ryandesign@…

  • Description modified (diff)
  • Cc ryandesign@… added; paulsturbs@… removed
  • Summary changed from FFView is dependant on a 10.4 SDK file that I don't have on 10.6. See below to FFView is dependant on a 10.4 SDK
  • Keywords FFView removed
  • Milestone MacPorts 2.0.4 deleted
  • Owner changed from macports-tickets@… to phw@…
  • Port changed from aqua/FFView to FFView

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.

Changed 19 months ago by ryandesign@…

incomplete patch

comment:2 Changed 19 months ago by phw@…

  • Status changed from new to closed
  • Resolution set to fixed

Patched file as recommended, built status uncertain (no SnowLeopard available here) :(

Note: See TracTickets for help on using tickets.