Search Criteria
Package Details: bear-git r492.c3c3537-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | mlq |
Maintainer: | dviktor |
Last Packager: | dviktor |
Votes: | 4 |
Popularity: | 0.000007 |
First Submitted: | 2013-05-28 16:10 |
Last Updated: | 2019-09-25 08:41 |
Dependencies (5)
- python>=2.7 (python-dbg)
- cmake (cmake-git) (make)
- git (git-git) (make)
- make (make3, make-git, make-without-guile) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Required by (1)
- edi (requires bear)
Latest Comments
dviktor commented on 2020-10-19 21:41
@JJK can't reproduce:
JJK commented on 2020-10-03 08:46
The tests fail for me:
totsilence commented on 2019-08-30 12:10
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
The section check() in the PKGBUILD breaks compilation. Seems safe to remove to make it compile properly.