Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2009 19:16:01 +0100
From:      Dimitry Andric <dimitry@andric.com>
To:        Jeronimo Calvo <jeronimocalvop@googlemail.com>
Cc:        freebsd-stable@freebsd.org, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: ET.UTF-8.out: Inappropriate ioctl for device (buildworld RELENG8)
Message-ID:  <4B2D1861.6000201@andric.com>
In-Reply-To: <beaf3aa50912190642v284de5jb7168eae1955e61@mail.gmail.com>
References:  <beaf3aa50912190642v284de5jb7168eae1955e61@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2009-12-19 15:42, Jeronimo Calvo wrote:
> Hi folks, Im getting the following error when building world for
> RELENG_8 using GENERIC.
> Any ideas on how to skip that?
> 
> ===> share/mklocale (all)
> mklocale -o UTF-8.out /usr/src/share/mklocale/UTF-8.src
> mklocale -o am_ET.UTF-8.out /usr/src/share/mklocale/am_ET.UTF-8.src
> am_ET.UTF-8.out: Inappropriate ioctl for device
> *** Error code 1

This problem should only hit you if you have a mklocale binary from
after 8.0-BETA1, and before 8.0-BETA2.

See these threads from some time ago:

http://lists.freebsd.org/pipermail/freebsd-current/2009-July/thread.html#9871
http://lists.freebsd.org/pipermail/freebsd-current/2009-July/thread.html#9406

In short, rebuild mklocale before buildworld:

	cd /usr/src/usr.bin/mklocale
	make
	make install clean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B2D1861.6000201>