From owner-freebsd-questions@FreeBSD.ORG Sun Oct 30 11:07:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF02C106566B for ; Sun, 30 Oct 2011 11:07:32 +0000 (UTC) (envelope-from romain.garbage@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1C98FC0A for ; Sun, 30 Oct 2011 11:07:32 +0000 (UTC) Received: by vcbfk26 with SMTP id fk26so460265vcb.13 for ; Sun, 30 Oct 2011 04:07:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Lyjg/phqOV6AiISezh1PtiF0FFjs6kUTHUDNF3yPR1c=; b=lYNRLKJ1QHahaAX7y9HWWddfO2xoR4pnWfU1KNgg3N9LfLStAf6eYkc7eqlBck6SYL FgHBySW4RL+RyBWD7O9TJxu7HQMlB7FHYIihpD+c281Zz/NDTTFsLWplX/js5tLrN4e0 iBMJmkgsLbibvf3lwn8bs7fDVhEumHp5wlBog= MIME-Version: 1.0 Received: by 10.220.149.12 with SMTP id r12mr1766337vcv.205.1319972851643; Sun, 30 Oct 2011 04:07:31 -0700 (PDT) Received: by 10.220.152.71 with HTTP; Sun, 30 Oct 2011 04:07:31 -0700 (PDT) In-Reply-To: <201110251852.47385.naylor.b.david@gmail.com> References: <201110251852.47385.naylor.b.david@gmail.com> Date: Sun, 30 Oct 2011 12:07:31 +0100 Message-ID: From: Romain Garbage To: David Naylor Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Wine-fbsd64 updated to 1.3.31 (32bit Wine for 64bit FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2011 11:07:32 -0000 2011/10/25 David Naylor : > Hi, Hi, > Packages [1] for wine-fbsd64-1.3.31 have been uploaded to mediafire [2] a= nd > the wine-fbsd64.diff patch has been updated. =C2=A0There is a known UDP r= elated > problem with wine (see http://markmail.org/message/i7rtfz7uxd5s4fvl for > details). > > To date there has been 1217 (+70) downloads from mediafire. > > The patch [3] for nVidia users is now included in the package and is run = on > installation (if the relevant files are accessable). =C2=A0Please read th= e > installation messages for further information. $ sudo pkg_add Downloads/wine-fbsd64-1.3.31,1.txz tar: /usr/local/share/wine/patch-nvidia.sh: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. A NVIDIA GRAPHICS DRIVER HAS BEEN DETECTED ON THIS SYSTEM AND THE AUTOMATED PATCHING HAS FAILED, execute (as root) sh /usr/local/share/wine/patch-nvidia.sh to get 2D/3D acceleration to work with the nvidia driver. Without this win= e will crash when a program requires 2D/3D graphics acceleration. [...] $ file /usr/local/share/wine/patch-nvidia.sh /usr/local/share/wine/patch-nvidia.sh: cannot open `/usr/local/share/wine/patch-nvidia.sh' (No such file or directory) $ tar tf Downloads/wine-fbsd64-1.3.31,1.txz | grep -C 2 nvidia bin32/wmc bin32/wrc usr/local/share/wine/patch-nvidia.sh share/wine/fonts/coue1255.fon share/wine/fonts/coue1256.fon The problem here seems to be the trailing usr/local/ for patch-nvidia.sh file, which get actually installed into $PREFIX/usr/local/share/wine instead of $PREFIX/share/wine Regards, Romain PD: I used the fbsd9 package. md5 is ok.