Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-30 Thread Pavel Stehule
2017-10-01 4:55 GMT+02:00 Devrim Gündüz : > > Hi, > > On Sat, 2017-09-30 at 11:15 -0400, Tom Lane wrote: > > So the point is that postgresql-devel now needs to have a dependency > > on icu-devel. > > Oh, I see. Ack, added. Will appear in 10.0 RPMs. > Thank you Pavel > > Regards, > -- > Devrim G

Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-30 Thread Devrim Gündüz
Hi, On Sat, 2017-09-30 at 11:15 -0400, Tom Lane wrote: > So the point is that postgresql-devel now needs to have a dependency > on icu-devel. Oh, I see. Ack, added. Will appear in 10.0 RPMs. Regards, -- Devrim Gündüz EnterpriseDB: https://www.enterprisedb.com PostgreSQL Consultant, Red Hat Cer

Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-30 Thread Tom Lane
Devrim =?ISO-8859-1?Q?G=FCnd=FCz?= writes: > On Sat, 2017-09-30 at 08:19 +0200, Pavel Stehule wrote: >> probably rpm is created with --with-icu > Sure, I compile all v10 RPMs with ICU support. So the point is that postgresql-devel now needs to have a dependency on icu-devel.

Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-30 Thread Devrim Gündüz
Hi, On Sat, 2017-09-30 at 08:19 +0200, Pavel Stehule wrote: > probably rpm is created with --with-icu Sure, I compile all v10 RPMs with ICU support. Regards -- Devrim Gündüz EnterpriseDB: https://www.enterprisedb.com PostgreSQL Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @D

Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-29 Thread Pavel Stehule
2017-09-30 8:18 GMT+02:00 Tom Lane : > Pavel Stehule writes: > > /usr/pgsql-10/include/server/utils/pg_locale.h:19:26: error: > > unicode/ucol.h: Adresář nebo soubor neexistuje > > > This mean not optional dependency on ICU. > > Really? That file has > > #ifdef USE_ICU > #include > #endif > > S

Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-29 Thread Tom Lane
Pavel Stehule writes: > /usr/pgsql-10/include/server/utils/pg_locale.h:19:26: error: > unicode/ucol.h: Adresář nebo soubor neexistuje > This mean not optional dependency on ICU. Really? That file has #ifdef USE_ICU #include #endif So if you managed to get that error without having said --wit

Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-29 Thread Pavel Stehule
2017-09-30 7:54 GMT+02:00 Pavel Stehule : > Hi > > There is new, not well solved dependency. I have not any problem to build > extension with PostgreSQL 9.6 there > > [oracle@ora2pg plpgsql_check]$ make > gcc -Wall -Wmissing-prototypes -Wpointer-arith > -Wdeclaration-after-statement -Wendif-labels

[HACKERS] extension build issue with PostgreSQL 10 on Centos6

2017-09-29 Thread Pavel Stehule
Hi There is new, not well solved dependency. I have not any problem to build extension with PostgreSQL 9.6 there [oracle@ora2pg plpgsql_check]$ make gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict