On Wed, Jul 09, 2008 at 08:10:00PM -0700, my mail wrote: > --- On Wed, 7/9/08, Louis V. Lambrecht <[EMAIL PROTECTED]> wrote: > > > > Definitely a libraries mixup with gettext and libiconv > > versions. > > > > Just curious, what is the output of: > > ls -ald /var/db/pkg/.* > > guess there must be some list. > > this a result from previous command > > # ls -ald /var/db/pkg/.* > > ls: /var/db/pkg/.*: No such file or directory > # ls -ald /var/db/pkg/ > drwxr-xr-x 53 root wheel 1536 Jul 9 15:17 /var/db/pkg/ > # ls -al /var/db/pkg/.* > ls: /var/db/pkg/.*: No such file or directory > # ls -al /var/db/pkg/ > total 212 > drwxr-xr-x 53 root wheel 1536 Jul 9 15:17 . > drwxr-xr-x 5 root wheel 512 Jul 8 11:07 .. > drwxr-xr-x 2 root wheel 512 Jul 7 17:25 aspell-0.50.5p4 > drwxr-xr-x 2 root wheel 512 Jul 8 13:52 autoconf-2.52p3 > drwxr-xr-x 2 root wheel 512 Jul 4 22:37 autoconf-2.61p3 > drwxr-xr-x 2 root wheel 512 Jul 5 19:48 bash-3.2.39 [...]
> drwxr-xr-x 2 root wheel 512 Jul 8 14:27 libiconv-1.12 [...] > > it's something wrong? Yes, you mix -stable and -current. If you build from ports you should use the same branch as the rest of your system (-stable). The latest version of bash in -stable is 3.2.33, not 3.2.39. The later one is in -current. When you build bash you seems to have pulled in (build) the newer libiconv too. The latest version of libiconv in -stable is 1.9.2p5. You may read chapter 5 and 15 of the FAQ, especially http://www.openbsd.org/faq/faq15.html#NoFun Regards, Markus