-
Notifications
You must be signed in to change notification settings - Fork 9
Issue with building DSS on EC2 with AWS-cmake #54
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
Comments
Thank you for trying out DSS. So, the error occurs when running the The logs indicate that the Also please specify the steps that were used to confirm that the rpm downloaded by the aws script was installed. |
Hi @benixon , All the previous steps were completed and were successes. To verify if the rpm was downloaded correctly, we simply executed the command The artifacts location does have the rpm file. After this, step, the build_all script was to be executed. This is where the above the issue is taking place. Let us know if there were erroneous steps done or are we missing anything here |
Hi @BV-developers, could you follow the readme instructions to build from clean centos 7.8 ? The demo video is not update-to-date. Those 2 sections are useful if you are doing non-docker build. Let me know if you have any issues. |
Hi @iso-p , As the demo was not updated, We tried with the steps on the main page as per your directions. Step 1 for build._gcc.sh was missing since the second step for getting the artifact folder itself was not created from the base checkout of DSS repo. We followed it from the demo. After build_gcc.sh, we followed https://github.com/OpenMPDK/DSS?tab=readme-ov-file#build-package-dependencies Steps done are below If these steps are missing, could you please outline the steps here if anything is missing? |
Hi,
Build AWS-SDK-CPP: |
hi @iso-p ,
This step gives this error: The artifact directory is not present when building afresh. Do let me know if there is a different branch I must work with |
Thanks!
edited on 2025/03/13 |
Hi @iso-p ,
|
Hi @BV-developers, if that directory related error is the only error, could you delete the old DSS repo and try After you clone the repo, follow the same steps here #54 (comment) Thanks |
I am trying to setup my system for the DSS with 7.8 centos on an EC2 machine.
On the build_all.sh step, i am encountering a cmake issue. The logs for them are bellow
As per the steps in the build_aws script, this is downloaded and the rpm is installed. This takes place correctly. However, the cmake fails to find this package.
I am unable to move forward from here.
Please guide on the next steps and let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: