Re: [Mesa-dev] [Mesa-announce] Mesa 11.1.0 release candidate 1

2015-11-23 Thread Thierry Vignaud
On 21 November 2015 at 15:28, Emil Velikov  wrote:
> The first release candidate for Mesa 11.1.0 is now available.
>
> The plan is to have one release candidate every Friday, until the final
> release on December 11th 2015.
>
> As a reminder, with the 11.1 branch now created, patches nominated with:
>
> CC: 
>
> will now be candidates only for the new 11.1 branch. To nominate patches
> for the older 11.0 branch as well, please use:
>
> CC: "11.0 11.1" 
>
> The expectation is that the 11.0 branch will remain alive with bi-weekly
> releases until after 11.1.1 release.

It failed to build when we tried it yesterday on Mageia.
See
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20151122205943.tv.valstar.4312/log/mesa-11.1.0~rc1-1.mga6/build.0.20151122210002.log

  CC   libloader_la-loader.lo
In file included from loader.c:93:0:
pci_id_driver_map.h:16:34: fatal error: pci_ids/i915_pci_ids.h: No
such file or directory
compilation terminated.
Makefile:628: recipe for target 'libloader_la-loader.lo' failed
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [Mesa-announce] Mesa 10.3 release candidate 1

2014-11-07 Thread Thierry Vignaud
On 5 November 2014 04:44, Matt Turner matts...@gmail.com wrote:
I tried to reproduce this today and couldn't.

(...)

 Thanks. Maybe you could give a little more information, like an error
 message or something?

 Same error as Thierry reported in this thread in August:

 Unfortunately Thierry's was from a re-run of make, so it wasn't useful.

No It wasn't a re-run!
It was a clean build in our build system with make -jXX with XX auto set to
the number of cores and is always reproducable given enough cores

 I've gone over this all and can't spot the problem. The dependencies
 look fine. I tried automake-1.13 and 1.14, and make-3.82 and 4.0.
 Maybe I'll have more luck on a 40 core system.

As already explained, in order to be able to reproduce, you must either have
a large system or force make -j to a high value (eg: -j24)
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [Mesa-announce] Mesa 10.3 release candidate 1

2014-08-25 Thread Thierry Vignaud
On 21 August 2014 17:54, Carl Worth cwo...@cworth.org wrote:
 I have verified building from the .tar.bz2 file by doing the following
 on a Debian (unstable) system:

 tar xjf MesaLib-10.3.0-rc1.tar.bz2
 cd Mesa-10.3.0-rc1
 ./configure --enable-gallium-llvm
 make -j6
 make install

Unlike previous releases, it builds smoothly with -j4 but fails with -j24:

gmake[4]: Leaving directory
'/home/iurt/rpmbuild/BUILD/Mesa-10.3.0-rc1/build-osmesa/src/mapi/glapi/gen'
gmake[4]: Entering directory
'/home/iurt/rpmbuild/BUILD/Mesa-10.3.0-rc1/build-osmesa/src/mapi/glapi/gen'
  GEN  ../../../../src/glx/indirect_size.h
gmake[4]: Leaving directory
'/home/iurt/rpmbuild/BUILD/Mesa-10.3.0-rc1/build-osmesa/src/mapi/glapi/gen'
gmake  all-am
gmake[5]: Nothing to be done for 'all-am'.
Making all in .
gmake[4]: Entering directory
'/home/iurt/rpmbuild/BUILD/Mesa-10.3.0-rc1/build-osmesa/src/mapi'
  GEN  .libs/install-mesa-links
touch: cannot touch '.libs/install-mesa-links': No such file or directory
Makefile:2109: recipe for target '.libs/install-mesa-links' failed
gmake[4]: *** [.libs/install-mesa-links] Error 1

You've missing deps in make rules that show up when using quite a lot of cores
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev