Hi Kevin,

>>> Fink Developers - I’m not sure of the best way to fix the problem.  I 
>>> searched man tar, but don’t see any options to deal with this.  I could 
>>> create a new tarball with file names that don’t collide, load that on the 
>>> web somewhere, and change the source in the info to point to this new 
>>> tarball.  Is there another option to fix this?
>> 
>> This is a kludge, but if there are only a few offending files, you can use 
>> something like "mv .../ReadMe .../README" to de-duplicate them. (Note that 
>> the validation warning is *after* the files have been extracted.)
>> 
>> On a case-sensitive filesystem, that would replace one file with another. (I 
>> assume the contents are the same-- if not, you probably want to repackage 
>> it.)
>> 
>> On a case-insensitive filesystem, the original extraction process would have 
>> only left one file, and moving a file to itself fails silently.
>> 
> 
> I see that there is a  field for info files that sound like it solves this 
> problem.  I’ll experiment with this on the weekend when I get back from a 
> business trip.

yes, that’s exactly what it is designed for - I already had a vague feeling I’d 
been dealing with a similar problem
not so long ago even when I reported this problem, sorry for not following up 
on this right away.
Something like

TarFilesRename: Readme:Readme.txt README:README.txt

should probably do it (chances are the case variants have the same content and 
can be dumped anyway,
at least they all have identical lengths…)

HTH,
                                Derek


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to