Opened 9 months ago

Last modified 6 months ago

#67880 assigned defect

squirrel-ime fails on 10.6: unknown option: -scheme

Reported by: barracuda156 Owned by: l2dy (Zero King)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port: squirrel-ime

Description

If it is not fixable, perhaps worth setting a known failure for systems where it will not build?

xcodebuild -project Squirrel.xcodeproj -scheme Squirrel -derivedDataPath ./DerivedData -configuration Release  BUILD_DIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_squirrel-ime/squirrel-ime/work/squirrel-0.16.2/build build
unknown option: -scheme
Usage: xcodebuild [-project <projectname>] [-activetarget] [-alltargets] [-target <targetname>]... [-parallelizeTargets] [-activeconfiguration] [-configuration <configurationname>] [-sdk <sdkfullpath>|<sdkname>] [<buildsetting>=<value>]... [<buildaction>]...
       xcodebuild [-version [-sdk <sdkfullpath>|<sdkname>]]
       xcodebuild [-showsdks]
       xcodebuild [-find <binary>] [-sdk <sdkfullpath>|<sdkname>]
       xcodebuild [-list]
make: *** [release] Error 1

Change History (3)

comment:1 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)

Right, IIRC -scheme was new in Xcode 4? And -derivedDataPath was new in Xcode 5. The Portfile is patching these flags in; the solution would be for it not to do that on older Xcode versions.

comment:2 in reply to:  1 Changed 9 months ago by barracuda156

Replying to ryandesign:

Right, IIRC -scheme was new in Xcode 4? And -derivedDataPath was new in Xcode 5. The Portfile is patching these flags in; the solution would be for it not to do that on older Xcode versions.

Oh, awesome. I will try then, thanks.

comment:3 Changed 6 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.