From owner-freebsd-current@FreeBSD.ORG Sat Oct 12 11:12:49 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D9119A0; Sat, 12 Oct 2013 11:12:49 +0000 (UTC) (envelope-from kowalczfbsd@gmail.com) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9928627B4; Sat, 12 Oct 2013 11:12:48 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id f15so2336414eak.8 for ; Sat, 12 Oct 2013 04:12:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=LyRQMBxaKdBUTIXSY6flnc807ftXiO769iMwc2VlCnE=; b=R0+7Bie8vAnN2UuboXHWwoLgszrA9gkGi8/W0HpetWeU7n7YmZTrVk/01EaUBRJdXK 1dRQD3PSx+pLnMNn1zM6BjzL+aKjLC7rq7uFMDdrGgH2UVoXCxShDMaxnjji+fWAD1Ek jbfgH65TA1XToE7yZZgdWUuILPw2AQOK+a0fcSy2tG+P92BIfS6eUODrSaxyT47B6qGq 1oAZcAobDPmpWWD/MWTfzvDiNwq+DTCT04g5KRpU27aAVBmVwxSqzqqf164RwNZPw64L 9TZKEGCTF4WJ4oOnK7hYs6JAfsACNjkCU4YqqMVSyC4kEbVDDMfviFw21XthS2ZK2HMx Kv4Q== X-Received: by 10.14.5.3 with SMTP id 3mr3440750eek.49.1381576367071; Sat, 12 Oct 2013 04:12:47 -0700 (PDT) Received: from tyson.x64.me (87-206-163-14.dynamic.chello.pl. [87.206.163.14]) by mx.google.com with ESMTPSA id f49sm126360689eec.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 12 Oct 2013 04:12:46 -0700 (PDT) From: Tomasz Kowalczyk To: freebsd-current@freebsd.org, sbruno@freebsd.org Subject: Re: i386-wine + 10.0 Date: Sat, 12 Oct 2013 13:12:45 +0200 Message-ID: <4954264.LLnWvSthtt@tyson.x64.me> User-Agent: KMail/4.11.2 (FreeBSD/10.0-ALPHA5; KDE/4.11.2; amd64; ; ) In-Reply-To: <1381533825.2273.0.camel@localhost> References: <1381533825.2273.0.camel@localhost> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 11:12:49 -0000 On Friday, October 11, 2013 04:23:45 PM Sean Bruno wrote: > I think I built everything according to > https://wiki.freebsd.org/i386-Wine and got a package out of it. I think > I missed something obvious here. > > When I try to run simple windows things I get: > err:module:load_builtin_dll failed to load .so lib for builtin > L"winex11.drv": /usr/local/lib/libXext.so.6: unsupported file layout Think I had to add: /usr/local/lib /usr/local/lib32 to /etc/libmap32.conf, but I don't have i386-wine installed atm, so I cant check this. Anyway something isnt working right. Every file from wine set up LD_32_LIBRARY_PATH correctly, but this just wont work.