From owner-freebsd-questions@FreeBSD.ORG Tue Apr 28 17:45:42 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 87013106564A for ; Tue, 28 Apr 2009 17:45:42 +0000 (UTC) (envelope-from StevenFriedrich@InsightBB.com) Received: from mxsf01.insightbb.com (mxsf01.insightbb.com [74.128.0.71]) by mx1.freebsd.org (Postfix) with ESMTP id 54E5A8FC16 for ; Tue, 28 Apr 2009 17:45:42 +0000 (UTC) (envelope-from StevenFriedrich@InsightBB.com) X-IronPort-AV: E=Sophos;i="4.40,261,1238990400"; d="scan'208";a="652078512" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf01.insightbb.com with ESMTP; 28 Apr 2009 13:45:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuQBAPPd9klKg4ed/2dsb2JhbAAIz3uDcwU X-IronPort-AV: E=Sophos;i="4.40,261,1238990400"; d="scan'208";a="211950601" Received: from 74-131-135-157.dhcp.insightbb.com (HELO [192.168.2.3]) ([74.131.135.157]) by asavout01.insightbb.com with ESMTP; 28 Apr 2009 13:45:41 -0400 Message-ID: <49F7400A.8080101@InsightBB.com> Date: Tue, 28 Apr 2009 13:42:34 -0400 From: Steven Friedrich User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: make installworld is failing 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: Tue, 28 Apr 2009 17:45:42 -0000 It's trying to install zh locale stuff. In make.conf, I set DOC to en_something, so why is it doing other languages? This has been occurring for a short while and I've been getting around it with make -k installworld. But that no longer works. I'm tracking the 7.2 (RELENG_7). Here's an excerpt from the log: ===> share/timedef (install) install -C -o root -g wheel -m 444 nb_NO.ISO8859-1.out /usr/share/locale/nb_NO.ISO8859-1/LC_TIME install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of symbolic links *** Error code 71 Stop in /usr/src/share/timedef. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I am able to work around this issue by placing WITHOUT_LOCALES=yes in /etc/src.conf, but I hate to do that 8o) Any ideas? -- Steven Friedrich Lexington, KY 40509