Package Details: uefi_r2-git r50.9bb55ba-1

Git Clone URL: https://aur.archlinux.org/uefi_r2-git.git (read-only, click to copy)
Package Base: uefi_r2-git
Description: Core library for PSlab desktop
Upstream URL: https://github.com/binarly-io/uefi_r2
Licenses: GPL3
Conflicts: uefi_r2
Provides: uefi_r2
Submitter: cyrevolt
Maintainer: cyrevolt
Last Packager: cyrevolt
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-29 16:57 (UTC)
Last Updated: 2021-05-29 16:57 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-12-27 20:22 (UTC)

Python module uefi_firmware is missing:

==> Starting package()...
Traceback (most recent call last):
  File "/tmp/makepkg/build/uefi_r2-git/src/uefi_r2/setup.py", line 2, in <module>
    from fwhunt_scan import __author__, __email__, __version__
  File "/tmp/makepkg/build/uefi_r2-git/src/uefi_r2/fwhunt_scan/__init__.py", line 14, in <module>
    from .uefi_extractor import UefiBinary, UefiExtractor
  File "/tmp/makepkg/build/uefi_r2-git/src/uefi_r2/fwhunt_scan/uefi_extractor.py", line 5, in <module>
    import uefi_firmware
ModuleNotFoundError: No module named 'uefi_firmware'

Regards!

dreieck commented on 2023-12-27 20:21 (UTC)

python-rzpipe needs to be a (make)dependency:

==> Starting package()...
Traceback (most recent call last):
  File "/tmp/makepkg/build/uefi_r2-git/src/uefi_r2/setup.py", line 2, in <module>
    from fwhunt_scan import __author__, __email__, __version__
  File "/tmp/makepkg/build/uefi_r2-git/src/uefi_r2/fwhunt_scan/__init__.py", line 11, in <module>
    from .uefi_analyzer import UefiAnalyzer, UefiAnalyzerError
  File "/tmp/makepkg/build/uefi_r2-git/src/uefi_r2/fwhunt_scan/uefi_analyzer.py", line 17, in <module>
    import rzpipe
ModuleNotFoundError: No module named 'rzpipe'
==> ERROR: A failure occurred in package().

Regards!

dreieck commented on 2023-12-27 20:20 (UTC)

Can you please change the source download protocol from git:// to git+https:// due to changes at github.com.

As it is now, source download will fail and timeout.

Regards!