Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427616 - dev-lisp/sbcl-1.0.55-r1 fails tests: sb-posix
Summary: dev-lisp/sbcl-1.0.55-r1 fails tests: sb-posix
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Panagiotis Christopoulos (RETIRED)
URL: https://bugs.launchpad.net/sbcl/+bug/...
Whiteboard:
Keywords:
: 431036 479472 484150 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-22 10:46 UTC by MATSUI Tetsushi
Modified: 2017-01-22 16:51 UTC (History)
9 users (show)

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


Attachments
Skips failing tests SB-POSIX-TESTS::STAT.2, SB-POSIX-TESTS::STAT.4 (patch-posix-tests.patch.1,684 bytes, patch)
2014-05-27 11:46 UTC, Stefan Huber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.