<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-721</id>
	<title>Nabble - Cdrecord-developers</title>
	<updated>2009-11-19T07:32:02Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cdrecord-developers-f721.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cdrecord-developers-f721.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26428544</id>
	<title>cdrtools-2.01.01a68 ready</title>
	<published>2009-11-19T07:32:02Z</published>
	<updated>2009-11-19T07:32:02Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a68:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state of a release candidate for the next
&lt;br&gt;major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	VMS rules for libraries not create an archive XXX.olb instead of libXXX.a
&lt;br&gt;&lt;br&gt;-	schily/utypes.h enhanced to allow to define maxint_t which is 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; missing on VMS
&lt;br&gt;&lt;br&gt;-	Better autoconf test for union wait vs. int for platforms that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; define union wait but use int as wait() parameter.
&lt;br&gt;&lt;br&gt;-	schily/vfork.h now includes unistd.h as the related definitions 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; are there on Solaris
&lt;br&gt;&lt;br&gt;-	Fixed a configure bug with opendir() inherited from GNU autoconf
&lt;br&gt;&lt;br&gt;-	Enhanced the vfork() autoconf test to avoid a hang on VMS
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	libschily/spawn.c now uses vfork()
&lt;br&gt;&lt;br&gt;-	libschily/fexec.c now supports IO redirection on VMS
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Some #define inline definitions removed as &amp;quot;inline&amp;quot; is already
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; handled by schily/mconfig.h
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;-	Fixed a typo in idcache.c
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;-	Some changes for better VMS support
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;-	Removed a warning from the HP-UX C-compiler about a possible endless loop 
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;-	Add the VMS C-compiler to the list of exceptions for not fully C99 compliant
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compilers to allow compilation. 
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	changed a include path in libscg/scsi-mac-iokit.c to allow
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compilation on &amp;quot;Snow Leopard&amp;quot;
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Libmdigest:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Added a workaround for a firmware oddity with DVD+RW on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; '_NEC &amp;nbsp; &amp;nbsp;' 'DVD_RW ND-3500AG' with media written from other drives.
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Added a forgotten modification in ringbuff.c that caused an abort due to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a wrong assert() condition.
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Fixed a bug (writing to stdout instead of stderr) recently introduced with better 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RR recognition support.
&lt;br&gt;&lt;br&gt;-	&amp;quot;isoinfo&amp;quot; now supports iconv() based locales for Joliet.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26428544&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a68-ready-tp26428544p26428544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26162093</id>
	<title>cdrtools-2.01.01a67 ready</title>
	<published>2009-11-02T03:01:54Z</published>
	<updated>2009-11-02T03:01:54Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a67:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state of a release candidate for the next 
&lt;br&gt;major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	Prevent a compiler warning when compiling 64 bit binaries on HP-UX
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; using make CCOM=cc64
&lt;br&gt;&lt;br&gt;-	Some files in include/schily/*.h have been enhanced to better support VMS
&lt;br&gt;&lt;br&gt;-	config.guess now knows about OpenVMS
&lt;br&gt;&lt;br&gt;-	Changed bash test to use --version instead of -version as bash on OpenVMS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is bash-1.x
&lt;br&gt;&lt;br&gt;-	include/schily/xmconfig.h (containing a &amp;quot;static&amp;quot; configuration for VMS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; because &amp;quot;configure&amp;quot; does not work on VMS) was enhanced.
&lt;br&gt;&lt;br&gt;-	Trying to add support for OpenVMS to RULES/*
&lt;br&gt;&lt;br&gt;-	New autoconf tests for the type &amp;quot;long double&amp;quot; and a new &amp;quot;max size&amp;quot; type.
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	libschily/*bytes.c now support 64 bit compilation and use a &amp;quot;ssize_t&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; typed count parameter instead of &amp;quot;int&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Libmdigest:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;-	First complete version of a man page for rscsi.
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	cdda2wav now correctly deals with the case when no sound device
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; was specified. Thanks to Robert Grimm &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for reporting.
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Make &amp;quot;isovfy&amp;quot; CD-ROM-XA aware
&lt;br&gt;&lt;br&gt;-	Make &amp;quot;isodump&amp;quot; CD-ROM-XA aware
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162093&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a67-ready-tp26162093p26162093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26008867</id>
	<title>Re: Looking for porting account on AIX and others</title>
	<published>2009-10-22T05:12:12Z</published>
	<updated>2009-10-22T05:12:12Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Rob Bogus &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26008867&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob23@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux					Test machine ready
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Which Linux? It runs on many CPUs, and at minimum x86_32, x86_64, SPARC 
&lt;br&gt;&amp;gt; and PPC are probably worth testing due to reasonable user base.
&lt;br&gt;&amp;gt; Reasonable defined &amp;quot;more than Hurd&amp;quot; in this case.
&lt;br&gt;&lt;br&gt;If Linux is written internally in a way that could be called clean and 
&lt;br&gt;processor independent, then the processor independence of the portability
&lt;br&gt;system in cdrtools should be sufficient to hide all specifics of other CPU 
&lt;br&gt;types.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26008867&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26008867&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26008867&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26008867&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-porting-account-on-AIX-and-others-tp25966533p26008867.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25966533</id>
	<title>Looking for porting account on AIX and others</title>
	<published>2009-10-19T15:03:52Z</published>
	<updated>2009-10-19T15:03:52Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the next final release for cdrtools is close and I am of course 
&lt;br&gt;interested in giving the best possible. I unfortunately did not have
&lt;br&gt;access to some pf the supported platforms for a long time and it
&lt;br&gt;seems that AIX may be the most important platform from this list.
&lt;br&gt;&lt;br&gt;Is there somebody who is able to give me ssh login access to an AIX
&lt;br&gt;machine with a compiler ready?
&lt;br&gt;&lt;br&gt;BTW: this is the current porting situation:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SunOS &amp;nbsp; (SunOS-3.x &amp; SunOS-4.x)		Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Solaris (SunOS-5.x)			Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AIX					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apollo Domain				---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AmigaOS 				---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ATARI MiNT				---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BeOS					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BSD-OS					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD					Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NetBSD					Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OpenBSD					Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DragonFlyBSD				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DG-UX					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GNU-Hurd				---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cygwin on win32				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cygwin on win64				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Max OS X				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Haiku					Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HP-UX					Test machine ready (10.20 % 11.11)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IRIX					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux					Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NextSTep				---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OSF-1 (Digital UNIX)			---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/2					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCO OpenServer				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCO UnixWare				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sony NEWS-OS				---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Syllable				Test machine ready
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; QNX					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VMS					---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Zeta					Test machine ready
&lt;br&gt;&lt;br&gt;I would love to get porting access to systems that are marked with &amp;quot;---&amp;quot;
&lt;br&gt;&lt;br&gt;So there are other platforms that are also of interest.
&lt;br&gt;&lt;br&gt;Thank you in advance!
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25966533&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25966533&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25966533&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25966533&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-porting-account-on-AIX-and-others-tp25966533p25966533.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25889860</id>
	<title>Re: cdrtools-2.01.01a66 ready</title>
	<published>2009-10-14T05:06:24Z</published>
	<updated>2009-10-14T05:06:24Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Bill Davidsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25889860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; TODO:
&lt;br&gt;&amp;gt; &amp;gt; 	-	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 	-	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Another thing I will try before I comment.
&lt;br&gt;&lt;br&gt;I forgot to mention that this is of course work that is planned for the next
&lt;br&gt;release and not to happen before the recently planned final.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25889860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a66-ready-tp25844062p25889860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25881154</id>
	<title>Re: cdrtools-2.01.01a66 ready</title>
	<published>2009-10-13T14:22:14Z</published>
	<updated>2009-10-13T14:22:14Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Bill Davidsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25881154&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Joerg Schilling wrote:
&lt;br&gt;&amp;gt; &amp;gt; NEW features of cdrtools-2.01.01a66:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; *******
&lt;br&gt;&amp;gt; &amp;gt; NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;gt; &amp;gt; 	
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; You have been saying this for several years, it has less meaning than 
&lt;br&gt;&amp;gt; &amp;quot;have a nice day,&amp;quot; so either release a new beta or release candidate, or 
&lt;br&gt;&amp;gt; stop promising things you can't deliver. You nit-pick other's posts, so 
&lt;br&gt;&amp;gt; don't complain if you get called on this.
&lt;/div&gt;&lt;br&gt;You are not currect: I am saying this since three releases as we are currently 
&lt;br&gt;getting _very_ close to the mext major release.
&lt;br&gt;&lt;br&gt;There is not much to do except reworking for the man pages. 
&lt;br&gt;&lt;br&gt;BTW: since the last major release, more than 30% of the code has been rewritten
&lt;br&gt;or replaced and many new funtions have been added so more than 50% of the code
&lt;br&gt;is new since the last &amp;quot;final&amp;quot; release from september 2004.
&lt;br&gt;&lt;br&gt;There have been 7100 single file edits in 2900 edit groups, resulting in an 
&lt;br&gt;average of aprox. 4 file edits per day during this period.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25881154&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25881154&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25881154&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25881154&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a66-ready-tp25844062p25881154.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25844062</id>
	<title>cdrtools-2.01.01a66 ready</title>
	<published>2009-10-11T07:51:50Z</published>
	<updated>2009-10-11T07:51:50Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a66:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	Added support for 64 bit compilation on HP-HX using &amp;quot;cc&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Use make CCOM=cc64 as usual to switch to 64 bit compilation.
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	libschily/fconv.c reworked to deal with non-C99 compliant systems and to deal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; with the constraints found in HP-UX-11.11.
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;-	Fixed a problem in libsiconv in case that the the locale is specified as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;iconv:name&amp;quot;.
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	Make libscg deal with the new error code from HP-UX that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is returned for a non-existing ATAPI slave.
&lt;br&gt;&lt;br&gt;-	Some minor changes in libscg to make scgcheck report less problems
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; with HP-UX
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Libmdigest:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Better man page with repect to dev=
&lt;br&gt;&lt;br&gt;-	The cdrecord man page has been restructured.
&lt;br&gt;&lt;br&gt;-	Fixed a bug in the workaround code for a firmware bug for DVD+R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; media in HL-DT-ST drives.
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Better man page with repect to dev=
&lt;br&gt;&lt;br&gt;-	The cdda2wav man page has been restructured.
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	readcd now only send the Plextor specific SCSI commands for the -cxscan
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; option in case that the drive identifies as Plextor.
&lt;br&gt;&lt;br&gt;-	Better man page with repect to dev=
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;-	Better man page with repect to dev=
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;-	Better man page with repect to dev=
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	mkisofs man page reworked
&lt;br&gt;&lt;br&gt;-	isoinfo man page reworked
&lt;br&gt;&lt;br&gt;-	New file mkisofs/rock.h 
&lt;br&gt;&lt;br&gt;-	isodump now prints more information about Rock Ridge attributes to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; help debugging non-compliant Rock Ridge ISO images.
&lt;br&gt;&lt;br&gt;-	isoinfo now correctly identifies ISO images made with the Mac OS X
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; program &amp;quot;hdiutil&amp;quot; by e.g. calling:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hdiutil makehybrid -iso -hfs -verbose -o xxx.iso some_dir
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; As filesystems that violate the Rock Ridge standard.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Check e.g. by &amp;quot;isoinfo -i xxx.iso -d&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Interpreting Rock Ridge on such images can be enforced by calling:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;isoinfo -i xxx.iso -lR -debug&amp;quot; 
&lt;br&gt;&lt;br&gt;-	mkisofs now ignores the broken Rock Ridge attributes that have been
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; created by the Mac OS X program &amp;quot;hdiutil&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25844062&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a66-ready-tp25844062p25844062.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25456197</id>
	<title>cdrtools-2.01.01a65 ready</title>
	<published>2009-09-15T08:27:52Z</published>
	<updated>2009-09-15T08:27:52Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a65:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	*BSD comes with a broken sed(1), so we need to go back to tr(1) based
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; code for GNU make in the Schily Makefilesystem.
&lt;br&gt;&lt;br&gt;-	Added support for amd64-netbsd-cc.rul to the Schily Makefilesystem
&lt;br&gt;&lt;br&gt;-	Added support for DragonFly BSD to config.guess and config.sub
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	Added a hack to liscg to allow cdrecord -scanbus to work on NetBSD
&lt;br&gt;&lt;br&gt;-	Added a hack to liscg to allow cdrecord -scanbus to work on OpenBSD
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libscg now supports -scanbus and cdrecord's autotarget feature on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; following platforms:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SunOS	(SunOS-3.x &amp; SunOS-4.x)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Solaris (SunOS-5.x)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AmigaOS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ATARI MiNT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BeOS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NetBSD
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OpenBSD
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DragonFlyBSD
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cygwin on win32
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cygwin on win64
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Max OS X
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Haiku
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HP-UX
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IRIX
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NextSTep
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OSF-1 (Digital UNIX)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCO OpenServer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCO UnixWare
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VMS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Zeta
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Libmdigest:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Avoid signed chars ad parameter to toupper
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN NT-4.0 NOTES:
&lt;br&gt;&lt;br&gt;To compile on Cygwin32, get Cygwin and install it.
&lt;br&gt;For more information read README.win32
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25456197&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a65-ready-tp25456197p25456197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25284461</id>
	<title>cdrtools-2.01.01a64 ready</title>
	<published>2009-09-03T14:29:59Z</published>
	<updated>2009-09-03T14:29:59Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a64:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	The schily makefilesystem now by default sets all locale related envronment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; variables to &amp;quot;C&amp;quot; in order to avoid problems.
&lt;br&gt;&lt;br&gt;-	Make the makefile emulation mode for &amp;quot;non-automake aware&amp;quot; make programs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; like SunPro Make and GNU make more immune against oddities in the tr(1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; program that are seen with a locale that differs from LC_ALL=C
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Another step to prevent some tr(1) oddities was to replace the call to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tr(1) by a call to sed(1).
&lt;br&gt;&lt;br&gt;-	Added GMAKE_NOWARN=true to allow to disable the gmake warning
&lt;br&gt;&lt;br&gt;-	Enhanced include/schily/priv.h to distinct Solaris and AIX process privileges
&lt;br&gt;&lt;br&gt;-	New include file include/schily/math.h
&lt;br&gt;&lt;br&gt;-	Try to workaound a problem with GCC on newer AIX versions. It seems that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.g. gcc on AIX is not C99 compliant and does not support isnan().
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that the current solution may compile and run on newer AIX versions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; but does not seem to be the optimal solution as it cannot check whether
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a float is a number or not.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It is unfortunate, that we do not have an AIX login that would allow
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to implement better AIX support.
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	The low level SCSI transport code for Mac OS X has been reworked.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The code now supports cdrecord -scanbus
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The code now supports cdrecord's autotarget mode
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The code now supports to communicate with BluRay drives
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The code now prints a longer help text that instructs what to do in order
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to work against the &amp;quot;diskarbitrationd&amp;quot; program on Mac OS that tries to 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; steal us our hardware. 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If someone is able and willing to help, please send mail!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I like to be able to tell &amp;quot;diskarbitrationd&amp;quot; to give up specific drives
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and to set up shared access.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Libmdigest:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	The cdrecord man page now mentions that the -clone mode is a bad idea to copy
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; audio CDs.
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	The readcd man page now mentions that the -clone mode is a bad idea to copy
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; audio CDs.
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN NT-4.0 NOTES:
&lt;br&gt;&lt;br&gt;To compile on Cygwin32, get Cygwin and install it.
&lt;br&gt;For more information read README.win32
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25284461&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a64-ready-tp25284461p25284461.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24735683</id>
	<title>cdrtools-2.01.01a62 ready</title>
	<published>2009-07-30T03:13:20Z</published>
	<updated>2009-07-30T03:13:20Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a62:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	New include files include/schily/ctype.h, include/schily/pwd.h
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and include/schily/grp.h 
&lt;br&gt;&lt;br&gt;-	All programs are now using schily/stdio.h 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for orthogonality.
&lt;br&gt;&lt;br&gt;-	Haiku default install dir is now /boot/opt/schily
&lt;br&gt;&lt;br&gt;-	New rules RULES/os-cygwin_nt-6.0-wow64.id and 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RULES/os-cygwin_nt-6.1-wow64.id support Cygwin on 64bit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; installations of Win Vista and &amp;quot;Win 7&amp;quot;.
&lt;br&gt;&lt;br&gt;-	New rules for compiling 64 Bit binaries on cygwin_nt-wow64
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NOTE: You need to have a 64 bit aware gcc on Cygwin to use this!
&lt;br&gt;&lt;br&gt;-	TEMPLATES/temp-gcc.rul and TEMPLATES/temp-xcc.rul
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; now correctly include cc-gcc.rul and cc-dumb.rul and thus
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make the automake feature working again for completely
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; unknown platforms.
&lt;br&gt;&lt;br&gt;-	Fixed RULES/rules.inc to make sure we install xx.h instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xx.h.exe
&lt;br&gt;&lt;br&gt;-	Workaround an infinite hang in an autoconf test on 64 Bit Vista
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; with Cygwin
&lt;br&gt;&lt;br&gt;-	Include limits.h in schily/hostname.h for Linux
&lt;br&gt;&lt;br&gt;-	Several &amp;quot;%s&amp;quot; formats have been introduced in order to make gcc-4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; happy even though the original strings have been pointer to constant
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and well known strings
&lt;br&gt;&lt;br&gt;-	Change the option order in the autoconf test for calling the linker
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in order to avoid problems with the microsoft linker.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	libschily now is thread aware and uses the thread specific errno
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value on Solaris, Linux and FreeBSD.
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	Raised the SCSI Bus-number limit from 256 to 500 for Linux as a workaround
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for a resource leak bug in the linux kernel. The workaround lets the problem
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; happen much later but cannot completely avoid it. If you are hit by the Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kernel resource leak bug, you need to reboot.
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Correctly abort the FIFO in cdrecord on BeOS and Haiku
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in case that the clone ara cannot be made shared.
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Fixed a potential malloc problem in mkisofs
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24735683&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a62-ready-tp24735683p24735683.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24362053</id>
	<title>Re: MinGW port</title>
	<published>2009-07-06T13:10:49Z</published>
	<updated>2009-07-06T13:10:49Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;why do you still forward my mail to unrelated people?
&lt;br&gt;Why do you still send no reply to me making it impossible for
&lt;br&gt;me to answer?
&lt;br&gt;&lt;br&gt;If you like to discuss things in the open, I recommend you to use the official
&lt;br&gt;mailing list for cdrtools developers:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24362053&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;If you believe that smake depends on symbolic links, then you did never try 
&lt;br&gt;to compile smake.
&lt;br&gt;&lt;br&gt;Smake is an automake enhanced make program that knows how to retrieve system
&lt;br&gt;information. 
&lt;br&gt;&lt;br&gt;The Schily makefile system is build on state of the art technology developed 
&lt;br&gt;for Plan 9 20 years ago. It uses a cleanly ans simple structured system of make 
&lt;br&gt;rules. This helps to avoid the unneeded complexity from cmake that is a cause 
&lt;br&gt;for problems.
&lt;br&gt;&lt;br&gt;More than 2/3 of your changes are unneeded in the original because you did put
&lt;br&gt;effort in working on cmake issues that do not exist in the original software.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Please note that cdrkit cannot be legally distributed because it is violating 
&lt;br&gt;the Copyright law and the GPL. If you put effort in this fork, it is not 
&lt;br&gt;legally usable and you put effort into an extremely old version.
&lt;br&gt;&lt;br&gt;&lt;br&gt;If you however work on the original software, wou get all the new features and 
&lt;br&gt;your effort can be used by others.
&lt;br&gt;&lt;br&gt;I recommend you to check the latest sources on
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/schily/
&lt;br&gt;&lt;br&gt;(look at the intermediate schily-dist.pre.tar.bz2
&lt;br&gt;&lt;br&gt;you will see that all your changes that look correct have already been 
&lt;br&gt;integrated. As I am (in contrary to the people behind the fork) interested
&lt;br&gt;in being able to give long term support for my software, I cannot apply patches 
&lt;br&gt;that may cause problems on other platforms. If you use the latest software, 
&lt;br&gt;I expect only a few minor problems on MINGW and for this I need useful 
&lt;br&gt;explanations for your problems to allow to create quality software that is 
&lt;br&gt;ready for the future.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24362053&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24362053&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24362053&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24362053&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-MinGW-port-tp24362053p24362053.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24353324</id>
	<title>cdrtools-2.01.01a61 ready</title>
	<published>2009-07-06T03:45:57Z</published>
	<updated>2009-07-06T03:45:57Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a61:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	Support for 64 bit compilation on mac OS X was added.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Call make CCOM=cc64 as on other platforms.
&lt;br&gt;&lt;br&gt;-	$OLIBSDIR is no longer in the RUNPATH
&lt;br&gt;&lt;br&gt;-	New include file include/schily/limits.h
&lt;br&gt;&lt;br&gt;-	Make sure that all include files in include/schily/ include
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; include/schily/mconfig.h
&lt;br&gt;&lt;br&gt;-	wide character support new
&lt;br&gt;&lt;br&gt;-	New makefile &amp;quot;Mocsw&amp;quot; sets defaults for &amp;quot;opencsw&amp;quot; instead of Blastwave.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mcsw for Blastwave of course continues to exist
&lt;br&gt;&lt;br&gt;-	New defaults directory DEFAULTS_CSW includes special defaults that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compile e.g. for Sparc-V8 in order to get working binaries for older 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sparc non 64 Bit hardware.
&lt;br&gt;&lt;br&gt;-	New autoconf test HAVE_SETBUF and HAVE_SETVBUF
&lt;br&gt;&lt;br&gt;-	Several modification in hope to better support MINGW
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	wide character support new
&lt;br&gt;&lt;br&gt;-	sevaral str*.c functions new for orthogonality with the new wcs* code.
&lt;br&gt;&lt;br&gt;-	Added a wide character patern matcher with: patwcompile(), patwmatch(), patwlmatch()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; See files:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libschily/matchw.c and libschily/matchwl.c
&lt;br&gt;&lt;br&gt;-	libschily/stdio/*.c fixed to use size_t as length parameter for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; read*()/write*() operations.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	Added a workaround for the type desaster in the Appls IOKit include files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in order to support 64 bit binaries
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	The -interactive option is now mentioned in the -help output and the man page.
&lt;br&gt;&lt;br&gt;-	Call unit_ready() before retrieving the TOC data in order to work around a Solaris 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scsa2usb (SCSA to USB Driver) bug.
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	&amp;quot;readcd&amp;quot; no longer dumps core if the C2Scan function is selected from the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; interactive interface.
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Fixed a typo bug in the mkisofs man page that caused the two synopsis lines
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to appear as one line when using GNU troff.
&lt;br&gt;&lt;br&gt;-	isoinfo now prints &amp;quot;???&amp;quot; in case that an illegal month is in a ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24353324&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a61-ready-tp24353324p24353324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23655405</id>
	<title>cdrtools-2.01.01a60 ready</title>
	<published>2009-05-21T08:39:11Z</published>
	<updated>2009-05-21T08:39:11Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">ftp://ftp.berlios.de/pub/cdrecord/alpha/
&lt;br&gt;&lt;br&gt;NEW features of cdrtools-2.01.01a60: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;******* 
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;******* 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;All: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Trying to work around nasty Linux distributions that try to fool autoconf 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function tests and thus may result in incorrect results for the functions 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fexecl fexecle fexecv fexecve fspawnv fspawnl fspawnv_nowait getline fgetline 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; New include files include/schily/dlfcn.h and include/schily/shcall.h 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; New autoconf tests for dlopen() and similar functions 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Fixed a typo in include/schily/fnmatch.h that prevented compilation on BeOS 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Fixed a typo in include/schily/libport.h that prevented compilation on BeOS 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; New makefile &amp;quot;Mocsw&amp;quot; allows to create packages for &amp;quot;opencsw&amp;quot; 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; RULES/rules.csw enhanced to allow to overwrite EMAIL= and HOTLINE= from 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the make command line. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; New autoconf test for getprogname()/setprogname() 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Support for using Microsoft &amp;quot;cl&amp;quot; to compile 64 bit binaries from Cygwin now 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; has been finished 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libschily: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Code in libschily/fexec.c cleaned up for better readability 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; libschily/checkerr.c now correctly handles the &amp;quot;WARN&amp;quot; directive. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;): 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;): 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libcdrdeflt: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libdeflt: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libfind: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libfile: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libhfs_iso: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libsiconv: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libscg: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Libscgcmd: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Rscsi: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Cdrecord: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Cdrecord now calls read_format_capacities() in silent mode in order to 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; check whether the current drive supports this SCSI command. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;): 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; cdda2wav now gives better readable text with cdda2wav -help 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; BeOS has a /boot/develop/headers/be/support/ByteOrder.h that also defines 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _BYTEORDER_H and thus interferes with our cdda2wav/byteorder.h 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Readcd: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Scgcheck: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Scgskeleton: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Btcflash: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; libschily/checkerr.c (used by mkisofs) now correctly handles the &amp;quot;WARN&amp;quot; directive. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23655405&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a60-ready-tp23655405p23655405.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23123056</id>
	<title>cdrtools-2.01.01a59 ready</title>
	<published>2009-04-19T06:31:48Z</published>
	<updated>2009-04-19T06:31:48Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a59:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	Add -D_GNU_SOURCE to the standard include flags for Linux in order
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to unhide needed extensions.
&lt;br&gt;&lt;br&gt;-	Trying to add support for compilation on WIN64 using cl and gcc
&lt;br&gt;&lt;br&gt;-	Adding support for NT-6.0 (Win Vista) and NT-6.1 (Win 7)
&lt;br&gt;&lt;br&gt;-	Several typo corrections
&lt;br&gt;&lt;br&gt;-	New include file include/schily/wctype.h
&lt;br&gt;&lt;br&gt;-	New autoconf test that checks for the differences between the original
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iconv() implementation from Sun and the deviating POSIX standard.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This allows to avoid compiler warning messages for mkisofs.
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;-	Fixed a copy/paste error from libsiconv. Libsiconv now correctly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initlizes duplicated data structures to prevent core dumps.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks to Jörg Sonnenberger for reporting.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Better error messages when the media size is unknown
&lt;br&gt;&lt;br&gt;-	Try to work around a firmware bug in the drive:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'HL-DT-ST' 'DVD-RAM GH22NP20' '1.02'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; that is in effect with DVD+R media.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ***** ATTENTION *****
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The algorith to fetch the size information from a DVD+R/RW medium was changed with this
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; release. Please check for and report problems.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-	cdtext.c now checks for empty CD-Text files to prevent a later endless loop in cdrecord
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while writing the TOC. Thanks to Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; for reporting.
&lt;br&gt;&lt;br&gt;-	Man page corrected some problems from hypen -&amp;gt; minus 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	cdda2wav now supports new parameters for the -output-endianess option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;host&amp;quot; or &amp;quot;machine&amp;quot; represent the actual byte order of the host CPU in the current OS.
&lt;br&gt;&lt;br&gt;-	Fixed a man page bug that did hide some text from the visible result. Thanks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to Michael Prokop
&lt;br&gt;&lt;br&gt;-	Man page corrected some problems from hypen -&amp;gt; minus 
&lt;br&gt;&lt;br&gt;-	Removed some Copyright hints to people who did never really enter code into mkisofs
&lt;br&gt;&lt;br&gt;-	Removed a Copyright hint for RSA that is no longer valid.
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	Man page corrected some problems from hypen -&amp;gt; minus 
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;-	Man page corrected some problems from hypen -&amp;gt; minus 
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;-	Better support for large files (using ftello()/fseeko())
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;-	Better support for large files (using ftello()/fseeko())
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Better error messages in case that a specific charset translation is not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; available.
&lt;br&gt;&lt;br&gt;-	Now using HAVE_ICONV_CONST to avoid iconv() related compiler warnings
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN NT-4.0 NOTES:
&lt;br&gt;&lt;br&gt;To compile on Cygwin32, get Cygwin and install it.
&lt;br&gt;For more information read README.win32
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;NOTE:	These tar archives are 100% POSIX compatible. GNU tar may get some
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; minor trouble. If you like a 100% POSIX compliant tar, get star from
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ftp://ftp.berlios.de/pub/star/
&lt;br&gt;&lt;br&gt;WARNING: Do not use 'winzip' to extract the tar file!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Winzip cannot extract symbolic links correctly.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23123056&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a59-ready-tp23123056p23123056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22724830</id>
	<title>Re: Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T08:52:03Z</published>
	<updated>2009-03-26T08:52:03Z</updated>
	<author>
		<name>Bugzilla from trueg@k3b.org</name>
	</author>
	<content type="html">On Thursday 26 March 2009 15:49:13 Joerg Schilling wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22724830&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; please find attached the backtrace. It is short but at least it shows the
&lt;br&gt;&amp;gt; &amp;gt; area...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems that the hang happens lather than your first mail made be
&lt;br&gt;&amp;gt; believe....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please check the latest a59-pre2 in
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ftp://ftp.berlios.de/pub/cdrecord/alpha/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jörg
&lt;/div&gt;&lt;br&gt;:D
&lt;br&gt;nice solution:
&lt;br&gt;&lt;br&gt;/usr/local/bin/cdrecord: Empty CD-Text file.
&lt;br&gt;/usr/local/bin/cdrecord: Cannot use '/tmp/Sn6771.dat' as CD-Text file.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22724830&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22724830.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22723575</id>
	<title>Re: Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T07:49:13Z</published>
	<updated>2009-03-26T07:49:13Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22723575&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; please find attached the backtrace. It is short but at least it shows the 
&lt;br&gt;&amp;gt; area...
&lt;br&gt;&lt;br&gt;It seems that the hang happens lather than your first mail made be believe....
&lt;br&gt;&lt;br&gt;Please check the latest a59-pre2 in
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha/
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22723575&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22723575&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22723575&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22723575&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22723575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22722517</id>
	<title>Re: Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T06:52:58Z</published>
	<updated>2009-03-26T06:52:58Z</updated>
	<author>
		<name>Bugzilla from trueg@k3b.org</name>
	</author>
	<content type="html">On Thursday 26 March 2009 13:17:31 Joerg Schilling wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22722517&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to find where the hang is?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; would love to but I dont have any of those commands. pstack failed to
&lt;br&gt;&amp;gt; &amp;gt; compile here on amd64 and gcore is not available at all... :(
&lt;br&gt;&amp;gt; &amp;gt; Any other output I may produce? I could compile cdrecord with debugging
&lt;br&gt;&amp;gt; &amp;gt; symbols...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if you have no working dbx (dbx prints a readable stack trace even for
&lt;br&gt;&amp;gt; stripped binaries), you would need to compile for gdb....see README.compile
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then you could e.g. call
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; kill -ILL &amp;lt;cdrecord pid&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and then call
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gdb cdrecord core
&lt;br&gt;&amp;gt; where
&lt;/div&gt;&lt;/div&gt;please find attached the backtrace. It is short but at least it shows the 
&lt;br&gt;area...
&lt;br&gt;&lt;br /&gt;movebytes (fromv=0x1e49270, tov=0x1e5c000, cnt=0) at movebytes.c:42
&lt;br&gt;42 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((n = cnt) &amp;lt;= 0)
&lt;br&gt;(gdb) bt
&lt;br&gt;#0 &amp;nbsp;movebytes (fromv=0x1e49270, tov=0x1e5c000, cnt=0) at movebytes.c:42
&lt;br&gt;#1 &amp;nbsp;0x00000000004104b0 in write_cdtext (scgp=0x1e49290, dp=0x1e5a8c0, startsec=-11933) at cdtext.c:480
&lt;br&gt;#2 &amp;nbsp;0x000000000041884c in write_leadin_mmc (scgp=0x1e49290, dp=0x1e5a8c0, trackp=0x7fff10949fd0) at drv_mmc.c:1847
&lt;br&gt;#3 &amp;nbsp;0x0000000000409f0e in main (ac=&amp;lt;value optimized out&amp;gt;, av=&amp;lt;value optimized out&amp;gt;) at cdrecord.c:1280
&lt;br&gt;&lt;br&gt;gdb) step
&lt;br&gt;125 &amp;nbsp; &amp;nbsp; }
&lt;br&gt;(gdb)
&lt;br&gt;write_cdtext (scgp=0x1e49290, dp=0x1e5a8c0, startsec=-11933) at cdtext.c:479
&lt;br&gt;479 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (idx = 0; (idx + textlen) &amp;lt;= maxdma; idx += textlen)
&lt;br&gt;(gdb)
&lt;br&gt;480 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; movebytes(textsub, &amp;bp[idx], textlen);
&lt;br&gt;(gdb)
&lt;br&gt;movebytes (fromv=0x1e49270, tov=0x1e5c000, cnt=0) at movebytes.c:36
&lt;br&gt;36 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;register char &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *to &amp;nbsp; &amp;nbsp; = tov;
&lt;br&gt;(gdb)
&lt;br&gt;42 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((n = cnt) &amp;lt;= 0)
&lt;br&gt;(gdb)
&lt;br&gt;125 &amp;nbsp; &amp;nbsp; }
&lt;br&gt;(gdb)
&lt;br&gt;write_cdtext (scgp=0x1e49290, dp=0x1e5a8c0, startsec=-11933) at cdtext.c:479
&lt;br&gt;479 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (idx = 0; (idx + textlen) &amp;lt;= maxdma; idx += textlen)
&lt;br&gt;(gdb)
&lt;br&gt;480 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; movebytes(textsub, &amp;bp[idx], textlen);
&lt;br&gt;(gdb)
&lt;br&gt;movebytes (fromv=0x1e49270, tov=0x1e5c000, cnt=0) at movebytes.c:36
&lt;br&gt;36 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;register char &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *to &amp;nbsp; &amp;nbsp; = tov;
&lt;br&gt;(gdb)
&lt;br&gt;42 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((n = cnt) &amp;lt;= 0)
&lt;br&gt;(gdb)
&lt;br&gt;125 &amp;nbsp; &amp;nbsp; }
&lt;br&gt;(gdb)
&lt;br&gt;write_cdtext (scgp=0x1e49290, dp=0x1e5a8c0, startsec=-11933) at cdtext.c:479
&lt;br&gt;479 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (idx = 0; (idx + textlen) &amp;lt;= maxdma; idx += textlen)
&lt;br&gt;(gdb)
&lt;br&gt;480 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; movebytes(textsub, &amp;bp[idx], textlen);
&lt;br&gt;(gdb)
&lt;br&gt;movebytes (fromv=0x1e49270, tov=0x1e5c000, cnt=0) at movebytes.c:36
&lt;br&gt;36 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;register char &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *to &amp;nbsp; &amp;nbsp; = tov;
&lt;br&gt;(gdb)
&lt;br&gt;42 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((n = cnt) &amp;lt;= 0)
&lt;br&gt;(gdb)
&lt;br&gt;125 &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22722517&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22722517.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22720848</id>
	<title>Re: Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T05:17:31Z</published>
	<updated>2009-03-26T05:17:31Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720848&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; to find where the hang is?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; would love to but I dont have any of those commands. pstack failed to compile 
&lt;br&gt;&amp;gt; here on amd64 and gcore is not available at all... :(
&lt;br&gt;&amp;gt; Any other output I may produce? I could compile cdrecord with debugging 
&lt;br&gt;&amp;gt; symbols...
&lt;br&gt;&lt;br&gt;if you have no working dbx (dbx prints a readable stack trace even for stripped 
&lt;br&gt;binaries), you would need to compile for gdb....see README.compile
&lt;br&gt;&lt;br&gt;&lt;br&gt;Then you could e.g. call 
&lt;br&gt;&lt;br&gt;kill -ILL &amp;lt;cdrecord pid&amp;gt;
&lt;br&gt;&lt;br&gt;and then call
&lt;br&gt;&lt;br&gt;gdb cdrecord core
&lt;br&gt;where
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720848&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720848&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720848&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720848&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22720848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22720261</id>
	<title>Re: Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T04:37:26Z</published>
	<updated>2009-03-26T04:37:26Z</updated>
	<author>
		<name>Bugzilla from trueg@k3b.org</name>
	</author>
	<content type="html">On Thursday 26 March 2009 12:19:12 Joerg Schilling wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720261&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; I think I found a bug or at least a problem. This is the command line
&lt;br&gt;&amp;gt; &amp;gt; using cdrecord 2.01.01a57:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; cdrecord -v gracetime=2 dev=/dev/hda speed=40 -sao -dummy
&lt;br&gt;&amp;gt; &amp;gt; driveropts=burnfree textfile=/tmp/Sn6771.dat -multi -useinfo -audio -pad
&lt;br&gt;&amp;gt; &amp;gt; -shorttrack /tmp/kde- kde4dev/k3b_audio_0_01.wav
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The problem is the textfile which is empty. Without it burning works
&lt;br&gt;&amp;gt; &amp;gt; flawlessly. Now obviously using an empty textfile is bogus but it should
&lt;br&gt;&amp;gt; &amp;gt; not make cdrecord go crazy, right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I cannot reproduce a hang with an empty textfile. Could you call:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gcore &amp;lt;pid of cdrecord&amp;gt;
&lt;br&gt;&amp;gt; and use the debugger or
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; run
&lt;br&gt;&amp;gt; pstack &amp;nbsp;&amp;lt;pid of cdrecord&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; to find where the hang is?
&lt;/div&gt;&lt;br&gt;would love to but I dont have any of those commands. pstack failed to compile 
&lt;br&gt;here on amd64 and gcore is not available at all... :(
&lt;br&gt;Any other output I may produce? I could compile cdrecord with debugging 
&lt;br&gt;symbols...
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720261&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22720261.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22720015</id>
	<title>Re: Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T04:19:12Z</published>
	<updated>2009-03-26T04:19:12Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Sebastian Trüg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trueg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I think I found a bug or at least a problem. This is the command line using 
&lt;br&gt;&amp;gt; cdrecord 2.01.01a57:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cdrecord -v gracetime=2 dev=/dev/hda speed=40 -sao -dummy driveropts=burnfree 
&lt;br&gt;&amp;gt; textfile=/tmp/Sn6771.dat -multi -useinfo -audio -pad -shorttrack /tmp/kde-
&lt;br&gt;&amp;gt; kde4dev/k3b_audio_0_01.wav
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The problem is the textfile which is empty. Without it burning works 
&lt;br&gt;&amp;gt; flawlessly. Now obviously using an empty textfile is bogus but it should not 
&lt;br&gt;&amp;gt; make cdrecord go crazy, right?
&lt;/div&gt;&lt;br&gt;I cannot reproduce a hang with an empty textfile. Could you call:
&lt;br&gt;&lt;br&gt;gcore &amp;lt;pid of cdrecord&amp;gt;
&lt;br&gt;and use the debugger or
&lt;br&gt;&lt;br&gt;run 
&lt;br&gt;pstack &amp;nbsp;&amp;lt;pid of cdrecord&amp;gt;
&lt;br&gt;&lt;br&gt;to find where the hang is?
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720015&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720015&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720015&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22720015&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22720015.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22719343</id>
	<title>Bug? cdrecord hangs and uses up to 100% cpu</title>
	<published>2009-03-26T03:24:41Z</published>
	<updated>2009-03-26T03:24:41Z</updated>
	<author>
		<name>Bugzilla from trueg@k3b.org</name>
	</author>
	<content type="html">Hi Jörg, hi list,
&lt;br&gt;&lt;br&gt;I think I found a bug or at least a problem. This is the command line using 
&lt;br&gt;cdrecord 2.01.01a57:
&lt;br&gt;&lt;br&gt;cdrecord -v gracetime=2 dev=/dev/hda speed=40 -sao -dummy driveropts=burnfree 
&lt;br&gt;textfile=/tmp/Sn6771.dat -multi -useinfo -audio -pad -shorttrack /tmp/kde-
&lt;br&gt;kde4dev/k3b_audio_0_01.wav
&lt;br&gt;&lt;br&gt;The problem is the textfile which is empty. Without it burning works 
&lt;br&gt;flawlessly. Now obviously using an empty textfile is bogus but it should not 
&lt;br&gt;make cdrecord go crazy, right?
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;# Cdrecord-Inf-File written by K3b 1.61.0, Do. Mrz 26 10:22:31 2009
&lt;br&gt;#
&lt;br&gt;ISRC=		
&lt;br&gt;MCN=		
&lt;br&gt;Albumperformer=	''
&lt;br&gt;Albumtitle=	''
&lt;br&gt;Performer=	''
&lt;br&gt;Songwriter=	''
&lt;br&gt;Composer=	''
&lt;br&gt;Arranger=	''
&lt;br&gt;Message=	''
&lt;br&gt;Tracktitle=	''
&lt;br&gt;Tracknumber=	1
&lt;br&gt;Trackstart=	0
&lt;br&gt;# Tracklength: 03:28:35
&lt;br&gt;Tracklength=	15635, 0
&lt;br&gt;Pre-emphasis=	no
&lt;br&gt;Channels=	2
&lt;br&gt;Copy_permitted=	yes
&lt;br&gt;Endianess=	little
&lt;br&gt;Index=		0
&lt;br&gt;Index0=		-1
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22719343&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug--cdrecord-hangs-and-uses-up-to-100--cpu-tp22719343p22719343.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22555468</id>
	<title>Re: CD Drive eject status</title>
	<published>2009-03-17T02:33:16Z</published>
	<updated>2009-03-17T02:33:16Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Naveen S &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22555468&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;naveenmailid@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Can somebody help me, how to know whether CD drive is in open status or closed status in 
&lt;br&gt;&amp;gt; Solaris 10. 
&lt;br&gt;&lt;br&gt;Unfortunately few drives support to ask for this status, therefore it is not 
&lt;br&gt;implemented in cdrtools.
&lt;br&gt;&lt;br&gt;Check this:
&lt;br&gt;&lt;br&gt;readcd dev=0,0,0 sectors=0-0 f=/dev/null
&lt;br&gt;Read &amp;nbsp;speed: &amp;nbsp;8467 kB/s (CD &amp;nbsp;48x, DVD &amp;nbsp;6x, BD &amp;nbsp;1x).
&lt;br&gt;Write speed: &amp;nbsp; &amp;nbsp; 0 kB/s (CD &amp;nbsp; 0x, DVD &amp;nbsp;0x, BD &amp;nbsp;0x).
&lt;br&gt;/usr/bin/readcd.bin: I/O error. test unit ready: scsi sendcmd: no error
&lt;br&gt;CDB: &amp;nbsp;00 00 00 00 00 00
&lt;br&gt;status: 0x2 (CHECK CONDITION)
&lt;br&gt;Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 02 00 00 00 00
&lt;br&gt;Sense Key: 0x2 Not Ready, Segment 0
&lt;br&gt;Sense Code: 0x3A Qual 0x02 (medium not present - tray open) Fru 0x0
&lt;br&gt;Sense flags: Blk 0 (not valid) 
&lt;br&gt;cmd finished after 0.000s timeout 40s
&lt;br&gt;/usr/bin/readcd.bin: Device not ready.
&lt;br&gt;&lt;br&gt;This an open tray
&lt;br&gt;&lt;br&gt;Or this:
&lt;br&gt;&lt;br&gt;readcd dev=0,0,0 sectors=0-0 f=/dev/null
&lt;br&gt;Read &amp;nbsp;speed: &amp;nbsp;8467 kB/s (CD &amp;nbsp;48x, DVD &amp;nbsp;6x, BD &amp;nbsp;1x).
&lt;br&gt;Write speed: &amp;nbsp; &amp;nbsp; 0 kB/s (CD &amp;nbsp; 0x, DVD &amp;nbsp;0x, BD &amp;nbsp;0x).
&lt;br&gt;/usr/bin/readcd.bin: I/O error. test unit ready: scsi sendcmd: no error
&lt;br&gt;CDB: &amp;nbsp;00 00 00 00 00 00
&lt;br&gt;status: 0x2 (CHECK CONDITION)
&lt;br&gt;Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 01 00 00 00 00
&lt;br&gt;Sense Key: 0x2 Not Ready, Segment 0
&lt;br&gt;Sense Code: 0x3A Qual 0x01 (medium not present - tray closed) Fru 0x0
&lt;br&gt;Sense flags: Blk 0 (not valid) 
&lt;br&gt;cmd finished after 0.000s timeout 40s
&lt;br&gt;/usr/bin/readcd.bin: Device not ready.
&lt;br&gt;&lt;br&gt;This is a closed but empty tray
&lt;br&gt;&lt;br&gt;And finally:
&lt;br&gt;&lt;br&gt;readcd dev=0,0,0 sectors=0-0 f=/dev/null
&lt;br&gt;Read &amp;nbsp;speed: &amp;nbsp;5645 kB/s (CD &amp;nbsp;32x, DVD &amp;nbsp;4x, BD &amp;nbsp;1x).
&lt;br&gt;Write speed: &amp;nbsp; &amp;nbsp; 0 kB/s (CD &amp;nbsp; 0x, DVD &amp;nbsp;0x, BD &amp;nbsp;0x).
&lt;br&gt;Capacity: 246572 Blocks = 493144 kBytes = 481 MBytes = 504 prMB
&lt;br&gt;Sectorsize: 2048 Bytes
&lt;br&gt;Copy from SCSI (0,0,0) disk to file '/dev/null'
&lt;br&gt;end: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;addr: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;Time total: 0.000sec
&lt;br&gt;Read 0.00 kB at 0.0 kB/sec.
&lt;br&gt;&lt;br&gt;This is a closed tray with a CD inside.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22555468&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22555468&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22555468&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22555468&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CD-Drive-eject-status-tp22553775p22555468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22553775</id>
	<title>CD Drive eject status</title>
	<published>2009-03-17T00:32:02Z</published>
	<updated>2009-03-17T00:32:02Z</updated>
	<author>
		<name>Naveen S</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;Can somebody help me, how to know whether &lt;span style=&quot;font-weight: bold;&quot;&gt;CD drive&lt;/span&gt; is in open status or closed status in &lt;br&gt;Solaris 10. &lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Naveen&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;

      &lt;br /&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22553775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CD-Drive-eject-status-tp22553775p22553775.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22417474</id>
	<title>cdrtools-2.01.01a58 ready</title>
	<published>2009-03-09T09:59:16Z</published>
	<updated>2009-03-09T09:59:16Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a58:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	New Make rules for Syllable. Syllable is a fork from AtheOS.
&lt;br&gt;&lt;br&gt;-	New make rules for Haiku
&lt;br&gt;&lt;br&gt;-	New include file schily/sysexits.h is needed for Haiku
&lt;br&gt;&lt;br&gt;-	New autoconf test for sysexits.h
&lt;br&gt;&lt;br&gt;-	Autoconf tests for os2.h and os2me.h moved from cdda2wav to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global
&lt;br&gt;&lt;br&gt;-	config.guess and config.sub now have support for Haiku
&lt;br&gt;&lt;br&gt;-	New rule support for linux on &amp;quot;sh3&amp;quot;, &amp;quot;sh4&amp;quot; and &amp;quot;sh4a&amp;quot; platforms.
&lt;br&gt;&lt;br&gt;-	autoconf now acts more reliable and more orthogonal with &amp;nbsp;AC_CHECK_TYPE() vs. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AC_CHECK_SIZEOF() and carefully includes include files separately based on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fine grained tests.
&lt;br&gt;&lt;br&gt;-	Changed schily/dirent.h to correctly set up NAME_MAX on ATARI MiNT
&lt;br&gt;&lt;br&gt;-	Changed schily/maxpath.h to correctly set up NAME_MAX on ATARI MiNT
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	fexec now correctly works on Haiku and BeOS
&lt;br&gt;&lt;br&gt;-	libschily/format.c now supports the %z (size_t) and %t (ptrdiff_t) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf format size modifiers (fixed a typo introdiced in the first attempt)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	A first version of the SCSI adaptation layer for Syllable has been added.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks to Kristian Van Der Vliet &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vanders@...&lt;/a&gt;&amp;gt; for the first 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; implementation.
&lt;br&gt;&lt;br&gt;-	Haiku is a BeOS clone and thus uses scsi-beos.c as SCSI adaptation layer.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IMPORTANT NOTICE: if you like to compile libscg with a current Haiku release
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; you first need to copy a file:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cd /boot/develop/headers/os
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cp device/CAM.h drivers/CAM.h
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CAM.h was at /boot/develop/headers/os/drivers/CAM.h in BeOS and as CAM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; has no own hardware, it seems to belong into /boot/develop/headers/os/drivers/
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Fixed a minor typo in cdrecord
&lt;br&gt;&lt;br&gt;-	Some better warnings with cdrecord in case that the environment variables
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'CDR_FORCERAWSPEED=' or 'CDR_FORCSPEED=' have been specified.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Cdda2wav now uses an autoconf test to decide whether BEOS clone areas 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; can be used. THis gives Haiku compatibility.
&lt;br&gt;&lt;br&gt;-	Fixed a bug introduced with introducing support for MD5 Sums.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cdda2wav now disables the MD5 sum output in case -no-infofile has been specified
&lt;br&gt;&lt;br&gt;-	Autoconf tests for os2.h and os2me.h moved from cdda2wav to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global
&lt;br&gt;&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Mkisofs now reports &amp;quot;Haiku&amp;quot; for the OS platform if on Haiku.
&lt;br&gt;&lt;br&gt;-	The isoinfo man page now includes the -debug option
&lt;br&gt;&lt;br&gt;-	Automated support for System ID
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Haiku, Syllable, AMIGA-OS, ATARI-MiNT
&lt;br&gt;&lt;br&gt;-	Fixed some Rock Ridge bugs that have been identified when investigating
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in the OpenSolaris bug 6807009
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://defect.opensolaris.org/bz/show_bug.cgi?id=5385&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://defect.opensolaris.org/bz/show_bug.cgi?id=5385&lt;/a&gt;&lt;br&gt;&lt;br&gt;-	Man page description for -abstract -biblio -copyright is now better
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to understand
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN NT-4.0 NOTES:
&lt;br&gt;&lt;br&gt;To compile on Cygwin32, get Cygwin and install it.
&lt;br&gt;For more information read README.win32
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22417474&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a58-ready-tp22417474p22417474.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22005681</id>
	<title>Re: [Cdrecord-support] dealing with DVD-RAM</title>
	<published>2009-02-13T13:59:47Z</published>
	<updated>2009-02-13T13:59:47Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">ehab aziz &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22005681&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ehab_aziz2001@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I have something wrong went with Some DVD-Ram media . My volcheck in Solaris 10 does not sense any presence with the DVD. Please guide me how to deal with DVD-RAM media.
&lt;br&gt;&lt;br&gt;If you have a propblem please describe it so I may understand what
&lt;br&gt;you are interested in.
&lt;br&gt;&lt;br&gt;cdrecord does write DVD-RAM
&lt;br&gt;&lt;br&gt;AFAIK, volcheck only worjs for floppies
&lt;br&gt;&lt;br&gt;reloading the medium should work.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22005681&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22005681&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22005681&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22005681&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Cdrecord-support--dealing-with-DVD-RAM-tp22005681p22005681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21744276</id>
	<title>cdrtools-2.01.01a57 ready</title>
	<published>2009-01-30T01:52:24Z</published>
	<updated>2009-01-30T01:52:24Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a57:
&lt;br&gt;&lt;br&gt;The ATARI port is now complete
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	New SCSI low level transport for ATARI FreeMiNT has been added.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks to Yvan Doyeux
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Do not install by overwriting /etc/default/cdrecord in case an earlier file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exists.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Please give feedback on what you like to see in future.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Do you like to see a sample file installed?
&lt;br&gt;&lt;br&gt;-	README.cdplus has been renewed 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Prevent a core dump from hitting ^C while cdda2wav tries to call
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scg_open() to open the SCSI devices.
&lt;br&gt;&lt;br&gt;-	A buggy address compuation that caused problems with 64 bit binaries
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; has been fixed.
&lt;br&gt;&lt;br&gt;-	Cdda2wav now correctly deals with longer CD-Text information.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks to Yvan Doyeux for creating a related test CD...
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21744276&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a57-ready-tp21744276p21744276.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21602385</id>
	<title>cdrtools-2.01.01a56 ready</title>
	<published>2009-01-22T03:32:25Z</published>
	<updated>2009-01-22T03:32:25Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">&lt;br&gt;NEW features of cdrtools-2.01.01a56:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	New autoconf test to distinguish between the free of charge 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;Bundled&amp;quot; cc on HP-UX and the commercial cc. Only the commercial cc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; supports ANSI C and the Bundled cc complains when the ANSI Options
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; are used:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; These warnings are no longer present.
&lt;br&gt;&lt;br&gt;-	schily/schily.h now auto-includes stdio.h in case that the platform 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; supports the new POSIX.1-2008 getline()/fgetline() functions that 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; violate against general POSIX rules and thus overlay our implementation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; that exists since 1982.
&lt;br&gt;&lt;br&gt;-	schily/stkframe.h now uses Intptr_t for the fr_savp member to make it
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; work correctly on 64bit systems without OS supplied stkframe.h.
&lt;br&gt;&lt;br&gt;-	New autoconf test on whether unistd.h defines extern char ** environ.
&lt;br&gt;&lt;br&gt;-	New file schily/stdio.h to simplify layering.
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	Fixed a bug in fexecl() introduced in October 2008 that caused the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; called program to be called with a too small argc (one too few).
&lt;br&gt;&lt;br&gt;-	format() now supports %z for size_t and %t for ptrdiff_t
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Avoid some GCC warnings
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;-	lbdeflt needs to be compiled before libcdrdeflt when creating
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dynamic libs
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	Avoid some GCC warnings
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Avoid some GCC warnings
&lt;br&gt;&lt;br&gt;-	Some small typos in error messages have been fixed.
&lt;br&gt;&lt;br&gt;-	Workaround for 'TSSTcorp' 'CDDVDW SE-S224Q ' 'TS01' firmware bug.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The drives does not return SES_UNDEF for unformatted DVD+RW media.
&lt;br&gt;&lt;br&gt;-	Support again cdrecord -v -sao -multi *.wav
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This stopped working with 2.01.01a29 when introducing DVD multi-border
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; support.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	struct tocdesc has been restructured to prevent struct tail padding on MC-680x0 systems.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks to Yvan Doyeux for reporting this for the ATARI port.
&lt;br&gt;&lt;br&gt;-	The drive 'HP ' 'CD-Writer+ 9600 ' '1.0a' does not like to read SCSI FULL TOC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; with a too long transfer lenght. First retrieve the available data count.
&lt;br&gt;&lt;br&gt;-	New options -debug -debug-scsi -kdebug -kdebug-scsi -kd to set SCSI low level
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; debugging in libscg
&lt;br&gt;&lt;br&gt;-	The option -v not also supports &amp;quot;!&amp;quot; and &amp;quot;not&amp;quot; to invert the list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; of &amp;quot;verbose&amp;quot; options (e.g. -v!indices for everything but indices).
&lt;br&gt;&lt;br&gt;-	Avoid some GCC warnings specific to HP-UX
&lt;br&gt;&lt;br&gt;-	Added a workaround for gmake &amp;lt; version 3.81.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Older gmake versions evaluate dependencies in the wrong order.
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	Try to exit(excode) instead of exit(0) &amp;nbsp;in case that siginificant
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; problems occured.
&lt;br&gt;&lt;br&gt;-	Prevent readcd from dumping core via raisecond(&amp;quot;file_write_err&amp;quot;)-&amp;gt;abort()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in case that the target filesystem fills up.
&lt;br&gt;&lt;br&gt;-	Added a workaround for gmake &amp;lt; version 3.81.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Older gmake versions evaluate dependencies in the wrong order.
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;-	Avoid some GCC warnings
&lt;br&gt;&lt;br&gt;-	Added a workaround for gmake &amp;lt; version 3.81.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Older gmake versions evaluate dependencies in the wrong order.
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;-	Added a workaround for gmake &amp;lt; version 3.81.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Older gmake versions evaluate dependencies in the wrong order.
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;-	Added a workaround for gmake &amp;lt; version 3.81.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Older gmake versions evaluate dependencies in the wrong order.
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Some casts have been added to increase the 64 bit compilation support
&lt;br&gt;&lt;br&gt;-	mkisofs and the tools isodump, isovfy and isoinfo now completely
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; support the SUSP termination signature &amp;quot;ST&amp;quot;.
&lt;br&gt;&lt;br&gt;-	Do no longer flag the absence of a &amp;quot;RR&amp;quot; signature as an error in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; isodump, isovfy and isoinfo as newer Rock Ridge standard versions removed RR.
&lt;br&gt;&lt;br&gt;-	Fixed a minor problem with a debug print output and 64 bit compile mode.
&lt;br&gt;&lt;br&gt;-	Avoid some GCC warnings
&lt;br&gt;&lt;br&gt;-	Minor typo fix in the mkisofs man page
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN NT-4.0 NOTES:
&lt;br&gt;&lt;br&gt;To compile on Cygwin32, get Cygwin and install it.
&lt;br&gt;For more information read README.win32
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;NOTE:	These tar archives are 100% POSIX compatible. GNU tar may get some
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; minor trouble. If you like a 100% POSIX compliant tar, get star from
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ftp://ftp.berlios.de/pub/star/
&lt;br&gt;&lt;br&gt;WARNING: Do not use 'winzip' to extract the tar file!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Winzip cannot extract symbolic links correctly.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21602385&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a56-ready-tp21602385p21602385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21539806</id>
	<title>Re: Cdrecord volume manager issue</title>
	<published>2009-01-19T01:53:22Z</published>
	<updated>2009-01-19T01:53:22Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Naveen S &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21539806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;naveenmailid@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am facing CD record  problem. after writing iso file to CD RW. am not able to see immediately  the saved files in CD. i need to restart the volume manager. Why this is happening?.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To save second image ( multisession writing), i am getting error CD full or missing. when i restart volmanager  i am able to save second image. 
&lt;br&gt;&lt;br&gt;Without knowing your OS and what you did exactly, I cannot help.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21539806&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21539806&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21539806&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21539806&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cdrecord-volume-manager-issue-tp21539011p21539806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21539011</id>
	<title>Cdrecord volume manager issue</title>
	<published>2009-01-19T00:56:09Z</published>
	<updated>2009-01-19T00:56:09Z</updated>
	<author>
		<name>Naveen S</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;I am facing CD record&amp;nbsp; problem. after writing iso file to CD RW. am not able to see immediately&amp;nbsp; the saved files in CD. i need to restart the volume manager. Why this is happening?.&lt;br&gt;&lt;br&gt;To save second image ( multisession writing), i am getting error CD full or missing. when i restart volmanager&amp;nbsp; i am able to save second image. &lt;br&gt;&lt;br&gt;&lt;br&gt;any solution for this&lt;br&gt;&lt;br&gt;&lt;br&gt;Naveen&lt;br&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



      &lt;br /&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21539011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cdrecord-volume-manager-issue-tp21539011p21539011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21218522</id>
	<title>cdrtools-2.01.01a55 ready</title>
	<published>2008-12-30T07:27:56Z</published>
	<updated>2008-12-30T07:27:56Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Installation is now more safe as the install script now behaves different for 
&lt;br&gt;suid installations depending on whether &amp;quot;make install&amp;quot; is called by root or not.
&lt;br&gt;&lt;br&gt;NEW features of cdrtools-2.01.01a55:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	Default install user changed from &amp;quot;bin&amp;quot; to &amp;quot;root&amp;quot;.
&lt;br&gt;&lt;br&gt;-	The install-sh script now complains if an attept was made to install
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a program suid or sticky and the install user has no root privileges
&lt;br&gt;&lt;br&gt;-	The makefile system has been modified to allow a separate set-up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for the install path of the configuration files to e.g. /etc/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; via the DEFAULTS variable INS_RBASE
&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;-	the configuration file &amp;quot;rscsi&amp;quot; is now by default installed into
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /etc/default/rscsi
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Cdrecord is now by default installed suid root in case that the caller
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; of make install has root privileges
&lt;br&gt;&lt;br&gt;-	The call to scg_close() introduced with 2.01.01a54 was not done in the right
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; order and could cause core dumps.
&lt;br&gt;&lt;br&gt;-	the configuration file &amp;quot;cdrecord&amp;quot; is now by default installed into
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /etc/default/cdrecord
&lt;br&gt;&lt;br&gt;-	Some unused variables and functions have been commented out
&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Cdda2wav is now by default installed suid root in case that the caller
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; of make install has root privileges
&lt;br&gt;&lt;br&gt;-	Some unused variables and functions have been commented out
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	Readcd is now by default installed suid root in case that the caller
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; of make install has root privileges
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21218522&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a55-ready-tp21218522p21218522.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21168089</id>
	<title>cdrtools-2.01.01a54 ready</title>
	<published>2008-12-25T07:00:24Z</published>
	<updated>2008-12-25T07:00:24Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">NEW features of cdrtools-2.01.01a54:
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;NOTE: cdrtools is currently in a state just before a new major release.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;*******
&lt;br&gt;&lt;br&gt;&lt;br&gt;All:
&lt;br&gt;&lt;br&gt;-	config.sub and config.guess now support ATARI MiNT
&lt;br&gt;&lt;br&gt;-	All needed definition files for ATARI MiNT are now in RULES/*
&lt;br&gt;&lt;br&gt;-	configure now checks whether shmget() works (needed for ATARI MiNT)
&lt;br&gt;&lt;br&gt;-	The GNU linker on Linux now seems to support -R to set the LD_RUN_PATH
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Added support for -R
&lt;br&gt;&lt;br&gt;-	Added definitions to allow dynamic linking with the Sun Studio compiler 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on Linux
&lt;br&gt;&lt;br&gt;-	Added a new #define (NO_ACL) that alloed to disable ACL support via
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; command line when compiling
&lt;br&gt;&lt;br&gt;-	include/schily/libport.h split into include/schily/libport.h and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; include/schily/hostname.h to allow to avoid to include netdb.h for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; applications that do not need gethostname() and getdomainname()
&lt;br&gt;&lt;br&gt;-	include/schily/prototype.h now inlcludes the definitions for const...
&lt;br&gt;&lt;br&gt;-	new autoconf test to check whether the Sun Studio compiler needs 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -xarch=generic64 or -m64 for 64 bit compilation.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libschily:
&lt;br&gt;&lt;br&gt;-	New functions eaccess() and findinpath()
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xiphmont@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libcdrdeflt:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libdeflt:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libfind:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;-	libfind now correctly deals with ARG_MAX in case that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the bitness of the libfind executable differs from the bitness
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; of the executable called by -exec name {} +
&lt;br&gt;&lt;br&gt;&lt;br&gt;Libfile:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libhfs_iso:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libsiconv:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libscg:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Libscgcmd:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Rscsi:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;-	Raise the SCSI bus numer limit to 1024 to allow the new Linux ATA mapping.
&lt;br&gt;&lt;br&gt;Cdrecord:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;-	New driver &amp;quot;mmc_bdrom&amp;quot; is used for profile 0x40 and allows to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; retrieve the ADIP data for BD-R media that is reported as BD-ROM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by some drives.
&lt;br&gt;&lt;br&gt;-	Added a workaround for a firmware bug in the drive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'HL-DT-ST' 'DVD-RAM GH22NP20'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; that reports DVD-R media as media with zero size.
&lt;br&gt;&lt;br&gt;-	Added a workaround for a firmware bug in many 'HL-DT-ST' drives
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (e.g. 'HL-DT-ST' 'DVD-RAM GSA-H55N') that return unreliable data
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; with READ BUFFER and makes it impossible to get the drive DMA
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transfer speed.
&lt;br&gt;&lt;br&gt;-	Added a workaround for frequent kernel/driver bugs in FreeBSD and Solaris
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; that prevent the DMA residual count to work.
&lt;br&gt;&lt;br&gt;-	Try to call scg_close() before exiting cdrecord.
&lt;br&gt;&lt;br&gt;-	Default Transfer Size reverted from 126 kB to 63 kB.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sorry FreeBSD guys - it seems that FreeBSD is the only OS that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; correctly deals with larger DMA sizes.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FreeBSD people may add a line with CDR_TRANSFERSIZE=126k
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in /etc/default/cdrecord to raise the default.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The current problems are:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	On Solaris 10 Sparc fs=126k causes a kernel panic
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	On Solaris 11 the drivers partially return incorrect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; max DMA sizes that may cause cdrecord to fail.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	On Linux with USB fs=126k may not work at all
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	On Linux with other interfaces, fs=126k may reduce
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the DMA speed to a value that always causes buffer
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; underruns.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I hope to find a better solution in the next development cycle
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; after the current code has been release as stable version.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Expect the next stable release to appear very soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heiko@...&lt;/a&gt;):
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;-	Suppress some incorrect warnings from GCC by doing a double cast.
&lt;br&gt;&lt;br&gt;-	Allow longer path names for *.inf files.
&lt;br&gt;&lt;br&gt;-	SCSI *scgp is now a clean parameter to all SCSI transport functions.
&lt;br&gt;&lt;br&gt;-	toc.c changed to support the new schily/hostname.h
&lt;br&gt;&lt;br&gt;Readcd:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Scgcheck:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Scgskeleton:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Btcflash:
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
&lt;br&gt;&lt;br&gt;-	Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; warning: 'sccsid' defined but not used added
&lt;br&gt;&lt;br&gt;-	Raising PATH_MAX to be at least 1024 for all platforms as Cygwin 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; defines PATH_MAX to 260	which is too small for Cygwin.
&lt;br&gt;&lt;br&gt;-	Implemented a better error message in case that the boot image
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; could not be found inside the target tree.
&lt;br&gt;&lt;br&gt;-	A description for the -s/-sector option was added to the man page.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This option is used to allow to create conforming multi-session
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; images for e.g. the Kodak Photo CD or the Kodak Picture CD.
&lt;br&gt;&lt;br&gt;-	A description forr the -XA and -xa option was added to the man page.
&lt;br&gt;&lt;br&gt;-	Mkisofs now writes a better error message in case that it cannot
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sort a directory because more than on directory content was merged
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; into the ISO image.
&lt;br&gt;&lt;br&gt;-	isoinfo -d now prints the checksum for the Eltorito validation header
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HELIOS TODO:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Add the HELIOS UNICODE mapping code. This needs to be done 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for Rock Ridge (in case of a UTF-8 based target locale) using
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UTF-8 based translations.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Make the Apple extensions work again with &amp;quot;mkisofs -find&amp;quot;
&lt;br&gt;&lt;br&gt;TODO:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support correct inode numbers for UDF hardlinks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	Support sockets, pipes, char/blk-dev specials with UDF
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	read Joliet filenames with multi-session if no TRANS.TBL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or RR is present. I am looking for a volunteer for this task!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Note that this can never be 100% correct as there is no relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between the names on the master (UNIX) filesystem, the ISO-9660
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names and the Joliet names. Only the Rock Ridge names are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; untranslated with respect to the original files on the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; master (UNIX) filesystem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -	add libecc/edc for CDI and similar.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN NT-4.0 NOTES:
&lt;br&gt;&lt;br&gt;To compile on Cygwin32, get Cygwin and install it.
&lt;br&gt;For more information read README.win32
&lt;br&gt;&lt;br&gt;The files are located on:
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha ...
&lt;br&gt;&lt;br&gt;NOTE:	These tar archives are 100% POSIX compatible. GNU tar may get some
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; minor trouble. If you like a 100% POSIX compliant tar, get star from
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ftp://ftp.berlios.de/pub/star/
&lt;br&gt;&lt;br&gt;WARNING: Do not use 'winzip' to extract the tar file!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Winzip cannot extract symbolic links correctly.
&lt;br&gt;&lt;br&gt;Joerg
&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg.schilling@...&lt;/a&gt; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21168089&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a54-ready-tp21168089p21168089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20225051</id>
	<title>cdrtools-2.01.01a53 ready</title>
	<published>2008-10-29T04:20:52Z</published>
	<updated>2008-10-29T04:20:52Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">After a major core restructuring, many symlinks could be avoided.
&lt;br&gt;&lt;br&gt;Cdda2wavv -M/-md5 now finally works and allows to compute the MD5 checksums
&lt;br&gt;for audio Data. This helps to compare two consecutive extracts for equality.
&lt;br&gt;&lt;br&gt;&lt;br&gt;A minor license change in libfile and the replacement of the RSA MD5 code by 
&lt;br&gt;a really free implementation gives better legal certainty for cdrtools.
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha/
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20225051&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20225051&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20225051&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schilling@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20225051&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a53-ready-tp20225051p20225051.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19691329</id>
	<title>cdrtools-2.01.01a50 ready</title>
	<published>2008-09-26T08:55:37Z</published>
	<updated>2008-09-26T08:55:37Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;cdrtools-2.01.01a50 is ready at
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha/
&lt;br&gt;&lt;br&gt;New features: 
&lt;br&gt;&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; The cdrecord DVD multi-border code from May 2007 has been made 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OpenSource. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Multi-Border is the DVD multi-session equivalent. It allows to write 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; up to 1024 sessions on a single DVD. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The code currently covers the most important case of writing to 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DVD-R/DVD-RW media. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; You need to specify -multi for every session. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; mkisofs -UDF now does not longer replace controlchars in case that -J 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; has not been specified at the same time. This is a workaround for the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fact that mkisofs still shares the file name management code between 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UDF and Joliet. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19691329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19691329&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19691329&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schilling@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19691329&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a50-ready-tp19691329p19691329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19210945</id>
	<title>cdrtools-2.01.01a47 ready</title>
	<published>2008-08-28T16:06:40Z</published>
	<updated>2008-08-28T16:06:40Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;cdrtools-2.01.01a47 tries to fix some left over problems
&lt;br&gt;with multi-session that uses mult-extent files (files &amp;gt; 4 GB).
&lt;br&gt;I would be happy to see feedback
&lt;br&gt;&lt;br&gt;ftp://ftp.berlios.de/pub/cdrecord/alpha/
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19210945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19210945&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19210945&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schilling@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/old/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/old/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19210945&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a47-ready-tp19210945p19210945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18830171</id>
	<title>Re: [Cdrecord-support] cdrtools-2.01.01a44 ready</title>
	<published>2008-08-05T05:35:57Z</published>
	<updated>2008-08-05T05:35:57Z</updated>
	<author>
		<name>Joerg Schilling-3</name>
	</author>
	<content type="html">Quey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18830171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;qms01@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; that file clearly does not exist in your RULES directory, the 586 &amp;nbsp;
&lt;br&gt;&amp;gt; exists but not a 686
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and I, like the rest of the world use gnu make :)
&lt;br&gt;&lt;br&gt;Well, this is a problem that results from using an unmaintained make program ;-)
&lt;br&gt;&lt;br&gt;As I mentioned, this bug has been reported and accepted as GNU make bug in 1998.
&lt;br&gt;The GNU Make maintainers told me that &amp;quot;it will take some time to fix&amp;quot;, but
&lt;br&gt;I believe that &amp;quot;some time&amp;quot; has passed already.
&lt;br&gt;&lt;br&gt;Pleas test 2.01.01a54-pre from ftp://ftp.berlios.de/pub/cdrecord/alpha/:
&lt;br&gt;&lt;br&gt;&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; Added a workaround for a GNU make design bug that causes the rules
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to create file &amp;quot;foo&amp;quot; to be evaluated _past_ the &amp;quot;include foo&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; statement in a Makefile has been evaluated. Note that you still need 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GNU make 3.81. GNU make 3.80 and before will still fail to compile 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cdrtools because of other unfixed GNU make bugs.
&lt;br&gt;&lt;br&gt;Jörg
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;EMail:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18830171&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joerg@...&lt;/a&gt; (home) Jörg Schilling D-13353 Berlin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18830171&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;js@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(uni) &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18830171&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schilling@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; (work) Blog: &lt;a href=&quot;http://schily.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schily.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp;URL: &amp;nbsp;&lt;a href=&quot;http://cdrecord.berlios.de/old/private/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdrecord.berlios.de/old/private/&lt;/a&gt;&amp;nbsp;ftp://ftp.berlios.de/pub/schily
&lt;br&gt;_______________________________________________
&lt;br&gt;Cdrecord-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18830171&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cdrecord-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/cdrecord-developers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cdrtools-2.01.01a44-ready-tp18828350p18830171.html" />
</entry>

</feed>
