Package Details: folly-git 2021.05.31.00.r0.g99fbca1df-1

Git Clone URL: https://aur.archlinux.org/folly-git.git (read-only, click to copy)
Package Base: folly-git
Description: An open-source C++ library developed and used at Facebook
Upstream URL: https://github.com/facebook/folly
Licenses: Apache
Conflicts: folly
Provides: folly
Submitter: onny
Maintainer: None
Last Packager: micwoj92
Votes: 4
Popularity: 0.000000
First Submitted: 2013-05-01 19:43 (UTC)
Last Updated: 2021-06-12 05:44 (UTC)

Required by (9)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

renanbs commented on 2015-11-24 01:18 (UTC)

Please add conflicts=('folly') and provides=('folly') Thanks

anatolik commented on 2014-05-29 21:33 (UTC)

It is upstream bug. I filed it here https://github.com/facebook/folly/commit/30be8ac1ced8cb583ed9ac1d894506341e7c77d1

allie_o commented on 2014-05-29 21:17 (UTC)

fails to build for me: ... /usr/bin/install -c -m 644 ApplyTuple.h Arena.h Arena-inl.h AtomicBitSet.h AtomicHashArray.h AtomicHashArray-inl.h AtomicHashMap.h AtomicHashMap-inl.h AtomicStruct.h Baton.h Benchmark.h Bits.h Checksum.h Chrono.h ConcurrentSkipList.h ConcurrentSkipList-inl.h Conv.h CpuId.h CPortability.h Demangle.h DiscriminatedPtr.h DynamicConverter.h dynamic.h dynamic-inl.h Exception.h FBString.h FBVector.h File.h FileUtil.h Fingerprint.h folly-config.h Exception.h ExceptionWrapper.h Foreach.h FormatArg.h Format.h Format-inl.h GroupVarint.h Hash.h IPAddress.h '/home/allie/aur/folly-git/pkg/folly-git/usr/include/folly/.' /usr/bin/install: will not overwrite just-created ‘/home/allie/aur/folly-git/pkg/folly-git/usr/include/folly/./Exception.h’ with ‘Exception.h’ Makefile:922: recipe for target 'install-nobase_follyincludeHEADERS' failed ...

anatolik commented on 2014-03-25 13:20 (UTC)

Thanks for the report. FIxed.

mtorromeo commented on 2014-03-25 10:02 (UTC)

Please add python2 to makedepends and this prepare function to fix python3 > python2, otherwise the build/generate_*.py scripts will fail. prepare() { cd folly find -name '*.py' -exec sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' {} \; } Thanks!