Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477304 - net-misc/openssh-6.2_p2-r1 has mangled path for xauth program
Summary: net-misc/openssh-6.2_p2-r1 has mangled path for xauth program
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 14:22 UTC by Tobias Klausmann (RETIRED)
Modified: 2013-07-18 20:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Klausmann (RETIRED) gentoo-dev 2013-07-18 14:22:55 UTC
On the server side:
# strace -fp 28697 2>&1|grep xauth

Client side:
# ssh -Yv server
[...]
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Requesting authentication agent forwarding.
debug1: Remote: No xauth program; cannot forward with spoofing.
X11 forwarding request failed on channel 0
server ~ # 

[pid 29178] stat("${EPREFIX}/usr/bin/xauth", 0x7fffa92b5f80) = -1 ENOENT (No such file or directory)

I suspect line 92 of openssh-6.2_p2-r1.ebuild to be at fault (improper quoting)
Comment 1 Tim Harder gentoo-dev 2013-07-18 20:07:25 UTC
Fixed in 6.2_p2-r2.