You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 93%] �[32m�[1mLinking CXX shared library ../../lib/libgz-rendering9-ogre2.so�[0m
/usr/bin/ld: ../../lib/libterra.a(OgreHlmsTerra.cpp.o): warning: relocation against `_ZN4Ogre11PbsProperty14LegacyMathBrdfE' in read-only section `.text'
/usr/bin/ld: ../../lib/libterra.a(OgreHlmsTerra.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTVN4Ogre9HlmsTerraE' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [ogre2/src/CMakeFiles/gz-rendering9-ogre2.dir/build.make:987: lib/libgz-rendering9-ogre2.so.9.0.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:3493: ogre2/src/CMakeFiles/gz-rendering9-ogre2.dir/all] Error 2
The text was updated successfully, but these errors were encountered:
Environment
Description
After gazebosim/gz-cmake#399, gz-rendering7 was broken. @mjcarroll solved this issue for rendering7 branch.
The change that broke rendering7 was forward ported in gazebosim/gz-cmake#401, so it makes sense that the issue is happening on main branch.
Steps to reproduce
Output
Reference build: https://build.osrfoundation.org/job/gz_rendering-ci-main-jammy-amd64/24/
Log output:
The text was updated successfully, but these errors were encountered: