On 02/01/14 21:53 -0500, Greg Sheremeta wrote:
Caution on upgrading your dev machine to Fedora 20. GWT compilation of
"safari" (for Chrome) causes a segfault during the build. Strangely, the build
appears to work, so I'm not sure what the net effect of the segfault is.
If you only compile for gecko (Firefox) [the default], you won't see the segfault.
In other words,
make clean install-dev PREFIX=$HOME/ovirt-engine
DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-Dgwt.userAgent=gecko1_8,safari"
causes the segfault
But
make install-dev PREFIX="$HOME/ovirt-engine"
works just fine.
I've duplicated this with with both OpenJDK and Oracle JDK.
I can confirm this on my F20 system with OpenJDK as well. So far I
have not observed any problems with the resulting build.