Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13
@ 2016-12-07 21:25 Bernd Kuhls
  2016-12-07 21:52 ` Thomas Petazzoni
  2016-12-07 22:38 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2016-12-07 21:25 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/freeswitch/freeswitch.hash b/package/freeswitch/freeswitch.hash
index 5b888f5..76966cf 100644
--- a/package/freeswitch/freeswitch.hash
+++ b/package/freeswitch/freeswitch.hash
@@ -1,2 +1,2 @@
-# From http://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.12.tar.xz.sha256
-sha256 ae072ca2d96fd9ef59ca6f589f932048b088c7b469d46e468bb917371de24ff9  freeswitch-1.6.12.tar.xz
+# From http://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.13.tar.xz.sha256
+sha256 64a8a14fc5df92893d956868f144042891cc3e2d096bbf56241fec706635a8b7  freeswitch-1.6.13.tar.xz
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index 12b0913..ee3ff4f 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FREESWITCH_VERSION = 1.6.12
+FREESWITCH_VERSION = 1.6.13
 FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz
 FREESWITCH_SITE = http://files.freeswitch.org/freeswitch-releases
 FREESWITCH_LICENSE = MPLv1.1, \
-- 
2.10.2

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

* [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13
  2016-12-07 21:25 [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13 Bernd Kuhls
@ 2016-12-07 21:52 ` Thomas Petazzoni
  2016-12-18 21:25   ` Bernd Kuhls
  2016-12-07 22:38 ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2016-12-07 21:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  7 Dec 2016 22:25:35 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Thanks. However, we have a bunch of build failures with 1.6.12, could
you have a look:

  http://autobuild.buildroot.net/?reason=freeswitch-1.6.12

Maybe 1.6.13 fixes those build failures?

Thanks,

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

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

* [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13
  2016-12-07 21:25 [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13 Bernd Kuhls
  2016-12-07 21:52 ` Thomas Petazzoni
@ 2016-12-07 22:38 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-12-07 22:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  7 Dec 2016 22:25:35 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/freeswitch/freeswitch.hash | 4 ++--
>  package/freeswitch/freeswitch.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, 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 1/1] package/freeswitch: bump version to 1.6.13
  2016-12-07 21:52 ` Thomas Petazzoni
@ 2016-12-18 21:25   ` Bernd Kuhls
  2016-12-19 22:28     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2016-12-18 21:25 UTC (permalink / raw)
  To: buildroot

Am Wed, 07 Dec 2016 22:52:15 +0100 schrieb Thomas Petazzoni:

> Thanks. However, we have a bunch of build failures with 1.6.12, could
> you have a look:
> 
>   http://autobuild.buildroot.net/?reason=freeswitch-1.6.12
> 
> Maybe 1.6.13 fixes those build failures?

Hi Thomas,

no, 1.6.13 did not fix the build failures, freeswitch git master is also 
affected, tested with http://autobuild.buildroot.net/results/b37/
b370813ce8bde65a9208d7678e67a3b2f22ef36c/defconfig and personal patches 
containing the version bump to fsw git master.

The build failures started on Dec 5th:
http://autobuild.buildroot.net/?reason=freeswitch-1.6.12

only several hours after you updated all pre-built toolchains used on 
autobuild.b.o:

http://lists.busybox.net/pipermail/buildroot/2016-December/179017.html

Maybe the failures[1] result from the updated toolchains?
They only occur with uclibc and only on arc/arm/powerpc/xtensa.

Regards, Bernd

[1] Quoting http://autobuild.buildroot.net/results/b37/
b370813ce8bde65a9208d7678e67a3b2f22ef36c/build-end.log

In file included from libs/spandsp/src/alloc.c:43:0:
/home/peko/autobuild/instance-0/output/host/usr/xtensa-buildroot-linux-
uclibc/sysroot/usr/include/stdlib.h:500:35: error: expected ',' or ';' 
before '__attribute_alloc_size__'
      __THROW __attribute_malloc__ __attribute_alloc_size__ ((2)) __wur;
                                   ^

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

* [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13
  2016-12-18 21:25   ` Bernd Kuhls
@ 2016-12-19 22:28     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-12-19 22:28 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 18 Dec 2016 22:25:07 +0100, Bernd Kuhls wrote:

> no, 1.6.13 did not fix the build failures, freeswitch git master is also 
> affected, tested with http://autobuild.buildroot.net/results/b37/
> b370813ce8bde65a9208d7678e67a3b2f22ef36c/defconfig and personal patches 
> containing the version bump to fsw git master.
> 
> The build failures started on Dec 5th:
> http://autobuild.buildroot.net/?reason=freeswitch-1.6.12
> 
> only several hours after you updated all pre-built toolchains used on 
> autobuild.b.o:
> 
> http://lists.busybox.net/pipermail/buildroot/2016-December/179017.html
> 
> Maybe the failures[1] result from the updated toolchains?
> They only occur with uclibc and only on arc/arm/powerpc/xtensa.
> 
> Regards, Bernd
> 
> [1] Quoting http://autobuild.buildroot.net/results/b37/
> b370813ce8bde65a9208d7678e67a3b2f22ef36c/build-end.log

Thanks for this analysis!

And indeed, after looking deeply, it's bug that was introduced in
uclibc between version 1.0.19 and 1.0.20. It was introduced by commit
cee0b058fa0b4501b289a2da365182d60314d746 in uClibc-ng.

I've now sent a patch to Buildroot
(https://patchwork.ozlabs.org/patch/707262/), and uClibc-ng upstream to
fix the problem. I've tested, and freeswitch now builds fine on uClibc.

Thanks again!

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

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

end of thread, other threads:[~2016-12-19 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 21:25 [Buildroot] [PATCH 1/1] package/freeswitch: bump version to 1.6.13 Bernd Kuhls
2016-12-07 21:52 ` Thomas Petazzoni
2016-12-18 21:25   ` Bernd Kuhls
2016-12-19 22:28     ` Thomas Petazzoni
2016-12-07 22:38 ` Thomas Petazzoni

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