Search Criteria
Package Details: bear-git r1053.24d1fc3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bear-git.git (read-only, click to copy) |
---|---|
Package Base: | bear-git |
Description: | Tool to generate compilation database for clang tooling |
Upstream URL: | https://github.com/rizsotto/Bear |
Licenses: | GPL3 |
Conflicts: | bear, interception-tools |
Provides: | bear |
Submitter: | mlq |
Maintainer: | mlq |
Last Packager: | mlq |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-28 16:10 (UTC) |
Last Updated: | 2021-10-28 09:28 (UTC) |
Dependencies (8)
- fmt (fmt-gitAUR)
- grpc
- nlohmann-json (nlohmann-json-gitAUR)
- spdlog (spdlog-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Required by (1)
- edi (requires bear)
Latest Comments
Ashymad commented on 2023-08-11 13:01 (UTC)
Could you add aarch64 to the array of supported architectures, please? It builds fine on archlinuxARM :)
rekaerst commented on 2021-07-22 04:08 (UTC) (edited on 2021-07-22 04:48 (UTC) by rekaerst)
According to guidelines '/usr/libexec' should be avoided for anything and '/usr/lib/$pkgname/' should be used instead.
However, default bear installation puts files into '/usr/libexec/bear'.
A CMake flag '-DCMAKE_INSTALL_LIBEXECDIR=lib' could be added to PKGBUILD to make it comply with the guidelines.
dviktor commented on 2020-10-19 21:41 (UTC)
@JJK can't reproduce:
JJK commented on 2020-10-03 08:46 (UTC)
The tests fail for me:
totsilence commented on 2019-08-30 12:10 (UTC)
Since the release of extra-cmake-modules-5.61.0-2
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/extra-cmake-modules&id=c79fdb5b60580368ec83283b8fcda0d987a6c424
LIBDIR is set such that libraries are installed to /usr/lib instead of /usr/lib64 which breaks the build of this package. I suggest to remove the lines which move the (now non-existant) directory:
if [ $CARCH = "x86_64" ]; then mv $pkgdir/usr/lib64 $pkgdir/usr/lib fi
Thanks!
Ptero-4 commented on 2018-05-01 05:48 (UTC)
The section check() in the PKGBUILD breaks compilation. Seems safe to remove to make it compile properly.