Port Bug Report: Include file mismatch: stdio.h, stdlib.h, unistd.h

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: Include file mismatch: stdio.h, stdlib.h, unistd.h
Date: 1999-06-04 20:10:53
Message-ID: 199906042010.QAA24004@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


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

Your name : D. Jay Newman
Your email address : jay(at)sprucegrove(dot)com

Category : install: compile
Severity : critical

Summary: Include file mismatch: stdio.h, stdlib.h, unistd.h

System Configuration
--------------------
Operating System : AIX 4.2

PostgreSQL version : 6.5

Compiler used :

Hardware:
---------
AIX projects 2 4 009450E14C00
(43p -- a PowerPC version of IBM's AIX box)

Versions of other tools:
------------------------

--------------------------------------------------------------------------

Problem Description:
--------------------
gmake[1]: Entering directory `/usr/local/src/pgsql/src/utils'
xlc -I../include -I../backend -qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -
qcheck=divzero -qlonglong -c version.c -o version.o
"/usr/include/stdlib.h", line 471.33: 1506-343 (S) Redeclaration of getopt diffe
rs from previous declaration on line 378 of "/usr/include/stdio.h".
"/usr/include/stdlib.h", line 471.33: 1506-377 (I) The type "char**" of paramete
r 2 differs from the previous type "char* const*".
"/usr/include/stdlib.h", line 472.33: 1506-343 (S) Redeclaration of getpass diff
ers from previous declaration on line 367 of "/usr/include/unistd.h".
"/usr/include/stdlib.h", line 472.33: 1506-377 (I) The type "char*" of parameter
1 differs from the previous type "const char*".
gmake[1]: *** [version.o] Error 1
gmake[1]: Leaving directory `/usr/local/src/pgsql/src/utils'
gmake: *** [all] Error 2

--------------------------------------------------------------------------

Test Case:
----------
gmake all

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Victor K. Chu 1999-06-04 20:12:06 installation results
Previous Message Unprivileged user 1999-06-04 05:04:00 Port Bug Report: non-OSF Alpha spin lock code seems to be incorrect