BUG #8387: Error while make of the source code

From: NITISHSAURABH(at)GMAIL(dot)COM
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8387: Error while make of the source code
Date: 2013-08-19 10:33:32
Message-ID: E1VBMmC-0008VH-Uh@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8387
Logged by: Nitish
Email address: NITISHSAURABH(at)GMAIL(dot)COM
PostgreSQL version: 9.2.4
Operating system: AIX7.1
Description:

Gives Error while compiling (configure goes well but while running make it
gives error) the source code as shown below. Is there any compatibility
issue between PostgreSQl 9.2.4 and AIX7.1 ?

/tmp//ccIZry3K.s: line 23872: 1252-142 Syntax error.
/tmp//ccIZry3K.s: line 23873: 1252-142 Syntax error.
/tmp//ccIZry3K.s: line 23876: 1252-142 Syntax error.
gmake[4]: *** [xlog.o] Error 1
gmake[4]: Leaving directory
`/usr/src/postgresql-9.2.4/src/backend/access/transam'
gmake[3]: *** [transam-recursive] Error 2
gmake[3]: Leaving directory `/usr/src/postgresql-9.2.4/src/backend/access'
gmake[2]: *** [access-recursive] Error 2
gmake[2]: Leaving directory `/usr/src/postgresql-9.2.4/src/backend'
gmake[1]: *** [all-backend-recurse] Error 2
gmake[1]: Leaving directory `/usr/src/postgresql-9.2.4/src'
gmake: *** [all-src-recurse] Error 2
make: 1254-004 The error code from the last command is 2.

Stop.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2013-08-19 11:48:21 Re: [JDBC] Incorrect response code after XA recovery
Previous Message pradeep.v.prade 2013-08-19 09:48:14 BUG #8386: function crosstab(unknown) does not exist