Package Details: firmtool-git r42.fdc7085-1

Git Clone URL: https://aur.archlinux.org/firmtool-git.git (read-only, click to copy)
Package Base: firmtool-git
Description: A tool to parse, extract, and build 3DS firmware files
Upstream URL: https://github.com/TuxSH/firmtool
Licenses: BSD
Submitter: gmes78
Maintainer: gmes78
Last Packager: gmes78
Votes: 4
Popularity: 0.40
First Submitted: 2017-05-20 13:47 (UTC)
Last Updated: 2024-03-04 21:12 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

lethaltail commented on 2024-03-04 19:11 (UTC) (edited on 2024-03-04 19:12 (UTC) by lethaltail)

Okay, now I stand by the out-of-date flag. I wasn't expecting the 2017 dates, and I already had python-pycryptodome installed. (That's all that's missing)

MarsSeed commented on 2024-03-04 18:17 (UTC)

$ firmtool
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/firmtool/__main__.py", line 21, in <module>
    import Crypto # type: ignore
    ^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'Crypto'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/firmtool", line 33, in <module>
    sys.exit(load_entry_point('firmtool==1.4', 'console_scripts', 'firmtool')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/firmtool", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  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 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/firmtool/__main__.py", line 23, in <module>
    import Cryptodome as Crypto # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'Cryptodome'