544e282c6ef7d230d71840cf34e6fc23615b19537e4f6680f91f5910f0d9efc8
meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']] The following exception(s) were encountered: Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'" Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'" Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'" Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'" Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'" Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'" Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'" Since there is no 'g++' available I take 'g++-14', i.e. export CXX=g++-14 I don't care if gcc gets updated and Mesa fails then. I much more often need to update Mesa than we see a gcc update ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1383
DRI Driver update mechanism --------------------------- If any corresponding DRI driver is found in "/usr/lib/dri/updates/" it will be favored over the one in "/usr/lib/dri/" and will be used for 32/64 bit applications. On 32/64 bit biarch platforms additionally a corresponding DRI driver in "/usr/lib64/dri/updates/" will be favored over the one in "/usr/lib64/dri/" and will be used for 64bit applications.
Description
Languages
Standard ML
100%