Package Details: ddisasm-git v0.1.1.r628.gcd19fb5-1

Git Clone URL: https://aur.archlinux.org/ddisasm-git.git (read-only, click to copy)
Package Base: ddisasm-git
Description: A fast and accurate disassembler
Upstream URL: https://github.com/grammatech/ddisasm
Licenses: AGPLv3
Provides: ddisasm
Submitter: eschulte
Maintainer: eschulte
Last Packager: eschulte
Votes: 0
Popularity: 0.000000
First Submitted: 2019-04-12 19:47 (UTC)
Last Updated: 2021-10-24 18:54 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

eschulte commented on 2021-10-24 18:55 (UTC)

Thanks for the report. I've added your change, hopefully the LIEF maintainer does as well.

ring0calorie commented on 2021-10-07 20:57 (UTC)

Had issues at installing the package. lief's repository is out-of date, I fixed it by modifying the package to include the 0.15 version, which I have already reported to the maintainer. Also CMake had troubles finding lief.so, which I had to add manually to the cmake command with -DLIEF_LIBRARY=/usr/lib/libLIEF.so .

cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DLIEF_ROOT=/usr -DLIEF_LIBRARY=/usr/lib/libLIEF.so

rku commented on 2019-04-19 14:00 (UTC)

Worked perfectly. Thank you very much.

eschulte commented on 2019-04-17 18:30 (UTC)

The find_package(gtirb_pprinter) problem should be fixed now with the latest version of gtirb_pprinter .

eschulte commented on 2019-04-17 14:41 (UTC)

Thanks for the note rku. This is a problem in the gtirb-pprinter CMake installation (its install is leaving pointers to the build directory). Once it is fixed there this should start working, I'll leave a note here when that happens.

In the mean time, if you keep the build directories around (e.g., by installing manually by git cloning the aur repository for gtirb-pprinter and building with makepkg -si) then the build and install for ddisasm should work.

rku commented on 2019-04-17 10:02 (UTC)

building fails at find_package(gtirb_pprinter). Are there any special instructions i need to follow to make package build?