Package Details: zenmap 7.97-1

Git Clone URL: https://aur.archlinux.org/zenmap.git (read-only, click to copy)
Package Base: zenmap
Description: Graphical Nmap frontend and results viewer
Upstream URL: https://github.com/nmap/nmap
Licenses: LicenseRef-Nmap-Public-Source-License-Version-0.95
Submitter: City-busz
Maintainer: xiota
Last Packager: xiota
Votes: 35
Popularity: 0.27
First Submitted: 2020-03-19 12:14 (UTC)
Last Updated: 2025-06-15 20:58 (UTC)

Latest Comments

1 2 3 Next › Last »

xiota commented on 2025-06-24 23:30 (UTC)

@sillylily0000 gpg --recv-keys 01AF9F036B9355D0 --keyserver keyserver.ubuntu.com

sillylily0000 commented on 2025-06-24 15:42 (UTC)

I'm having an issue when trying to update zenmap:

Building zenmap...
==> Making package: zenmap 7.97-1 (Tue 24 Jun 2025 10:37:39 AM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nmap-7.97.tar.bz2
  -> Found nmap-7.97.tar.bz2.asc
==> Validating source files with sha256sums...
    nmap-7.97.tar.bz2 ... Skipped
    nmap-7.97.tar.bz2.asc ... Skipped
==> Verifying source file signatures with gpg...
    nmap-7.97.tar.bz2 ... FAILED (unknown public key 01AF9F036B9355D0)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build zenmap

xiota commented on 2025-06-08 15:10 (UTC)

@JacobianDet As before, I see nothing in this package that would cause that problem or make the git and stable packages behave differently. Either you need to rebuild after clearing cache or provide more information about how to reproduce the error.

JacobianDet commented on 2025-06-08 07:13 (UTC)

Getting same issue as @limokig421

xiota commented on 2025-02-22 17:14 (UTC)

@limokig421 This package looks okay. Probably needed rebuild because of some Python update. Both stable and git zenmap packages use standard python methods to build and install.

limokig421 commented on 2025-02-22 12:00 (UTC)

switched to zenmap-git because with this package I get the following error on runtime:

Traceback (most recent call last): File "/usr/bin/zenmap", line 5, in <module> from zenmapGUI.App import run ModuleNotFoundError: No module named 'zenmapGUI'

vally commented on 2024-05-17 15:31 (UTC) (edited on 2024-05-21 07:37 (UTC) by vally)

makedepends is out of date as distutils was removed from python's standard library (3.12)

distutils is now provided by the python-setuptools package and compilation is otherwise fine

https://wiki.archlinux.org/title/Python_package_guidelines#setuptools_or_distutils

0x0ffe1 commented on 2024-03-06 03:19 (UTC)

compilation successfully but start zenmap comes with errors

$zenmap
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/zenmapGUI/App.py", line 73, in <module>
    import gi
  File "/usr/lib/python3.11/site-packages/gi/__init__.py", line 40, in <module>
    from . import _gi
ImportError: /usr/lib/libgirepository-1.0.so.1: undefined symbol: g_string_free_and_steal

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/zenmap", line 110, in <module>
    import zenmapGUI.App
  File "/usr/lib/python3.11/site-packages/zenmapGUI/App.py", line 87, in <module>
    import gi
  File "/usr/lib/python3.11/site-packages/gi/__init__.py", line 40, in <module>
    from . import _gi
ImportError: /usr/lib/libgirepository-1.0.so.1: undefined symbol: g_string_free_and_steal

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/zenmap", line 114, in <module>
    I checked in these directories:""" % repr(e.message), file=sys.stderr)
                                              ^^^^^^^^^
AttributeError: 'ImportError' object has no attribute 'message'

WSDMatty commented on 2023-12-27 00:34 (UTC)

marek22k: From your log it says you're using python 3.12. The latest official python for Arch is 3.11.6. Have you compiled the latest python yourself or something? This error is coming, I believe, from missing python-gobject which is one of the dependencies so the error may be with your python.

marek22k commented on 2023-12-26 11:45 (UTC)

It doesn't start for me:

$zenmap
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/zenmapGUI/App.py", line 73, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/zenmap", line 110, in <module>
    import zenmapGUI.App
  File "/usr/lib/python3.12/site-packages/zenmapGUI/App.py", line 87, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/zenmap", line 114, in <module>
    I checked in these directories:""" % repr(e.message), file=sys.stderr)
                                              ^^^^^^^^^
AttributeError: 'ModuleNotFoundError' object has no attribute 'message'