From owner-freebsd-questions@FreeBSD.ORG Sat Dec 19 18:16:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D179E1065672; Sat, 19 Dec 2009 18:16:00 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 987498FC08; Sat, 19 Dec 2009 18:16:00 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:ad5e:cff1:ab2:f9b3] (unknown [IPv6:2001:7b8:3a7:0:ad5e:cff1:ab2:f9b3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4D0105C43; Sat, 19 Dec 2009 19:15:59 +0100 (CET) Message-ID: <4B2D1861.6000201@andric.com> Date: Sat, 19 Dec 2009 19:16:01 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091217 Shredder/3.0.1pre MIME-Version: 1.0 To: Jeronimo Calvo References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, FreeBSD Questions Subject: Re: ET.UTF-8.out: Inappropriate ioctl for device (buildworld RELENG8) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 18:16:00 -0000 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