From owner-freebsd-current@FreeBSD.ORG Sun Aug 28 01:24:29 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BA216A41F for ; Sun, 28 Aug 2005 01:24:29 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5FB43D45 for ; Sun, 28 Aug 2005 01:24:28 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: (qmail 19087 invoked by uid 207); 28 Aug 2005 01:24:27 -0000 Received: from keramida@freebsd.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.65):. Processed in 0.650424 secs); 28 Aug 2005 01:24:27 -0000 Received: from dialup65.ach.sch.gr (HELO gothmog.gr) ([81.186.70.65]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 28 Aug 2005 01:24:26 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7S1OJe4007103; Sun, 28 Aug 2005 04:24:19 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7S1OJWN007102; Sun, 28 Aug 2005 04:24:19 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sun, 28 Aug 2005 04:24:19 +0300 From: Giorgos Keramidas To: Mike Jakubik Message-ID: <20050828012419.GA7073@gothmog.gr> References: <1268.172.16.0.199.1125164980.squirrel@172.16.0.1> <20050827175151.GM26920@bunrab.catwhisker.org> <1668.172.16.0.199.1125191131.squirrel@172.16.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1668.172.16.0.199.1125191131.squirrel@172.16.0.1> Cc: freebsd-current@freebsd.org Subject: Re: Creating own snap isos 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: Sun, 28 Aug 2005 01:24:29 -0000 On 2005-08-27 21:05, Mike Jakubik wrote: >On Sat, August 27, 2005 1:51 pm, David Wolfskill said: >> On Sat, Aug 27, 2005 at 01:49:40PM -0400, Mike Jakubik wrote: >> >>> Can someone tell me or point to a resource explaining how one can >>> create their own bootable install isos, based on their current source? >>> Are there >>> any tools provided to automate the process? >> >> I believe the process to research is called "make release." > > Thanks, i followed the man page instructions, but the process seems to > stop with this error: > > ===> share/zoneinfo (install) > umask 022; cd /usr/src/share/zoneinfo; zic -D -d > /tmp/chroot/usr/share/zoneinfo -p America/New_York -u root -g wheel -m > 444 -y /usr/obj/usr/src/share/zoneinfo/yearistype africa antarctica asia > australasia etcetera europe factory northamerica southamerica systemv > zic: can't link from /tmp/chroot/usr/share/zoneinfo/America/Indianapolis > to /tmp/chroot/usr/share/zoneinfo/EST: No such file or directory > *** Error code 1 > > Stop in /usr/src/share/zoneinfo. > *** Error code 1 You're not using make's -j option, are you? If you are, then try without it and see if that works better.