It is currently not possible to extract the archive provided on [1] with bsdtar due to duplicated files in the archive. This could be caused by misuse of the -T or -I flags on archive creation probably resulting in corrupted archives (see [2]). GNU tar provides some logic that handles such corruptions and as a result doesn't fail extracting the archive. [1]: ftp://ftp.freedesktop.org/pub/mesa/10.0/ [2]: https://groups.google.com/forum/#!topic/libarchive-discuss/M86idLujRgw
Created attachment 90116 [details] [review] include only one copy of VERSION in tarball Seems like adding VERSION to EXTRA_FILES was an overkill. Can you guys confirm that the patch fixes the problem? It seems to work fine here. Note: you'll have to re-generate the tarballs with "make tarballs"
I can confirm the attached patch fixes the problem. Thanks.
Thanks, Patrick. Fix committed. commit 507c2356e3caa3b7da98787ae2de96c7bca0089e Author: Emil Velikov <emil.l.velikov@gmail.com> Date: Mon Dec 2 19:42:51 2013 +0000 automake: include only one copy VERSION in tarball The VERSION file is tracked by git (git ls-files), thus adding it to EXTRA_FILES will result in a duplicate copy within the final tarball.
Would it be possible to provide updated tarballs including this fix?
(In reply to comment #4) > Would it be possible to provide updated tarballs including this fix? Doesn't seem worth it.
(In reply to comment #5) > (In reply to comment #4) > > Would it be possible to provide updated tarballs including this fix? > > Doesn't seem worth it. ...because 10.0.1 will be along shortly.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.