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
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
I tried to run ./bootstrap-orbit.sh with run_tests set to False in the conanfile.py inside a container of Ubuntu 20.04 with gcc 9.4.0 and qt 5.12.8. I got error as following:
make: *** [Makefile:101: all] Error 2
ERROR: conanfile.py (OrbitProfiler/None): Error in build() method, line 94
cmake.build(target=str(self.options.build_target) if self.options.build_target else None)
ConanException: Error 2 while executing cmake --build '/software/orbit/build_default_relwithdebinfo' '--' '-j16'
When I looked some previous lines, I found that this error probably was resulted from the following error:
AutoUic subprocess error
------------------------
The uic process failed to compile
"SRC:/src/CaptureFileInfo/LoadCaptureWidget.ui"
into
"SRC:/build_default_relwithdebinfo/src/CaptureFileInfo/CaptureFileInfo_autogen/include/ui_LoadCaptureWidget.h"
included by
"SRC:/src/CaptureFileInfo/LoadCaptureWidget.cpp"
Command
-------
/usr/lib/qt5/bin/uic -o /software/orbit/build_default_relwithdebinfo/src/CaptureFileInfo/CaptureFileInfo_autogen/include/ui_LoadCaptureWidget.h /software/orbit/src/CaptureFileInfo/LoadCaptureWidget.ui
Output
------
/usr/lib/qt5/bin/uic: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory