-
Notifications
You must be signed in to change notification settings - Fork 46
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
Unable to build the project #277
Comments
Hi @kislaykishore ! Sorry you hit this. This should be fixed shortly. @jakub-racek-swi had fixed the build container in tools#4 which I merged today. I'm building the build-env as we speak. Fixed some problems with that build taking large amounts of RAM. Hope to have an update in a few hours. |
I pushed a build-env image to docker hub yonchco/opentelemetry-network-build-env. #275 is work to fix compilation for that image. |
@yonch 👋 Hi, the problem seems not to be solved, but I managed to make it work. As a workaround for now, I started building using |
how did you make it work? I change the new docker image(yonchco/opentelemetry-network-build-env), but it raise the new error like this: -- Using gRPC 1.65.5 -- Configuring incomplete, errors occurred! please help me. @yonch @alexandrebrg |
Hi @m-4ever , PR #275 should have solved this: jakub-racek-swi@e34d776 @jakub-racek-swi #275 is marked as Draft, are you comfortable marking it as ready to merge? |
What happened?
Description
I tried following the steps mentioned in the Developer Guide to build the project but it fails for me.
Steps to Reproduce
Fetch the build-env images
docker pull quay.io/splunko11ytest/network-explorer-debug/build-env
docker tag quay.io/splunko11ytest/network-explorer-debug/build-env build-env:latest
Clone the repository
git clone https://github.com/open-telemetry/opentelemetry-network.git opentelemetry-ebpf
cd opentelemetry-ebpf
git submodule update --init --recursive
Attempt to build
cd opentelemetry-ebpf
mkdir -p ../build
Configure
./build.sh --cmake
cd out
Build using
make reducer
Expected Result
Build should work
Actual Result
eBPF Collector version
master
Environment information
Environment
Operating System: Ubuntu 23.10
Kernel: Linux 6.5.0-44-generic
eBPF Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: