Changeset 1879 in ProjectBuilder for devel/pb-modules


Ignore:
Timestamp:
Jun 23, 2014, 12:45:12 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Do not abort if pb_stop_on_error isn't set in pb_distro_installdeps to allow to continue if deps are not satisfied for one package but are for the others, which is the case with ondo-doc failing on some VMs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r1834 r1879  
    347347# Check that all deps have been installed correctly
    348348$deps = pb_distro_getdeps($f, $pbos);
    349 confess "Some dependencies did not install ($deps)" if ((defined $deps) && ($deps =~ /\S/));
     349confess "Some dependencies did not install ($deps)" if ((defined $deps) && ($deps =~ /\S/) && ($Global::pb_stop_on_error));
    350350}
    351351
Note: See TracChangeset for help on using the changeset viewer.