From owner-freebsd-questions@FreeBSD.ORG Mon May 23 09:16:05 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 90320106566C for ; Mon, 23 May 2011 09:16:05 +0000 (UTC) (envelope-from alphachi@mediaspirit.org) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 676B78FC08 for ; Mon, 23 May 2011 09:16:03 +0000 (UTC) Received: by iwn33 with SMTP id 33so6923973iwn.13 for ; Mon, 23 May 2011 02:16:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.56.197 with SMTP id wd5mr8004903icb.479.1306140616322; Mon, 23 May 2011 01:50:16 -0700 (PDT) Received: by 10.42.218.132 with HTTP; Mon, 23 May 2011 01:50:16 -0700 (PDT) Date: Mon, 23 May 2011 16:50:16 +0800 Message-ID: From: alphachi To: "list: freebsd" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: about wine with nvidia-driver 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: Mon, 23 May 2011 09:16:05 -0000 I install wine for amd64 based on http://people.freebsd.org/~ivoras/wine/. The installation is ok, but some error found when I use patch-wine-nvidia.sh: # sh Downloads/patch-wine-nvidia.sh ===> Patching wine-fbsd64 to work with x11/nvidia-driver: => Detected wine-fbsd64: 1.3.20,1 => Detected nvidia-driver: 270.41.19 => Extracting NVIDIA-FreeBSD-x86-270.41.19.tar.gz to /usr/local/lib32... x libGL.so.1 x libnvidia-tls.so.1 tar: NVIDIA-FreeBSD-x86-270.41.19/obj/libGLcore.so.1: Not found in archive tar: Error exit delayed from previous errors. !!! Failed to extract NVIDIA-FreeBSD-x86-270.41.19.tar.gz !!! Terminating... The installation and patch-wine-nvidia.sh are all ok when I install *wine-fbsd64: 1.3.18,1* before a few days. I don't know why, thx!