Re: still can't get X going on 9.2
[email protected] (Steve Blinkhorn) Tue, 29 Mar 2022 10:55:59 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.ports.x86-64 |
|---|---|
| Organization | Psychometric Research & Development Ltd. |
| Message-ID | <[email protected]> |
The only difference I can find is the version number here: -lxcb.1 => /usr/pkg/lib/libxcb.so.1 and nm returns a diferrent symbol value for _XGetRequest %nm /usr/X11R7/lib/libX11.so.7 | fgrep _XGetRequest 000000000006d5d3 T _XGetRequest -- Steve Blinkhorn <[email protected]> You wrote: > > On Tue, Mar 29, 2022 at 09:54:39AM +0000, Steve Blinkhorn wrote: > > OK, some real progress, thanks to your suggestion of ssh'ing from > > another machine. > > > > Running xterm this way: > > /usr/X11R7/lib/libXrender.so.2: Undefined PLT symbol "_XGetRequest" > > (symnum = 54) > > Something is seriously wrong. > > Can you check output from : > > ldd /usr/X11R7/bin/xterm > and > nm /usr/X11R7/lib/libX11.so.7 | fgrep _XGetRequest > > please? > > > My output below (but that is not amd64 and also a newer netbsd-9 version, > so slightly different). > > Martin > > > ldd `which xterm` > /usr/X11R7/bin/xterm: > -lXft.3 => /usr/X11R7/lib/libXft.so.3 > -lX11.7 => /usr/X11R7/lib/libX11.so.7 > -lxcb.2 => /usr/X11R7/lib/libxcb.so.2 > -lXau.7 => /usr/X11R7/lib/libXau.so.7 > -lc.12 => /usr/lib/libc.so.12 > -lXdmcp.7 => /usr/X11R7/lib/libXdmcp.so.7 > -lfontconfig.2 => /usr/X11R7/lib/libfontconfig.so.2 > -lexpat.2 => /usr/lib/libexpat.so.2 > -lfreetype.19 => /usr/X11R7/lib/libfreetype.so.19 > -lz.1 => /usr/lib/libz.so.1 > -lbz2.1 => /usr/lib/libbz2.so.1 > -lgcc_s.1 => /usr/lib/libgcc_s.so.1 > -lXrandr.3 => /usr/X11R7/lib/libXrandr.so.3 > -lXrender.2 => /usr/X11R7/lib/libXrender.so.2 > -lXext.7 => /usr/X11R7/lib/libXext.so.7 > -lXaw7.10 => /usr/X11R7/lib/libXaw7.so.10 > -lXmu.7 => /usr/X11R7/lib/libXmu.so.7 > -lXt.7 => /usr/X11R7/lib/libXt.so.7 > -lSM.7 => /usr/X11R7/lib/libSM.so.7 > -lICE.7 => /usr/X11R7/lib/libICE.so.7 > -lXpm.5 => /usr/X11R7/lib/libXpm.so.5 > -lXinerama.2 => /usr/X11R7/lib/libXinerama.so.2 > -lcurses.8 => /usr/lib/libcurses.so.8 > -lterminfo.1 => /usr/lib/libterminfo.so.1 > -lutil.7 => /usr/lib/libutil.so.7 > > nm /usr/X11R7/lib/libX11.so.7 | fgrep _XGetRequest > 0000000000063960 T _XGetRequest > > >