From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 24 12:15:10 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2E2301CE1 for ; Sun, 24 Mar 2013 12:15:10 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id C04E48A7 for ; Sun, 24 Mar 2013 12:15:09 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so1152444wiw.0 for ; Sun, 24 Mar 2013 05:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=C+K/17+dPis0spsVP/iDoO/0ZJUOBlxA2Z4vbmnbI7Q=; b=Mf9HXGB/Rjt3cczHEzR4GBIdjoEPNMg/uBSpNEmBMLmgbfjYJfPIepNCW8jCDbs6K7 f22QZOeIhG8TisxAYGTNJ6JkalRjsde/KX6zuvuK65aCHNYZ5PLd6smKweDFdoCubhFX F9/haJHbg9NmR43ntL1GNTEQmCTsf24QwPno3VvH7sS3Kr7hi6a9j4rKlX6JjVYBVKxn 9aW4yKIzydskomcl67sDEGThcJSs4jqAKLY/mjrIRnV/zn8RR0XKBH5yHeV5ex5sDd5G JQXOY+336kTmz2hKZjjodOxjjQ0RMlk58vZSY8L3UbPzMQBmitToeElpebQw8zkq3RWQ +dBQ== X-Received: by 10.194.143.50 with SMTP id sb18mr12358709wjb.44.1364127309016; Sun, 24 Mar 2013 05:15:09 -0700 (PDT) Received: from dragon.dg ([197.87.91.223]) by mx.google.com with ESMTPS id ek4sm21691681wib.11.2013.03.24.05.15.06 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 24 Mar 2013 05:15:08 -0700 (PDT) From: David Naylor To: freebsd-emulation@freebsd.org Subject: Re: emulators/wine64: Questions re self-maintained port Date: Sun, 24 Mar 2013 14:14:56 +0300 Message-ID: <1389828.GEjxM1KtLL@dragon.dg> User-Agent: KMail/4.9.5 (FreeBSD/9.1-RELEASE; KDE/4.9.5; amd64; ; ) In-Reply-To: <1364066395918-5798420.post@n5.nabble.com> References: <1363875973337-5797622.post@n5.nabble.com> <2442276.ZIzL1AEQjA@dragon.dg> <1364066395918-5798420.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3412428.NNk8jqOKQF"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7Bit Cc: Beeblebrox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 12:15:10 -0000 --nextPart3412428.NNk8jqOKQF Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Saturday, 23 March 2013 12:19:55 Beeblebrox wrote: > >> If you have time, I would like to diagnose the incorrect detection. > > Sure, glad to help. > > >> Do you perhaps have nvidia-driver port installed > > No Nvidia port, not even nvidia-texture-tools > make.conf has WITHOUT_NOUVEAU=yes > > >> or a stale $PREFIX/share/doc/NVIDIA_GLX-1.0/README? > > /usr/local/share/doc/wine and /usr/local/share/wine are dated Feb-16-13 > > Present state of my video car and Xorg (using xorg-devel port overlay): > http://freebsd.1045724.n5.nabble.com/quot-Radeon-HD-4200-quot-e17-and-gdm3-n > ot-working-td5796823.html > > Host: 10-Current, amd64. Let me know if you need any other info. Could you please run this command (as root), and sent me the output: # sh -x /usr/local/share/wine/patch-nvidia.sh -n This will not alter your system. For reference, my system gives: # sudo sh -x /usr/local/share/wine/patch-nvidia.sh -n + set -e + PORTSDIR=/usr/ports + PREFIX=/usr/local + DISTDIR=/usr/ports/distfiles + [ -d /usr/ports/distfiles ] + cd /usr/ports/distfiles + NO_REMOVE_NVIDIA=yes + getopt -n -n + args=' -n --' + [ 0 -ne 0 ] + set -- -n -- + true + NO_FETCH=yes + shift + true + shift + break + whoami + [ root = root ] + echo '===> Patching wine-fbsd64 to work with x11/nvidia-driver:' ===> Patching wine-fbsd64 to work with x11/nvidia-driver: + [ -z '' ] + version wine-fbsd64 + local ret pkg=wine-fbsd64 + [ -f /usr/local/sbin/pkg ] + pkg query -g %v wine-fbsd64 + ret='' + [ -z '' ] + pkg_info -E 'wine-fbsd64*' + cut -f 3 -d - + ret=1.5.24,1 + [ -z 1.5.24,1 ] + echo 1.5.24,1 + WINE=1.5.24,1 + [ -n 1.5.24,1 ] + echo '=> Detected wine-fbsd64: 1.5.24,1' => Detected wine-fbsd64: 1.5.24,1 + version nvidia-driver + local ret pkg=nvidia-driver + [ -f /usr/local/sbin/pkg ] + pkg query -g %v nvidia-driver + ret=310.32 + [ -z 310.32 ] + [ -z 310.32 ] + echo 310.32 + NV=310.32 + [ -n 310.32 ] + echo '=> Detected nvidia-driver: 310.32' => Detected nvidia-driver: 310.32 + NVIDIA=310.32 + echo 310.32 + cut -f 1 -d _ + cut -f 1 -d , + NV=310.32 + [ ! -f NVIDIA-FreeBSD-x86-310.32.tar.gz ] + [ -n yes ] + terminate 8 'NVIDIA-FreeBSD-x86-310.32.tar.gz unavailable' + echo '!!! NVIDIA-FreeBSD-x86-310.32.tar.gz unavailable !!!' !!! NVIDIA-FreeBSD-x86-310.32.tar.gz unavailable !!! + echo Terminating... Terminating... + exit 8 Regards --nextPart3412428.NNk8jqOKQF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAlFO7kMACgkQUaaFgP9pFrIDtwCdGf3Wt9ir76729e5n87jK1K1Y k+oAn0UArx42Y4LphriMgdLMOTPU5e7z =WQBR -----END PGP SIGNATURE----- --nextPart3412428.NNk8jqOKQF--