Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump
Date: 2003-01-08 00:03:25
Message-ID: 20030108000325.732054768FB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

D. Wright (wright(at)pair(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump

Long Description
While I can get PostgreSQL 7.2 to compile fine on my machine (running FreeBSD), I can not get 7.3 or 7.3.1 to compile.

I run configure with the following options (same as I used to compile 7.2):

--with-perl --enable-syslog --with-maxbackends=256 --with-libraries=/usr/lib:/usr/local/lib/:/usr/local/lib/lp

Then, when I run gmake, I get the following error:

pg_dump.c:192: elements of array `long_options' have incomplete type
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:193: `no_argument' undeclared (first use in this function)
pg_dump.c:193: (Each undeclared identifier is reported only once
pg_dump.c:193: for each function it appears in.)
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
...

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-01-08 00:34:36 Re: Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump
Previous Message Gerhard Häring 2003-01-07 23:28:53 Re: [ADMIN] pgdb.py is still wrong in Postgres 7.3.1 rpm