All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore
@ 2015-04-11  7:52 Bernd Kuhls
  2015-04-11  7:52 ` [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bernd Kuhls @ 2015-04-11  7:52 UTC (permalink / raw)
  To: buildroot

Buildroot contains no patches for this package anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsyslog/rsyslog.mk |    2 --
 1 file changed, 2 deletions(-)

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index c6758eb..7d49ed1 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -16,8 +16,6 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
 	pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
 RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
 	$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
-# For mysql and pgsql support patches
-RSYSLOG_AUTORECONF = YES
 
 # Build after BusyBox
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11  7:52 [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore Bernd Kuhls
@ 2015-04-11  7:52 ` Bernd Kuhls
  2015-04-11 10:05   ` Yann E. MORIN
  2015-04-11 10:42   ` Thomas Petazzoni
  2015-04-11  7:52 ` [Buildroot] [PATCH 3/3] package/rsyslog: bump version to 8.9.0 Bernd Kuhls
  2015-04-11  9:17 ` [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore Yann E. MORIN
  2 siblings, 2 replies; 13+ messages in thread
From: Bernd Kuhls @ 2015-04-11  7:52 UTC (permalink / raw)
  To: buildroot

Configure misses libm and libpthread when checking for postgresql.
Patching configure.ac did not fix the problem so we patch configure directly,
therefore autoreconf is not necessary.

Fixes
http://autobuild.buildroot.net/results/81e/81e6dd9d5bce3ecaa11765fb94ca538991b1e174/
http://autobuild.buildroot.net/results/0bd/0bdde92bd0e0fa163c4b6579ff69b7f6e61a8b19/
http://autobuild.buildroot.net/results/cab/cabf2352307de58ff357ee59bf273ee487a2b716/
http://autobuild.buildroot.net/results/8a3/8a31c815f113f610fb2cdbc4d27e5ade492be354/
http://autobuild.buildroot.net/results/d0f/d0fe409d23117ea2cea640b8d7ff6dbb7c33943a/
http://autobuild.buildroot.net/results/3ca/3ca2a7a38cf48e69fed888aecb8782687ad48c99/
http://autobuild.buildroot.net/results/3d3/3d326ba195682b6650ebabcedbe4b5d4fb5cf116/
http://autobuild.buildroot.net/results/456/456e75367b3a8e2eb9ad82478f3522e89f658912/
http://autobuild.buildroot.net/results/1b7/1b745408187b7655ae22942572367d7ed911973b/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsyslog/0001-pgsql.patch |   12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 package/rsyslog/0001-pgsql.patch

diff --git a/package/rsyslog/0001-pgsql.patch b/package/rsyslog/0001-pgsql.patch
new file mode 100644
index 0000000..15b1b93
--- /dev/null
+++ b/package/rsyslog/0001-pgsql.patch
@@ -0,0 +1,12 @@
+diff -uNr rsyslog-8.9.0.org/configure rsyslog-8.9.0/configure
+--- rsyslog-8.9.0.org/configure	2015-04-07 15:08:47.000000000 +0200
++++ rsyslog-8.9.0/configure	2015-04-11 09:44:23.649214912 +0200
+@@ -17385,7 +17385,7 @@
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lpq -L`$PG_CONFIG --libdir`
++LIBS="-lm -lpthread -lpq -L`$PG_CONFIG --libdir`
+    $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
-- 
1.7.10.4

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

* [Buildroot] [PATCH 3/3] package/rsyslog: bump version to 8.9.0
  2015-04-11  7:52 [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore Bernd Kuhls
  2015-04-11  7:52 ` [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql Bernd Kuhls
@ 2015-04-11  7:52 ` Bernd Kuhls
  2015-04-11 18:00   ` Thomas Petazzoni
  2015-04-11  9:17 ` [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore Yann E. MORIN
  2 siblings, 1 reply; 13+ messages in thread
From: Bernd Kuhls @ 2015-04-11  7:52 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsyslog/rsyslog.hash |    2 +-
 package/rsyslog/rsyslog.mk   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rsyslog/rsyslog.hash b/package/rsyslog/rsyslog.hash
index bd35019..5f9e0ed 100644
--- a/package/rsyslog/rsyslog.hash
+++ b/package/rsyslog/rsyslog.hash
@@ -1,2 +1,2 @@
 # From http://www.rsyslog.com/downloads/download-v8-stable/
-sha256	147a7e474665af7a817ac18d7924e26448350a77572e7fd9cfe284cb6291a0eb	rsyslog-8.8.0.tar.gz
+sha256	eab00e8e758cd9dd33b3e2cf6af80297d1951dc7db37bd723a6488a35d577adc	rsyslog-8.9.0.tar.gz
diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index 7d49ed1..261f59d 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RSYSLOG_VERSION = 8.8.0
+RSYSLOG_VERSION = 8.9.0
 RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
 RSYSLOG_LICENSE = GPLv3 LGPLv3 Apache-2.0
 RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore
  2015-04-11  7:52 [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore Bernd Kuhls
  2015-04-11  7:52 ` [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql Bernd Kuhls
  2015-04-11  7:52 ` [Buildroot] [PATCH 3/3] package/rsyslog: bump version to 8.9.0 Bernd Kuhls
@ 2015-04-11  9:17 ` Yann E. MORIN
  2 siblings, 0 replies; 13+ messages in thread
From: Yann E. MORIN @ 2015-04-11  9:17 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-04-11 09:52 +0200, Bernd Kuhls spake thusly:
> Buildroot contains no patches for this package anymore.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[build-tested only]
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/rsyslog/rsyslog.mk |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
> index c6758eb..7d49ed1 100644
> --- a/package/rsyslog/rsyslog.mk
> +++ b/package/rsyslog/rsyslog.mk
> @@ -16,8 +16,6 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
>  	pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
>  RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
>  	$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
> -# For mysql and pgsql support patches
> -RSYSLOG_AUTORECONF = YES
>  
>  # Build after BusyBox
>  ifeq ($(BR2_PACKAGE_BUSYBOX),y)
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 13+ messages in thread

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11  7:52 ` [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql Bernd Kuhls
@ 2015-04-11 10:05   ` Yann E. MORIN
  2015-04-11 10:42   ` Thomas Petazzoni
  1 sibling, 0 replies; 13+ messages in thread
From: Yann E. MORIN @ 2015-04-11 10:05 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-04-11 09:52 +0200, Bernd Kuhls spake thusly:
> Configure misses libm and libpthread when checking for postgresql.
> Patching configure.ac did not fix the problem so we patch configure directly,
> therefore autoreconf is not necessary.

Well, I'd still prefer we do a fix that has a chance to be accepted
upstream...

However...

> Fixes
> http://autobuild.buildroot.net/results/81e/81e6dd9d5bce3ecaa11765fb94ca538991b1e174/
> http://autobuild.buildroot.net/results/0bd/0bdde92bd0e0fa163c4b6579ff69b7f6e61a8b19/
> http://autobuild.buildroot.net/results/cab/cabf2352307de58ff357ee59bf273ee487a2b716/
> http://autobuild.buildroot.net/results/8a3/8a31c815f113f610fb2cdbc4d27e5ade492be354/
> http://autobuild.buildroot.net/results/d0f/d0fe409d23117ea2cea640b8d7ff6dbb7c33943a/
> http://autobuild.buildroot.net/results/3ca/3ca2a7a38cf48e69fed888aecb8782687ad48c99/
> http://autobuild.buildroot.net/results/3d3/3d326ba195682b6650ebabcedbe4b5d4fb5cf116/
> http://autobuild.buildroot.net/results/456/456e75367b3a8e2eb9ad82478f3522e89f658912/
> http://autobuild.buildroot.net/results/1b7/1b745408187b7655ae22942572367d7ed911973b/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/rsyslog/0001-pgsql.patch |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 package/rsyslog/0001-pgsql.patch
> 
> diff --git a/package/rsyslog/0001-pgsql.patch b/package/rsyslog/0001-pgsql.patch
> new file mode 100644
> index 0000000..15b1b93
> --- /dev/null
> +++ b/package/rsyslog/0001-pgsql.patch
> @@ -0,0 +1,12 @@
> +diff -uNr rsyslog-8.9.0.org/configure rsyslog-8.9.0/configure
> +--- rsyslog-8.9.0.org/configure	2015-04-07 15:08:47.000000000 +0200
> ++++ rsyslog-8.9.0/configure	2015-04-11 09:44:23.649214912 +0200
> +@@ -17385,7 +17385,7 @@
> +   $as_echo_n "(cached) " >&6
> + else
> +   ac_check_lib_save_LIBS=$LIBS
> +-LIBS="-lpq -L`$PG_CONFIG --libdir`
> ++LIBS="-lm -lpthread -lpq -L`$PG_CONFIG --libdir`
> +    $LIBS"
> + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
> + /* end confdefs.h.  */

... why not this:

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index c6758eb..8941a2b 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -48,6 +48,7 @@ ifeq ($(BR2_PACKAGE_POSTGRESQL),y)
 RSYSLOG_DEPENDENCIES += postgresql
 RSYSLOG_CONF_OPTS += --enable-pgsql
 RSYSLOG_CONF_ENV += ac_cv_prog_PG_CONFIG=$(STAGING_DIR)/usr/bin/pg_config
+RSYSLOG_LIBS += -lm -lpthread
 else
 RSYSLOG_CONF_OPTS += --disable-pgsql
 endif
@@ -59,6 +60,8 @@ else
 RSYSLOG_CONF_OPTS += --disable-uuid
 endif
 
+RSYSLOG_CONF_ENV += LIBS="$(RSYSLOG_LIBS)"
+
 define RSYSLOG_INSTALL_INIT_SYSV
 	$(INSTALL) -m 0755 -D package/rsyslog/S01logging \
 		$(TARGET_DIR)/etc/init.d/S01logging

As far as I could test, it also fixes the issue for us (but is ugly, I
think Thomas does not like this too much...).

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 related	[flat|nested] 13+ messages in thread

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11  7:52 ` [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql Bernd Kuhls
  2015-04-11 10:05   ` Yann E. MORIN
@ 2015-04-11 10:42   ` Thomas Petazzoni
  2015-04-11 11:38     ` Bernd Kuhls
  1 sibling, 1 reply; 13+ messages in thread
From: Thomas Petazzoni @ 2015-04-11 10:42 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 11 Apr 2015 09:52:16 +0200, Bernd Kuhls wrote:
> Configure misses libm and libpthread when checking for postgresql.
> Patching configure.ac did not fix the problem so we patch configure directly,

Hum, why?

It seems a bit backward to remove AUTORECONF = YES to then add a patch
that modifies the configure script directly.

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

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

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11 10:42   ` Thomas Petazzoni
@ 2015-04-11 11:38     ` Bernd Kuhls
  2015-04-11 12:07       ` Yann E. MORIN
  0 siblings, 1 reply; 13+ messages in thread
From: Bernd Kuhls @ 2015-04-11 11:38 UTC (permalink / raw)
  To: buildroot

Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote
in news:20150411124226.726fde30 at free-electrons.com: 

> Dear Bernd Kuhls,
> 
> On Sat, 11 Apr 2015 09:52:16 +0200, Bernd Kuhls wrote:
>> Configure misses libm and libpthread when checking for postgresql.
>> Patching configure.ac did not fix the problem so we patch configure
>> directly, 
> 
> Hum, why?
> 
> It seems a bit backward to remove AUTORECONF = YES to then add a patch
> that modifies the configure script directly.

Hi,

I tried to add "-lm -lpthread" to line 615 in configure.ac:

-     PGSQL_LIBS="-L`$PG_CONFIG --libdir` -lpq"
+     PGSQL_LIBS="-L`$PG_CONFIG --libdir` -lm -lpthread -lpq"

Original configure, line 17388, looks like this before autoreconf

LIBS="-lpq -L`$PG_CONFIG --libdir`

and, as line 17865, it still looks the same causing postgresql detection
to fail... 

Please note that -lpq is on the first position in this variable, I have no
idea how to change this line in configure without patching that file
directly. 

Regards, Bernd

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

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11 11:38     ` Bernd Kuhls
@ 2015-04-11 12:07       ` Yann E. MORIN
  2015-04-11 12:15         ` Thomas Petazzoni
  0 siblings, 1 reply; 13+ messages in thread
From: Yann E. MORIN @ 2015-04-11 12:07 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-04-11 13:38 +0200, Bernd Kuhls spake thusly:
> Thomas Petazzoni
> <thomas.petazzoni@free-electrons.com> wrote
> in news:20150411124226.726fde30 at free-electrons.com: 
> 
> > Dear Bernd Kuhls,
> > 
> > On Sat, 11 Apr 2015 09:52:16 +0200, Bernd Kuhls wrote:
> >> Configure misses libm and libpthread when checking for postgresql.
> >> Patching configure.ac did not fix the problem so we patch configure
> >> directly, 
> > 
> > Hum, why?
> > 
> > It seems a bit backward to remove AUTORECONF = YES to then add a patch
> > that modifies the configure script directly.
> 
> Hi,
> 
> I tried to add "-lm -lpthread" to line 615 in configure.ac:
> 
> -     PGSQL_LIBS="-L`$PG_CONFIG --libdir` -lpq"
> +     PGSQL_LIBS="-L`$PG_CONFIG --libdir` -lm -lpthread -lpq"
> 
> Original configure, line 17388, looks like this before autoreconf
> 
> LIBS="-lpq -L`$PG_CONFIG --libdir`
> 
> and, as line 17865, it still looks the same causing postgresql detection
> to fail... 
> 
> Please note that -lpq is on the first position in this variable, I have no
> idea how to change this line in configure without patching that file
> directly. 

That's because this line is generated from the 5th argument to
AC_CHECK_LIB, which contains the 'other-libraries':

    https://www.gnu.org/software/autoconf/manual/autoconf.html#Libraries

    If linking with library results in unresolved symbols that would be
    resolved by linking with additional libraries, give those libraries
    as the other-libraries argument, separated by spaces: e.g., -lXt
    -lX11. Otherwise, this macro may fail to detect that library is
    present, because linking the test program can fail with unresolved
    symbols. The other-libraries argument should be limited to cases
    where it is desirable to test for one library in the presence of
    another that is not already in LIBS.

The part you wanted change is the third argument of AC_CHECK_LIB, which
is the 'action-if-found', and thus gets run only if the check is OK,
which can occure, given that those extra libs are not passed in
'other-libraries'.

The correct and definitive solution would be to fully use pg_config to
get the libraries we need to link to.

Unfortunately, pg_config is a binary, so we provide our own minimalist
one, which does not implement --libs.

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] 13+ messages in thread

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11 12:07       ` Yann E. MORIN
@ 2015-04-11 12:15         ` Thomas Petazzoni
  2015-04-11 12:23           ` Yann E. MORIN
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Petazzoni @ 2015-04-11 12:15 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Sat, 11 Apr 2015 14:07:39 +0200, Yann E. MORIN wrote:

> Unfortunately, pg_config is a binary, so we provide our own minimalist
> one, which does not implement --libs.

So, shouldn't we simply implement --libs in our own pg_config
implementation?

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

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

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11 12:15         ` Thomas Petazzoni
@ 2015-04-11 12:23           ` Yann E. MORIN
  2015-08-09 10:55             ` Bernd Kuhls
  0 siblings, 1 reply; 13+ messages in thread
From: Yann E. MORIN @ 2015-04-11 12:23 UTC (permalink / raw)
  To: buildroot

Thomas, Bernd, All,

On 2015-04-11 14:15 +0200, Thomas Petazzoni spake thusly:
> On Sat, 11 Apr 2015 14:07:39 +0200, Yann E. MORIN wrote:
> > Unfortunately, pg_config is a binary, so we provide our own minimalist
> > one, which does not implement --libs.
> 
> So, shouldn't we simply implement --libs in our own pg_config
> implementation?

Well, I thought that was pretty much obvious we should, yes.

However, I've had a quick look, and it's not that easy... :-(

For example, regarding the issue we're actually trying to solve: the
check rsyslog's ./configure does is eventually using _isnan() which is
in -lm, but nothing in the NEEDED of libpq.so suggests -lm is needed,
not even in the dependency chain (i.e. NEEDEDs of NEEDEDs...)

So, I can have a deeper and longer look, but that will be later. Unless
Bernd beats me to it, that is. ;-)

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] 13+ messages in thread

* [Buildroot] [PATCH 3/3] package/rsyslog: bump version to 8.9.0
  2015-04-11  7:52 ` [Buildroot] [PATCH 3/3] package/rsyslog: bump version to 8.9.0 Bernd Kuhls
@ 2015-04-11 18:00   ` Thomas Petazzoni
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Petazzoni @ 2015-04-11 18:00 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 11 Apr 2015 09:52:17 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/rsyslog/rsyslog.hash |    2 +-
>  package/rsyslog/rsyslog.mk   |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-04-11 12:23           ` Yann E. MORIN
@ 2015-08-09 10:55             ` Bernd Kuhls
  2015-08-09 11:16               ` Thomas Petazzoni
  0 siblings, 1 reply; 13+ messages in thread
From: Bernd Kuhls @ 2015-08-09 10:55 UTC (permalink / raw)
  To: buildroot

Am Sat, 11 Apr 2015 14:23:23 +0200 schrieb Yann E. MORIN:

> So, I can have a deeper and longer look, but that will be later. Unless
> Bernd beats me to it, that is. ;-)

Hi Yann,

this is not necessary anymore because the pgsql-rsyslog problem was fixed 
with this commit on May 14th by Baruch:

http://git.buildroot.net/buildroot/commit/package/postgresql?
id=3d3f70b567718ae308b5704ddd7d107c4849309e

I marked my patch as superseded.

Regards, Bernd

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

* [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql
  2015-08-09 10:55             ` Bernd Kuhls
@ 2015-08-09 11:16               ` Thomas Petazzoni
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Petazzoni @ 2015-08-09 11:16 UTC (permalink / raw)
  To: buildroot

Bernd,

On Sun, 09 Aug 2015 12:55:26 +0200, Bernd Kuhls wrote:

> this is not necessary anymore because the pgsql-rsyslog problem was fixed 
> with this commit on May 14th by Baruch:
> 
> http://git.buildroot.net/buildroot/commit/package/postgresql?
> id=3d3f70b567718ae308b5704ddd7d107c4849309e
> 
> I marked my patch as superseded.

Good. Thanks for following up on this patch!

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

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

end of thread, other threads:[~2015-08-09 11:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-11  7:52 [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore Bernd Kuhls
2015-04-11  7:52 ` [Buildroot] [PATCH 2/3] package/rsyslog: Fix linking against postgresql Bernd Kuhls
2015-04-11 10:05   ` Yann E. MORIN
2015-04-11 10:42   ` Thomas Petazzoni
2015-04-11 11:38     ` Bernd Kuhls
2015-04-11 12:07       ` Yann E. MORIN
2015-04-11 12:15         ` Thomas Petazzoni
2015-04-11 12:23           ` Yann E. MORIN
2015-08-09 10:55             ` Bernd Kuhls
2015-08-09 11:16               ` Thomas Petazzoni
2015-04-11  7:52 ` [Buildroot] [PATCH 3/3] package/rsyslog: bump version to 8.9.0 Bernd Kuhls
2015-04-11 18:00   ` Thomas Petazzoni
2015-04-11  9:17 ` [Buildroot] [PATCH 1/3] package/rsyslog: Autoreconf is not necessary anymore 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.