Search Criteria
Package Details: fbthrift 2019.03.18.00-1
Git Clone URL: | https://aur.archlinux.org/fbthrift.git (read-only, click to copy) |
---|---|
Package Base: | fbthrift |
Description: | Facebook's branch of Apache Thrift, including a new C++ server. |
Upstream URL: | https://github.com/facebook/fbthrift |
Keywords: | apache facebook thrift |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dseg |
Maintainer: | None |
Last Packager: | akstrfn |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-24 06:40 |
Last Updated: | 2019-03-21 21:16 |
Dependencies (12)
- bison (byacc-bison, bison-git)
- fizz
- folly (folly-git)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- krb5 (krb5-git, krb5-minimal-git)
- mstch
- numactl (numactl-git, numactl-stable)
- wangle
- cmake (cmake-git) (make)
- libunwind (libunwind-git) (make)
- zstd (zstd-git, zstd-cmake, zstd-static) (make)
Required by (18)
- arrow (requires thrift)
- arrow-git (requires thrift)
- evmc-git (requires thrift) (make)
- evnsq-git (requires thrift) (make)
- evpp-benchmark-git (requires thrift) (make)
- evpp-git (requires thrift) (make)
- evpp-git (requires thrift) (optional)
- evpp-git (requires thrift)
- osquery-git (requires thrift) (make)
- php-pdo-cassandra (requires thrift)
- php-pdo-cassandra (requires thrift) (make)
- php-thrift_protocol-git (requires thrift) (optional)
- proxygen-git
- swcdb-lib-thrift (requires thrift)
- swcdb-lib-thrift (requires thrift) (make)
- swcdb-lib-thrift-c (requires thrift) (make)
- swcdb-lib-thrift-c (requires thrift)
- thrift-java (requires thrift) (optional)
Latest Comments
1 2 Next › Last »
akstrfn commented on 2020-08-31 19:06
@dxu feel free to take over, there is no maintainer.
dxu commented on 2020-08-31 18:56
Does this pkg need a new maintainer? Happy to volunteer. Disclosure: I work at FB.
zwkno1 commented on 2019-08-17 10:38
the aur/folly package is 2019.07.29.00, this pacakge version is too old,so it can not build.
dseg commented on 2017-06-17 01:42
A same issue reported on the Github,
>https://github.com/facebook/folly/issues/614
I guess this problem can not be fixed until the folly library fully supports GCC v7.
Could someone please help?
sleeping commented on 2017-06-15 00:58
configure: Unable to find the folly library.
configure: error: Please install the folly library
dseg commented on 2017-03-23 09:02
Updated to the latest version. (2017.03.20.00)
joker512 commented on 2017-03-03 15:01
@ppwwyyxx I tried fbthrift-git. Result is the same.
m3thodic commented on 2017-02-21 16:52
Please add wangle to the build deps, thanks!
checking for getenv in -lwangle... no
configure: error: Please install the wangle library from https://github.com/facebook/wangle
ppwwyyxx commented on 2017-02-08 05:16
@joker512 You can try the package fbthrift-git
joker512 commented on 2017-01-19 16:05
Error during installation:
...
checking for folly/folly-config.h in /usr... yes
checking whether compiling and linking against folly works... no
configure: Unable to find the folly library.
configure: error: Please install the folly library
folly is installed. I tried all: fb-folly, folly and folly-git. I found a bit more information in config.log:
...
/usr/lib/libfolly.so:·undefined·reference·to·`boost::re_detail_106300::cpp_regex_traits_implementation<char>::transform(char·const*,·char·const*)·const'
/usr/lib/libfolly.so:·undefined·reference·to·`boost::re_detail_106300::cpp_regex_traits_implementation<char>::transform_primary(char·const*,·char·const*)·const'
collect2:·error:·ld·returned·1·exit·status
configure:19042:·$?·=·1
...
It looks like something is incompatible between folly and boost...