Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] postgresql fix and update
@ 2014-04-20 23:25 Peter Seiderer
  2014-04-20 23:25 ` [Buildroot] [PATCH 1/2] postgresql: change readline and zlib to be real optional selections Peter Seiderer
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Peter Seiderer @ 2014-04-20 23:25 UTC (permalink / raw)
  To: buildroot

Hello Thomas and Yann,

thanks for applying the postgresql package (and for reporting the
uClibc bug upstream).

Here two follow up patches (sorry for missing to disable the
automatic readline/zlib selection in the last version).

Regards,
Peter


Peter Seiderer (2):
  postgresql: change readline and zlib to be real optional selections
  postgresql: bump version to 9.3.4

 package/postgresql/Config.in     | 2 --
 package/postgresql/postgresql.mk | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 1/2] postgresql: change readline and zlib to be real optional selections
  2014-04-20 23:25 [Buildroot] [PATCH 0/2] postgresql fix and update Peter Seiderer
@ 2014-04-20 23:25 ` Peter Seiderer
  2014-04-20 23:25 ` [Buildroot] [PATCH 2/2] postgresql: bump version to 9.3.4 Peter Seiderer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Peter Seiderer @ 2014-04-20 23:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/postgresql/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
index 501e2f3..3ef5e6c 100644
--- a/package/postgresql/Config.in
+++ b/package/postgresql/Config.in
@@ -4,8 +4,6 @@ config BR2_PACKAGE_POSTGRESQL
 	# enabled, due to an uClibc bug, see
 	# http://lists.uclibc.org/pipermail/uclibc/2014-April/048326.html.
 	depends on BR2_TOOLCHAIN_USES_GLIBC
-	select BR2_PACKAGE_READLINE
-	select BR2_PACKAGE_ZLIB
 	help
 	  PostgreSQL is a powerful, open source object-relational
 	  database system.
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 2/2] postgresql: bump version to 9.3.4
  2014-04-20 23:25 [Buildroot] [PATCH 0/2] postgresql fix and update Peter Seiderer
  2014-04-20 23:25 ` [Buildroot] [PATCH 1/2] postgresql: change readline and zlib to be real optional selections Peter Seiderer
@ 2014-04-20 23:25 ` Peter Seiderer
  2014-04-21  8:37 ` [Buildroot] [PATCH 0/2] postgresql fix and update Thomas Petazzoni
  2014-04-21  9:50 ` Thomas Petazzoni
  3 siblings, 0 replies; 7+ messages in thread
From: Peter Seiderer @ 2014-04-20 23:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/postgresql/postgresql.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 16e644f..11b167a 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 9.3.3
+POSTGRESQL_VERSION = 9.3.4
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
  2014-04-20 23:25 [Buildroot] [PATCH 0/2] postgresql fix and update Peter Seiderer
  2014-04-20 23:25 ` [Buildroot] [PATCH 1/2] postgresql: change readline and zlib to be real optional selections Peter Seiderer
  2014-04-20 23:25 ` [Buildroot] [PATCH 2/2] postgresql: bump version to 9.3.4 Peter Seiderer
@ 2014-04-21  8:37 ` Thomas Petazzoni
  2014-04-21  9:50 ` Thomas Petazzoni
  3 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2014-04-21  8:37 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Mon, 21 Apr 2014 01:25:11 +0200, Peter Seiderer wrote:
> Hello Thomas and Yann,
> 
> thanks for applying the postgresql package (and for reporting the
> uClibc bug upstream).
> 
> Here two follow up patches (sorry for missing to disable the
> automatic readline/zlib selection in the last version).
> 
> Regards,
> Peter
> 
> 
> Peter Seiderer (2):
>   postgresql: change readline and zlib to be real optional selections
>   postgresql: bump version to 9.3.4

Both applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
  2014-04-20 23:25 [Buildroot] [PATCH 0/2] postgresql fix and update Peter Seiderer
                   ` (2 preceding siblings ...)
  2014-04-21  8:37 ` [Buildroot] [PATCH 0/2] postgresql fix and update Thomas Petazzoni
@ 2014-04-21  9:50 ` Thomas Petazzoni
  2014-04-21 14:21   ` Yann E. MORIN
  3 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2014-04-21  9:50 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Mon, 21 Apr 2014 01:25:11 +0200, Peter Seiderer wrote:

> thanks for applying the postgresql package (and for reporting the
> uClibc bug upstream).
> 
> Here two follow up patches (sorry for missing to disable the
> automatic readline/zlib selection in the last version).

Related to postgresql, can you have a look at the build problem
reported at
http://autobuild.buildroot.org/results/32f/32fc178cc3875c32e9b722654676fc44eccde8f1/build-end.log ?
The configuration is visible at
http://autobuild.buildroot.org/results/32f/32fc178cc3875c32e9b722654676fc44eccde8f1/config.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
  2014-04-21  9:50 ` Thomas Petazzoni
@ 2014-04-21 14:21   ` Yann E. MORIN
  0 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2014-04-21 14:21 UTC (permalink / raw)
  To: buildroot

On 2014-04-21 11:50 +0200, Thomas Petazzoni spake thusly:
> Dear Peter Seiderer,
> 
> On Mon, 21 Apr 2014 01:25:11 +0200, Peter Seiderer wrote:
> 
> > thanks for applying the postgresql package (and for reporting the
> > uClibc bug upstream).
> > 
> > Here two follow up patches (sorry for missing to disable the
> > automatic readline/zlib selection in the last version).
> 
> Related to postgresql, can you have a look at the build problem
> reported at
> http://autobuild.buildroot.org/results/32f/32fc178cc3875c32e9b722654676fc44eccde8f1/build-end.log ?

Oh, that one should be pretty easy, something like:

    ifeq ($(BR2_PACKAGE_TZDATA),y)
    POSTGRESQL_DEPENDENCIES += tzdata
    else
    POSTGRESQL_DEPENDENCIES += host-zic
    POSTGRESQL_CONF_ENV += ZIC=$$(ZIC)
    endif

I doubt this one would kill baby seals, but it's totally untested. ;-)

Note: postgresql is only available with glibc, so we need not care about
the tz package, which is only for uClibc. So we're fine with only tzdata,
which is solely for glibc.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
@ 2014-04-22 15:32 Peter Seiderer
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Seiderer @ 2014-04-22 15:32 UTC (permalink / raw)
  To: buildroot

Hello Yann,

On Mon, Apr 21, 2014 at 04:21:57PM +0200, Yann E. MORIN wrote:
> On 2014-04-21 11:50 +0200, Thomas Petazzoni spake thusly:
> > Dear Peter Seiderer,
> > 
> > On Mon, 21 Apr 2014 01:25:11 +0200, Peter Seiderer wrote:
> > 
> > > thanks for applying the postgresql package (and for reporting the
> > > uClibc bug upstream).
> > > 
> > > Here two follow up patches (sorry for missing to disable the
> > > automatic readline/zlib selection in the last version).
> > 
> > Related to postgresql, can you have a look at the build problem
> > reported at
> > http://autobuild.buildroot.org/results/32f/32fc178cc3875c32e9b722654676fc44eccde8f1/build-end.log ?
> 
> Oh, that one should be pretty easy, something like:
> 
>     ifeq ($(BR2_PACKAGE_TZDATA),y)
>     POSTGRESQL_DEPENDENCIES += tzdata
>     else
>     POSTGRESQL_DEPENDENCIES += host-zic
>     POSTGRESQL_CONF_ENV += ZIC=$$(ZIC)
>     endif
> 

o.k. works (and tested on a build machine without OS provided zic), will
provide a patch...

Thanks for the suggestion, Peter


> I doubt this one would kill baby seals, but it's totally untested. ;-)
> 
> Note: postgresql is only available with glibc, so we need not care about
> the tz package, which is only for uClibc. So we're fine with only tzdata,
> which is solely for glibc.
> 
> Regards,
> Yann E. MORIN.
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-22 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 23:25 [Buildroot] [PATCH 0/2] postgresql fix and update Peter Seiderer
2014-04-20 23:25 ` [Buildroot] [PATCH 1/2] postgresql: change readline and zlib to be real optional selections Peter Seiderer
2014-04-20 23:25 ` [Buildroot] [PATCH 2/2] postgresql: bump version to 9.3.4 Peter Seiderer
2014-04-21  8:37 ` [Buildroot] [PATCH 0/2] postgresql fix and update Thomas Petazzoni
2014-04-21  9:50 ` Thomas Petazzoni
2014-04-21 14:21   ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2014-04-22 15:32 Peter Seiderer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox