From owner-freebsd-questions@FreeBSD.ORG Thu Nov 22 13:14:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8191A2C6 for ; Thu, 22 Nov 2012 13:14:37 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3DBB48FC0C for ; Thu, 22 Nov 2012 13:14:36 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so10359310oag.13 for ; Thu, 22 Nov 2012 05:14:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=DaBijwEwZ1u0THyxPmPKAtGyWE+2neZV6+X1SsRhSro=; b=YvXR6fiGF3tSC+GAZ+unRSPi47KoFkoB5i/NTH5nvDyFHQN3cT/191CLNu6AWo3O7k OhzhrTLkLxJTBLRxcMTUzW/3nvPq9QQFsIZVBs4wFpAt+dfxK4Ny9zJl6FFTPVd76WY4 ClUU6oD1QJ2YkmS25GP2wh6nw3GmmSG1tZAkrMozrVgIXwkuCSibS150zCY9gik28b+d RKgA5MSomc93K3nwQJY0M6ct8oeYl9isN7r+s9jPftghAgaQIRetNzfBALOS5SkltnDI v0TP+/wF+lfRmJeQ0Kdu7I+TNuffXo97ze1Yo+uVmYDvOyB49XVaNrKcDICqv0dUQWpl OrpQ== MIME-Version: 1.0 Received: by 10.182.157.45 with SMTP id wj13mr361684obb.58.1353590076057; Thu, 22 Nov 2012 05:14:36 -0800 (PST) Received: by 10.76.172.98 with HTTP; Thu, 22 Nov 2012 05:14:35 -0800 (PST) Date: Thu, 22 Nov 2012 07:14:35 -0600 Message-ID: Subject: installworld strangeness From: David Noel To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2012 13:14:37 -0000 Updating from 8.2 to 8.3 I'm running into the following: ===> include (install) creating osreldate.h from newvers.sh dirname: not found *** Error code 127 Stop in /usr/src/include. *** 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. Has anyone managed to work past this error message? There seems to be only one other mention of it anywhere on the internet and it's in Greg Lehey's Diary -- http://www.lemis.com/grog/diary-apr2011.php?topics=c#D15-2 -- but no solution is given as a follow up, unfortunately. I tried upgrading to 9.1 also but ran into a wall there as well: ===> usr.sbin/lpr/filters.ru (install) install -o root -g wheel -m 444 /usr/src9.1/usr.sbin/lpr/filters.ru/bjc-240.sh.sample /usr/libexec/lpr/ru ===> usr.sbin/lpr/filters.ru/koi2alt (install) install -s -o root -g wheel -m 555 koi2alt /usr/libexec/lpr/ru strip: could not create temporary file to hold stripped copy of /usr/libexec/lpr/ru/koi2alt *** [_proginstall] Error code 70 Stop in /usr/src9.1/usr.sbin/lpr/filters.ru/koi2alt. *** [realinstall] Error code 1 Stop in /usr/src9.1/usr.sbin/lpr/filters.ru. *** [realinstall] Error code 1 Stop in /usr/src9.1/usr.sbin/lpr. *** [realinstall] Error code 1 Stop in /usr/src9.1/usr.sbin. *** [realinstall] Error code 1 Stop in /usr/src9.1. *** [reinstall] Error code 1 Stop in /usr/src9.1. *** [installworld] Error code 1 Stop in /usr/src9.1. *** [installworld] Error code 1 Stop in /usr/src9.1. Google points me to information that suggests the failure is caused by a lack of disk space, but that doesn't seem applicable to my case as I have plenty. Could anyone offer insight into either of these errors?