All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] postgresql fix and update
@ 2014-04-22 15:32 Peter Seiderer
  0 siblings, 0 replies; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
  2014-04-20 23:25 Peter Seiderer
  2014-04-21  8:37 ` Thomas Petazzoni
@ 2014-04-21  9:50 ` Thomas Petazzoni
  2014-04-21 14:21   ` Yann E. MORIN
  1 sibling, 1 reply; 5+ 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] 5+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
  2014-04-20 23:25 Peter Seiderer
@ 2014-04-21  8:37 ` Thomas Petazzoni
  2014-04-21  9:50 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

* [Buildroot] [PATCH 0/2] postgresql fix and update
@ 2014-04-20 23:25 Peter Seiderer
  2014-04-21  8:37 ` Thomas Petazzoni
  2014-04-21  9:50 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ 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] 5+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.