guile-1.6-libs

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

Main Guile libraries
Guile is a Scheme implementation designed for real world programming,
providing a rich Unix interface, a module system, an interpreter, and
many extension languages. Guile can be used as a standard #! style
interpreter, via #!/usr/bin/guile, or as an extension language for
other applications via libguile.

Category:

Application versions: 
AttachmentSizeDate
File guile-1.6-libs_1.6.8-6.3_armel.deb637.24 KB04/08/2013 - 22:07
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.