pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

Cannot Install r 8.0.1: symlinks to missing directory #1381

Open ratron opened 7 years ago

ratron commented 7 years ago

I tried to install pydio by extracting pydio-core-8.0.1.tar.gz, but i ran into errors because there is a symlink to pointing to an inexistent folder:

tar: pydio-core-8.0.1/plugins/gui.ajax/res/themes/common/css/mui/less: Cannot create symlink to ../../../../../node_modules/material-ui-legacy/src/less: No such file or directory

tar: pydio-core-8.0.1/plugins/gui.ajax/res/mui/less: Cannot create symlink to ../../node_modules/material-ui-legacy/src/less: No such file or directory

tar: Exiting with failure status due to previous errors

cdujeu commented 7 years ago

We'll have a look into this, can you use the zip in-between?

cdujeu commented 6 years ago

hi @ratron sorry to come back on this only now, what is your server OS ? I cannot reproduce this issue.

ratron commented 6 years ago

@cdujeu linux: ubuntu 16.04 maybe you try to extract it on a system where these files exist already. did you try to extract it on a different machine?

beniwtv commented 6 years ago

Same issue here upgrading from 8.0.1 to 8.0.2, but it fails on the file check already:

Checking files and folders permissions, this may take a while.

OS is Ubuntu Linux 16.04.

cdujeu commented 6 years ago

can you ls -al /home/www/default/ajaxplorer/plugins/gui.ajax/res/themes/common/css/mui/less/?

beniwtv commented 6 years ago

The link destination does not seem to exist:

lwrxwrxwrx 1 www-data www-data 55 Jun 8 2017 /home/www/default/ajaxplorer/plugins/gui.ajax/res/themes/common/css/mui/less/ -> ../../../../../node_modules/material-ui-legacy/src/less

(the link is in red color)

cdujeu commented 6 years ago

hi benedikt, just rm this link

beniwtv commented 6 years ago

ok, tried that, now it worked. Damn, I feel stupid for not trying that myself... 😛

agourgeon commented 6 years ago

Hi, Tried this solution too. Works fine now. Upgrade succesful! Thank you Charles.