Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292830 - Version bump: dev-lisp/sbcl-1.0.33
Summary: Version bump: dev-lisp/sbcl-1.0.33
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Common Lisp Bugs
URL: http://www.sbcl.org/news.html#1.0.32
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 19:35 UTC by Pun
Modified: 2010-03-24 16:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pun 2009-11-11 19:35:53 UTC
A bugfix release of sbcl is out.

Reproducible: Always
Comment 1 Stelian Ionescu 2009-11-11 21:08:07 UTC
It's in the lisp overlay.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2009-11-30 08:43:48 UTC
And 1.0.33 is available on sf.net. The following diff works here (note, that amd64 binaries were updated too, and sorry I'm not using overlay thus diff against most recent version in the tree):

--- /usr/portage/dev-lisp/sbcl/sbcl-1.0.31.ebuild       2009-10-04 19:07:28.000000000 +0400
+++ sbcl-1.0.33.ebuild  2009-11-29 21:57:17.000000000 +0300
@@ -7,8 +7,8 @@
 #same order as http://www.sbcl.org/platform-table.html
-BV_X86=1.0.28
-BV_AMD64=1.0.28
+BV_X86=1.0.33
+BV_AMD64=1.0.29-r2
 BV_PPC=1.0.28
@@ -19,13 +19,16 @@
 SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
        x86? ( mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
-       amd64? ( mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+       amd64? ( mirror://sourceforge/sbcl/${PN}-${BV_AMD64%-*}-x86_64-linux-binary-${BV_AMD64#*-}.tar.bz2 )
        ppc? ( mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
Comment 3 José Romildo Malaquias 2010-03-22 02:42:58 UTC
The most recent version is SBCL 1.0.36, released February 28, 2010.

Please, update portage.
Comment 4 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-03-24 16:22:45 UTC
I just updated sbcl to 1.0.36. Thanks for reporting this.