Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 16 Feb 2005 17:32:13 -0000 1.18 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 5 Jun 2006 00:02:36 -0000 1.19 @@ -441,6 +441,12 @@ set dependency_results [apm_dependency_check -initial_install [apm_scan_packages -new [file join [acs_root_dir] packages]]] set dependencies_satisfied_p [lindex $dependency_results 0] set pkg_list [lindex $dependency_results 1] + + if { !$dependencies_satisfied_p } { + ns_write "

At least one core package has an unsatisifed dependency. No packages have been installed. Here's what the APM has computed:

$pkg_list
" + return + } + apm_packages_full_install -callback apm_ns_write_callback $pkg_list # Complete the initial install.