-
Notifications
You must be signed in to change notification settings - Fork 695
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
make: *** No targets specified and no makefile found. Stop. #5727
Comments
Output from command: cmake ../
|
Ran again cleaning up warnings to ensure all tools in place:
|
I have purged the "build" directory and started from /usr/local/src/scap-security-guide-0.1.49/ running the ./build_product ubuntu1804 With the added tools 2 tests now fail 93% tests passed, 2 tests failed out of 27 Total Test time (real) = 50.54 sec The following tests FAILED: |
Hi, I checked out
This specific URL was already fixed in #5647 @scott-mackenzie Could you try testing with |
Re-open if the issue persists. |
*Hi all , This issue was solved by me you can find the solution in my profile Thanks for your time* |
Ok, I think ^^^ this is some kind of spam ;) Anyway I feel that the original issue of make not finding the target is that because the author's setup was using |
Description of problem:
Following the build from source guide:
https://bit.ly/3fh88bp
No make target is built using the defined approach.
Expected result is the ability to follow the build from source approach using single product and that the process works as described. Result is error:
make: *** No targets specified and no makefile found. Stop.
SCAP Security Guide Version:
Source version:
https://github.com/ComplianceAsCode/content/releases/download/v0.1.49/scap-security-guide-0.1.49.tar.bz2
Operating System Version:
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
Steps to Reproduce:
4a. ensure build director is present, if not create build directory --> then:
4b. ./build_product ubuntu1804
4.c cd build
4d. Following the procedure within 3.5. Testing run command cmake ../
4e. run command make -j4
Note: running command ctest -j4 produces "all tests passed"
At this stage the below error is produced:
make: *** No targets specified and no makefile found. Stop.
Actual Results:
make: *** No targets specified and no makefile found. Stop.
Expected Results:
Successful build. When building "all" sources this works. When using the product specific procedure the process fails.
Addition Information/Debugging Steps:
N/A
The text was updated successfully, but these errors were encountered: