diff mbox

tcl: bump version to 8.6.5

Message ID 1458313886-11067-1-git-send-email-Vincent.Riera@imgtec.com
State Accepted
Commit 7b51964584bb1577f51db505cf1b56822849c1cc
Headers show

Commit Message

Vicente Olivert Riera March 18, 2016, 3:11 p.m. UTC
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/tcl/tcl.hash | 2 +-
 package/tcl/tcl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard March 18, 2016, 8:38 p.m. UTC | #1
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.
Thomas Petazzoni March 29, 2016, 2:38 p.m. UTC | #2
Hello,

On Fri, 18 Mar 2016 15:11:26 +0000, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/tcl/tcl.hash | 2 +-
>  package/tcl/tcl.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

This update is causing a huge number of build failures:

  http://autobuild.buildroot.org/?reason=tcl-8.6.5

I tested, and reverting this version bump fixes the problem. It seems
to be a conflict between the version of sqlite bundled in tcl, and the
version of sqlite we have in Buildroot.

Could you look at the problem, or if you don't care much about tcl,
send a patch reverting the version bump?

Thanks,

Thomas
Vicente Olivert Riera March 29, 2016, 2:41 p.m. UTC | #3
I'll have a look, thanks!

Regards,

Vincent.

On 29/03/16 15:38, Thomas Petazzoni wrote:
> Hello,
> 
> On Fri, 18 Mar 2016 15:11:26 +0000, Vicente Olivert Riera wrote:
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>>  package/tcl/tcl.hash | 2 +-
>>  package/tcl/tcl.mk   | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> This update is causing a huge number of build failures:
> 
>   http://autobuild.buildroot.org/?reason=tcl-8.6.5
> 
> I tested, and reverting this version bump fixes the problem. It seems
> to be a conflict between the version of sqlite bundled in tcl, and the
> version of sqlite we have in Buildroot.
> 
> Could you look at the problem, or if you don't care much about tcl,
> send a patch reverting the version bump?
> 
> Thanks,
> 
> Thomas
>
diff mbox

Patch

diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
index 2d4e995..dd64637 100644
--- a/package/tcl/tcl.hash
+++ b/package/tcl/tcl.hash
@@ -1,2 +1,2 @@ 
 # Locally calculated
-sha256  6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005  tcl8.6.3-src.tar.gz
+sha256 ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53 tcl8.6.5-src.tar.gz
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index 1ebba1e..9fd1195 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 TCL_VERSION_MAJOR = 8.6
-TCL_VERSION = $(TCL_VERSION_MAJOR).3
+TCL_VERSION = $(TCL_VERSION_MAJOR).5
 TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
 TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
 TCL_LICENSE = tcl license