11-07-2020, 12:04 PM
(11-04-2020, 02:54 AM)icecream95 Wrote: Can you try building Mesa using the exact PKGBUILD used for mesa-git, to see if compiling it locally still causes the crash?
If it does crash, try removing the line '-D b_lto=true' from the PKGBUILD and rebuilding (makepkg -ef).
If it works then, it is likely a compiler bug. Otherwise, you can try bisecting using the PKGBUILD (still with the lto line removed to keep down build times), again using `makepkg -ef` to rebuild the package.
I built mesa-git using the PKGBUILD and it still causes the crash, even by removing the '-D b_lto=true' line.
The first compilation took close to one hour to complete on the PBP, but rebuilding using 'makepkg -ef' only took a few minutes, is that the expected behavior or am I doing something wrong?
I'll try to do the bisecting on the mesa-git repo to see if I can find something.