Blender v2.92 build - make deps error: gallium/auxiliary/.libs/libgallium.a(u_debug_stack.o):(.bss+0x0): first defined here

Hi all,

I am trying to build blender v2.92.0 from git repo from Pop’OS 20.10 (derivative of ubuntu). The system is running amdgpu 21.10 - the reason for building it is that only v2.83.5 is coming with the packages and I would like to try out v2.92
When running the ‘make deps’ I encounter the following error and I am not entirely sure to understand how to address it.
Could anybody help me address what might be missing to complete the ‘make deps’ ?

[ 95%] Built target external_openimagedenoise
Making all in gtest
Making all in util
[ 97%] Built target external_ffmpeg
[ 99%] Built target external_osl
Making all in .
Making all in xmlpool
Making all in tests/fast_idiv_by_const
Making all in tests/hash_table
Making all in tests/string_buffer
Making all in tests/set
Making all in tests/vma
Making all in mapi/glapi/gen
Making all in mapi
Making all in compiler
Making all in mesa
Making all in .
Making all in main/tests
Making all in state_tracker/tests
Making all in loader
Making all in gallium
Making all in auxiliary
Making all in auxiliary/pipe-loader
Making all in drivers/softpipe
Making all in drivers/llvmpipe
Making all in winsys/sw/null
Making all in winsys/sw/xlib
Making all in winsys/sw/wrapper
Making all in state_trackers/glx/xlib
Making all in targets/libgl-xlib
  CXXLD    libGL.la
/usr/bin/ld: ../../../../src/gallium/auxiliary/.libs/libgallium.a(u_debug_symbol.o):(.bss+0x0): multiple definition of `symbols_hash'; ../../../../src/gallium/auxiliary/.libs/libgallium.a(u_debug_stack.o):(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[8]: *** [Makefile:681: libGL.la] Error 1
make[7]: *** [Makefile:634: all-recursive] Error 1
make[6]: *** [Makefile:895: all-recursive] Error 1
make[5]: *** [Makefile:680: all] Error 2
make[4]: *** [Makefile:692: all-recursive] Error 1
make[3]: *** [CMakeFiles/external_mesa.dir/build.make:115: build/mesa/src/external_mesa-stamp/external_mesa-build] Error 2
make[2]: *** [CMakeFiles/Makefile2:198: CMakeFiles/external_mesa.dir/all] Error 2
make[1]: *** [Makefile:130: all] Error 2
make: *** [GNUmakefile:363: deps] Error 2

Just grab the pre made libs from svn, every release is tagged, there is very little support on make deps it’s the script the platform maintainers use to make the libs in SVN but we offer very little support on it for use in other environments.

Thank you that worked.