Обсуждение: BUG #13500: Windows binary zip doesn't include libintl.h

Поиск
Список
Период
Сортировка

BUG #13500: Windows binary zip doesn't include libintl.h

От
kou@clear-code.com
Дата:
The following bug has been logged on the website:

Bug reference:      13500
Logged by:          Kouhei Sutou
Email address:      kou@clear-code.com
PostgreSQL version: 9.4.4
Operating system:   Windows
Description:

//get.enterprisedb.com/postgresql/postgresql-9.4.2-1-windows-x64-binaries.zip
has pgsql\include\libintl.h but
//get.enterprisedb.com/postgresql/postgresql-9.4.4-1-windows-x64-binaries.zip
doesn't have it.

libintl.h is included from pgsql\include\server\c.h. The c.h is included
from pgsql\include\server\postgres.h.

I want to build an extension, PGroonga, for Windows with the official
PostgreSQL binary. But I get a build error caused by missing libintl.h.

Re: BUG #13500: Windows binary zip doesn't include libintl.h

От
Sandeep Thakkar
Дата:
I think it's a GPL file and can't be bundled in the binaries/installers.

On Tue, Jul 14, 2015 at 6:07 PM, <kou@clear-code.com> wrote:

> The following bug has been logged on the website:
>
> Bug reference:      13500
> Logged by:          Kouhei Sutou
> Email address:      kou@clear-code.com
> PostgreSQL version: 9.4.4
> Operating system:   Windows
> Description:
>
> //
> get.enterprisedb.com/postgresql/postgresql-9.4.2-1-windows-x64-binaries.zip
> has pgsql\include\libintl.h but
> //
> get.enterprisedb.com/postgresql/postgresql-9.4.4-1-windows-x64-binaries.zip
> doesn't have it.
>
> libintl.h is included from pgsql\include\server\c.h. The c.h is included
> from pgsql\include\server\postgres.h.
>
> I want to build an extension, PGroonga, for Windows with the official
> PostgreSQL binary. But I get a build error caused by missing libintl.h.
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>



--
Sandeep Thakkar

Re: BUG #13500: Windows binary zip doesn't include libintl.h

От
Michael Paquier
Дата:
On Fri, Jul 17, 2015 at 9:28 PM, Sandeep Thakkar
<sandeep.thakkar@enterprisedb.com> wrote:
> I think it's a GPL file and can't be bundled in the binaries/installers.

Yep. That's part of glibc.
--
Michael

Re: BUG #13500: Windows binary zip doesn't include libintl.h

От
Kouhei Sutou
Дата:
In <CANFyU971y=53dcLyZOaeP6cdxNbrP59GCZNfUgb83pryE8LUxQ@mail.gmail.com>
  "Re: [BUGS] BUG #13500: Windows binary zip doesn't include libintl.h" on Fri, 17 Jul 2015 17:58:19 +0530,
  Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:

> I think it's a GPL file and can't be bundled in the
> binaries/installers.

It's not GPL. It's LGPL. We don't need to change PostgreSQL
license when we use LGPL library as dynamic link library for
PostgreSQL.

> On Tue, Jul 14, 2015 at 6:07 PM, <kou@clear-code.com> wrote:
>
>     The following bug has been logged on the website:
>
>     Bug reference: 13500
>     Logged by: Kouhei Sutou
>     Email address: kou@clear-code.com
>     PostgreSQL version: 9.4.4
>     Operating system: Windows
>     Description:
>
>     //get.enterprisedb.com/postgresql/postgresql-9.4.2-1-windows-x64-binaries.zip
>
>     has pgsql\include\libintl.h but
>     //get.enterprisedb.com/postgresql/postgresql-9.4.4-1-windows-x64-binaries.zip
>
>     doesn't have it.
>
>     libintl.h is included from pgsql\include\server\c.h. The c.h is
>     included
>     from pgsql\include\server\postgres.h.
>
>     I want to build an extension, PGroonga, for Windows with the
>     official
>     PostgreSQL binary. But I get a build error caused by missing
>     libintl.h.
>
>
>     --
>     Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
>     To make changes to your subscription:
>     http://www.postgresql.org/mailpref/pgsql-bugs
>
>
> --
> Sandeep Thakkar
>

Re: BUG #13500: Windows binary zip doesn't include libintl.h

От
Dave Page
Дата:
On Fri, Jul 17, 2015 at 3:01 PM, Kouhei Sutou <kou@clear-code.com> wrote:
> In <CANFyU971y=53dcLyZOaeP6cdxNbrP59GCZNfUgb83pryE8LUxQ@mail.gmail.com>
>   "Re: [BUGS] BUG #13500: Windows binary zip doesn't include libintl.h" on Fri, 17 Jul 2015 17:58:19 +0530,
>   Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:
>
>> I think it's a GPL file and can't be bundled in the
>> binaries/installers.
>
> It's not GPL. It's LGPL.

Correct (at least according to my copy). Sandeep, did it get removed in error?


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: BUG #13500: Windows binary zip doesn't include libintl.h

От
Sandeep Thakkar
Дата:
Yeah, sorry it seems it was removed by mistake. Will add it again. Thanks


On Fri, Jul 17, 2015 at 7:57 PM, Dave Page <dpage@pgadmin.org> wrote:

> On Fri, Jul 17, 2015 at 3:01 PM, Kouhei Sutou <kou@clear-code.com> wrote:
> > In <CANFyU971y=53dcLyZOaeP6cdxNbrP59GCZNfUgb83pryE8LUxQ@mail.gmail.com>
> >   "Re: [BUGS] BUG #13500: Windows binary zip doesn't include libintl.h"
> on Fri, 17 Jul 2015 17:58:19 +0530,
> >   Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:
> >
> >> I think it's a GPL file and can't be bundled in the
> >> binaries/installers.
> >
> > It's not GPL. It's LGPL.
>
> Correct (at least according to my copy). Sandeep, did it get removed in
> error?
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



--
Sandeep Thakkar

Re: BUG #13500: Windows binary zip doesn't include libintl.h

От
Kouhei Sutou
Дата:
In <CANFyU95PRK-btMqkArzCnOX=W7iDFoWSGii3eZVLXfOKTHdMkA@mail.gmail.com>
  "Re: [BUGS] BUG #13500: Windows binary zip doesn't include libintl.h" on Mon, 20 Jul 2015 11:22:14 +0530,
  Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:

> Yeah, sorry it seems it was removed by mistake. Will add it again.
> Thanks

Thanks!
I'll wait a new release.

> On Fri, Jul 17, 2015 at 7:57 PM, Dave Page <dpage@pgadmin.org> wrote:
>
>     On Fri, Jul 17, 2015 at 3:01 PM, Kouhei Sutou <kou@clear-code.com>
>     wrote:
>     > In
>     <CANFyU971y=53dcLyZOaeP6cdxNbrP59GCZNfUgb83pryE8LUxQ@mail.gmail.com
>    >
>     > "Re: [BUGS] BUG #13500: Windows binary zip doesn't include
>     libintl.h" on Fri, 17 Jul 2015 17:58:19 +0530,
>     > Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:
>     >
>     >> I think it's a GPL file and can't be bundled in the
>     >> binaries/installers.
>     >
>     > It's not GPL. It's LGPL.
>
>     Correct (at least according to my copy). Sandeep, did it get
>     removed in error?
>
>
>     --
>     Dave Page
>     Blog: http://pgsnake.blogspot.com
>     Twitter: @pgsnake
>
>     EnterpriseDB UK: http://www.enterprisedb.com
>     The Enterprise PostgreSQL Company
>
>
> --
> Sandeep Thakkar
>