From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 03:29:31 2004 Return-Path: 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 30B5016A4CE for ; Fri, 16 Jul 2004 03:29:31 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC46E43D1D for ; Fri, 16 Jul 2004 03:29:30 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 6BEF71362E; Fri, 16 Jul 2004 15:29:29 +1200 (NZST) Date: Fri, 16 Jul 2004 15:29:29 +1200 From: Jonathan Chen To: kinux Message-ID: <20040716032929.GA2465@grimoire.chen.org.nz> References: <000e01c46ae4$65425430$4c22fea9@winxp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000e01c46ae4$65425430$4c22fea9@winxp> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: mkisofs not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 03:29:31 -0000 On Fri, Jul 16, 2004 at 11:24:25AM +0800, kinux wrote: > hi, > i have a 4.10 box, today i try to install mkisofs, i cvsup first, then got a problem i have never seen before.. with following.. [...] > # cvsup -g -L 2 /usr/local/etc/cvsup/sup/ports-supfile > # cd /usr/ports > # make search name='mkiso' | grep Path > Path: /usr/ports/chinese/mkisofs > Path: /usr/ports/korean/mkisofs > Path: /usr/ports/sysutils/mkisofs > Path: /usr/ports/sysutils/mkisofs-devel After you run cvsup, you should run "portsdb -Uu" to update your INDEX file. Otherwise the contents will very likely be out of date. > # cd /usr/ports/sysutils/mkisofs > /usr/ports/sysutils/mkisofs: No such file or directory. mkisofs is now part of sysutils/cdrtools. So if you: # cd /usr/ports/sysutils/cdrtools # make install clean That should install 'mkisofs' for you. -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams