When I install postgresql using rpm it is ok. When I compile the fonts and execute the initdb hapen a Error: unknown type 'ame'.

Started by PostgreSQL Bugs Listabout 25 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Marcos Roberto Henker (henker@lasalle.tche.br) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
When I install postgresql using rpm it is ok. When I compile the fonts and execute the initdb hapen a Error: unknown type 'ame'.

Long Description
initdb
This database system will be initialized with username "postgres".
This user will own all the data files and must also own the server process.

Creating database system directory /usr/local/pgsql/data
Creating database system directory /usr/local/pgsql/data/base
Creating database XLOG directory /usr/local/pgsql/data/pg_xlog
Creating template database in /usr/local/pgsql/data/base/template1
ERROR: Error: unknown type 'ame'.

ERROR: Error: unknown type 'ame'.

Creating global relations in /usr/local/pgsql/data/base
ERROR: Error: unknown type 'ame'.

ERROR: Error: unknown type 'ame'.

Adding template1 database to pg_database
/usr/local/pgsql/bin/initdb: line 484: 14049 segmentation failed (core dump) "$PGPATH"/postgres $BACKENDARGS template1 <"$TEMPFILE"

initdb faile.
Removing /usr/local/pgsql/data.
Removing temp file /tmp/initdb.14049.

Sample Code

No file was uploaded with this report

#2Peter Eisentraut
peter_e@gmx.net
In reply to: PostgreSQL Bugs List (#1)
Re: When I install postgresql using rpm it is ok. When I compile the fonts and execute the initdb hapen a Error: unknown type 'ame'.

pgsql-bugs@postgresql.org writes:

Creating database system directory /usr/local/pgsql/data
Creating database system directory /usr/local/pgsql/data/base
Creating database XLOG directory /usr/local/pgsql/data/pg_xlog
Creating template database in /usr/local/pgsql/data/base/template1
ERROR: Error: unknown type 'ame'.

ERROR: Error: unknown type 'ame'.

You could upgrade to 7.1 or patch your 7.0 source. Please search the
archives for this error message, it should get you a link to the patch.

--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/