Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail to configure #2188

Closed
yurivict opened this issue May 7, 2024 · 3 comments
Closed

Tests fail to configure #2188

yurivict opened this issue May 7, 2024 · 3 comments

Comments

@yurivict
Copy link

yurivict commented May 7, 2024

CMake Error at /usr/local/share/cmake/Modules/GoogleTest.cmake:357 (file):
  file failed to open for reading (No such file or directory):

    /usr/ports/devel/folly/work/folly-2024.05.06.00/folly/experimental/test/TupleOpsTest.cpp
Call Stack (most recent call first):
  CMake/FollyFunctions.cmake:297 (gtest_add_tests)
  CMakeLists.txt:600 (folly_define_tests)

Version: 2024.05.06.00
googletest-1.14.0
FreeBSD 14.0

@SdKay
Copy link

SdKay commented May 7, 2024

Got same problem when run python3 ./build/fbcode_builder/getdeps.py --allow-system-packages build
Version: v2024.05.06.00

@Weaverzhu
Copy link

The CI of this repo has been broken for quite a while. Not sure whether they plan to maintain tests anymore.

@Orvid
Copy link
Contributor

Orvid commented May 20, 2024

Sorry about that, we've been making some large changes to where things are and working to enable the use of buck2 externally to build folly. As part of this work, we've caused quite a few breakages. The breakage mentioned in this particular issue is from a test that got moved out of experimental not getting its path updated in the CMake file, and was fixed the same day this issue was opened via 5c2c68c.

@Orvid Orvid closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants