Changes between Initial Version and Version 1 of Ticket #43581


Ignore:
Timestamp:
May 5, 2014, 11:22:13 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Sorry, the Pallet code has not been maintained in some time. It evidently still uses garbage collection, a memory management technique Apple no longer supports. Pallet code needs to be updated to use automatic reference counting (ARC) instead. But this would also make it require a newer version of OS X than it currently requires. ARC is supported on OS X 10.7 Lion or later (some ARC features work on Mac OS X 10.6 Snow Leopard if Xcode 4.2 is used); the current version of Pallet supports back to Mac OS X 10.5 Leopard.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43581

    • Property Summary changed from Palled installation failed on Mavericks to Pallet: error: garbage collection is no longer supported
    • Property Port Pallet added
  • Ticket #43581 – Description

    initial v1  
    44The errors in the log file (attached) are of the following kind:
    55
     6{{{
    67_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_Pallet/Pallet/work/Pallet/build/Pallet.build/Release/Pallet.build/Objects-normal/x86_64/StateTransformer.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “StateTransformer.d” couldn’t be opened because there is no such file."
     8}}}
    79
    810Thanks for any help!