Jeremie Courreges-Anglas <[email protected]> writes: > Solene Rapenne <[email protected]> writes: > >> Hello > > Hi Solene, > >> Please find the following patch which bumps sbcl version from 1.3.10 to >> 1.3.13. Works fine on amd64, maybe it solves the build error on i386 ? > > 1.3.13 might be fine as a first step. > > As Timo noticed, http://marc.info/?l=openbsd-ports&m=148596504903321&w=2 > 1.3.14 was published last month. Could you check what's the best > version to update to? > >> I double checked, threads are working fine when enabled. >> >> Index: Makefile >> =================================================================== >> RCS file: /cvs/ports/lang/sbcl/Makefile,v >> retrieving revision 1.33 >> diff -u -p -u -r1.33 Makefile >> --- Makefile 6 Feb 2017 12:23:14 -0000 1.33 >> +++ Makefile 14 Feb 2017 09:43:56 -0000 >> @@ -6,7 +6,7 @@ USE_WXNEEDED = Yes >> >> COMMENT= compiler and runtime system for ANSI Common Lisp >> >> -V = 1.3.10 >> +V = 1.3.13 >> REVISION= 1 > > REVISION should be dropped when bumping the version.
I haven't noticed any issue with 1.3.14 so far. Though I use only amd64 so I don't know how other platforms behave. I doubt the update would help with i386's threads. I didn't notice any commits regarding that in the changelog. Can flavor be marked as broken on specific architecture? Timo
