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

Error on build of ovms_builder_image for BASE_OS redhat #2244

Open
vaibhavjainwiz opened this issue Jan 8, 2024 · 1 comment
Open

Error on build of ovms_builder_image for BASE_OS redhat #2244

vaibhavjainwiz opened this issue Jan 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@vaibhavjainwiz
Copy link

Describe the bug
Getting below error while make docker build with redhat as BASE_OS

To Reproduce
Steps to reproduce the behavior:

  1. Run NVIDIA=1 OV_USE_BINARY=0 BASE_OS=redhat make ovms_builder_image

Expected behavior
Build should be created

Logs
Getting below error in build logs:

=> ERROR [base_build  5/18] RUN wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.gz &&  tar xvf boost_1_68_0  2.9s
------                                                                                                                                                        
 > [base_build  5/18] RUN wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.gz && 	tar xvf boost_1_68_0.tar.gz && cd boost_1_68_0 && ./bootstrap.sh && 	./b2 -j 6 cxxstd=17 link=static cxxflags='-fPIC' cflags='-fPIC' 		--with-chrono --with-date_time --with-filesystem --with-program_options --with-system 		--with-random --with-thread --with-atomic --with-regex 		--with-log --with-locale 	install:
0.257 + wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.gz
2.861 2024-01-08 10:34:29 URL:https://landing.jfrog.com/reactivate-server/boostorg [11534/11534] -> "boost_1_68_0.tar.gz" [1]
2.875 + tar xvf boost_1_68_0.tar.gz
2.890 
2.890 gzip: stdin: not in gzip format
2.890 tar: Child returned status 1
2.891 tar: Error is not recoverable: exiting now
@vaibhavjainwiz vaibhavjainwiz added the bug Something isn't working label Jan 8, 2024
@mzegla
Copy link
Collaborator

mzegla commented Jan 8, 2024

Could you pull latest changes and try again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants