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

Fails to build .deb package of Agent on arm64 #473

Open
vgrechin opened this issue Jan 1, 2025 · 0 comments
Open

Fails to build .deb package of Agent on arm64 #473

vgrechin opened this issue Jan 1, 2025 · 0 comments

Comments

@vgrechin
Copy link

vgrechin commented Jan 1, 2025

Wazuh version Component Install type Install method Platform
5.0.0-latest Agent Deb Packages JetPack 6.0 (Ubuntu 22.04)

Fails to build deb package on arm64 box (Jetson Orin of NVidia) with command:

./generate_package.sh -a arm64 -j 6 2>&1 | tee ~/wazuh_build.txt

Yields the error (attaching full log to the ticket):

-- Running vcpkg install
/build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg)
/build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg)
/build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /build_wazuh/agent/wazuh-agent-5.0.0/src/vcpkg/vcpkg)
-- Running vcpkg install - failed

It is all right though on Linux amd64, and produces .deb package correspoinding to the platform:

$ ls output/
wazuh-agent_5.0.0-0_amd64_95b9665cf.deb

Full log:
wazuh_build.txt.tar.gz

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

1 participant