Mesa-dri Broken Compile

I have looked everywhere to solve this problem. This just happened on the last ports update. The newest update to mesa-dri breaks during compile. I've been waiting almost 2 days for a fix and can't find information anywhere. It breaks on freeBSD 14.2 and 15.
Is anybody else having this problem? it is really causing problems the old mesa-dri still allows me to use hyperland on FreeBSD 14.2 but I deleted it to reinstall it on FreeBSD 15 and now I cannot even use my hyprland ?
Thanks for any help. I apologize if I put this in the wrong category on the forum.
 
This often means it's a local issue, or some default option that's been enabled or disabled. What is the error you're getting? Did you enable/disable options? Anything in /etc/make.conf that might interfere?
No i didnt enable or disable anything my /etc/.make.conf is empty. Its mesa-dri-24.1.7_2 with clang version 19.1.7. Everything else update in ports compiles ok. Newest Kernel Newest World.. This is the error i get
Code:
-Werror=gnu-empty-initializer -Wno-override-init -Wno-initializer-overrides -MD -MQ src/compiler/nir/libnir.a.p/meson-generated_.._nir_opt_algebraic.c.o -MF src/compiler/nir/libnir.a.p/meson-generated_.._nir_opt_algebraic.c.o.d -o src/compiler/nir/libnir.a.p/meson-generated_.._nir_opt_algebraic.c.o -c src/compiler/nir/nir_opt_algebraic.c
ninja: build stopped: subcommand failed
 
No I have 16 gigs of memory I ran it with h-top not a memory issue
This means the build may spawn about 12 compile jobs in parallel. 16GB of memory does not sound too good then, for me.
 
This means the build may spawn about 12 compile jobs in parallel. 16GB of memory does not sound too good then, for me.
I'll try make -j1 but I've done just a regular compile I really don't think that's the problem I think the source has something wrong with it. Cause make install of ports never uses -j only kernel and world I use -j10 and you know world would crash if that was the case. Try -j10 on chromium and it crashes immediately. I have the head guys email address ill have to find and he will get problem solved. But I thank you anyways . We got to get FreeBSD ports and pkg install fixed. This is why no one wants to use FreeBSD. I use it because its the best.
 
Back
Top