Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

ERROR: conanfile.py (OrbitProfiler/None): Error in build() method, line 94 (related to libQt5Core.so.5) #4329

@mxxgkz

Description

@mxxgkz

Hi,

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

How can I solve this problem?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions