From owner-freebsd-doc@FreeBSD.ORG Sat Jan 16 15:55:44 2010 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAECC1065676 for ; Sat, 16 Jan 2010 15:55:44 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 2B3AB8FC0C for ; Sat, 16 Jan 2010 15:55:43 +0000 (UTC) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id o0GFtand006307; Sat, 16 Jan 2010 16:55:36 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.3/8.14.3) with ESMTP id o0GFtavD002792; Sat, 16 Jan 2010 16:55:36 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.3/8.14.3/Submit) id o0GFtW09002791; Sat, 16 Jan 2010 16:55:32 +0100 (CET) (envelope-from marc) Date: Sat, 16 Jan 2010 16:55:32 +0100 From: Marc Fonvieille To: Marius Strobl Message-ID: <20100116155532.GD1272@gothic.blackend.org> References: <3fcfb0ba1001160513s260a798cl76cf7b1cf45ac6cb@mail.gmail.com> <20100116144420.GC1272@gothic.blackend.org> <20100116153838.GE18141@alchemy.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100116153838.GE18141@alchemy.franken.de> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 8.0-RC2 User-Agent: Mutt/1.5.20 (2009-06-14) Cc: doc@FreeBSD.org, CeDeROM Subject: Re: cdrecord and burning disks on FreeBSD with filesize over 4GB X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2010 15:55:44 -0000 On Sat, Jan 16, 2010 at 04:38:38PM +0100, Marius Strobl wrote: > On Sat, Jan 16, 2010 at 03:44:20PM +0100, Marc Fonvieille wrote: > > On Sat, Jan 16, 2010 at 01:13:18PM +0000, CeDeROM wrote: > > > Hello world! > > > > > > I have a remark regarding the DVD/BluRay recording, as described in > > > the Handbook, that it currently requires cdrtools-devel package first > > > installed instead of cdrtools, to be able to create filesystem image > > > that supports >4GB per-file-size. Current cdrtools package was > > > released in September 2004 and is outdated as hell, it does not > > > support "-iso-level 3" switch, so it propagates problems to all > > > related recording software like dvd+rw-utils, brasero, k3b, dvdtk, > > > etc... > > > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > > > > > > Please take a look at comp.unix.bsd.freebsd.misc / cdrkit vs. > > > dvd+rw-tools and the dvd iso 4gb max filesize problem > > > > > > The author of the cdrtools suite is involved in the discussion and he > > > declares a new release soon, so the problem might be solved, however I > > > think that it is good idea to add this information about > > > cdrtools-devel package into Handbook documentation, in case of future > > > troubles with cdrtools releases. > > > > > > > We can add a note to the Handbook but it'd a better idea to have the fix in > > default cdrtools port, I mean the one used by all burning applications. > > > > I let marius@ (the port maintainer) choosing the best solution. > > > > Patching cdrtools is a complicated topic as the author is very strict > about the license so it typically means creating an unsupported fork > which needs to be compiled with -DSOURCE_MODIFIED etc. Backporting > features to 2.01 also isn't easily possible as for most parts it's > GPL in 2.01 versus CDDL in 2.01.01. As long a the release engineering > depends on a working mkisofs I'm also reluctant to change the version > tracked by sysutils/cdrtools to the alpha releases. If a port requires > features from 2.01.01 it should just depend on sysutils/cdrtools-devel > explicitly. There are some differences in pkg-plist files of the two > cdrtools ports which should make this actually possible. > Ok thanks Marius, your answer is clear. No need to change something. If one wants to burn a > 4GB .iso file sysutils/cdrtools-devel must be installed instead of sysutils/cdrtools. I'll update the Handbook on this point. -- Marc