Search Criteria
Package Details: seeks-git r2033.1168b3a-1
Git Clone URL: | https://aur.archlinux.org/seeks-git.git (read-only, click to copy) |
---|---|
Package Base: | seeks-git |
Description: | A social decentralized internet overlay for collaborative searches |
Upstream URL: | https://github.com/beniz/seeks |
Licenses: | |
Conflicts: | |
Submitter: | Gitus |
Maintainer: | None |
Last Packager: | vbmithr |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2010-06-12 22:37 |
Last Updated: | 2015-06-27 07:51 |
Dependencies (11)
- curl (curl-git, curl-minimal-git)
- icu (icu-git, icu-git-static)
- libxml2 (libxml2-linenum, libxml2-git)
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- tokyocabinet (tokyocabinet-git)
- tokyotyrant
- libevent>=2.0 (libevent-git, libevent-fb)
- docbook-xml (make)
- docbook2x (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Latest Comments
1 2 Next › Last »
vbmithr commented on 2015-11-23 10:44
http://fallabs.com/tokyotyrant/ ?
Seeks has not been updated for a long time…
ke7ofi commented on 2015-11-23 10:08
Any idea where I can find tokyotyrant? The one in the PyPI won't build.
vbmithr commented on 2014-05-08 10:36
Fixed, thanks!
jpope commented on 2014-05-07 17:27
There was a recent commit (and I thought the project was dead...) that negates the need for the img_websearch.patch: https://github.com/beniz/seeks/commit/e9880bdf46490a2b1a80fd4982713e19a8b22b3e ;)
vbmithr commented on 2014-02-25 15:54
Fixed, thanks.
Scimmia commented on 2014-02-25 15:49
Your pkgver function does not work. pkgver should be linear, your is pseudo-random. git describe does not work when there is no tags. See https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
vbmithr commented on 2013-09-27 18:53
Updated package to a more modern version, but still not buildable. Will raise the issue upstream.
vbmithr commented on 2013-09-27 18:33
I have the same error indeed. Will try to fix. Thanks for your bug report.
vbmithr commented on 2013-09-27 18:33
I have the same error indeed. Will try to fix. Thanks for your bug report.
doctorcolossus commented on 2013-08-18 13:16
In file included from /usr/include/c++/4.8.1/ext/hash_map:60:0,
from ./../../utils/stl_hash.h:23,
from db_query_record.h:22,
from db_query_record.cpp:20:
/usr/include/c++/4.8.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
#warning \
^
db_query_record.cpp: In member function 'virtual int seeks_plugins::db_query_record::serialize_compressed(std::string&) const':
db_query_record.cpp:306:50: error: variable 'google::protobuf::io::CodedOutputStream cos' has initializer but incomplete type
::google::protobuf::io::CodedOutputStream cos(&gzos);
^
make[5]: *** [db_query_record.lo] Error 1
make[5]: Leaving directory `src/seeks/src/plugins/query_capture'
make[4]: *** [all] Error 2
make[4]: Leaving directory `src/seeks/src/plugins/query_capture'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `src/seeks/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `src/seeks/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `src/seeks'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build seeks-git.