Date: Thu, 25 May 2000 04:12:19 +0900 From: FUJISHIMA Satsuki <k5@cheerful.com> To: mark@ukug.uk.freebsd.org Cc: ports@freebsd.org Subject: Re: wine-2000.04.30 runtime errors Message-ID: <86puqb7ofg.wl@cheerful.com> In-Reply-To: In your message of "Wed, 24 May 2000 07:29:17 %2B0100" <20000524072822.A232@parish> References: <20000524072822.A232@parish>
next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 24 May 2000 07:29:17 +0100, Mark Ovens <mark@ukug.uk.freebsd.org> wrote: > parish# wine -winver win95 psp > Could not stat /mnt/fd0, ignoring drive A: > err:module:BUILTIN32_dlopen failed to load libx11drv.so: Shared object "/usr/root/wine/cvs/lib/libx11drv.so" not found > err:module:BUILTIN32_dlopen failed to load libx11drv.so: Shared object "/usr/root/wine/cvs/lib/libx11drv.so" not found > err:module:BUILTIN32_dlopen failed to load libx11drv.so: Shared object "/usr/root/wine/cvs/lib/libx11drv.so" not found > parish# > > I have searched through the docs, read the Makefile, and checked the > build tree (it exists in work/wine-20000430/dlls) but cannot see how it > is supposed to be installed, +CONTENTS shows that it hasn't been. This port is definitely broken. It doesn't install wine modules at all. Install them by Wine's stock Makefile with a patch below would solve this problem. --- Makefile.in.orig Mon Mar 27 05:25:23 2000 +++ Makefile.in Thu Apr 20 04:02:24 2000 @@ -215,7 +215,7 @@ install:: for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done - -$(LDCONFIG) + -$(LDCONFIG) -R uninstall:: for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit 1; done -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86puqb7ofg.wl>