From owner-freebsd-current@FreeBSD.ORG Wed Jul 15 10:22:39 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 BAFC9106564A for ; Wed, 15 Jul 2009 10:22:39 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 75D668FC08 for ; Wed, 15 Jul 2009 10:22:39 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:38834 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MR1cF-0003ZD-5k; Wed, 15 Jul 2009 12:21:37 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id BE7F8BD868; Wed, 15 Jul 2009 12:21:15 +0200 (CEST) Message-Id: From: Thomas Backman To: Ed Schouten In-Reply-To: <20090715093833.GZ48776@hoeg.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 15 Jul 2009 12:21:13 +0200 References: <57200BF94E69E54880C9BB1AF714BBCB5DEA51@w2003s01.double-l.local> <20090715093833.GZ48776@hoeg.nl> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MR1cF-0003ZD-5k. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MR1cF-0003ZD-5k e26c9078008bd5a1572e162a4f423dba Cc: freebsd-current@FreeBSD.org, Johan Hendriks Subject: Re: buildworld error BETA1 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: Wed, 15 Jul 2009 10:22:40 -0000 On Jul 15, 2009, at 11:38, Ed Schouten wrote: > Hallo Johan, > > * Johan Hendriks wrote: >> 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 > > I fixed this the other day. Please update your sources. > > Groetjes, > -- > Ed Schouten > WWW: http://80386.nl/ Is the mklocale used by buildworld in /usr/obj or the already installed version (in (/usr)/bin)? If it's the latter, that would explain why we've seen so many reports of this: people build a broken version of mklocale, install it along with the rest of "world", and then tries to build a healthy world source tree with a broken mklocale... in which case the fix would be to 1) cvs/svn update 2) rebuild + install mklocale 3) rebuild + install world Regards, Thomas