Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162243 - dev-scheme/slib-3.1.[14] have -x86 keyword in error
Summary: dev-scheme/slib-3.1.[14] have -x86 keyword in error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Developers for the x86 Architecture
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 161781
  Show dependency tree
 
Reported: 2007-01-15 18:22 UTC by Marijn Schouten (RETIRED)
Modified: 2007-01-16 15:45 UTC (History)
1 user (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 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.