Search Criteria
Package Details: lief 0.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lief.git (read-only, click to copy) |
---|---|
Package Base: | lief |
Description: | Library to instrument executable formats |
Upstream URL: | https://github.com/lief-project/lief |
Keywords: | elf mach-o pe |
Licenses: | Apache-2.0 |
Provides: | libLIEF.so |
Submitter: | dobo |
Maintainer: | Xeonacid (greyltc) |
Last Packager: | greyltc |
Votes: | 6 |
Popularity: | 0.85 |
First Submitted: | 2018-11-14 22:00 (UTC) |
Last Updated: | 2024-09-30 15:17 (UTC) |
Dependencies (18)
- tl-expected
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-cattrs (make)
- python-installer (python-installer-gitAUR) (make)
- python-packaging (make)
- python-pathspec (make)
- python-pydantic (python-pydantic-gitAUR) (make)
- python-pydantic-core (make)
- python-pyproject-metadata (make)
- python-rich (make)
- python-scikit-build-core (make)
- python-setuptools (make)
- python-tomli (make)
- python-wheel (make)
Required by (4)
- ddisasm-git (make)
- python-lief
- python-ocp-git (make)
- python-pymisp (optional)
Latest Comments
« First ‹ Previous 1 2 3
yuyichao commented on 2020-05-11 04:21 (UTC) (edited on 2020-05-11 05:34 (UTC) by yuyichao)
This still doesn't seem to provide
libLIEF.so
, rather the static librarylibLIEF.a
.-DBUILD_SHARED_LIBS=1
is needed for the shared library. (shared library build also needs https://github.com/lief-project/LIEF/pull/365)The compiled package also contains a extremely generic
/usr/lib/json.hpp
and it should probably be fixed upstream...dobo commented on 2020-04-25 23:29 (UTC)
Thanks for reporting, should be fixed in pkgrel 2.
eschulte commented on 2020-04-23 21:44 (UTC) (edited on 2020-04-23 21:44 (UTC) by eschulte)
Adding the following to the
package
function is sufficient to bring the C API back (but I don't think this is necessarily the best solution).eschulte commented on 2020-04-23 21:30 (UTC)
In particular https://aur.archlinux.org/packages/ddisasm-git/ requires the C API.
eschulte commented on 2020-04-23 21:29 (UTC) (edited on 2020-04-23 21:30 (UTC) by eschulte)
This is no longer installing the C headers or /usr/lib/libLIEF.so. It looks like after the change in February to invoke CMake via setup.py the CMake configuration has been changed to not install support for the C API.
edit: typo
eschulte commented on 2020-01-16 20:22 (UTC)
It is possible to build the newest version
0.10.1
. The following changes work for me, could they be applied?« First ‹ Previous 1 2 3