#31946 closed defect (fixed)
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 (Ryan Carsten Schmidt) | |
Port: | FFView |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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 (1)
Change History (4)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; paulsturbs@… removed |
---|---|
Description: | modified (diff) |
Keywords: | FFView removed |
Milestone: | MacPorts 2.0.4 |
Owner: | changed from macports-tickets@… to phw@… |
Port: | FFView added; aqua/FFView removed |
Summary: | FFView is dependant on a 10.4 SDK file that I don't have on 10.6. See below → FFView is dependant on a 10.4 SDK |
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | FFView-0.9.10.diff added |
---|
incomplete patch
comment:2 Changed 13 years ago by phw@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patched file as recommended, built status uncertain (no SnowLeopard available here) :(
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
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:
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.