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.
hmmm, does this problem still exist? I can't reproduce it on x64-macos
I still can reproduce it on x86-macos
*** Bug 484150 has been marked as a duplicate of this bug. ***
*** Bug 479472 has been marked as a duplicate of this bug. ***
*** Bug 431036 has been marked as a duplicate of this bug. ***
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).
No longer in the tree.