Hi,
I'm trying to build Zimbra 10 FOSS on a freshly installed machine with Ubuntu 16. I followed the instructions, and I executed the following commands:
Everything goes okay, but I encountered the errors below:
Any ideas? Thanks
Best regards.
I'm trying to build Zimbra 10 FOSS on a freshly installed machine with Ubuntu 16. I followed the instructions, and I executed the following commands:
Code:
sudo apt-get install software-properties-common openjdk-8-jdk ant ant-optional ant-contrib ruby git maven build-essential debhelpermkdir installer-buildcd installer-buildgit clone --depth 1 --branch 10.0.1 git@github.com:Zimbra/zm-build.gitcd zm-buildENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.2,10.0.1,10.0.0-GA,10.0.0 --build-release-no=10.0.0 --build-type=FOSS --build-release=NIKOLATESLA --build-release-candidate=GA --build-thirdparty-server=files.zimbra.com --build-no=3969 --no-interactive
Everything goes okay, but I encountered the errors below:
Code:
Running [ant -Ddebug=0 -Dis-production=1 -Dzimbra.buildinfo.platform=UBUNTU16_64 -Dzimbra.buildinfo.pkg_os_tag=u16 -Dzimbra.buildinfo.version=10.0.0_GA_3969 -Dzimbra.buildinfo.type=FOSS -Dzimbra.buildinfo.release=20231214120342 -Dzimbra.buildinfo.date=20231214120342 -Dzimbra.buildinfo.host=ubuntu.eodatacenter.local -Dzimbra.buildinfo.buildnum=3969 -DskipTests=true publish-local]...Buildfile: /home/user/zm-build/zm-taglib/build.xmlBUILD FAILED/home/user/zm-build/zm-taglib/build.xml:3: The following error occurred while executing this line:/home/user/zm-build/zm-zcs/ant-global.xml:190: /home/user/zm-build/zimbra-package-stub/version/MAJOR doesn't existTotal time: 0 seconds=========================================================================================================FAILURE MSG : cmd='ant -Ddebug=0 -Dis-production=1 -Dzimbra.buildinfo.platform=UBUNTU16_64 -Dzimbra.buildinfo.pkg_os_tag=u16 -Dzimbra.buildinfo.version=10.0.0_GA_3969 -Dzimbra.buildinfo.type=FOSS -Dzimbra.buildinfo.release=20231214120342 -Dzimbra.buildinfo.date=20231214120342 -Dzimbra.buildinfo.host=ubuntu.eodatacenter.local -Dzimbra.buildinfo.buildnum=3969 -DskipTests=true publish-local'EXTRA INFO : 'ant -Ddebug=0 -Dis-production=1 -Dzimbra.buildinfo.platform=UBUNTU16_64 -Dzimbra.buildinfo.pkg_os_tag=u16 -Dzimbra.buildinfo.version=10.0.0_GA_3969 -Dzimbra.buildinfo.type=FOSS -Dzimbra.buildinfo.release=20231214120342 -Dzimbra.buildinfo.date=20231214120342 -Dzimbra.buildinfo.host=ubuntu.eodatacenter.local -Dzimbra.buildinfo.buildnum=3969 -DskipTests=true publish-local' exited with value 1=========================================================================================================--Stack Trace-- (10066)./build.pl:555 called from main::SysExec./build.pl:1018 called from main::__ANON__./build.pl:577 called from main::RunInDir./build.pl:1080 called from main::Build./build.pl:1086 called from main::main=========================================================================================================END at ./build.pl line 1062.=========================================================================================================FAILURE MSG : child 10066 diedEXTRA INFO : ret=255=========================================================================================================--Stack Trace-- (5827)./build.pl:577 called from main::RunInDir./build.pl:1080 called from main::Build./build.pl:1086 called from main::main=========================================================================================================
Any ideas? Thanks
Best regards.
Statistics: Posted by Diablo666 — Thu Dec 14, 2023 11:36 am