Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298442 - dev-scheme/guile-1.8.5-r1 fails tests (test-asmobs)
Summary: dev-scheme/guile-1.8.5-r1 fails tests (test-asmobs)
Status: RESOLVED DUPLICATE of bug 295093
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Marijn Schouten (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-26 15:58 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2010-02-22 11:29 UTC (History)
1 user (show)

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


Attachments
portage build log (build.log,177.35 KB, text/plain)
2009-12-26 15:59 UTC, Paweł Hajdan, Jr. (RETIRED)
Details
tree (tree,2.61 KB, text/plain)
2009-12-26 16:00 UTC, Paweł Hajdan, Jr. (RETIRED)
Details
emerge --info (emerge.info,2.95 KB, text/plain)
2009-12-26 16:01 UTC, Paweł Hajdan, Jr. (RETIRED)
Details
This trivial patch fixes the failure for me. (guile-1.8.5-test-asmobs.patch,452 bytes, patch)
2010-01-10 13:08 UTC, Dustin Polke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2009-12-26 15:58:58 UTC
make[4]: Leaving directory `/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite/standalone'
make  check-TESTS
make[4]: Entering directory `/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite/standalone'
PASS: test-system-cmds
PASS: test-require-extension
PASS: test-bad-identifiers
PASS: test-num2integral
PASS: test-round
PASS: test-gh
ERROR: In procedure dynamic-link:
ERROR: file: "libtest-asmobs", message: "file not found"
FAIL: test-asmobs
PASS: test-list
PASS: test-unwind
PASS: test-conversion
PASS: test-use-srfi
PASS: test-with-guile-module
==================================
1 of 12 tests failed
Please report to bug-guile@gnu.org
==================================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite/standalone'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite/standalone'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite/standalone'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite'
make: *** [check-recursive] Error 1
 * 
 * ERROR: dev-scheme/guile-1.8.5-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_test
 *             environment, line 3218:  Called _eapi0_src_test
 *               ebuild.sh, line  607:  Called die
 * The specific snippet of code:
 *   			hasq test $FEATURES && die "Make check failed. See above for details."
 *  The die message:
 *   Make check failed. See above for details.
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-scheme/guile-1.8.5-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/guile-1.8.5-r1/temp/environment'.
 * 

I'm going to attach more files. Please let me know if you need more info.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2009-12-26 15:59:34 UTC
Created attachment 214209 [details]
portage build log
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2009-12-26 16:00:26 UTC
Created attachment 214210 [details]
tree

output of "tree ." in "/var/tmp/portage/dev-scheme/guile-1.8.5-r1/work/guile-1.8.5/test-suite"
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2009-12-26 16:01:21 UTC
Created attachment 214212 [details]
emerge --info
Comment 4 Dustin Polke 2010-01-10 13:08:50 UTC
Created attachment 215926 [details, diff]
This trivial patch fixes the failure for me.
Comment 5 Claes 2010-02-09 20:55:37 UTC
The patch works for me too.

# wget http://bugs.gentoo.org/attachment.cgi?id=215926&action=view
# patch -p0 < attachment.cgi\?id\=215926
# cd /usr/portage/dev-scheme/guile
# ebuild guile-1.8.5-r1.ebuild test
# ebuild guile-1.8.5-r1.ebuild install
# ebuild guile-1.8.5-r1.ebuild qmerge

Success!
Comment 6 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-02-22 11:29:22 UTC
Ah, it's fixed, just for the most recent version.

*** This bug has been marked as a duplicate of bug 295093 ***