
This is Fedora 19 On 11/20/2013 06:24 PM, Itamar Heim wrote:
On 11/21/2013 12:45 AM, Alon Bar-Lev wrote:
----- Original Message -----
From: "Bob Doolittle" <bob@doolittle.us.com> To: engine-devel@ovirt.org Sent: Thursday, November 21, 2013 12:35:57 AM Subject: [Engine-devel] Problem building 3.3.1 branch
Hi,
I'm trying to build engine for the first time and running into a build error. I'm a seasoned Unix developer, but new to some aspects of Linux development like git and maven, so I could be doing something naive.
I'm following the instructions here: http://www.ovirt.org/OVirt_Engine_Development_Environment
I did a clone of the engine repository, and did "git checkout -b myengine origin/ovirt-engine-3.3.1" to create my own branch based on 3.3.1 (current - I realize it's not quite done).
Then, when I did "make install-dev PREFIX=$HOME/ovirt-engine" it failed when building the "Engine Web Root", specifically in the FileServletTest. Relevant build log is here: http://pastebin.com/JRcyWvtr
Can anyone suggest what I've done wrong, or whether there's a problem with the repository at the moment?
There may be indeed a problem, not happening at my setup, just tried. Can you please please send the relevant file from[1] I think it should be called something with FileServletTes.
[1] /home/rad/workspace/ovirt-engine/backend/manager/modules/root/target/surefire-reports
also couldn't reproduced (tried just now). anything special about the environment? - cpu/ram configuration? - not enough disk space? special file permissions? - which OS is this on? which JRE?
Thanks, Itamar
This is Fedora 19 (updated) cpu i7-3520 mem 8GB Disk has over 26GB free for both volumes (SSD) I installed all the tools/prereqs as root. Did git clone as myself (no special permission) Running make as myself JRE 1.7.0_45 OpenJDK I have attached the requested file (not sure which you wanted, attached both likely candidates). I am running the make under my login shell, which is zsh. On occasion this has caused issues. If no better suggestions I'll double-check tomorrow by running under bash. Thanks for your assistance, Bob