New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22796 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

osxutils doesn't build on Mac OS X < 10.6

Reported by: ryandesign@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: waqar@…
Port: osxutils

Description

$ port install osxutils
--->  Computing dependencies for osxutils
--->  Fetching osxutils
--->  Verifying checksum(s) for osxutils
--->  Extracting osxutils
--->  Configuring osxutils
--->  Building osxutils
Error: Target org.macports.build returned: shell command "cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_sysutils_osxutils/work/osxutils" && xcodebuild -project "wsupdatelsmacmkaliassetfcommentsetfctypessetfflagssetsuffix/wsupdatelsmacmkaliassetfcommentsetfctypessetfflagssetsuffix.xcodeproj" -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.5 ARCHS=i386 SDKROOT= " returned error 1
Command output: xcodebuild: Error: the project wsupdatelsmacmkaliassetfcommentsetfctypessetfflagssetsuffix/wsupdatelsmacmkaliassetfcommentsetfctypessetfflagssetsuffix.xcodeproj does not exist in this directory.

Error: Status 1

r60880 had a bug in its "if {${os.major} < 10}" section ("append" should have been "lappend"). But I will be updating the port in a moment so all parts work on all OS versions, so the separate list of targets for Snow Leopard will no longer be necessary.

Change History

comment:1 Changed 3 years ago by ryandesign@…

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

Fixed in r61231. Added a patch which converts all the Xcode projects to modern "native" ones so they can build on Snow Leopard too.

Note: See TracTickets for help on using tickets.