[Mesa-dev] Mesa 7.11 Release Candidate 1 tarball issue

Brian Paul brian.e.paul at gmail.com
Tue Jul 19 08:26:39 PDT 2011


On Mon, Jul 18, 2011 at 8:05 AM, Brian Paul <brianp at vmware.com> wrote:
> On 07/17/2011 03:50 PM, Marty Jack wrote:
>>
>> Another problem in the RC1 tarballs appears to be src/mesa/depend.  This
>> contains a pile of references to
>> /usr/lib/gcc/x86_64-redhat-linux/4.6.0/include and will fail if you are not
>> on that system.
>>
>> With that removed I am able to build the RC1 tarballs, but that doesn't
>> mean there isn't something else wrong in the parts that I didn't build.
>
> The depend files included in the tarball should be empty files.  Looks like
> one of the recent changes to the top-level Makefile lost the 'tarballs'
> dependency on 'rm_depend'.
>
> I'll see if I can fix this later.

Actually, we should just omit the 'depend' files from the tarball.  In
the makefiles we're using -include so there should be no harm if
they're missing (but they should be regenerated at compile time
anyway).

-Brian


More information about the mesa-dev mailing list