Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 20:39:00 +0100
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        FUJISHIMA Satsuki <k5@cheerful.com>
Cc:        ports@freebsd.org
Subject:   Re: wine-2000.04.30 runtime errors
Message-ID:  <20000524203900.E232@parish>
In-Reply-To: <86puqb7ofg.wl@cheerful.com>; from k5@cheerful.com on Thu, May 25, 2000 at 04:12:19AM %2B0900
References:  <20000524072822.A232@parish> <86puqb7ofg.wl@cheerful.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 25, 2000 at 04:12:19AM +0900, FUJISHIMA Satsuki wrote:
> 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
> 

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




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