From owner-freebsd-ports Thu May 25 1: 2:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id 5F96537B50D for ; Thu, 25 May 2000 01:02:18 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.136.202] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12ugzd-0001Gb-00; Wed, 24 May 2000 20:39:02 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id UAA04371; Wed, 24 May 2000 20:39:00 +0100 (BST) (envelope-from mark) Date: Wed, 24 May 2000 20:39:00 +0100 From: Mark Ovens To: FUJISHIMA Satsuki Cc: ports@freebsd.org Subject: Re: wine-2000.04.30 runtime errors Message-ID: <20000524203900.E232@parish> References: <20000524072822.A232@parish> <86puqb7ofg.wl@cheerful.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <86puqb7ofg.wl@cheerful.com>; from k5@cheerful.com on Thu, May 25, 2000 at 04:12:19AM +0900 Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 25, 2000 at 04:12:19AM +0900, FUJISHIMA Satsuki wrote: > At Wed, 24 May 2000 07:29:17 +0100, > Mark Ovens 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 > Thanks for the feedback. I patched work/wine-20000430/Makefile.in as you suggested, but parish# make -f Makefile.in "Makefile.in", line 145: Need an operator make: fatal errors encountered -- cannot continue parish# The offending line is @MAKE_RULES@ > -- > FUJISHIMA Satsuki -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message