From owner-freebsd-current@FreeBSD.ORG Wed Jun 16 16:07:48 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA0721065678 for ; Wed, 16 Jun 2010 16:07:48 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 592FB8FC1E for ; Wed, 16 Jun 2010 16:07:47 +0000 (UTC) Received: by wwa36 with SMTP id 36so2190841wwa.13 for ; Wed, 16 Jun 2010 09:07:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=3G4PKYgftTmfCoin7L82f2i83Rrik00UZDMY6b7uDEw=; b=LacWxXl+XCBOKAvghSOyhDAwOT8ona5hF1DRu19xhJraGC7C54TYOxeVhfWe5kzEaY DHl0gwN1AN77WoLi8iQZxLYJVkP65ZNkEZEK/X+CwD8ypAcgMh6h2pe2vPR3TKrXt4JH +veV3pFewu4GCkFu6GvNrod7M0+NgYn8ssOxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=sZRFnnka8RwQRakwfwc4PA/22ChrPm6n9dRJUwifpn7NZZ5VLaLocqxtZIVv5SIxqD r3VkhBK5FgB8CTr1MhgGNU5xz++SMe0FqnAihzooDhKVFaUYSpZygAChfwN2hX6Vf+/4 3F+fNO4ovfC1b24tMMF7a4R8LDvV9FpREcLLg= Received: by 10.216.160.145 with SMTP id u17mr911698wek.18.1276704460402; Wed, 16 Jun 2010 09:07:40 -0700 (PDT) Received: from localhost (hd5b906df.selukra.dyn.perspektivbredband.net [213.185.6.223]) by mx.google.com with ESMTPS id o13sm2359245wej.16.2010.06.16.09.07.35 (version=SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 09:07:38 -0700 (PDT) From: Anonymous To: Gabor Kovesdan References: <4C16C5B5.1070308@FreeBSD.org> <867hlzq4lb.fsf@gmail.com> Date: Wed, 16 Jun 2010 20:06:45 +0400 In-Reply-To: <867hlzq4lb.fsf@gmail.com> (Anonymous's message of "Wed, 16 Jun 2010 03:05:36 +0400") Message-ID: <867hlzufl6.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Current Subject: Re: [CFT] BSDL iconv in base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 16 Jun 2010 16:07:48 -0000 Anonymous writes: > Gabor Kovesdan writes: > > [...] >> Any comments, suggestions or bugreports are very welcome. > > Does it respect lib32? > > $ iconv -f ascii > iconv: iconv_open(UTF-8, ascii): Invalid argument > /usr/lib/i18n/libiconv_std.so.4: unsupported file layoutzsh: exit 1 iconv -f ascii > > $ file /usr/lib/i18n/libiconv_std.so.4 > /usr/lib/i18n/libiconv_std.so.4: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), dynamically linked, stripped > > $ uname -vm > FreeBSD 9.0-CURRENT #0 r209191=1463b20-dirty: Tue Jun 15 04:59:40 UTC 2010 holo@raphael.local:/a/objdir/a/dirty_build/sys/PHOENIX amd64 BTW, I tried to crosscompile i386 and got error on installing usr.bin/{mkesdb,mkcsmapper}. $ make installworld TARGET=i386 DESTDIR=/b/bbb ... ===> usr.bin/mkcsmapper (install) install -s -o root -g wheel -m 555 mkcsmapper /b/bbb/usr/bin strip: /b/bbb/usr/bin/mkcsmapper: File format not recognized install: wait: No such file or directory *** Error code 70