Opened 12 years ago

Closed 12 years ago

Last modified 9 years ago

#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)

FFView-0.9.10.diff (1.6 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
incomplete patch

Download all attachments as: .zip

Change History (4)

comment:1 Changed 12 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 belowFFView is dependant on a 10.4 SDK

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 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: FFView-0.9.10.diff added

incomplete patch

comment:2 Changed 12 years ago by phw@…

Resolution: fixed
Status: newclosed

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

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

You updated the port to 0.9.10 in r87224 using my patch, but you did not fix the build failure about the missing SDK, which has been re-filed as #47651.

Note: See TracTickets for help on using tickets.