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

Bug 427616

Summary: dev-lisp/sbcl-1.0.55-r1 fails tests: sb-posix
Product: Gentoo Linux Reporter: MATSUI Tetsushi <VED03370>
Component: [OLD] DevelopmentAssignee: Panagiotis Christopoulos (RETIRED) <pchrist>
Status: RESOLVED OBSOLETE    
Severity: normal CC: bugs, burcheri.massimo+bugs-gentoo, common-lisp, mys721tx, neko259, nvinson234, proxy-maint, rei4dan, shuber
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
URL: https://bugs.launchpad.net/sbcl/+bug/714633
See Also: https://bugs.gentoo.org/show_bug.cgi?id=517998
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Skips failing tests SB-POSIX-TESTS::STAT.2, SB-POSIX-TESTS::STAT.4

Description MATSUI Tetsushi 2012-07-22 10:46:33 UTC
dev-lisp/sbcl-1.0.55-r1 fails to install on OS X, since sb-posix test fails.


Reproducible: Always

Steps to Reproduce:
1. emerge =sbcl-1.0.55-r1  on x86-macos

Actual Results:  
WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-posix
 * ERROR: dev-lisp/sbcl-1.0.55-r1 failed (compile phase):
 *   make failed



The issue is reported on the upstream  BTS (see the URL),
and MacPorts provides a patch to skip these tests.
https://trac.macports.org/export/88830/trunk/dports/lang/sbcl/files/patch-posix-tests.diff
Just epatching it resolves the issue.
Comment 1 Fabian Groffen gentoo-dev 2012-10-01 17:29:31 UTC
hmmm, does this problem still exist?  I can't reproduce it on x64-macos
Comment 2 MATSUI Tetsushi 2012-10-22 18:12:45 UTC
I still can reproduce it on x86-macos
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-27 15:12:31 UTC
*** Bug 484150 has been marked as a duplicate of this bug. ***
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-27 15:12:44 UTC
*** Bug 479472 has been marked as a duplicate of this bug. ***
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-27 15:12:58 UTC
*** Bug 431036 has been marked as a duplicate of this bug. ***
Comment 6 Stefan Huber 2014-05-27 11:46:37 UTC
Created attachment 377704 [details, diff]
Skips failing tests SB-POSIX-TESTS::STAT.2, SB-POSIX-TESTS::STAT.4

This patch disables the sb-posix tests stat.2 and stat.4, which failed on my amd64 machine (glibc-2.17).

The patch mentioned in (MATSUI Tetsushi comment #0) deals with different tests, which actually do not fail on my machine. Similarly, other bugs that have been marked as duplicates of this bug fail for different reasons (i.e., tests within sb-posix).
Comment 7 Andrey Grozin gentoo-dev 2017-01-22 16:51:02 UTC
No longer in the tree.