Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2010 20:06:45 +0400
From:      Anonymous <swell.k@gmail.com>
To:        Gabor Kovesdan <gabor@FreeBSD.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: [CFT] BSDL iconv in base system
Message-ID:  <867hlzufl6.fsf@gmail.com>
In-Reply-To: <867hlzq4lb.fsf@gmail.com> (Anonymous's message of "Wed, 16 Jun 2010 03:05:36 %2B0400")
References:  <4C16C5B5.1070308@FreeBSD.org> <867hlzq4lb.fsf@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Anonymous <swell.k@gmail.com> writes:

> Gabor Kovesdan <gabor@FreeBSD.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867hlzufl6.fsf>