From owner-freebsd-current@FreeBSD.ORG Sun Jul 19 21:01:02 2009 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 A89721065670 for ; Sun, 19 Jul 2009 21:01:02 +0000 (UTC) (envelope-from michiel@boland.org) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2DA2B8FC0C for ; Sun, 19 Jul 2009 21:01:01 +0000 (UTC) (envelope-from michiel@boland.org) Received: from aja.boland.org (91-43-215.ftth.xms.internl.net [82.215.43.91]) (authenticated bits=0) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id n6JKmuKA087502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 19 Jul 2009 22:48:56 +0200 (CEST) (envelope-from michiel@boland.org) Message-ID: <4A6386B8.9050606@boland.org> Date: Sun, 19 Jul 2009 22:48:56 +0200 From: Michiel Boland User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: mklocale broken -> buildworld broken 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: Sun, 19 Jul 2009 21:01:02 -0000 Hi. Buildworld stops in ===> share/mklocale (all) 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 I believe I solved this by doing a make and make install in usr.bin/mklocale, but surely the buildworld would want to build mklocale first, and then use that in share/mklocale Cheers Michiel