Building master stop with errors

Hi, after setup a new system on Opensuse I cant build anymore.
I use prebuild libs and follow the Wiki.

Opensuse Tumbleweed
gcc (SUSE Linux) 10.3.0

make_output.txt (1.6 MB)

If I disable OpenVDB it stops with the same errors for boost.

blender-git/lib/linux_centos7_x86_64/boost/include/boost/mpl/aux_/include_preprocessed.hpp:37:89: schwerwiegender Fehler: boost/mpl/aux_/preprocessed/BOOST_MPL_CFG_COMPILER_DIR/arg.hpp: Datei oder Verzeichnis nicht gefunden
   37 | #   include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
      |                                                                                         ^
Kompilierung beendet.

Maybe someone can help me, mib

To me you have problems with boost not find from make. Maybe I am in wrong

Thank you for looking in to but Cmaoke-Gui shows all libs in the right place.

Cheers, mib

The part BOOST_MPL_CFG_COMPILER_DIR seems to suggest that one of the Boost parts was not found or configured correctly.

On my system that path would be one of:

melis@juggle 10:56:~$ pacman -Ql boost|grep "boost/mpl/aux_/preprocessed/.*/arg.hpp"
boost /usr/include/boost/mpl/aux_/preprocessed/bcc/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/bcc551/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/dmc/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/msvc60/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/msvc70/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/mwcw/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp
boost /usr/include/boost/mpl/aux_/preprocessed/plain/arg.hpp

Hi, I use the svn libraries and after checking the file arg.hpp it has 0 Byte size, what?
All files are 0 Byte.
I checkout again at moment and report back.

Cheers, mib

@NiCapp @PaulMelis
Thank you for the hints, after reload the libs with SVN all is working fine again.
No idea how this happen.

Cheers, mib

SVN sometimes randomly just craps out, running svn cleanup followed by svn update in the library folder tends to fix the issue.

2 Likes