Search Criteria
Package Details: python-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.87 |
First Submitted: | 2018-11-14 22:00 (UTC) |
Last Updated: | 2024-09-30 15:17 (UTC) |
Dependencies (20)
- liefAUR
- python (python37AUR, python311AUR, python310AUR)
- 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)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
LukeLabrie commented on 2023-05-10 12:16 (UTC) (edited on 2023-05-10 12:17 (UTC) by LukeLabrie)
Build fails with:
lsigma commented on 2022-11-07 23:14 (UTC)
Modifying the PKGBUILD to not use the external SPDLIB fixes the build errors for me:
But I wasn't able to verify that the package still works as the package I was trying to get running was also broken.
petronny commented on 2022-11-01 07:15 (UTC)
I confirm that the error found by Salamandar also shows in a clean chroot.
Full build log: https://github.com/arch4edu/cactus/actions/runs/3367117244/jobs/5584302476
Salamandar commented on 2022-10-14 15:13 (UTC)
FYI, this package fails to build:
But lief-git builds properly.
greyltc commented on 2022-05-09 00:20 (UTC)
The below patch doesn't apply anymore. Here's one that does:
dack commented on 2022-03-16 00:51 (UTC)
I'm seeing build failures. It seems that it's passing "-fcolor-diagnostics" to GCC, but only CLANG supports that option. The simple fix was to remove those flags (I assume it only affects build logs). Here's a patch:
amstan commented on 2022-02-08 05:59 (UTC)
Something is strange with this package, it's only building on one core instead all 8 like my makepkg.cfg says. I've been here for an hour now.
mr_thack commented on 2021-12-22 17:52 (UTC)
2 Questions:
1. What does the *-git mean in AUR packages? I'm new here so that's why I'm asking.
2. Could you please update line 4 to 0.11.5? That's the newest release of LIEF.
Thanks in advance!
dobo commented on 2020-11-18 22:02 (UTC)
Sorry for the late update. Thanks for the suggestions @yuyichao. Shared library should be built properly now.
I've looked at the headers code and json.hpp library is included in "LIEF/json.hpp", so I've left it unchanged. You're right that it should be reported upstream.
« First ‹ Previous 1 2 3 Next › Last »