Compilation of pg 7.4.17 fails on HP-UX - Mailing list pgsql-hackers

From Adrian Maier
Subject Compilation of pg 7.4.17 fails on HP-UX
Date
Msg-id cd30ef8c0708090047r145d1012tba90e90da412507@mail.gmail.com
Whole thread Raw
Responses Re: Compilation of pg 7.4.17 fails on HP-UX  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hello,

I have just tried to compile postgresql 7.4.17  on a HP-UX 11.11 box
(PA-RISC)   and the compliation fails in gist.

make[4]: Entering directory
`/home/adrian/postgresql-7.4.17/src/backend/access/gist'
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../../src/include
-D_XOPEN_SOURCE_EXTENDED   -c -o gist.o gist.c
/var/tmp//ccxYASP0.s: Assembler messages:
/var/tmp//ccxYASP0.s:1528: Error: Field not properly aligned [8] (52).
/var/tmp//ccxYASP0.s:1528: Error: Invalid operands
/var/tmp//ccxYASP0.s:1531: Error: Field not properly aligned [8] (44).
/var/tmp//ccxYASP0.s:1531: Error: Invalid operands
/var/tmp//ccxYASP0.s:1534: Error: Field not properly aligned [8] (60).
/var/tmp//ccxYASP0.s:1534: Error: Invalid operands
make[4]: *** [gist.o] Error 1
make[4]: Leaving directory
`/home/adrian/postgresql-7.4.17/src/backend/access/gist'
make[3]: *** [gist-recursive] Error 2
make[3]: Leaving directory `/home/adrian/postgresql-7.4.17/src/backend/access'
make[2]: *** [access-recursive] Error 2
make[2]: Leaving directory `/home/adrian/postgresql-7.4.17/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/adrian/postgresql-7.4.17/src'
make: *** [all] Error 2

This doesn't happen in HEAD.


$ uname -a
HP-UX hpdev B.11.11 U 9000/800 822196241 unlimited-user license

$ gcc --version
gcc (GCC) 3.3.3


Cheers,
Adrian Maier


pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Unexpected VACUUM FULL failure
Next
From: "Pavan Deolasee"
Date:
Subject: Re: HOT patch, missing things