bcgsc / orca

:whale: Genomics Research Container Architecture
http://www.bcgsc.ca/services/orca
GNU General Public License v3.0
48 stars 13 forks source link

Remove 'share/man/ja' directory #81

Closed lcoombe closed 5 years ago

lcoombe commented 5 years ago
lcoombe commented 5 years ago

Error when installing openjdk:

Linking /home/linuxbrew/.linuxbrew/Cellar/openjdk/1.8.0-181... 
Error: Could not symlink share/man/ja
Target /home/linuxbrew/.linuxbrew/share/man/ja
already exists. You may want to remove it:
  rm '/home/linuxbrew/.linuxbrew/share/man/ja'

To force the link and overwrite all conflicting files:
  brew link --overwrite openjdk

To list all files that would be deleted:
  brew link --overwrite --dry-run openjdk
sjackman commented 5 years ago

Both vim and openjdk install a Japanese translation of their man page. The two directories /home/linuxbrew/.linuxbrew/share/man/ja shouldn't conflict, but seem to.