KaOSx/main

Can't install fish with docker

Closed this issue · 2 comments

Submission type

  • Bug report
  • Feature Request

Package name & version you are having issues with or have a request for

  • fish

  • docker

Used repositories

main

Expected behaviour

Install fish after having docker installed

Actual behaviour

raul ~ $ LANG=C sudo pacman -S fish
resolving dependencies...
looking for conflicting packages...

Package (1)  New Version  Net Change

main/fish    3.0.2-3       10,07 MiB

Total Installed Size:  10,07 MiB

:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                                                                                    [--------------------------------------------------------------------] 100%
(1/1) checking package integrity                                                                                  [--------------------------------------------------------------------] 100%
(1/1) loading package files                                                                                       [--------------------------------------------------------------------] 100%
(1/1) checking for file conflicts                                                                                 [--------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
fish: /usr/share/fish/completions/docker.fish exists in filesystem (owned by docker)
Errors occurred, no packages were upgraded.
demmm commented

Some checking shows this is quite old....
Docker rebuild with new location for docker.fish, according to fish-shell/fish-shell@ba721d6
Issue will be closed once docker has moved from the build repo.

Installed the build docker and it resolves it. Thanks!