From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 19 10:08:25 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B832106564A for ; Thu, 19 Apr 2012 10:08:25 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7278FC14 for ; Thu, 19 Apr 2012 10:08:25 +0000 (UTC) Received: from zoe.desire.se ([85.8.28.11]:53976 helo=internal.tormail.net) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SKoHn-001i9S-1l; Thu, 19 Apr 2012 06:08:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=lnQ8i1eEm2LJs2rySJF7g15zOFRy8T6szh2vvkh8EDk=; b=lpaJldvtdSp3Xl/rN2VV1SgSn3wuoIdM3G8U80z9PjmZYZ+/IHsD1JJzYNGrFJ4q/SDvR42ViN4LgzAG6aXfJ3Nn3eJT3ul28eDwHJeGlfqI4cZM6YZBRFJLrFO3E0YZIYcTfOwWBr17CApg3n9fdlo80GvWAQqpIA8sKXHcttc=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1SKoGu-000NNE-Vi; Thu, 19 Apr 2012 10:07:30 +0000 From: Jan Beich To: David Naylor In-Reply-To: <201204182010.27912.naylor.b.david@gmail.com> (David Naylor's message of "Wed, 18 Apr 2012 20:10:24 +0200") Date: Thu, 19 Apr 2012 09:05:53 -0100 References: <201204182010.27912.naylor.b.david@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SKoGu-000NNE-Vi@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-emulation@freebsd.org Subject: Re: Wine-fbsd64 updated to 1.5.2 (32bit Wine for 64bit FreeBSD) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 19 Apr 2012 10:08:25 -0000 wmc/wrc depend on devel/gettext, while the lib is missing in the package. $ wmc Shared object "libgettextpo.so.5" not found, required by "wmc" Exit 1 $ readelf -d /usr/local/bin32/wrc | fgrep -i library 0x00000001 (NEEDED) Shared library: [libgettextpo.so.5] 0x00000001 (NEEDED) Shared library: [libwine.so.1] 0x00000001 (NEEDED) Shared library: [libc.so.7] 0x0000000f (RPATH) Library rpath: [$ORIGIN/../lib32] 0x0000001d (RUNPATH) Library runpath: [$ORIGIN/../lib32] $ tar tf wine-fbsd64-1.5.2,1.txz | fgrep gettext Exit 1 Why? (for the archives)