Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 162243

Summary: dev-scheme/slib-3.1.[14] have -x86 keyword in error
Product: Gentoo Linux Reporter: Marijn Schouten (RETIRED) <hkbst>
Component: New packagesAssignee: Gentoo Developers for the x86 Architecture <x86>
Status: RESOLVED FIXED    
Severity: normal CC: scheme
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 161781    

Description Marijn Schouten (RETIRED) gentoo-dev 2007-01-15 18:22:25 UTC
slib ChangeLog shows 3.1.1 being marked -x86 because of bug 41983 but it wasn't unmarked when that bug was closed.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-01-16 14:32:46 UTC
-x86 -> x86
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2007-01-16 14:47:43 UTC
3.1.4 still to be done. To test, start guile

guile> (prime? 13)

it shouldn't work, since slib wasn't loaded yet

guile> (use-modules (ice-9 slib))
guile> (require 'primes)
guile> (prime? 13)

output should be #t (true).
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2007-01-16 15:45:34 UTC
Now we are done.