Re: xcdroast cannot locate cdda2wav

2013-07-31 Thread Jerry
On Tue, 30 Jul 2013 20:26:58 +0200
Polytropon articulated:

 Version 3.00 is better than 2.01 (required), so it should work.

Whether 3.00 is better than 2.01 is debatable. However, the fact
that it definitely superseded it is not.

The application's web site lists a patch for this problem.
http://www.xcdroast.org/xcdr098/patches/. I don't believe it has been
incorporated into the application's port, nor do I know if it will even
work on FreeBSD. In any case, the port maintain has been made aware of
it.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: xcdroast cannot locate cdda2wav

2013-07-30 Thread Polytropon
On Tue, 30 Jul 2013 08:29:47 -0400, Jerry wrote:
 The xcdroast application use to work, but lately it has started to
 throw an error message. First, it would not let me start it unless I was
 root. I had long ago done the reacquired preliminary start-up as root.

If you set device permissions properly, you should not have
to do this (potentially dangerous) elevation of privileges.



 Now, when I attempt to start it as root, it emits this error message:
 
 ~ # xcdroast
 
 ** (xcdroast:96970): WARNING **: Invalid cdda2wav version -unknown- found.
 Expecting at least version 2.01
 Start xcdroast with the -n option to override (not recommended!)
 ~ # cd /usr/ports/sysutils/xcdroast
 
 I have tried deleting the port and rebuilding it, but the same problem
 exists.

That's a logical consequence, as cdda2wav is not part of this
port, even though cdrtools is both defined as a build time and
a runtime dependency...



 I have not been able to locate cdda2wav on the system or in a
 port.

The cdda2wav program is part of the cdrtools port.
Try updating that one.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xcdroast cannot locate cdda2wav

2013-07-30 Thread Jerry
On Tue, 30 Jul 2013 14:37:38 +0200
Polytropon articulated:

 The cdda2wav program is part of the cdrtools port.
 Try updating that one.

Been there, done that, doesn't work. I am considering doing a forced
update of the xcdroast port and its dependencies via portupgrade. I
really hate wasting time like this, but I need the port to work.

Interestingly enough, this is the output from cdda2wav:

# cdda2wav -version
cdda2wav 3.00 (amd64-unknown-freebsd8.3) Copyright (C) 1993-2004 Heiko Ei�feldt 
(C) 2004-2010 J�rg Schilling

Defaults: stereo, 16 bit, 44100.00 Hz, track 1, no offset, one track,
  type: wav filename: 'audio', don't wait for signal, not quiet,
  use: 'generic_scsi', device: 'yourSCSI_Bus,yourSCSI_ID,yourSCSI_LUN', 
aux: ''

Obviously, it is installed. The xcdroast application suddenly cannot
locate it though or is not able to properly determine the version
number. I am thinking of filing a PR against it.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: xcdroast cannot locate cdda2wav

2013-07-30 Thread Polytropon
On Tue, 30 Jul 2013 10:36:37 -0400, Jerry wrote:
 On Tue, 30 Jul 2013 14:37:38 +0200
 Polytropon articulated:
 
  The cdda2wav program is part of the cdrtools port.
  Try updating that one.
 
 Been there, done that, doesn't work. I am considering doing a forced
 update of the xcdroast port and its dependencies via portupgrade.

That seems to be the best choice at the moment. The port's
Makefile contains --with-cdrtools-prefix=${LOCALBASE} which
suggests that the integration of cdrtools / cdda2wav might
already be important at compile time.

Also look at the option Use xcdroast w/o being root which
should enable you to use the program without being root (which
is not good in terms of security).



 I
 really hate wasting time like this, but I need the port to work.

This is a typical symptom of install once, then keep using,
and never touch it again. :-)



 Interestingly enough, this is the output from cdda2wav:
 
 # cdda2wav -version
 cdda2wav 3.00 (amd64-unknown-freebsd8.3) Copyright (C) 1993-2004 Heiko 
 Ei�feldt (C) 2004-2010 J�rg Schilling
 
 Defaults: stereo, 16 bit, 44100.00 Hz, track 1, no offset, one track,
   type: wav filename: 'audio', don't wait for signal, not quiet,
   use: 'generic_scsi', device: 
 'yourSCSI_Bus,yourSCSI_ID,yourSCSI_LUN', aux: ''
 
 Obviously, it is installed.

Version 3.00 is better than 2.01 (required), so it should work.
But maybe xcdroast isn't just checking binary versions, but
also expects some kind of specific library version? At least
that kind of requirement should be resolved when you recompile
xcdroast _and_ its dependencies.



 The xcdroast application suddenly cannot
 locate it though or is not able to properly determine the version
 number. I am thinking of filing a PR against it.

If an upgrade of all involved parts doesn't help, this seems
to be a good thing to do.






-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: xcdroast cannot locate cdda2wav

2013-07-30 Thread Oliver Lehmann

Hi Jerry,

cdrtools should be installed on your system. Please verify this with pkg_info.
cdda2wav should then be installed in /usr/local/bin/cdda2wav Please  
check this.


  Greetings, Oliver

Jerry je...@seibercom.net wrote:


The xcdroast application use to work, but lately it has started to
throw an error message. First, it would not let me start it unless I was
root. I had long ago done the reacquired preliminary start-up as root.
Now, when I attempt to start it as root, it emits this error message:

~ # xcdroast

** (xcdroast:96970): WARNING **: Invalid cdda2wav version -unknown- found.
Expecting at least version 2.01
Start xcdroast with the -n option to override (not recommended!)
~ # cd /usr/ports/sysutils/xcdroast

I have tried deleting the port and rebuilding it, but the same problem
exists. I have not been able to locate cdda2wav on the system or in a
port.

--
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: xcdroast cannot locate cdda2wav

2013-07-30 Thread Jerry
On Tue, 30 Jul 2013 21:29:26 +0200
Oliver Lehmann articulated:

 cdrtools should be installed on your system. Please verify this with
 pkg_info. cdda2wav should then be installed
 in /usr/local/bin/cdda2wav Please check this.

Please don't top post. I all ready posted regarding the installation of
cdda2wav. It is there but either xcdroast doesn't find it or more
likely, doesn't understand the version correctly.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org