| Summary: | net-misc/openssh-5.4_p1 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kanelxake, mlischka |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Patrick Lauer
2010-03-16 09:24:15 UTC
and if you create /root/.ssh/, do the tests pass ? The problem still exists in 5.5_p1-r2. After creating /root/.ssh/ manually, the test suite indeed passes successfully. To deal with fresh installations, it might be a good idea to issue an appropriate warning if /root/.ssh does not exist. (In reply to comment #2) > The problem still exists in 5.5_p1-r2. After creating /root/.ssh/ manually, the > test suite indeed passes successfully. > > To deal with fresh installations, it might be a good idea to issue an > appropriate warning if /root/.ssh does not exist. > ...or if possible create /var/tmp/portage/.ssh only for the testcases and use that? Created attachment 255595 [details]
build.log
Tests fail here too, while /root/.ssh exists. Seems I have a different issue, should I open a new bug?
Re comment #3: Creating /var/tmp/portage/.ssh does not help - test still fail. Re comment #2: Problem still exists with openssh-5.6_p1-r2 (and updated sandbox-2.4). (In reply to comment #5) > Re comment #3: > Creating /var/tmp/portage/.ssh does not help - test still fail. > I did not mean that it is a current fix, I meant more that maybe the openssh ebuild should create that directory and redirect the testsuite to use that directory intead of the one in /root/.shh (that it currently uses) that may or may not contain what the testsuite looks for. *** This bug has been marked as a duplicate of bug 280292 *** |