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

build_katran.sh failure - debian12 - aarch64 / arm64 #239

Closed
jdoupe opened this issue Oct 18, 2024 · 3 comments
Closed

build_katran.sh failure - debian12 - aarch64 / arm64 #239

jdoupe opened this issue Oct 18, 2024 · 3 comments

Comments

@jdoupe
Copy link

jdoupe commented Oct 18, 2024

$ uname -a
Linux node-3 6.1.0-23-arm64 #1 SMP Debian 6.1.99-1 (2024-07-15) aarch64 GNU/Linux

sudo apt-get install git clang llvm libfast-float-dev

In addition to repeating the issue reported in #236 (fast-float, solved by manual install above), build_katran.sh reports the following errors:

...
-- Found folly: /vagrant/katran/_build/deps
-- Found Protobuf: /vagrant/katran/_build/deps/lib/libprotobuf.a (found version "3.21.6")
cmd is /vagrant/katran/_build/deps/bin/protoc
-- Configuring done
CMake Error at example_grpc/CMakeLists.txt:45 (add_library):
  Cannot find source file:

    KatranGrpcService.h

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc


CMake Error at example_grpc/CMakeLists.txt:57 (add_library):
  Cannot find source file:

    GrpcSignalHandler.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc


CMake Error at example_grpc/CMakeLists.txt:69 (add_executable):
  Cannot find source file:

    katran_server.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc


CMake Error at example_grpc/CMakeLists.txt:45 (add_library):
  No SOURCES given to target: katran_service_handler


CMake Error at example_grpc/CMakeLists.txt:57 (add_library):
  No SOURCES given to target: grpc_signal_handler


CMake Error at example_grpc/CMakeLists.txt:69 (add_executable):
  No SOURCES given to target: katran_server_grpc


CMake Generate step failed.  Build files cannot be regenerated correctly.
@jursonovicst
Copy link

It seems to me, that these example files were deleted in 3632571. They were quite helpful trying Karan, I hope this was just a mistake...

@Bit-Warrior-X
Copy link

This issue happend to me, but I could see that these files are reverted.
Now compile works fine
Thanks!

@jdoupe jdoupe closed this as completed Oct 23, 2024
@avasylev
Copy link
Contributor

Thanks for reporting, mistake on our side, bug in dead code detector mistakenly cleaned up these and we missed.

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