Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 10:32:39 -0800
From:      Danny Howard <dannyman@toldme.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: ssh -X yields "Error: Can't open display:"
Message-ID:  <20051221183239.GW19387@ratchet.nebcorp.com>
In-Reply-To: <20051221181721.GV19387@ratchet.nebcorp.com>
References:  <20051221181721.GV19387@ratchet.nebcorp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ahhh ...

 10:22 djh@cobra ~$ ssh -v -X -i ~/.ssh/mito.key castor
[...]
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Remote: No xauth program; cannot forward with spoofing.

 :)

0-10:25 djh@castor /usr/ports# find /usr/ports -name pkg-plist | xargs
grep -l xauth
/usr/ports/lang/sml-nj/pkg-plist
/usr/ports/news/nntpcache/pkg-plist
/usr/ports/shells/zsh/pkg-plist
/usr/ports/shells/zsh-devel/pkg-plist
/usr/ports/x11/XFree86/pkg-plist
/usr/ports/x11/XFree86-4-clients/pkg-plist
/usr/ports/x11/xorg-clients/pkg-plist
1-10:25 djh@castor /usr/ports# portinstall x11/xorg-clients
[ ... portinstall crashes, burns ... ]
1-10:29 djh@castor /usr/ports# pkg_add -r xorg-clients
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/xorg-clients.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/xorg-clients.tbz' by URL
1-10:30 djh@castor /usr/ports# cd x11/xorg-clients
0-10:30 djh@castor /usr/ports/x11/xorg-clients# make clean install
[ ... ]
do_traps.c:113: error: syntax error before '*' token
do_traps.c:113: warning: type defaults to `int' in declaration of `traps'
do_traps.c:113: error: ISO C forbids data definition with no type or storage class
do_traps.c: In function `InitFixedTraps':
do_traps.c:129: error: `XTrap' undeclared (first use in this function)
do_traps.c:129: error: (Each undeclared identifier is reported only once
do_traps.c:129: error: for each function it appears in.)
do_traps.c:129: error: `curTrap' undeclared (first use in this function)
do_traps.c:130: warning: ISO C90 forbids mixed declarations and code
do_traps.c:144: error: syntax error before ')' token
do_traps.c:207: warning: value computed is not used
do_traps.c: In function `DoFixedTraps':
do_traps.c:248: warning: implicit declaration of function
`XRenderAddTraps'
*** Error code 1

Stop in /usr/ports/x11/xorg-clients/work/xc/programs/x11perf.

Well, I suppose I'll puzzle this one out too. :)

Thanks,
-danny



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051221183239.GW19387>