View Issue Details

IDProjectCategoryView StatusLast Update
0002559FSSCPBuild systempublic2012-01-11 17:42
Reporterchief1983 Assigned Tochief1983  
PrioritynormalSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
PlatformMacbook Pro June 2009OSOS X Snow LeopardOS Version10.6.8
Product Version3.6.13 
Fixed in Version3.6.13 
Summary0002559: OS X Frameworks file contains filesystem properties that it should not
DescriptionOS X tar will pull these file metadata files into an archive. These aren't needed, and are a nuisance, and other platforms wouldn't know what to do with them when they are extracted. To create a tar in OS X without them, you can do the following:

COPYFILE_DISABLE=1 tar -czvf new.tar.gz ...
Steps To ReproduceExtract the Frameworks file on command line. Note the ._* files that are extracted.
Additional Informationhttp://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

fs2open: trunk r8164

2012-01-11 12:43

chief1983


Ported: N/A

Details Diff
Fix for 0002559 - new frameworks file that strips the metadata files out of the archive. Affected Issues
0002559
mod - /trunk/fs2_open/projects/Xcode/Frameworks.tgz Diff File

Issue History

Date Modified Username Field Change
2012-01-11 17:35 chief1983 New Issue
2012-01-11 17:35 chief1983 Status new => assigned
2012-01-11 17:35 chief1983 Assigned To => chief1983
2012-01-11 17:36 chief1983 OS Version 10.6.5 => 10.6.8
2012-01-11 17:39 chief1983 Status assigned => confirmed
2012-01-11 17:41 chief1983 Changeset attached => fs2open trunk r8164
2012-01-11 17:42 chief1983 Status confirmed => resolved
2012-01-11 17:42 chief1983 Fixed in Version => 3.6.13
2012-01-11 17:42 chief1983 Resolution open => fixed