Make error: recipe for target '3rdparty/onlyoffice/documentserver' failed
Hi
Scenario
Setup from git
When installing from git make and docker are required.
clone the repo into the Nextcloud app directory
run make in the app folder to download the 3rdparty components
Enable the app
Error
root@pvhost:/var/www/nextcloud/apps/documentserver_community# make
mkdir -p 3rdparty/onlyoffice
docker create --name oo-extract onlyoffice/documentserver:5.4.2.46
3bb2d161c0f5412633e636ff828e8f0a10b4ed11a98c011dec79365d006a740a
docker cp oo-extract:/var/www/onlyoffice/documentserver 3rdparty/onlyoffice
docker rm oo-extract
oo-extract
rm -r 3rdparty/onlyoffice/documentserver/server/{SpellChecker,Common,DocService}
rm: cannot remove '3rdparty/onlyoffice/documentserver/server/{SpellChecker,Common,DocService}': No such file or directory
Makefile:16: recipe for target '3rdparty/onlyoffice/documentserver' failed
make: *** [3rdparty/onlyoffice/documentserver] Error 1
Context Clean ubuntu nextcloud install.
Same error on a docker linuxserver/nextcloud install.
I did run the command below on the app folder and it worked ok removing the dirs
rm -r 3rdparty/onlyoffice/documentserver/server/{SpellChecker,Common,DocService}
i also experience similar issue, same scenario. Fresh install , tried running command.
rm -r 3rdparty/onlyoffice/documentserver/server/{SpellChecker,Common,DocService}
But onlyofice broken

I manage to overcome, it seems that some PHP settings were disabled.
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 60 days. Thank you for your contribution!
Retaking repo management include inheritance of old, not treated, and probablty obsolete issues, this is why it was decided to mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.