-
Notifications
You must be signed in to change notification settings - Fork 448
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 install failing #5690
Comments
Hey there, I'll be glad to tackle this. EDIT: just to be clear: you want a real install happening or is a placeholder enough? |
I have the following message while building/installing:
It comes from the |
@bjauny, you should follow this manual to build BOINC: https://github.com/BOINC/boinc/wiki/Building-boinc-on-unix |
OK, it seems the error comes from the fact that my fork doesn't have any tag matching |
@bjauny, build it with
There should not be this error then. |
Sorry to be a pain, but it's still here. Tail of the log follows. To be clear on the environment/setup:
Apart from the
|
ok, just ignore it then. this is not the actual error of this ticker. |
Thanks for tackling this. My ultimate objective of this was to create a deb package for BOINC server. I also have to add the following instructions for an app to be run after installation:
Note my Maybe open a new issue ? |
@MoiseRousseau, BOINC Server is a complex product, and majority of the Projects who install it, do some customization of it. |
@AenBleidd I did not meant to create an official Deb package. But just to report the steps to have a working BOINC server installation. For example, the current installation installs components in non standard path, python library in a folder that is not on PYTHONPATH, or lacks the sql script to interact with the database. So I was unable to create a simple test project. |
@MoiseRousseau, please start here: https://github.com/BOINC/boinc/wiki/Computing-with-boinc |
@AenBleidd I already succeeded make it working with the install target and the steps and I sent you. Just reporting what I have done for other people to reproduce if they need |
Describe the bug
make install
target fail because some examples does not have that targetSteps To Reproduce
Expected behavior
No error
System Information
Additional context
Fixed adding a dummy install target in:
For example:
The text was updated successfully, but these errors were encountered: