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

Make install failing #5690

Open
MoiseRousseau opened this issue Jul 17, 2024 · 0 comments
Open

Make install failing #5690

MoiseRousseau opened this issue Jul 17, 2024 · 0 comments

Comments

@MoiseRousseau
Copy link

MoiseRousseau commented Jul 17, 2024

Describe the bug
make install target fail because some examples does not have that target

Steps To Reproduce

./_autosetup
./configure --disable-client --disable-manager --enable-apps --prefix=$HOME/install
make
make install

Expected behavior
No error

System Information

  • OS: Ubuntu 24.04 in a LXD container
  • BOINC Version: Release 8.0.2 from Github

Additional context
Fixed adding a dummy install target in:

  • boinc-client_release-8.0-8.0.2/samples/condor/Makefile
  • boinc-client_release-8.0-8.0.2/samples/multi_thread/Makefile

For example:

install:
	echo "Dummy install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants