Search Criteria
Package Details: bloaty-git 1.1.r288.ge115514-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bloaty-git.git (read-only, click to copy) |
---|---|
Package Base: | bloaty-git |
Description: | A size profiler for binaries |
Upstream URL: | https://github.com/google/bloaty |
Keywords: | elf profiler size |
Licenses: | Apache |
Conflicts: | bloaty |
Submitter: | Yamakaky |
Maintainer: | mark |
Last Packager: | mark |
Votes: | 6 |
Popularity: | 0.000062 |
First Submitted: | 2016-11-11 23:04 (UTC) |
Last Updated: | 2024-11-13 09:26 (UTC) |
Dependencies (7)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- abseil-cpp (abseil-cpp-gitAUR) (optional)
- capstone (capstone-gitAUR) (optional)
- protobuf (protobuf-gitAUR) (optional)
- re2 (re2-gitAUR) (optional)
Latest Comments
1 2 Next › Last »
aperez commented on 2024-09-14 10:36 (UTC)
Unfortunately I do not have the time to continue maintaining the package, so I have disowned it in case someone else wants to pick it up.
VorpalWay commented on 2024-09-14 10:05 (UTC)
Seems the patch needs to be removed or updated.
cschramm commented on 2023-12-18 10:58 (UTC)
Here's a patch to use the system absl:
cschramm commented on 2023-09-25 12:51 (UTC)
The issue is actually that bloaty ships its own version of abseil and the system-provided protobuf has to be compatible with that version. A quick solution for bloaty-git to build is to downgrade protobuf to 21.12-2.
colatkinson commented on 2023-07-26 15:43 (UTC) (edited on 2023-07-26 15:44 (UTC) by colatkinson)
Hey if anyone else is running into building the latest HEAD, this appears to be an upstream issue. Bloaty is vendoring in a bunch of abseil headers, which are incompatible with the version of protobuf that Arch is shipping.
I've filed a bug here: https://github.com/google/bloaty/issues/353. That report also includes a patch that just removes these vendored headers from the CMakeLists. Haven't looked at adding it to the PKGBUILD as yet, but that should provide a temporary workaround.
bpierre commented on 2023-05-07 20:36 (UTC)
Temporary fix for building with GCC 13 (until https://github.com/google/bloaty/pull/332 is merged):
sandsmark commented on 2021-11-08 14:43 (UTC)
It tries to download a ton of stuff in its
build()
function (so it fails to build here in my sandbox).I assume it's some submodules it tries to download (instead of using normal dependency handling), so might help to do something like this: https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
aperez commented on 2020-04-14 09:15 (UTC)
@flacs: Thanks to the suggestion, I have updated the
PKGBUILD
to depend on system packages instead.flacs commented on 2020-04-11 16:43 (UTC)
bloaty has the ability to detect system-wide installations of re2, capstone, and protobuf-c, so it would probably make sense to add them as dependencies.
aperez commented on 2018-12-06 20:21 (UTC)
@bertptrs: Thanks for the suggestion, I have updated the PKGBUILD accordingly. Also, tweaked pkgver() to take the tags into account.
1 2 Next › Last »