[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] propblem with boostrap
From: |
Karsten Hilbert |
Subject: |
Re: [Gnumed-devel] propblem with boostrap |
Date: |
Thu, 11 Dec 2014 17:40:51 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hello Esteban,
thanks for your report.
The Debian/Ubuntu package currently lacks the dependency for
postgresql-contrib which is needed to install the pg_trgm
extension.
> 2014-12-11 11:55:09 DEBUG gm.db
> (/var/lib/gnumed/Gnumed/pycommon/gmPG2.py::_log_PG_settings() #1858): PG
> extension: (plpgsql,1.0,"PL/pgSQL procedural language")
> 2014-12-11 11:55:09 DEBUG gm.bootstrapper
> (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #233): create extension if
> not exists pg_trgm with schema pg_catalog
> 2014-12-11 11:55:09 ERROR gm.bootstrapper
> (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #238):
> ../sql/v18-v19/superuser/v19-install-pg_trgm.sql:11: could not open extension
> control file "/usr/share/postgresql/9.3/extension/pg_trgm.control": No such
> file or directory
> 2014-12-11 11:55:09 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::_import_schema() #1482): failed to import
> [../sql/v18-v19/superuser/v19-install-pg_trgm.sql]
> 2014-12-11 11:55:09 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::__bootstrap() #662): cannot import schema
> definition for database [gnumed_v19]
> 2014-12-11 11:55:09 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::bootstrap() #1317): Cannot bootstrap bundle
> [v18_fixups-pre_v19].
> 2014-12-11 11:55:09 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::exit_with_msg() #1495): Cannot bootstrap
> bundles.
> 2014-12-11 11:55:09 INFO gm.bootstrapper
> (./bootstrap_gm_db_system.py::exit_with_msg() #1496): shutdown
Please solve this by running
sudo apt-get install postgresql-contrib
(or apt-get install postgresql-contrib as root)
and re-run the bootstrapping at which point it should work.
Please report back if you see any other problems.
Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346