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

common/Makefile fails with ERROR 1 due to "ln: failed to create symbolic link ... backintime-qt" #1615

Closed
aryoda opened this issue Jan 23, 2024 · 0 comments · Fixed by #1628
Assignees
Labels
Bug GOOD FIRST ISSUE Used by 24pullrequests.com to suggest issues HELP-WANTED Used by 24pullrequests.com to suggest issues Infrastructure

Comments

@aryoda
Copy link
Contributor

aryoda commented Jan 23, 2024

In Version 1.4.2-dev (but problem exists for longer I guess):

cd common
./configure
make
sudo make install

does install successfully but ends with an error:

ln: failed to create symbolic link '/usr/share/bash-completion/completions/backintime-qt': File exists
make: *** [Makefile:78: install] Error 1
@aryoda aryoda added the Bug label Jan 23, 2024
@aryoda aryoda added GOOD FIRST ISSUE Used by 24pullrequests.com to suggest issues HELP-WANTED Used by 24pullrequests.com to suggest issues labels Jan 30, 2024
@buhtz buhtz added this to the Upcoming release (1.5.0) milestone Feb 1, 2024
@buhtz buhtz self-assigned this Feb 1, 2024
buhtz added a commit that referenced this issue Feb 2, 2024
… installation

Fix symlink error while make install.

Add --diagnostics option to the completion script.

Fix #1615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GOOD FIRST ISSUE Used by 24pullrequests.com to suggest issues HELP-WANTED Used by 24pullrequests.com to suggest issues Infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants