Summary: | net-misc/openssh-4.4_p1-r6 fails test | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Philipp Riegger <bugs+gentoo> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | rhill |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Other | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Philipp Riegger
2006-12-31 02:46:08 UTC
try 4.5_p1 run test connect.sh ... ssh connect with protocol 1 failed ssh connect with protocol 2 failed failed simple connect make[1]: *** [t-exec] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-misc/openssh-4.5_p1/work/openssh-4.5p1/regress' make: *** [check-regress] Error 2 !!! ERROR: net-misc/openssh-4.5_p1 failed. Call stack: ebuild.sh, line 1603: Called dyn_test ebuild.sh, line 1012: Called src_test ebuild.sh, line 633: Called die Seems to be something different. But still, it does not work. BTW: First i got this error:
>>> Test phase [check]: net-misc/openssh-4.5_p1
run test connect.sh ...
FATAL: no sshd running on port 4242
make[1]: *** [t-exec] Error 1
make: *** [check-regress] Error 2
!!! ERROR: net-misc/openssh-4.5_p1 failed.
Call stack:
ebuild.sh, line 1593: Called dyn_test
ebuild.sh, line 1002: Called src_test
ebuild.sh, line 633: Called die
The cause is, that there is already a service running on port 4242. This should also be fixed.
try and re-emerge with FEATURES="-userpriv -usersandbox" export TEST_SSH_PORT=12345 |