Forum OpenACS Development: acs-lang stopping installation of OpenACS HEAD

I'm trying to install HEAD and it seems that acs-lang is not getting mounted, and stopping the installation:

[25/Feb/2003:13:21:35][4377.65541][-conn0-] Notice: APM/QD = DONE looping through files to load queries from
[25/Feb/2003:13:21:36][4377.65541][-conn0-] Notice: Starting instantiation and mounting of core packages
[25/Feb/2003:13:21:36][4377.65541][-conn0-] Notice: Mounting acs-lang
[25/Feb/2003:13:21:36][4377.16384][-main-] Notice: tclinit: re-initalizing tcl
[25/Feb/2003:13:21:36][4377.16384][-main-] Notice: tcl: generating interp init script
[25/Feb/2003:13:21:36][4377.65541][-conn0-] Error: Error sourcing /usr/local/www/dotlrn/packages/acs-bootstrap-installer/installer/packages-install.tcl:
Selection did not return a value, and no default was provided
    while executing
"db_string pretty_name_from_key {select pretty_name       
                                                          from apm_enabled_package_versions
     ..."
    (procedure "apm_package_instance_new" line 4)

I want to fix it, but I don't know where to look. Can someone more familiar with acs-lang on HEAD give me some pointers please? Thanks in advance.

-Roberto

Collapse
Posted by Peter Marklund on
Roberto,
I also had this error once, but I don't remember how I fixed it. The hint though is that when trying to mount acs-lang it is trying to get the pretty_name of that package from apm_enabled_package_versions. However, there is no enabled package version acs-lang which means the install of acs-lang previously failed for some reason.

Do you have any error messages prior to the one you posted? Also, make sure to do another cvs update as we committed a whole bunch of stuff yesterday and will continue to commit today. Our dev server should be pretty much in sync with cvs head and we reinstall it quite often on both Oracle and PG.