[Mesa-dev] [Bug 111121] Meson build (ninja) loops infinitely when --native-file is used to specify llvm version

2019-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21

Shmerl  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 111121] Meson build (ninja) loops infinitely when --native-file is used to specify llvm version

2019-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21

--- Comment #2 from Shmerl  ---
(In reply to oschowa from comment #1)
> That's a meson bug only present in 0.51 and already fixed on master:
> https://github.com/mesonbuild/meson/issues/5505
> 
> It also only happens when the native file is not a real file.

Yep, that's exactly it, thanks for pointing it out! A bit annoying I'd need to
work around it for now by creating an explicit temporary native config file
instead of using a redirected implicit one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 111121] Meson build (ninja) loops infinitely when --native-file is used to specify llvm version

2019-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21

--- Comment #1 from osch...@web.de ---
That's a meson bug only present in 0.51 and already fixed on master:
https://github.com/mesonbuild/meson/issues/5505

It also only happens when the native file is not a real file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 111121] Meson build (ninja) loops infinitely when --native-file is used to specify llvm version

2019-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=21

Bug ID: 21
   Summary: Meson build (ninja) loops infinitely when
--native-file is used to specify llvm version
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Other
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: shtetl...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org

Recently, Mesa master build started behaving weirdly for me, when I specify
llvm config explicitly using --native-file option for Meson.

The way I do it is like this:

   local native_config
   local llvm_ver=9
   read -r -d '' native_config <___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev