You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: