From owner-freebsd-ports@FreeBSD.ORG Sat Aug 24 13:11:33 2013 Return-Path: Delivered-To: freebsd-ports@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 1BB62AD2; Sat, 24 Aug 2013 13:11:33 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0D6C2DB3; Sat, 24 Aug 2013 13:11:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7AH2S5Ix1m6WDr6WIFl1aYjEYGSoFIP5j6MexeKLrwc=; b=AJ4lvjRziXULfIne+rAFri+Ykmm8/wJWEoBhVx01Ck8++mYvk2F/08s5Yi82VqxRjoQmUZCLJRKouVMpQW+NqxE5L7RvDCx+NWh+uJVTGpeO6VOmgXTQVBkuA+Av+tRhfJO+eB37+6R29D5VHonms8eDdfyxhiFxvKwIhUzqUgs=; Received: from [178.137.138.140] (helo=nonamehost.local) by fsm2.ukr.net with esmtpsa ID 1VDCNc-000Joq-BO ; Sat, 24 Aug 2013 14:51:44 +0300 Date: Sat, 24 Aug 2013 14:51:40 +0300 From: Ivan Klymenko To: Hans Petter Selasky Subject: Re: devel/gettext build error in jail i386 environment on amd64 host Message-ID: <20130824145140.515803f6@nonamehost.local> In-Reply-To: <52189849.90405@bitfrost.no> References: <20130824001452.71b262ae@nonamehost.local> <52189849.90405@bitfrost.no> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=178.137.138.140; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: freebsd-current@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 13:11:33 -0000 =D0=92 Sat, 24 Aug 2013 13:26:01 +0200 Hans Petter Selasky =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 08/23/13 23:14, Ivan Klymenko wrote: > > wing error: > > http://privatepaste.com/46f9477022 >=20 > Not sure if this helps: >=20 > https://wiki.freebsd.org/PkgPrimer >=20 > Using portbuilder inside a jail >=20 > When building 9-stable ports in a 9-stable jail under -current you > might want to set the UNAME_r enviroment variable to fake the FreeBSD > version in /path_to_my_jail/root/.cshrc . Some examples: >=20 > setenv UNAME_r 9-STABLE > setenv UNAME_r 8-STABLE > setenv UNAME_r 7-STABLE >=20 > Else some ports won't build properly. Thank you for responded to my question. It really did not help. Error remains the same. Especially as I have in the jail environment from 10.0-CURRENT and it is to him I need to put together a package in environment by i386. I try in general to build the port emulators/i386-wine-devel for amd64 arch and before I succeeded it without any further action.