Search Criteria
Package Details: aerospike-client-c-libuv 4.3.20-1
Git Clone URL: | https://aur.archlinux.org/aerospike-client-c-libuv.git (read-only, click to copy) |
---|---|
Package Base: | aerospike-client-c-libuv |
Description: | The Aerospike C client provides a C interface for interacting with the Aerospike Database. |
Upstream URL: | https://github.com/aerospike/aerospike-client-c |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Smak |
Maintainer: | dundee |
Last Packager: | dundee |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-28 13:39 |
Last Updated: | 2019-01-08 15:32 |
Required by (3)
- aerospike-client-php (requires aerospike-client-c) (make)
- aerospike-client-python
- aerospike-client-python2
Latest Comments
dundee commented on 2018-06-29 08:28
Conflicts is a bash list, so it cannot contain commas, values are separated by space.
dundee commented on 2018-05-22 15:05
Please update to 4.3.12, other clients depend on this package.
Updated PKGBUILD: https://pastebin.com/6j5mDMiw
dundee commented on 2018-05-14 16:35
Cloning into 'aerospike-client-c'... fatal: Remote branch 4.1.11 not found in upstream origin
grinderz commented on 2018-05-13 18:18
4.3.11 - https://github.com/Grinderz/aerospike-client-c-libuv-aur
muzluk commented on 2017-09-25 14:34
The build failed whith `MAKEFLAGS="-j6"` defined in `/etc/makepkg.conf`. I think this is the error message:
```
cp src/include/aerospike/ck/gcc/ck_pr.h target/Linux-x86_64/include/aerospike/ck/gcc/ck_pr.h
make: *** No rule to make target 'modules/common/target/Linux-x86_64/include/aerospike/as_arraylist.h', needed by 'prepare'. Stop.
make: *** Waiting for unfinished jobs....
```
However, it compiles without any issue when not using parallel jobs.