Package Details: redasm 2.1.1.fix-2

Git Clone URL: https://aur.archlinux.org/redasm.git (read-only, click to copy)
Package Base: redasm
Description: The OpenSource Disassembler
Upstream URL: https://redasm.io/
Keywords: binary-analysis disassembler reverse-engineering
Licenses: GPL3
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 3
Popularity: 0.000002
First Submitted: 2019-06-29 16:10 (UTC)
Last Updated: 2024-04-21 09:39 (UTC)

Latest Comments

Nullius commented on 2026-03-07 19:18 (UTC)

fails to build:

CMake Error at LibREDasm/depends/capstone/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'redasm-2.1.1.fix-2': 
error: packages failed to build: redasm-2.1.1.fix-2

FabioLolix commented on 2024-01-02 14:50 (UTC)

fatal: transport 'file' not allowed

Ah, I know what error is this, all pkgbuilds that configure git submodules have to fix this, fix incoming. Weird that on my system builds fine with makepkg now (with devtools fails as it should)

I have a personal pkgbuild for redasm-git too,

ilario commented on 2024-01-02 14:14 (UTC)

Trying to install this via yay, I got this error:

==> Starting prepare()...

Submodule 'LibREDasm' (https://github.com/REDasmOrg/REDasm-Library.git) registered for path 'LibREDasm'

Submodule 'QHexView' (https://github.com/Dax89/QHexView.git) registered for path 'QHexView'

Cloning into '/home/ilario/.cache/yay/redasm/src/REDasm/LibREDasm'...

fatal: transport 'file' not allowed

fatal: clone of '/home/ilario/.cache/yay/redasm/src/REDasm-Library' into submodule path '/home/ilario/.cache/yay/redasm/src/REDasm/LibREDasm' failed