Package Details: nmapsi4 0.5.alpha2-3

Git Clone URL: https://aur.archlinux.org/nmapsi4.git (read-only, click to copy)
Package Base: nmapsi4
Description: Qt5-based Gui for nmap
Upstream URL: https://github.com/nmapsi4/nmapsi4
Licenses: GPL2
Submitter: zoe
Maintainer: zoe
Last Packager: zoe
Votes: 8
Popularity: 0.000000
First Submitted: 2016-02-03 09:12 (UTC)
Last Updated: 2022-12-24 06:54 (UTC)

Latest Comments

ndvio commented on 2022-12-22 18:15 (UTC) (edited on 2023-01-08 18:45 (UTC) by ndvio)

package nmapsi4 requires package qt5-script, otherwise:

-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5Script" with
  any of the following names:

    Qt5ScriptConfig.cmake
    qt5script-config.cmake

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


-- Configuring incomplete, errors occurred!
...

sl1pkn07 commented on 2022-12-22 14:41 (UTC) (edited on 2022-12-22 14:52 (UTC) by sl1pkn07)

Hi

qt5-webkit not need. build and run without it wiout problems

needs:

qt5-webengine
qt5-tools (makedepends)

greetings

anonymous_user commented on 2022-07-17 23:12 (UTC)

The current sourceforge link doesn't work. I'd change to the github source instead.

kekonn commented on 2019-10-06 09:18 (UTC) (edited on 2019-10-06 09:22 (UTC) by kekonn)

When I try to build this, I get the following error:

CMake Error at /usr/lib64/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):
  CMakeLists.txt:12 (FIND_PACKAGE)```

EDIT: Looks like you have a build dependency on qt5-tools