Compile fails on AIX 6.1

From: "Lars Ewald (web(dot)de)" <l(dot)ewald-web(at)lars-ewald(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Compile fails on AIX 6.1
Date: 2014-07-10 14:37:36
Message-ID: 2091578163.108431.1405003056556.open-xchange@oxbaltgw07.schlund.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Your name : Lars Ewald
Your email address : l(dot)ewald(at)web(dot)de

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

Operating System (example: Linux 2.4.18) : AIX 6.1.0.0

PostgreSQL version (example: PostgreSQL 9.3.4): PostgreSQL 9.3.4

Compiler used (example: gcc 3.3.5) : gcc 4.8.0

Please enter a FULL description of your problem:
------------------------------------------------
As already described in the Mailing list I got the following error while running
"make" on AIX.

http://www.postgresql.org/message-id/521236DA.5040607@ahastie.net

/tmp//ccJHanGQ.s: line 19688: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 19689: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 19690: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 19693: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 20040: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 20043: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 20044: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 20045: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 20046: 1252-142 Syntax error.
/tmp//ccJHanGQ.s: line 20049: 1252-142 Syntax error.
<builtin>: recipe for target 'xlog.o' failed
make[4]: *** [xlog.o] Error 1
make[4]: Leaving directory
'/opt/compile/postgresql-9.3.4/src/backend/access/transam'
../../../src/backend/common.mk:41: recipe for target 'transam-recursive' failed
make[3]: *** [transam-recursive] Error 2
make[3]: Leaving directory '/opt/compile/postgresql-9.3.4/src/backend/access'
common.mk:41: recipe for target 'access-recursive' failed
make[2]: *** [access-recursive] Error 2
make[2]: Leaving directory '/opt/compile/postgresql-9.3.4/src/backend'
Makefile:34: recipe for target 'all-backend-recurse' failed
make[1]: *** [all-backend-recurse] Error 2
make[1]: Leaving directory '/opt/compile/postgresql-9.3.4/src'
GNUmakefile:11: recipe for target 'all-src-recurse' failed
make: *** [all-src-recurse] Error 2

What shall I do, to compile PostgreSQL on AIX? Do I need additional libraries or
another compiler
to avoid the error above?

Thank you in advance.

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
recompile

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Noah Misch 2014-07-10 15:02:44 Re: Missing file versions for a bunch of dll/exe files in Windows builds
Previous Message emonrockz143 2014-07-10 14:34:39 BUG #10917: How to connect pgadmin of another system.