You are not logged in.
Today I did a pacman -Syu and got a funny error message while upgrading 'filesystem'. It says no packages were upgraded, but it actually was.
I can reproduce the error by reinstalling filesystem. Is this anything to worry about?
sudo pacman -S filesystem
warning: filesystem-2011.10-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): filesystem-2011.10-1
Total Download Size: 0.00 MB
Total Installed Size: 0.32 MB
Proceed with installation? [Y/n] Y
(1/1) checking package integrity [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) upgrading filesystem [######################] 100%
error: extract: not overwriting dir with file usr/local/share/man
error: problem occurred while upgrading filesystem
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
Offline
It looks like it wants to overwrite the directory /usr/local/share/man with a file of the same path.
What do you have in said dir?
Rauchen verboten
Offline
There are three subdirectories there, with a bunch of files in them that seem to be related to OpenMPI. A pacman -Qo on those files yields
error: No package owns man7/ompi_crcp.7
and similar.
Should it be safe to delete these directories?
Offline
Do you have openmpi installed without using a pacman? It's in the repositories and looks like it installs the same file you used as an example in /usr/share/man, not /usr/local/share/man
I would remove the files for the non-standard installation and reinstall the package from the repos
Offline