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

Running "ninja" failed on ubuntu 22.04 failed message about can't find file to patch at input line xxx #158

Open
Rax13 opened this issue Oct 21, 2023 · 4 comments

Comments

@Rax13
Copy link

Rax13 commented Oct 21, 2023

Issue description
The build completed successfully but when running ninja it failed

Steps :

1.I updated the source
2.All steps except the last one completed
3.I get errors and failed message when running ''ninja''

screenshot
image
i think build is completed but running "ninja" failed
image
image
all most failed message about can't find file to fatch at input line xxx

@Rax13 Rax13 closed this as completed Oct 21, 2023
@Rax13
Copy link
Author

Rax13 commented Oct 21, 2023

  • [ ]

@Rax13 Rax13 reopened this Oct 21, 2023
@Rax13 Rax13 changed the title Running "ninja" failed on ubuntu 22.04 failed message about can't find file to fatch at input line xxx Running "ninja" failed on ubuntu 22.04 failed message about can't find file to patch at input line xxx Oct 21, 2023
@thomasten
Copy link
Member

Hi,
I'd suggest not to have the source in /opt/edgelessrt because this is the default installation path. Please try to do a clean clone and build without root and somewhere inside your home directory, e.g.:

cd ~
git clone https://github.com/edgelesssys/edgelessrt
cd edgelessrt
mkdir build
cd build
cmake -GNinja ..
ninja

@Rax13
Copy link
Author

Rax13 commented Oct 24, 2023

thanks your advice I'll try again

@aidenfoxivey
Copy link

thanks your advice I'll try again

Did you have any luck with this change? I'm also running into this issue when trying to do a Nix flake build for EdgelessRT on Ubuntu 20.04.

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

3 participants