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

Started by Sutou Kouheialmost 11 years ago7 messagesbugs
Jump to latest
#1Sutou Kouhei
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.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Sutou Kouhei (#1)
Re: BUG #13500: Windows binary zip doesn't include libintl.h

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

#3Michael Paquier
michael@paquier.xyz
In reply to: Sandeep Thakkar (#2)
Re: BUG #13500: Windows binary zip doesn't include libintl.h

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#4Sutou Kouhei
kou@clear-code.com
In reply to: Sandeep Thakkar (#2)
Re: BUG #13500: Windows binary zip doesn't include libintl.h

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#5Dave Page
dpage@pgadmin.org
In reply to: Sutou Kouhei (#4)
Re: BUG #13500: Windows binary zip doesn't include libintl.h

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#6Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Dave Page (#5)
Re: BUG #13500: Windows binary zip doesn't include libintl.h

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

#7Sutou Kouhei
kou@clear-code.com
In reply to: Sandeep Thakkar (#6)
Re: BUG #13500: Windows binary zip doesn't include libintl.h

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs