Opened 15 years ago
Closed 15 years ago
#22796 closed defect (fixed)
osxutils doesn't build on Mac OS X < 10.6
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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 (1)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r61231. Added a patch which converts all the Xcode projects to modern "native" ones so they can build on Snow Leopard too.