Date: Tue, 9 Mar 1999 11:07:01 +0100 From: Gunnar Flygt <gunnar@pluto.sr.se> To: Steve Price <sprice@hiwaay.net> Cc: FreeBSD Questions <questions@FreeBSD.org> Subject: Re: windowmaker ports installation Message-ID: <19990309110701.A2110@sr.se> In-Reply-To: <Pine.OSF.4.02.9903081504230.10777-100000@fly.HiWAAY.net>; from Steve Price on Mon, Mar 08, 1999 at 03:13:02PM -0600 References: <19990308215440.A865@sr.se> <Pine.OSF.4.02.9903081504230.10777-100000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 08, 1999 at 03:13:02PM -0600, Steve Price wrote: > On Mon, 8 Mar 1999, Gunnar Flygt wrote: > > # > # su-2.02# ldd `which wmaker` > # > # /usr/X11R6/bin/wmaker: > # > # -lwraster.1 => /usr/X11R6/lib/libwraster.so.1.2 (0x2006d000) > # > # -lPropList.1 => /usr/X11R6/lib/libPropList.so.1.1 (0x20078000) > # > # -lXpm.4 => not found (0x0) > # > # -ljpeg.9 => not found (0x0) > # > # -ljpeg.9 => not found (0x0) > # > # -lXext.6 => /usr/X11R6/lib/aout/libXext.so.6.3 (0x20082000) > # > # -lX11.6 => /usr/X11R6/lib/aout/libX11.so.6.1 (0x2008b000) > # > # -lm.2 => /usr/lib/compat/aout/libm.so.2.0 (0x2011c000) > # > # -lc.3 => /usr/lib/compat/aout/libc.so.3.1 (0x20136000) > # > # su-2.02# > # > > # > Ick, no wonder you are having problems. Deinstall both the windowmaker > # > and libPropList ports. Apply the two attached patches and give it > # > another go. You will also need ELF versions of the xpm and jpeg ports. > # > # But if you had read my previous message you would have seen that it > # started with not being able to compile the new windomaker from the ports > # of 3.1-RELEASE. All parts are installed as ELF from that installation. > > The libraries that are listed above are not ELF libraries. Try > running file(1) across any one of them. You have a system that is > finding a.out libraries in an ELF directory. So when you start up > an ELF binary and it tries to load an a.out library it pukes because > it is supposed to. Every library in /usr/X11R6/lib that fits this > pattern, *.so.[0-9]*.[0-9]*, needs to move to aout. And any of the > .so files that points to one of these files needs to be removed. Sorry, You tell me things I already know. I've told you that I tried to run the windowmaker (the old one) since the new compilation didn't work. Of course it is aout. But this is not the real problem as I also pointed out in my previous message, so lets stop this thread. > > # The thing is it doesn't matter that libPropList is installed as ELF from > # the same ports tree. windowmaker installation claims that libPropList is > # not installed. So the thing is really stupid. The only reason I had to > # try the windowmaker I already got there, was that windowmaker doen't > # compile! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > You didn't say if the patches helped. Did you try them? Yes, of course I did, since I use the port, and the port patches in the right patches, but it still doesn't find the LibPropList although it is there and in the /var/run/ld.so.hints. So it's a dead end -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990309110701.A2110>