Search Criteria
Package Details: bloaty 1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bloaty.git (read-only, click to copy) |
---|---|
Package Base: | bloaty |
Description: | a size profiler for binaries |
Upstream URL: | https://github.com/google/bloaty |
Licenses: | Apache |
Submitter: | bertptrs |
Maintainer: | bertptrs |
Last Packager: | bertptrs |
Votes: | 4 |
Popularity: | 0.108717 |
First Submitted: | 2018-12-06 17:08 (UTC) |
Last Updated: | 2023-10-16 06:59 (UTC) |
Dependencies (6)
- abseil-cpp (abseil-cpp-gitAUR)
- capstone (capstone-gitAUR)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- protobuf (protobuf-gitAUR)
- re2 (re2-gitAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
bertptrs commented on 2023-10-16 15:56 (UTC)
Fedora patch appears to work, added! Thank you for helping.
J5lx commented on 2023-10-15 22:37 (UTC)
This currently doesn’t compile. Fedora carries a patch that fixes the build errors: https://src.fedoraproject.org/rpms/bloaty/blob/rawhide/f/bloaty-1.1-absl.patch
patlefort commented on 2023-09-21 14:30 (UTC)
Does not compile with many errors such as:
potatoe commented on 2019-09-01 16:29 (UTC)
This seems to be installing
/usr/lib/pkgconfig/protobuf.pc
andprotobuf-lite.pc
which conflict with the pkgconfig files in the protobuf package.It's also installing
libproto*.a
static libraries to/usr/lib
, which don't cause file conflicts with the protobuf package but still seem like they could cause problems being present on the system if they get out of sync with the protobuf package's libraries/headers.bertptrs commented on 2019-01-14 14:43 (UTC)
@aperez I could, but the convention is for the
-git
package to conflict the main one, and not the other way around, regardless of which came first. (which, admittedly, is yours)Your package already includes the proper
conflicts
line, so the change wouldn't change anything, since they already block each other. Thanks for maintaining!aperez commented on 2019-01-14 12:05 (UTC)
Could you please add
conflicts=(bloaty-git)
in order to make sure both packages won't be installed at the same time? Thanks!