Package Details: folly 2024.05.02.00-1

Git Clone URL: https://aur.archlinux.org/folly.git (read-only, click to copy)
Package Base: folly
Description: An open-source C++ library developed and used at Facebook
Upstream URL: https://github.com/facebook/folly
Licenses: Apache-2.0
Provides: libfolly.so, libfollybenchmark.so, libfolly_test_util.so
Submitter: dseg
Maintainer: ftiasch (MrAnno, carsme)
Last Packager: carsme
Votes: 7
Popularity: 0.046765
First Submitted: 2015-03-20 08:29 (UTC)
Last Updated: 2024-05-04 10:28 (UTC)

Pinned Comments

carsme commented on 2023-12-07 04:02 (UTC)

BREAKING CHANGE: This package now builds shared objects:

/usr/lib/libfolly.so
/usr/lib/libfolly_test_util.so
/usr/lib/libfollybenchmark.so

instead of the static libraries:

/usr/lib/libfolly.a
/usr/lib/libfolly_exception_counter.a
/usr/lib/libfolly_exception_tracer.a
/usr/lib/libfolly_exception_tracer_base.a
/usr/lib/libfolly_test_util.a
/usr/lib/libfollybenchmark.a

Downstream packages must move folly from the makedepends to depends array to stay functional.

We are doing this change since dynamic rather than static linking between packages is more in line with Arch Linux packaging practices (or just Linux packaging practices in general).

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ftiasch commented on 2019-10-24 03:24 (UTC)

hi @MrAnno, can you just take over the maintaince? I can expect it will be a long time for me to be unable to access my build machine (even the aur ssh key is on it). Thanks in advance.

MrAnno commented on 2019-10-22 12:15 (UTC)

I'd be happy to help. I'm using makechrootpkg (https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot), I'll test the bumped version today/tomorrow.

ftiasch commented on 2019-10-22 06:09 (UTC)

I am sorry that I cannot bump versions on time as my build machine has failed and I has got no way to bring it up. Can somebody else help on the maintaince?

zwkno1 commented on 2019-08-17 10:35 (UTC)

/usr/lib/cmake/folly/folly-targets.cmake error,it casuse other package which depend folly build error:

CMake Error in CMakeLists.txt: Imported target "Folly::folly" includes non-existent path

"//include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

The path was deleted, renamed, or moved to another location.

An install or uninstall procedure did not complete successfully.

The installation package was faulty and references files it does not provide.

CMake Error in CMakeLists.txt: Imported target "Folly::folly" includes non-existent path

"//include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

The path was deleted, renamed, or moved to another location.

An install or uninstall procedure did not complete successfully.

The installation package was faulty and references files it does not provide.

-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly.

MrAnno commented on 2019-08-04 09:17 (UTC)

Thanks!

MrAnno commented on 2019-08-03 21:09 (UTC)

Please update this package to v2019.07.29.00. The update of fizz, wangle, proxygen and fbthrift depend on folly.