From owner-freebsd-questions@FreeBSD.ORG Sun Sep 2 05:37:37 2012 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 61AF9106564A for ; Sun, 2 Sep 2012 05:37:37 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id DBC388FC15 for ; Sun, 2 Sep 2012 05:37:35 +0000 (UTC) Received: by weyx56 with SMTP id x56so3027656wey.13 for ; Sat, 01 Sep 2012 22:37:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=RR1IZF6o6gO7/pQje2I5yUnjiAuO6NqMvyiOYNdMGSs=; b=IvgyHklz9NYLMTaFkTXeexXARYgWP8SZ0gt3w57IhIsX9TJj0ZoEJSbErUznV6tmML DdiR4U2LuWbs6pdfp/gGHcfAqQ2i8R6t8wkf/pMkNJK5Kk+8wm4Fvb6E1l2z+xCDpDIG Nbxh7VnndT/Ba/BZLXQowxTFgdiuUMW7rpKojvqNqrpQi4wf+XtadG0e1OGvz7a07DRd leE3PXtQW3aNtEOE46U+vDQYUs5pc6y2GAZRdDawUWNbC+s0ijvK2UFY2pLaEJEEakAm uvwRp4G3LN1fDXNAYVLSCpI1BfDx5iq++g00KmBwR3oerNEmWl/73Jpzx6JTcH+JgKTq 2Hgw== MIME-Version: 1.0 Received: by 10.180.24.197 with SMTP id w5mr14887650wif.22.1346564254513; Sat, 01 Sep 2012 22:37:34 -0700 (PDT) Received: by 10.223.87.11 with HTTP; Sat, 1 Sep 2012 22:37:34 -0700 (PDT) In-Reply-To: <201209011709.46974.naylor.b.david@gmail.com> References: <201209011709.46974.naylor.b.david@gmail.com> Date: Sun, 2 Sep 2012 13:37:34 +0800 Message-ID: From: alphachi To: David Naylor X-Gm-Message-State: ALoCoQlZck5H6dFfIUqE8abJ47ULBAXxW41TYG0l/JVB5LmVZWq2ZRoh00SIvWIk1gTuc6adOybF Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Wine-fbsd64 updated to 1.5.12 (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, 02 Sep 2012 05:37:37 -0000 2012/9/1 David Naylor > Hi, > > Packages [1] for wine-fbsd64-1.5.12 have been uploaded to mediafire [2]. > The > packages for FreeBSD 10 use the pkgng [3] format. > > There are many reports that wine does not work with a clang compiled world > (help in fixing this problem is appreciated as it affects quite a few > users). > > The patch [4] for nVidia users is now included in the package and is run on > installation (if the relevant files are accessible). Please read the > installation messages for further information. > > Regards, > > David > > [1] > MD5 (wine-1.5.x-freebsd8/wine-fbsd64-1.5.12,1.tbz) = > 335ef444a2f6f375dd22cf932b651919 > MD5 (wine-1.5.x-freebsd9/wine-fbsd64-1.5.12,1.txz) = > e06673c4ab9a0bb82a7d48dad5b8877f > MD5 (wine-1.5.x-freebsd10/wine-fbsd64-1.5.12,1.txz) = > aafe06b15176f810c25cbf708c11aabb > [2] http://www.mediafire.com/wine_fbsd64 > [3] http://wiki.freebsd.org/pkgng > [4] The patch is located at /usr/local/share/wine/patch-nvidia.sh > Hi David, I have pkg_add wine-fbsd64-1.5.12,1.txz and run /usr/local/share/wine/patch- nvidia.sh; everything is OK. When running wine, the error msg is: wine: failed to initialize: /usr/local/lib32/wine/ntdll.dll.so: Undefined symbol "_ThreadRuneLocale" What shall I do? Thanks!