Package Details: fbthrift 2025.10.27.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
Licenses: Apache-2.0
Conflicts: python-thrift
Provides: libasync.so, libcompiler.so, libcompiler_ast.so, libconcurrency.so, librpcmetadata.so, libserverdbginfo.so, libthrift-core.so, libthriftannotation.so, libthriftanyrep.so, libthriftcpp2.so, libthriftfrozen2.so, libthriftmetadata.so, libthriftprotocol.so, libthrifttype.so, libthrifttyperep.so, libtransport.so
Submitter: carsme
Maintainer: None
Last Packager: envolution
Votes: 1
Popularity: 0.002788
First Submitted: 2024-04-04 17:29 (UTC)
Last Updated: 2025-11-01 04:03 (UTC)

Latest Comments

J5lx commented on 2026-08-04 05:58 (UTC)

adoption fails with error 503, so patch for 2026.08.03.00: https://pastebin.com/wAiQMBAp

  • removed glog edit since upstream now works fine without it
  • removed double-conversion dependency which was removed from facebook projects
  • updated gcc-libs dependency to libgcc/libstdc++
  • added libdwarf as a transitive buildtime dependency of folly, see here
  • theres two test/bench binaries that fail to build due to a library ordering issue. They seem nonessential so i simply excluded them from the build but if you’d rather figure out how to make cmake order the libraries correctly be my guest

J5lx commented on 2024-06-20 18:57 (UTC)

Are you sure mvfst is a buildtime dependency only? fb303, edencommon and watchman all fail to build without it, with an error originating in this package’s CMake module.

jose1711 commented on 2024-05-03 09:11 (UTC)

conflicts with python-thrift