On Wed 12 Mar 14:23, Nuno Teixeira wrote: > (...) > > pkg-2.0.6 + poudriere-devel-3.4.99.20250209 + ports main 20250312 > > poudriere bulk x11/nvidia-driver (default options): > Warning: nvidia-driver-550.127.05.1500034 will be rebuilt as it misses > libX11.so.6:32
This is expected, the nvidia-driver is shipping some 32bit library which are linked to an hypothetical libx11.so.6:32, so either use the same trick as the one I use with golang and make pkg ignore this libx11.so.6:32 lib or stop shipping a binary which will be anyway unusable because the ports tree do not provide a 32bit version of libX11.so.6. Bapt