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

So, llvm-git conflicts with lldb for some reason #2

Open
gardotd426 opened this issue Sep 15, 2020 · 0 comments
Open

So, llvm-git conflicts with lldb for some reason #2

gardotd426 opened this issue Sep 15, 2020 · 0 comments

Comments

@gardotd426
Copy link
Contributor

For some reason llvm-git tries to install /usr/share/man/man1/lldb.1.gz, which is already owned by lldb.

Obviously, that can't be left alone, either lldb needs to be added as a conflict, or (better yet) that file needs to be removed during the packaging process so it doesn't try to install that one file. Because it will conflict with lldb, but it doesn't provide lldb, so having it conflict would be a really bad choice.

Just in case you want proof:

error: failed to commit transaction (conflicting files)
llvm-git: /usr/share/man/man1/lldb.1.gz exists in filesystem (owned by lldb)
Errors occurred, no packages were upgraded.
error installing repo packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant