BlackArch / blackarch

An ArchLinux based distribution for penetration testers and security researchers.
https://www.blackarch.org
Other
2.78k stars 550 forks source link

edb fails to start due to libcapstone.so version mismatch #4184

Open schaiba opened 1 month ago

schaiba commented 1 month ago

Bug description

edb doesn't start because it expects libcapstone.so.4 but libcapstone.so.5 is installed

Steps to reproduce

Actual result: "% edb
edb: error while loading shared libraries: libcapstone.so.4: cannot open shared object file: No such file or directory "

Expected result: edb should start

Screenshots

Info for developers

Device: Manufacturer Model XVI (Only if you consideer needed, for example, network cards) GNU/Linux distribution: Endeavour OS Tool version: 0.0.0

Link to debug log

noraj commented 1 month ago

The package also is currently failing to build:

-- Checking for module 'gdtoa-desktop'
--   Package 'gdtoa-desktop', required by 'virtual:world', not found
-- gdtoa-desktop package wasn't found. Using built in version.
CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

    Qt5LinguistToolsConfig.cmake
    qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  src/CMakeLists.txt:8 (find_package)

-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/noraj/blackarch_chroot/blackarch/build
Failed to build the package.