ONLYOFFICE / CommunityServer

Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
http://www.onlyoffice.com
Apache License 2.0
2.66k stars 607 forks source link

Missing Files/ApiSystem/* and Files/mail-config/* when I runing /build/CreateInstall.sh #506

Open ymz805 opened 1 week ago

ymz805 commented 1 week ago

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 <support@onlyoffice.com>
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
ymz805 commented 1 week ago

截图 2024-07-08 16-41-42 I'm not finded Files/ApiSystem/ and Files/mail-config/ makeing programs in CreateInstall.sh

Carazyda commented 1 week ago

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.

ymz805 commented 1 week ago

eeaaa414dde2fae41b6168edcae41b3

Whether it is deprecated in v12.6.0

ymz805 commented 1 week ago

1720488614609 It also disappeared in v12.6.0

ymz805 commented 1 week ago

I want to make a Deb package from source code and saw the latest deb package version is v12.0.1 ,so do