facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install.sh fails

jmccl opened this issue · comments

./build.sh appears to work. Running ./install.sh results in this:

CMake Error at cmake_uninstall.cmake:8 (message):
Cannot find install manifest:
/home/john/third-party/proxygen/proxygen/_build/install_manifest.txt

make[3]: *** [CMakeFiles/uninstall.dir/build.make:70: CMakeFiles/uninstall] Error 1
make[2]: *** [CMakeFiles/Makefile2:1245: CMakeFiles/uninstall.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:1252: CMakeFiles/uninstall.dir/rule] Error 2
make: *** [Makefile:543: uninstall] Error 2
[ 1%] Built target proxygen_http_parser
[ 2%] Built target proxygen-generated
[ 54%] Built target proxygen
[ 55%] Built target testtransport
[ 56%] Built target testmain
[ 60%] Built target LibHTTPTests
[ 63%] Built target StructuredHeadersTests
[ 64%] Built target codectestutils
[ 68%] Built target CodecTests
[ 69%] Built target hpacktestutils
[ 75%] Built target HPACKTests
[ 76%] Built target sessiontestutils
[ 77%] Building CXX object proxygen/lib/http/session/test/CMakeFiles/SessionTests.dir/HTTPSessionAcceptorTest.cpp.o
/home/john/third-party/proxygen/proxygen/lib/http/session/test/HTTPSessionAcceptorTest.cpp:14:10: fatal error: proxygen/facebook/lib/utils/test/FbcodeUtils.h: No such file or directory
14 | #include <proxygen/facebook/lib/utils/test/FbcodeUtils.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [proxygen/lib/http/session/test/CMakeFiles/SessionTests.dir/build.make:118: proxygen/lib/http/session/test/CMakeFiles/SessionTests.dir/HTTPSessionAcceptorTest.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1594: proxygen/lib/http/session/test/CMakeFiles/SessionTests.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

Same thing on Manjaro and Debian.

Debian too

Thanks for reporting, this is a known issue and we are working on a fix.

this should be fixed now

Thanks.

Faced same error, but installation completed, any comments.

Thanks.

Screenshot 2023-03-29 at 2 11 46 PM

Screenshot 2023-03-29 at 2 11 58 PM