Code: Select all
* Using the user postgres and the template_gis template database.
/usr/lib64/postgresql-8.4/bin/createdb: invalid option -- 'q'
Try "createdb --help" for more information.
*
* ERROR: dev-db/postgis-1.4.0 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_config
* environment, line 2399: Called die
* The specific snippet of code:
* createdb -q -O ${myuser} -U ${myuser} ${mydb} || die "Unable to create the ${mydb} ${mytype} as ${myuser}";
* The die message:
* Unable to create the template_gis template database as postgres
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-db/postgis-1.4.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-db/postgis-1.4.0/temp/environment'.
* This ebuild is from an overlay named 'gentoo': '/var/db/pkg/'
*


