From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B41D9139083 for ; Thu, 14 Dec 2017 13:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF43E0F82; Thu, 14 Dec 2017 13:23:22 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2CB0E0F74 for ; Thu, 14 Dec 2017 13:23:21 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ePTTk-0006Kz-6x for gentoo-user@lists.gentoo.org; Thu, 14 Dec 2017 14:23:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Hartmut Figge Subject: [gentoo-user] Re: xcdroast 0.98alpha16: Empty CD Date: Thu, 14 Dec 2017 14:23:13 +0100 Organization: O:-) Message-ID: References: <1fc1ee09-ccf4-63b1-8a3e-9f554da19f06@hfigge.myfqdn.de> <5a325151.mM4+/XfKyt3UsX3W%Joerg.Schilling@fokus.fraunhofer.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org Keywords: ignore User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/2017121400 SeaMonkey/2.56a1-h X-Face: $CBwo]?gT/(aX1*<~b:KguIwP2;rTO6mTb}1[p]o#_a!CNQ3(i*|ONJ%*wiE8}p%x-Sn|g,N2WIvecq5}Q.q/q<&`!yK2Q03Hv'z<9b12*!e>o0IX"~RFen>)mXi;A??8pfYc>ZFR%t){Pm<;K.@W2B}dyhzT`ku[ZZ.`XX)B&zs@S]y/[\8HAH-$@`>N;Mz=88Z9ipZqV#"dbp9X\ X-Archives-Salt: 77e7a7dc-0ebd-4270-9502-b5c981f95edc X-Archives-Hash: 062daa5f70d71b454611b33050de02c7 Joerg Schilling: >Hartmut Figge wrote: >> Starting xcdroast with -d 10 shows the problem: >> >> DGB1: spawning: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "2,1,0" >> -J -g -Q -H -v toc,summary,sectors,titles >> DGB10: readtoc: cdda2wav: Invalid argument. Cannot open output fd 0. > >This is a bug in cdda2wav that only hits when compiled in 64 bit mode. For this >reason, it has not been detected for a long time as Solaris by default uses 32 >Bit applications as 64 bit application on an orthogonal CPU are usually >slower... Ah, therefore it doesn't occur in a chroot to an old Gentoo. >The bug has been fixed on March 28, 2017 and published in schilytools. > >Today, I published a separate source ball cdrtools-3.02a09. Thanks, Joerg. In the meantime I had played a little, for the first time, with an overlay to get the exact versions of the relevant programs and was a little baffled that it didn't help. I can imagine that finding the issue was tricky. Hartmut