From owner-freebsd-current@FreeBSD.ORG Fri Sep 13 02:31:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 67B187B for ; Fri, 13 Sep 2013 02:31:00 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A1032F0D for ; Fri, 13 Sep 2013 02:30:59 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id e14so1402873iej.10 for ; Thu, 12 Sep 2013 19:30:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=ibIyd3lylDM83SWKgb73liYRSb17jd6VL0epVncU7CY=; b=jpod/J4CW7hVwlA7sWbpLfO+3VveWenOuKA9A2J/KtF1z138cvMeU8r+H1R5MyygxK hPxAkggk02bLGVRltqmkiTp+NW82munbKJQ2tut0NjMSikP6C8V/CQQP9e82cVyqFdKV RbzRak6c35MRVvk52WIJhEHi0L74wulkepjjjRdyTO4k+w30bj6jBsBr6GQFw/qCEaMA YlzfUh85sMlLseMvu4xDUOW1mW+ixsdAeX/wTl0NwP7YkW8AwXHxORF6Hp3w2Vpao7nc LqaKzgxLI0F7pOML37UhckZ0xSgAxHuZlRGbVxdkv/lBji1e4vX0Oc/2BNizAVQRQuI5 ZpKQ== X-Gm-Message-State: ALoCoQnccENwqYyM8OYnZjD6gF8S76nkahAa9gFpJzz2oQUBQJMQ5fxwV0BV8ePT8igKHYVo3vry X-Received: by 10.50.77.72 with SMTP id q8mr329426igw.14.1379039459425; Thu, 12 Sep 2013 19:30:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Thu, 12 Sep 2013 19:30:44 -0700 (PDT) In-Reply-To: <20130913022735.GL2404@glenbarber.us> References: <20130913022735.GL2404@glenbarber.us> From: "Lundberg, Johannes" Date: Fri, 13 Sep 2013 11:30:44 +0900 Message-ID: Subject: Re: make release fails... To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 13 Sep 2013 02:31:00 -0000 # sysctl -n kern.osreldate 1000045 The system is 10.0. I used it before to build custom distribution. What I've done since last time is basically removing /usr/src and grabbing a new one from head. -- Johannes Lundberg Project leader and lead developer of Mirama OS (previously Viking OS) BRILLIANTSERVICE CO., LTD. My blog Mirama homepage blog Company homepage On Fri, Sep 13, 2013 at 11:27 AM, Glen Barber wrote: > On Fri, Sep 13, 2013 at 11:21:43AM +0900, Lundberg, Johannes wrote: > > Trying to create a custom install image which has been successful before > > but suddenly fails during make release/memstick. > > > > Procedure > > > > 1) cd /usr/src > > 2) make buildworld > > 3) make buildkernel > > 4) cd release > > 5) make release > > > > and I get the error > > > > ... > > gencat be_BY.UTF-8.cat /usr/src/lib/libc/nls/be_BY.UTF-8.msg > > make[8]: exec(gencat) failed (no such file or directory) > > .... > > > > This is not enough context. > > Also, what is output of 'sysctl -n kern.osreldate' on the build host, > and which branch and revision are you trying to build? > > Glen > >