On Jul 25, 2011, at 8:02 PM, Ian Romanick wrote:
> 
>> Can we please get a 7.10.4 release with this fixed?  It's not a bug
>> in libarchive; you just get lucky that gnutar doesn't complain (which
>> I think *is* a bug in gnutar).
> 
> Does this still occur in the 7.11-rc3 tarballs?

It's the same as the 7.11-rc2 tarballs.  The files are included twice:

$ tar -tjvf mesa/MesaLib-7.11-rc3.tar.bz2 | grep memory_pool.c
-rw-rw-r--  0 idr    idr      2671 Jul  8 18:37 
Mesa-7.11-rc3/src/mesa/drivers/dri/r300/compiler/memory_pool.c
-rw-rw-r--  0 idr    idr      2671 Jul  8 18:37 
Mesa-7.11-rc3/src/mesa/drivers/dri/r300/compiler/memory_pool.c

>  I added the
> - --dereference option to tar to make it not include the symlinks.  If
> that works, I'll cherry-pick the change to 7.10.  If that doesn't work,
> can you suggest a better fix?

That works to not include them as bogus symlinks, but why not just only include 
the files once?  Why are they being listed twice?

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to