Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178835 - dev-scheme/guile-1.6.8 fails test
Summary: dev-scheme/guile-1.6.8 fails test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 06:43 UTC by Hans de Graaff
Modified: 2007-05-17 12:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emerge-info.txt,8.64 KB, text/plain)
2007-05-17 06:43 UTC, Hans de Graaff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2007-05-17 06:43:15 UTC
Trying to emerge dev-scheme/guile-1.6.8 on my AMD64 system failed because one test failed: 

Running slib.test
ERROR: slib.test: Input/Output: delete-file: non existant file - arguments: ((system-error "delete-file" "~A" ("No such file or directory") (2)))
FAIL: slib.test: Input/Output: delete-file: existing file
ERROR: slib.test: Input/Output: open-file: r - arguments: ((wrong-type-arg "open-file" "Wrong type argument in position ~A (expecting ~A): ~S" (2 "STRINGP" r) #f))
ERROR: slib.test: Input/Output: open-file: rb - arguments: ((wrong-type-arg "open-file" "Wrong type argument in position ~A (expecting ~A): ~S" (2 "STRINGP" rb) #f))
ERROR: slib.test: Input/Output: open-file: w - arguments: ((wrong-type-arg "open-file" "Wrong type argument in position ~A (expecting ~A): ~S" (2 "STRINGP" w) #f))
ERROR: slib.test: Input/Output: open-file: wb - arguments: ((wrong-type-arg "open-file" "Wrong type argument in position ~A (expecting ~A): ~S" (2 "STRINGP" wb) #f))
FAIL: slib.test: Miscellany: Legacy: nil: value
FAIL: slib.test: Miscellany: Legacy: t: value
ERROR: slib.test: rev2-procedures: <? - arguments: ((unbound-variable #f "Unbound variable: ~S" (<?) #f))
ERROR: slib.test: rev2-procedures: <=? - arguments: ((unbound-variable #f "Unbound variable: ~S" (<=?) #f))
ERROR: slib.test: rev2-procedures: =? - arguments: ((unbound-variable #f "Unbound variable: ~S" (=?) #f))
ERROR: slib.test: rev2-procedures: >? - arguments: ((unbound-variable #f "Unbound variable: ~S" (>?) #f))
ERROR: slib.test: rev2-procedures: >=? - arguments: ((unbound-variable #f "Unbound variable: ~S" (>=?) #f))
FAIL: slib.test: system: exit 1
FAIL: slib.test: system: exit 99
Comment 1 Hans de Graaff gentoo-dev Security 2007-05-17 06:43:46 UTC
Created attachment 119500 [details]
emerge --info output
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2007-05-17 12:47:44 UTC
I've disabled the failing tests. They weren't very valuable. So, fixed.

Strangely, rullzer reports that the tests did work for him. I have no explanation for that.
Comment 3 Hans de Graaff gentoo-dev Security 2007-05-17 12:49:54 UTC
Thanks. That's the nice thing about tests: they can be fixed by disabling them. :-)

I suppose I could investigate a bit to see why things fail, but my lisp/scheme foo isn't very good and since you are indicating the tests are not really important I think I'll pass. 
Comment 4 Marijn Schouten (RETIRED) gentoo-dev 2007-05-17 12:56:23 UTC
I only disabled the failing tests. You can see just which ones by looking at the slibtest.patch file in files/

Some legacy stuff, like #f being equal to nil, which isn't true any more in recent Scheme, some stuff which I think changed behaviour, like the deleting of a non-existing file, and some other stuff which I'm not sure about, like the exit calls.