We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS : docker Ubuntu:18.04 VERSION : CommunityServer V12.0.1 OPERATION : bash ./CommunityServer/build/CreateInstall.sh ERROR :
Platform: ubuntu dpkg-buildpackage: info: source package onlyoffice-communityserver dpkg-buildpackage: info: source version 12.0.1.1748 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage: info: source changed by Ascensio System SIA <[email protected]> dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build deb debian/rules clean dh clean --with=systemd dh_clean debian/rules build dh build --with=systemd dh_update_autotools_config debian/rules binary dh binary --with=systemd dh_testroot dh_prep dh_install dh_install: Cannot find (any matches for) "Files/ApiSystem/*" (tried in ., debian/tmp) dh_install: onlyoffice-communityserver missing files: Files/ApiSystem/* dh_install: Cannot find (any matches for) "Files/mail-config/*" (tried in ., debian/tmp) dh_install: onlyoffice-communityserver missing files: Files/mail-config/* dh_install: missing files, aborting debian/rules:8: recipe for target 'binary' failed make: *** [binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
The text was updated successfully, but these errors were encountered:
I'm not finded Files/ApiSystem/* and Files/mail-config/* makeing programs in CreateInstall.sh
Sorry, something went wrong.
Hello @ymz805 You are using an old version of Onlyoffice CommunityServer. The current version is 12.6.0. Can you update to the new version?
And why would you need to run CreateInstall.sh in a CommunityServer docker container. If I understand you correctly.
Whether it is deprecated in v12.6.0
It also disappeared in v12.6.0
I want to make a Deb package from source code and saw the latest deb package version is v12.0.1 ,so do
No branches or pull requests
OS : docker Ubuntu:18.04
VERSION : CommunityServer V12.0.1
OPERATION : bash ./CommunityServer/build/CreateInstall.sh
ERROR :
The text was updated successfully, but these errors were encountered: