Ok.
Did you open a bug around parallel make and can you paste some log when it
fails?

Regards,
Édouard.

On Tue, Mar 31, 2015 at 10:35 PM, Deepinder Singh Setia <[email protected]>
wrote:

>   In Contrail-installer/contrail.sh the recently introduced "-j$NB_JOBS”
> mechanism for parallel make is causing random failures while building.  I
> am temporarily disabling it so that build continues to work till we fix
> parallel make issues.
>
>
>  Thanks
>
> Deepinder
>
>
>
>
>  @@ -65,7 +65,8 @@ CONTROL_IP=${CONTROL_IP:-$CFGM_IP}
>
>  CONTRAIL_DEFAULT_INSTALL=${CONTRAIL_DEFAULT_INSTALL:-True}
>
>
>
>  NB_JOBS=$(($(grep -c processor /proc/cpuinfo)+1))
>
> -SCONS_ARGS="-j$NB_JOBS --opt=production"
>
> +#SCONS_ARGS="-j$NB_JOBS --opt=production"
>
> +SCONS_ARGS="--opt=production"
>
>
>
>  if [[ "$RECLONE" == "True" ]]; then
>
>      echo "Recloning the contrail again"
>
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
>
>
_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to