guile-1.6-slib

Rating: 
0
No votes yet

Guile SLIB support
SLIB is a portable scheme library meant to provide compatibility and
utility functions for all standard scheme implementations. Once this
package is installed SLIB should be available within Guile via
(use-modules (ice-9 slib)).

Category:

Application versions: 
AttachmentSizeDate
File guile-1.6-slib_1.6.8-6.3_all.deb5.41 KB05/08/2013 - 15:10
Changelog: 

guile-1.6 (1.6.8-6.3) unstable; urgency=high

* Non-maintainer upload.
* Work around two FTBFS causes on hppa (Closes: #497740):
- The stack grows up on hppa (only), and the variable introduced by
the stackdirection.diff patch isn't the needed one (it introduces
SCM_I_GSC_STACK_GROWS_UP while SCM_STACK_GROWS_UP would be needed).
- Both -O2 and -O0 are not OK on hppa because it leads to a stack
overflow.
Therefore, instead of fiddling with the patch, introduce more
architecture-specific checks to add the right CFLAGS.
* As a consequence, rework the existing CFLAGS handling to make them a
bit more readable, including a table that describes the wanted CFLAGS
depending on the architecture, and depending on whether “noopt” is
passed through DEB_BUILD_OPTIONS. Test-buit successfully on amd64,
hppa, and sparc, both with and without “noopt”.
* Set urgency to “high” since that will fix 2 RC bugs in lenny.