Package Base Details: ivre

Git Clone URL: https://aur.archlinux.org/ivre.git (read-only, click to copy)
Keywords: bro cartography network nmap p0f
Submitter: plt
Maintainer: plt
Last Packager: plt
Votes: 3
Popularity: 0.000000
First Submitted: 2017-06-28 08:31 (UTC)
Last Updated: 2023-11-05 09:39 (UTC)

Latest Comments

plt commented on 2023-11-05 09:42 (UTC)

Thanks @BrainDamage, should be good now!

BrainDamage commented on 2023-11-04 21:15 (UTC)

This package still has a partial makdeps on python-setuptools, or it'll fail to build in a clean chroot:

Traceback (most recent call last):
    File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
        raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
    File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
        obj = import_module(mod_path)
                    ^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
    File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
    File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
    File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available

plt commented on 2021-07-19 11:14 (UTC)

Hi @sgkoishi thanks for the heads up (and sorry for the delay). You are right. The argus dependency is the name of a BlackArch package, I had no idea there would be a collision with an AUR package.

I'll have a look and see how I can change that.

sgkoishi commented on 2021-03-04 22:19 (UTC)

The argus in dependencies seems to be a python website for Raspberry pi to control the door instead of openargus.

plt commented on 2021-02-24 20:56 (UTC) (edited on 2021-02-24 20:57 (UTC) by plt)

Thansk for this report, 0.9.16-3 should fix that: python2 is a build dependency for this package (until next release), because of python2-ivre.

If you don't want to install python2, you can use ivre-git (Python 2 compatibility has been dropped in the development version).

rageltman commented on 2021-02-24 00:44 (UTC)

For some reason, it seems to be looking for python2:

[2021-02-23T22:29:56.319Z] copying and adjusting bin/ivre -> build/scripts-3.9
[2021-02-23T22:29:56.319Z] changing mode of build/scripts-3.9/ivre from 644 to 755
[2021-02-23T22:29:56.319Z] /startdir/PKGBUILD: line 29: python2: command not found
[2021-02-23T22:29:56.319Z] ==> ERROR: A failure occurred in build().
[2021-02-23T22:29:56.319Z]     Aborting...
script returned exit code 255

plt commented on 2020-12-29 01:45 (UTC)

Thanks for letting me know. 0.9.16-2 should fix that!

dreieck commented on 2020-12-28 15:37 (UTC)

Fails to build for me:

[...]
rm: cannot remove '[...]/aur-ivre/pkg/ivre-web/usr/share/ivre/bro': No such file or directory

Thanks for maintaining!