Problem Building Zimbra 9 - FOSS

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
User avatar
plagoutte
Posts: 12
Joined: Wed Aug 16, 2017 9:11 am
Location: France
ZCS/ZD Version: FOSS 8.8.15
Contact:

Problem Building Zimbra 9 - FOSS

Post by plagoutte »

Hello everybody,

Although Zextras offers a compiled version of Zimbra 9, I tried to compile it by myself.

I created a fresh Ubuntu 18.04 VM and executed these commands :

Code: Select all

apt install docker.io
docker run -it zimbra/zm-base-os:devcore-ubuntu-18.04 bash

apt install rsync
mkdir installer-build
cd installer-build
git clone https://github.com/Zimbra/zm-build.git
cd zm-build
git checkout origin/develop

./build.pl --build-no=0001 --build-ts=`date +'%Y%m%d%H%M%S'` \
  --build-release=KEPLER --build-release-no=9.0.0 \
  --build-release-candidate=GA --build-type=FOSS \
  --build-thirdparty-server=files.zimbra.com | tee output.txt
Build failed. Logs are here : https://haste.plagoutte.eu/exugoliyuc.coffeescript

I am totally unable to spot the issue here. Can someone help me ?

Thanks in advance !

Regards
Post Reply