From owner-freebsd-hackers Sat Jun 24 12:10:12 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA21593 for hackers-outgoing; Sat, 24 Jun 1995 12:10:12 -0700 Received: from whisker.internet-eireann.ie (whisker.internet-eireann.ie [194.9.34.204]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA21584 ; Sat, 24 Jun 1995 12:10:05 -0700 Received: from localhost (localhost [127.0.0.1]) by whisker.internet-eireann.ie (8.6.11/8.6.9) with SMTP id UAA09763; Sat, 24 Jun 1995 20:10:38 +0100 To: Charles Henrich cc: freebsd-hackers@freebsd.org Subject: Re: Creating iso9660 filesystems:mkisofs In-reply-to: Your message of "Sat, 24 Jun 1995 12:59:44 EDT." <199506241659.MAA05508@crh.cl.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9760.804021037.1@whisker.internet-eireann.ie> Date: Sat, 24 Jun 1995 20:10:38 +0100 Message-ID: <9761.804021038@whisker.internet-eireann.ie> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > The mkisofs that comes with 2.0.5-R is apparently broken, an assertian fails in > some chunk of code. Now I find this odd because I just took the stock code off > tsx-11 and built it and it didnt require a single change, and worked as > advertised (I've made many cd's off it). My question is did someone try and > tweak the code in the FreeBSD tree? The assertions were added as a second pass and can always be removed, but they were added because the code actually _doesn't_ do the right thing in the case where you haven't specified some flag and are making an image of some bits that do, in fact, require it. The entire option handling section of mkisofs is broken and mutant. Jordan