Opened 19 months ago
Closed 14 months ago
#67203 closed defect (fixed)
postgresql14 broken on 10.6: error: conflicting types for ‘CollationCreate’ (both with gcc-4.2 and gcc12)
Reported by: | barracuda156 | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | powerpc, leopard, snowleopard, rosetta | Cc: | |
Port: | postgresql14 |
Description
:info:build pg_collation.c:55: error: conflicting types for ‘CollationCreate’ :info:build ../../../src/include/catalog/pg_collation.h:82: error: previous declaration of ‘CollationCreate’ was here :info:build pg_collation.c: In function ‘CollationCreate’: :info:build pg_collation.c:196: warning: passing argument 3 of ‘heap_form_tuple’ from incompatible pointer type :info:build gnumake[3]: *** [pg_collation.o] Error 1 :info:build gnumake[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_postgresql14/postgresql14/work/postgresql-14.7/src/backend/catalog' :info:build gnumake[2]: *** [catalog-recursive] Error 2
Same failure on PPC natively and Rosetta. Log is from 10.6.8 Rosetta.
Attachments (1)
Change History (5)
Changed 19 months ago by barracuda156
Attachment: | postgresql14_log_10.6.8.txt added |
---|
comment:1 Changed 19 months ago by barracuda156
comment:2 Changed 19 months ago by barracuda156
Summary: | postgresql14 broken on 10.6: error: conflicting types for ‘CollationCreate’ → postgresql14 broken on 10.6: error: conflicting types for ‘CollationCreate’ (both with gcc-4.2 and gcc12) |
---|
comment:3 Changed 19 months ago by barracuda156
comment:4 Changed 14 months ago by dgilman (David Gilman)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It also fails with
gcc12
: