Re: Compile of pgsql v7.1.3 fails on Red Hat 8.0

Lists: Postg스포츠 토토
From: Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com>
To: "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: Compile of pgsql v7.1.3 fails on Red Hat 8.0
Date: 2003-03-27 16:16:10
Message-ID: 1809DA15308DD51180EE00508BCF21940BB7254A@misnts1.dalsemi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to pgsql-ports(at)postgresql(dot)org(dot)

To report any other bug, fill out the form below and e-mail it to
pgsql-bugs(at)postgresql(dot)org(dot)

If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-patches(at)postgresql(dot)org instead. Please use the
command "diff -c" to generate the patch.

You may also enter a bug report at http://www.postgresql.org/ instead of
e-mail-ing this form.

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Brandon McMurray
Your email address : brandon(dot)mcmurray(at)dalsemi(dot)com

System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel P4

Operating System (example: Linux 2.0.26 ELF) : RedHat 8.0,
2.4.18-14 i386 GNU/Linux

PostgreSQL version (example: PostgreSQL-7.1.3): PostgreSQL-7.1.3

Compiler used (example: gcc 2.95.2) : gcc (GCC) 3.2
20020903 (Red Hat Linux 8.0 3.2-7)

Please enter a FULL description of your problem:
------------------------------------------------
Compilation fails on RedHat 8.0:

Configure runs successfully with or without the following options:
--prefix=/usr/local/pgsql --with-perl --enable-syslog

The compile fails after running make (gmake):

[root(at)db2 /home/mcmurray/postgres/postgresql-7.1.3]# make
make -C doc all
make[1]: Entering directory `/home/mcmurray/postgres/postgresql-7.1.3/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mcmurray/postgres/postgresql-7.1.3/doc'
make -C src all
make[1]: Entering directory `/home/mcmurray/postgres/postgresql-7.1.3/src'
make -C backend all
make[2]: Entering directory
`/home/mcmurray/postgres/postgresql-7.1.3/src/backend'
prereqdir=`cd parser/ >/dev/null && pwd` && \
cd ../../src/include/parser/ && rm -f parse.h && \
ln -s $prereqdir/parse.h .
make -C access all
make[3]: Entering directory
`/home/mcmurray/postgres/postgresql-7.1.3/src/backend/access'
make -C common SUBSYS.o
make[4]: Entering directory
`/home/mcmurray/postgres/postgresql-7.1.3/src/backend/access/common'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include -c -o heaptuple.o heaptuple.c
In file included from ../../../../src/include/c.h:52,
from ../../../../src/include/postgres.h:48,
from heaptuple.c:21:
../../../../src/include/config.h:35:24: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:62:32: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:76:29: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:161:53: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:212:43: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:243:36: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:311:49: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:314:64: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:317:66: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:589:30: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:592:35: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:595:35: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:599:27: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:625:55: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:628:53: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:669:13: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:677:15: warning: multi-line string literals
are deprecated
../../../../src/include/config.h:677:15: missing terminating " character
../../../../src/include/config.h:35:24: possible start of unterminated
string literal
../../../../src/include/config.h:15:1: unterminated #ifndef
In file included from ../../../../src/include/postgres.h:48,
from heaptuple.c:21:
../../../../src/include/c.h:369: `INDEX_MAX_KEYS' undeclared here (not in a
function)
../../../../src/include/c.h:370: `INDEX_MAX_KEYS' undeclared here (not in a
function)
In file included from ../../../../src/include/access/skey.h:21,
from ../../../../src/include/access/strat.h:18,
from ../../../../src/include/utils/rel.h:17,
from ../../../../src/include/storage/bufmgr.h:21,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/fmgr.h:65: `FUNC_MAX_ARGS' undeclared here (not in a
function)
../../../../src/include/fmgr.h:66: `FUNC_MAX_ARGS' undeclared here (not in a
function)
In file included from ../../../../src/include/access/tupdesc.h:18,
from ../../../../src/include/utils/rel.h:18,
from ../../../../src/include/storage/bufmgr.h:21,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/catalog/pg_attribute.h:43: syntax error before '{'
token
../../../../src/include/catalog/pg_attribute.h:156: parse error before '}'
token
../../../../src/include/catalog/pg_attribute.h:156: warning: type defaults
to `int' in declaration of `FormData_pg_attribute'
../../../../src/include/catalog/pg_attribute.h:156: warning: data definition
has no type or storage class
../../../../src/include/catalog/pg_attribute.h:170: parse error before '*'
token
../../../../src/include/catalog/pg_attribute.h:170: warning: type defaults
to `int' in declaration of `Form_pg_attribute'
../../../../src/include/catalog/pg_attribute.h:170: warning: data definition
has no type or storage class
In file included from ../../../../src/include/utils/rel.h:18,
from ../../../../src/include/storage/bufmgr.h:21,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/access/tupdesc.h:51: parse error before
"Form_pg_attribute"
../../../../src/include/access/tupdesc.h:51: warning: no semicolon at end of
struct or union
../../../../src/include/access/tupdesc.h:54: parse error before '}' token
../../../../src/include/access/tupdesc.h:54: warning: type defaults to `int'
in declaration of `TupleDesc'
../../../../src/include/access/tupdesc.h:54: warning: data definition has no
type or storage class
../../../../src/include/access/tupdesc.h:56: parse error before
"CreateTemplateTupleDesc"
../../../../src/include/access/tupdesc.h:56: warning: type defaults to `int'
in declaration of `CreateTemplateTupleDesc'
../../../../src/include/access/tupdesc.h:56: warning: data definition has no
type or storage class
../../../../src/include/access/tupdesc.h:58: parse error before
"CreateTupleDesc"
../../../../src/include/access/tupdesc.h:58: parse error before
"Form_pg_attribute"
../../../../src/include/access/tupdesc.h:58: warning: type defaults to `int'
in declaration of `CreateTupleDesc'
../../../../src/include/access/tupdesc.h:58: warning: data definition has no
type or storage class
../../../../src/include/access/tupdesc.h:60: parse error before
"CreateTupleDescCopy"
../../../../src/include/access/tupdesc.h:60: parse error before "tupdesc"
../../../../src/include/access/tupdesc.h:60: warning: type defaults to `int'
in declaration of `CreateTupleDescCopy'
../../../../src/include/access/tupdesc.h:60: warning: data definition has no
type or storage class
../../../../src/include/access/tupdesc.h:62: parse error before
"CreateTupleDescCopyConstr"
../../../../src/include/access/tupdesc.h:62: parse error before "tupdesc"
../../../../src/include/access/tupdesc.h:62: warning: type defaults to `int'
in declaration of `CreateTupleDescCopyConstr'
../../../../src/include/access/tupdesc.h:62: warning: data definition has no
type or storage class
../../../../src/include/access/tupdesc.h:64: parse error before "tupdesc"
../../../../src/include/access/tupdesc.h:66: parse error before "tupdesc1"
../../../../src/include/access/tupdesc.h:68: parse error before "desc"
../../../../src/include/access/tupdesc.h:76: parse error before
"BuildDescForRelation"
../../../../src/include/access/tupdesc.h:76: warning: type defaults to `int'
in declaration of `BuildDescForRelation'
../../../../src/include/access/tupdesc.h:76: warning: data definition has no
type or storage class
In file included from ../../../../src/include/utils/rel.h:19,
from ../../../../src/include/storage/bufmgr.h:21,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/catalog/pg_am.h:38: syntax error before '{' token
../../../../src/include/catalog/pg_am.h:66: parse error before '}' token
../../../../src/include/catalog/pg_am.h:66: warning: type defaults to `int'
in declaration of `FormData_pg_am'
../../../../src/include/catalog/pg_am.h:66: warning: data definition has no
type or storage class
../../../../src/include/catalog/pg_am.h:73: parse error before '*' token
../../../../src/include/catalog/pg_am.h:73: warning: type defaults to `int'
in declaration of `Form_pg_am'
../../../../src/include/catalog/pg_am.h:73: warning: data definition has no
type or storage class
In file included from ../../../../src/include/utils/rel.h:20,
from ../../../../src/include/storage/bufmgr.h:21,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/catalog/pg_class.h:48: syntax error before '{' token
../../../../src/include/catalog/pg_class.h:81: parse error before '}' token
../../../../src/include/catalog/pg_class.h:81: warning: type defaults to
`int' in declaration of `FormData_pg_class'
../../../../src/include/catalog/pg_class.h:81: warning: data definition has
no type or storage class
../../../../src/include/catalog/pg_class.h:92: parse error before '*' token
../../../../src/include/catalog/pg_class.h:92: warning: type defaults to
`int' in declaration of `Form_pg_class'
../../../../src/include/catalog/pg_class.h:92: warning: data definition has
no type or storage class
In file included from ../../../../src/include/storage/bufmgr.h:21,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/utils/rel.h:63: `FUNC_MAX_ARGS' undeclared here (not
in a function)
../../../../src/include/utils/rel.h:97: parse error before "Form_pg_am"
../../../../src/include/utils/rel.h:97: warning: no semicolon at end of
struct or union
../../../../src/include/utils/rel.h:98: warning: type defaults to `int' in
declaration of `rd_rel'
../../../../src/include/utils/rel.h:98: warning: data definition has no type
or storage class
../../../../src/include/utils/rel.h:102: parse error before "rd_att"
../../../../src/include/utils/rel.h:102: warning: type defaults to `int' in
declaration of `rd_att'
../../../../src/include/utils/rel.h:102: warning: data definition has no
type or storage class
../../../../src/include/utils/rel.h:108: parse error before '}' token
../../../../src/include/utils/rel.h:108: warning: type defaults to `int' in
declaration of `RelationData'
../../../../src/include/utils/rel.h:108: warning: data definition has no
type or storage class
../../../../src/include/utils/rel.h:110: parse error before '*' token
../../../../src/include/utils/rel.h:110: warning: type defaults to `int' in
declaration of `Relation'
../../../../src/include/utils/rel.h:110: warning: data definition has no
type or storage class
../../../../src/include/utils/rel.h:119: parse error before '*' token
../../../../src/include/utils/rel.h:119: warning: type defaults to `int' in
declaration of `RelationPtr'
../../../../src/include/utils/rel.h:119: warning: data definition has no
type or storage class
../../../../src/include/utils/rel.h:248: parse error before "relation"
In file included from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/storage/bufmgr.h:161: parse error before "relation"
../../../../src/include/storage/bufmgr.h:163: parse error before "reln"
../../../../src/include/storage/bufmgr.h:166: parse error before "Relation"
../../../../src/include/storage/bufmgr.h:178: parse error before "relation"
../../../../src/include/storage/bufmgr.h:179: parse error before "rel"
../../../../src/include/storage/bufmgr.h:180: parse error before "rel"
In file included from ../../../../src/include/access/xlog.h:15,
from ../../../../src/include/storage/bufpage.h:23,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/access/transam.h:155: parse error before "relation"
../../../../src/include/access/transam.h:157: parse error before "relation"
../../../../src/include/access/transam.h:159: parse error before "relation"
../../../../src/include/access/transam.h:176: parse error before
"LogRelation"
../../../../src/include/access/transam.h:176: warning: type defaults to
`int' in declaration of `LogRelation'
../../../../src/include/access/transam.h:176: warning: data definition has
no type or storage class
../../../../src/include/access/transam.h:177: parse error before
"VariableRelation"
../../../../src/include/access/transam.h:177: warning: type defaults to
`int' in declaration of `VariableRelation'
../../../../src/include/access/transam.h:177: warning: data definition has
no type or storage class
In file included from ../../../../src/include/access/heapam.h:19,
from heaptuple.c:23:
../../../../src/include/access/relscan.h:23: parse error before "Relation"
../../../../src/include/access/relscan.h:23: warning: no semicolon at end of
struct or union
../../../../src/include/access/relscan.h:39: parse error before '}' token
../../../../src/include/access/relscan.h:39: warning: type defaults to `int'
in declaration of `HeapScanDescData'
../../../../src/include/access/relscan.h:39: warning: data definition has no
type or storage class
../../../../src/include/access/relscan.h:41: parse error before '*' token
../../../../src/include/access/relscan.h:41: warning: type defaults to `int'
in declaration of `HeapScanDesc'
../../../../src/include/access/relscan.h:41: warning: data definition has no
type or storage class
../../../../src/include/access/relscan.h:45: parse error before "Relation"
../../../../src/include/access/relscan.h:45: warning: no semicolon at end of
struct or union
../../../../src/include/access/relscan.h:58: parse error before '}' token
../../../../src/include/access/relscan.h:58: warning: type defaults to `int'
in declaration of `IndexScanDescData'
../../../../src/include/access/relscan.h:58: warning: data definition has no
type or storage class
../../../../src/include/access/relscan.h:60: parse error before '*' token
../../../../src/include/access/relscan.h:60: warning: type defaults to `int'
in declaration of `IndexScanDesc'
../../../../src/include/access/relscan.h:60: warning: data definition has no
type or storage class
../../../../src/include/access/relscan.h:68: parse error before '*' token
../../../../src/include/access/relscan.h:68: warning: type defaults to `int'
in declaration of `IndexScanDescPtr'
../../../../src/include/access/relscan.h:68: warning: data definition has no
type or storage class
In file included from ../../../../src/include/access/heapam.h:21,
from heaptuple.c:23:
../../../../src/include/access/xlogutils.h:26: parse error before
"XLogOpenRelation"
../../../../src/include/access/xlogutils.h:26: warning: type defaults to
`int' in declaration of `XLogOpenRelation'
../../../../src/include/access/xlogutils.h:26: warning: data definition has
no type or storage class
../../../../src/include/access/xlogutils.h:27: parse error before "Relation"
In file included from ../../../../src/include/access/heapam.h:23,
from heaptuple.c:23:
../../../../src/include/storage/lmgr.h:40: parse error before "relation"
../../../../src/include/storage/lmgr.h:43: parse error before "relation"
../../../../src/include/storage/lmgr.h:44: parse error before "relation"
../../../../src/include/storage/lmgr.h:50: parse error before "relation"
../../../../src/include/storage/lmgr.h:51: parse error before "relation"
In file included from heaptuple.c:23:
../../../../src/include/access/heapam.h:106: parse error before "TupleDesc"
../../../../src/include/access/heapam.h:195: parse error before "heap_open"
../../../../src/include/access/heapam.h:195: warning: type defaults to `int'
in declaration of `heap_open'
../../../../src/include/access/heapam.h:195: warning: data definition has no
type or storage class
../../../../src/include/access/heapam.h:196: parse error before "heap_openr"
../../../../src/include/access/heapam.h:196: warning: type defaults to `int'
in declaration of `heap_openr'
../../../../src/include/access/heapam.h:196: warning: data definition has no
type or storage class
../../../../src/include/access/heapam.h:197: parse error before
"heap_open_nofail"
../../../../src/include/access/heapam.h:197: warning: type defaults to `int'
in declaration of `heap_open_nofail'
../../../../src/include/access/heapam.h:197: warning: data definition has no
type or storage class
../../../../src/include/access/heapam.h:198: parse error before
"heap_openr_nofail"
../../../../src/include/access/heapam.h:198: warning: type defaults to `int'
in declaration of `heap_openr_nofail'
../../../../src/include/access/heapam.h:198: warning: data definition has no
type or storage class
../../../../src/include/access/heapam.h:199: parse error before "relation"
../../../../src/include/access/heapam.h:200: parse error before
"heap_beginscan"
../../../../src/include/access/heapam.h:200: parse error before "relation"
../../../../src/include/access/heapam.h:201: warning: type defaults to `int'
in declaration of `heap_beginscan'
../../../../src/include/access/heapam.h:201: warning: data definition has no
type or storage class
../../../../src/include/access/heapam.h:202: parse error before "scan"
../../../../src/include/access/heapam.h:203: parse error before "scan"
../../../../src/include/access/heapam.h:204: parse error before "scandesc"
../../../../src/include/access/heapam.h:205: parse error before "relation"
../../../../src/include/access/heapam.h:206: parse error before "relation"
../../../../src/include/access/heapam.h:208: parse error before "relation"
../../../../src/include/access/heapam.h:209: parse error before "relation"
../../../../src/include/access/heapam.h:210: parse error before "relation"
../../../../src/include/access/heapam.h:212: parse error before "relation"
../../../../src/include/access/heapam.h:213: parse error before "relation"
../../../../src/include/access/heapam.h:214: parse error before "relation"
../../../../src/include/access/heapam.h:216: parse error before "scan"
../../../../src/include/access/heapam.h:217: parse error before "scan"
../../../../src/include/access/heapam.h:224: parse error before "tupleDesc"
../../../../src/include/access/heapam.h:225: parse error before "TupleDesc"
../../../../src/include/access/heapam.h:230: parse error before "TupleDesc"
../../../../src/include/access/heapam.h:233: parse error before
"tupleDescriptor"
../../../../src/include/access/heapam.h:236: parse error before "Relation"
In file included from heaptuple.c:24:
../../../../src/include/catalog/pg_type.h:40: syntax error before '{' token
../../../../src/include/catalog/pg_type.h:127: parse error before '}' token
../../../../src/include/catalog/pg_type.h:127: warning: type defaults to
`int' in declaration of `FormData_pg_type'
../../../../src/include/catalog/pg_type.h:127: warning: data definition has
no type or storage class
../../../../src/include/catalog/pg_type.h:134: parse error before '*' token
../../../../src/include/catalog/pg_type.h:134: warning: type defaults to
`int' in declaration of `Form_pg_type'
../../../../src/include/catalog/pg_type.h:134: warning: data definition has
no type or storage class
heaptuple.c:37: parse error before "tupleDesc"
heaptuple.c:40: warning: no previous prototype for `ComputeDataSize'
heaptuple.c: In function `ComputeDataSize':
heaptuple.c:43: `tupleDesc' undeclared (first use in this function)
heaptuple.c:43: (Each undeclared identifier is reported only once
heaptuple.c:43: for each function it appears in.)
heaptuple.c:44: `att' undeclared (first use in this function)
heaptuple.c:48: `nulls' undeclared (first use in this function)
heaptuple.c:51: `ALIGNOF_INT' undeclared (first use in this function)
heaptuple.c:51: `ALIGNOF_DOUBLE' undeclared (first use in this function)
heaptuple.c:51: `ALIGNOF_SHORT' undeclared (first use in this function)
heaptuple.c:52: `value' undeclared (first use in this function)
heaptuple.c: At top level:
heaptuple.c:64: parse error before "TupleDesc"
heaptuple.c:69: warning: no previous prototype for `DataFill'
heaptuple.c: In function `DataFill':
heaptuple.c:74: `tupleDesc' undeclared (first use in this function)
heaptuple.c:75: `att' undeclared (first use in this function)
heaptuple.c:77: `bit' undeclared (first use in this function)
heaptuple.c:83: `infomask' undeclared (first use in this function)
heaptuple.c:98: `nulls' undeclared (first use in this function)
heaptuple.c:108: `data' undeclared (first use in this function)
heaptuple.c:108: `ALIGNOF_INT' undeclared (first use in this function)
heaptuple.c:108: `ALIGNOF_DOUBLE' undeclared (first use in this function)
heaptuple.c:108: `ALIGNOF_SHORT' undeclared (first use in this function)
heaptuple.c:113: `value' undeclared (first use in this function)
heaptuple.c: At top level:
heaptuple.c:202: parse error before "TupleDesc"
heaptuple.c:204: warning: no previous prototype for `nocachegetattr'
heaptuple.c: In function `nocachegetattr':
heaptuple.c:205: `tuple' undeclared (first use in this function)
heaptuple.c:206: `att' undeclared (first use in this function)
heaptuple.c:206: `tupleDesc' undeclared (first use in this function)
heaptuple.c:211: `isnull' undeclared (first use in this function)
heaptuple.c:355: `ALIGNOF_INT' undeclared (first use in this function)
heaptuple.c:355: `ALIGNOF_DOUBLE' undeclared (first use in this function)
heaptuple.c:355: `ALIGNOF_SHORT' undeclared (first use in this function)
heaptuple.c: In function `heap_copytuple':
heaptuple.c:487: `MAXIMUM_ALIGNOF' undeclared (first use in this function)
heaptuple.c: At top level:
heaptuple.c:575: parse error before "tupleDescriptor"
heaptuple.c:578: warning: no previous prototype for `heap_formtuple'
heaptuple.c: In function `heap_formtuple':
heaptuple.c:586: `tupleDescriptor' undeclared (first use in this function)
heaptuple.c:596: `nulls' undeclared (first use in this function)
heaptuple.c:609: `MAXIMUM_ALIGNOF' undeclared (first use in this function)
heaptuple.c:611: `value' undeclared (first use in this function)
heaptuple.c: At top level:
heaptuple.c:646: parse error before "Relation"
heaptuple.c:650: warning: no previous prototype for `heap_modifytuple'
heaptuple.c: In function `heap_modifytuple':
heaptuple.c:668: `relation' undeclared (first use in this function)
heaptuple.c:682: `repl' undeclared (first use in this function)
heaptuple.c:687: `tuple' undeclared (first use in this function)
heaptuple.c:695: `replValue' undeclared (first use in this function)
heaptuple.c:696: `replNull' undeclared (first use in this function)
heaptuple.c: In function `heap_freetuple':
heaptuple.c:734: `MAXIMUM_ALIGNOF' undeclared (first use in this function)
heaptuple.c: In function `heap_addheader':
heaptuple.c:760: `MAXIMUM_ALIGNOF' undeclared (first use in this function)
make[4]: *** [heaptuple.o] Error 1
make[4]: Leaving directory
`/home/mcmurray/postgres/postgresql-7.1.3/src/backend/access/common'
make[3]: *** [common-recursive] Error 2
make[3]: Leaving directory
`/home/mcmurray/postgres/postgresql-7.1.3/src/backend/access'
make[2]: *** [access-recursive] Error 2
make[2]: Leaving directory
`/home/mcmurray/postgres/postgresql-7.1.3/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mcmurray/postgres/postgresql-7.1.3/src'
make: *** [all] Error 2

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
The problem can be reproduced by:
untar the archive
cd into the archive directory
run ./configure (either with or without the options listed above)
run ./gmake

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------

--
Brandon McMurray
Web Developer / Systems Administrator
Maxim / Dallas Semiconductor
brandon(dot)mcmurray(at)dalsemi(dot)com
P: 972.371.6786


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com>
Cc: "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compile of pgsql v7.1.3 fails on Red Hat 8.0
Date: 2003-04-01 18:59:40
Message-ID: 2237.1049223580@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg토토 핫SQL

Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com> writes:
> ../../../../src/include/config.h:35:24: warning: multi-line string literals
> are deprecated
> [etc]

It looks to me like the config.h file generated by configure is hosed.

The most likely explanation is that you're working from a corrupted
download. If that's not it, maybe there's something bogus about your
copies of the tools configure uses to generate its output (principally
awk and sed).

regards, tom lane


From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com>
Cc: "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compile of pgsql v7.1.3 fails on Red Hat 8.0
Date: 2003-04-01 22:22:30
Message-ID: 200304011722.30920.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

On Tuesday 01 April 2003 13:59, Tom Lane wrote:
> Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com> writes:
> > ../../../../src/include/config.h:35:24: warning: multi-line string
> > literals are deprecated
> > [etc]

> The most likely explanation is that you're working from a corrupted
> download. If that's not it, maybe there's something bogus about your
> copies of the tools configure uses to generate its output (principally
> awk and sed).

Tom, this is a known problem with compiles of 7.1.3 (seven point ONE point
three) on gcc3.2, regardless of distribution. Reference our earlier (couple
or three months ago) discussions related to upgrading for the same issue.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com>, "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compile of pgsql v7.1.3 fails on Red Hat 8.0
Date: 2003-04-01 23:28:59
Message-ID: 29521.1049239739@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:
> Tom, this is a known problem with compiles of 7.1.3 (seven point ONE point
> three) on gcc3.2, regardless of distribution. Reference our earlier (couple
> or three months ago) discussions related to upgrading for the same issue.

I dug in the archives and couldn't find any such discussion; can you
locate it?

regards, tom lane


From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Brandon McMurray <Brandon(dot)McMurray(at)dalsemi(dot)com>, "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compile of pgsql v7.1.3 fails on Red Hat 8.0
Date: 2003-04-02 03:07:57
Message-ID: 200304012207.58091.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg스포츠 토토

On Tuesday 01 April 2003 18:28, Tom Lane wrote:
> Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:
> > Tom, this is a known problem with compiles of 7.1.3 (seven point ONE
> > point three) on gcc3.2, regardless of distribution. Reference our
> > earlier (couple or three months ago) discussions related to upgrading for
> > the same issue.

> I dug in the archives and couldn't find any such discussion; can you
> locate it?

The specific message is
http://archives.postgresql.org/pgsql-hackers/2003-01/msg00051.php
The thread is 'Upgrading Rant'.

Not the best of memories; however, the above message is yours.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11