From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 18:55:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C9C16A420 for ; Wed, 5 Oct 2005 18:55:08 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3AC43D46 for ; Wed, 5 Oct 2005 18:55:07 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from opteron (c-67-171-212-242.hsd1.or.comcast.net[67.171.212.242]) by comcast.net (sccrmhc13) with SMTP id <2005100518550501300bguc9e>; Wed, 5 Oct 2005 18:55:05 +0000 Message-ID: <002501c5c9de$4cdc8410$0c64a8c0@opteron> From: "K Anderson" To: Date: Wed, 5 Oct 2005 11:55:03 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Subject: Darn that eu_ES.ISO8859-1/LC_MESSAGES 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: Wed, 05 Oct 2005 18:55:08 -0000 Hey folks, Although I found a fix for my issue, I thought I would post my experience so here it goes. I've got a annoying problem here. Everytime I make the world (using the instrctions at FreeBSD.org) I get Errcode 71s and Error Code 1s. Error code 71 happens at install: /usr/share/locale/eu_ES.ISO8859-1/LC_MESSAGES: No such file or directory It first starts with /usr/src/share/msgdef I then go in to the Makefile and remove the offending target of eu_ES.ISO8859-1 I looked in /usr/share/locale and there isn't a (dir) for the above locale but there is a link of that name that points to something else but I can't CD in to it (It says it's not a directory) and it's right it's not a directory. But it exists as a file (I'm thinking about deleting it next time I rebuild the world to see if something kicks it back in to place but I'll save that for later). The processes I followed were make buildworld make kernel KERNCONF=MSMOUSE-IIVi make installkernel KERNCONF=MSMOUSE-IIVi reboot mergemaster -p make installworld edit offending Makefile by removing any reference to eu_ES.ISO8859-1 (usually at the top of the Makefile) make installworld Note - I'm currently remaking after the first edit and I noticed in there a message that said something like eu_ES.ISO8859-1 expected (dir) found link. and repeat edit offending Makefile and make installworld until the errors go away. editting /usr/src/share/numericcdef Makefile now. Bah, forget it I'm going to rename the links to the eu_ES-thingy and see if it corrects itself. renaming errant links ran mergemaster -p running make installworld No errors. Yay! Should I even submit a pr on this? Seems I found the fix. Delete the darn links (or at least rename them to something else just to test the theory, then delete if proved). ~Mr. Anderson