Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xcdroast prodvd error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Sun May 08, 2005 7:20 pm    Post subject: xcdroast prodvd error Reply with quote

i get this running xcdroast as root cuz i just installed and need to setup the config file.

Code:

bash-2.05b# xcdroast

** (xcdroast:6968): WARNING **: Invalid cdrecord-ProDVD version 2.01.01a01 found.
        Expecting at least version 2.01a11
        Start xcdroast with the -n option to override (not recommended!)


when i emerge -s cdrecord-prodvd get:
Code:

bash-2.05b# emerge -s cdrecord-prodvd
Searching...   
[ Results for search key : cdrecord-prodvd ]
[ Applications found : 1 ]
 
*  app-cdr/cdrecord-prodvd
      Latest version available: 2.01.01-r1
      Latest version installed: 2.01.01-r1
      Size of downloaded files: 368 kB
      Homepage:    http://ftp.berlios.de/pub/cdrecord/ProDVD/
      Description: Enhancement of cdrecord for writing DVDs
      License:     free-noncomm




How do i get the latest version? (might it be masked? in that case how do i get it out?)
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
chunderbunny
Veteran
Veteran


Joined: 31 May 2004
Posts: 1281
Location: 51°24'27" N, 0°57'15" W

PostPosted: Sun May 08, 2005 9:42 pm    Post subject: Reply with quote

No, that is the latest version. It might be that xcdroast is choking on the slightly odd version number, I'm not really sure how to fix that.
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Sun May 08, 2005 10:39 pm    Post subject: Reply with quote

like said, start it with -n :D
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Mon May 09, 2005 9:48 am    Post subject: Reply with quote

will i sty be able to burn dvds without that file?
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Mon May 09, 2005 11:42 am    Post subject: Reply with quote

Yep, but could be, that you have to include the noncommercial-license for example in a little xcdroast wrapper script:
Code:
#!/bin/sh
export CDR_SECURITY="8:dvd,clone:sparc.......andtherestoftheverylonglicensekeyyoufindatthedeveloperspageasdescribedinthelinkftp://ftp.berlios.de/pub/cdrecord/ProDVD/README"
/usr/bin/xcdroast -n

Don't forget to exclude the -n, when the versionumber boogie is solved. I think there is also a cdrecordwrapper.sh which does similar stuff, but I don't know whether this works hand in hand with xdcroast.
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Mon May 09, 2005 1:12 pm    Post subject: Reply with quote

ok i didnt understand much of that... but first things first... where do i get a key or how do i use the wrapper in order not to use the key?
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Mon May 09, 2005 1:30 pm    Post subject: Reply with quote

ftp://ftp.berlios.de/pub/cdrecord/ProDVD/README[/u]
_________________
-- erol
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Tue May 10, 2005 8:04 am    Post subject: Reply with quote

ekutay wrote:
like said, start it with -n :D


It also says " (not recommended!)" , do you know the results of ignoring that recommendation?

8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Tue May 10, 2005 9:04 am    Post subject: Reply with quote

Not exactly, but I would assume, that you receive weird errors, when the underlying library does not have certain features used by xcdroast.
In this case here, it is just a version number boogie, but as I said the -n has to be removed again.
Code:
2.01.01a01 vs 2.01.all

I do not know who has settled the version number or who did the version number check, but from my point of view the warning is nonsense in this situation as we have the same major and the same minor build number, only the micro build numbers are differently.
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Tue May 10, 2005 10:00 am    Post subject: Reply with quote

i'd already bin to that link......

is there anyother cdr and dvdr program cuz it's not like i like roast that much anyway....
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Tue May 10, 2005 10:05 am    Post subject: Reply with quote

Many :)
I think for kde users k3b is quite common.

Edit: Err, I don't know whether k3b can burn DVDs too.
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Tue May 10, 2005 12:32 pm    Post subject: Reply with quote

i'm on xfce4 anyway i fouond out u can get nero for linux.... would it need a serial key or is it free?
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Tue May 10, 2005 5:38 pm    Post subject: Reply with quote

ok i've tried various cdr progs and decided that xcdroast is the best one for me... can someone be kind enough to give me a dummy giude on how to get prodvd to work?
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Wed May 11, 2005 7:48 am    Post subject: Reply with quote

It's as writing a cd. Make an image. If it reaches the magical 1 GB limit you will see, whether the key you have included is working or not, the library will complain, when you have no license and try to write an image with a size greater than one gig.
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Wed May 11, 2005 12:00 pm    Post subject: Reply with quote

i know i don't have the right key cuz what i don't understand is how to put the key in.....

well i kinda understand and on the link above given it says to email that bloke for a licence key but it doesn't actually give u a email address...
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Wed May 11, 2005 12:52 pm    Post subject: Reply with quote

Sigh, maybe read again line by line! :roll:
There is a key for non-commercial use included in the file as well as a hint to read another file for requesting a comercial key by email (README.key).
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Wed May 11, 2005 1:21 pm    Post subject: Reply with quote

this is what i did but it still won't run enless i use -n...
Code:

bash-2.05b$ /bin/sh
sh-2.05b$ CDR_SECURITY="8:dvd,clone:i686-pc-linux:1.11::1130000000:::private/research/educational_non-commercial_use:amz80r0cFc22rStnPatPW6OJPHS44.xCl2LPIpyKt.SuICSsGTMY7YzsmFT
> export CDR_SECURITY
> exec cdrecord-ProDVD "$@"
>

_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
ekutay
l33t
l33t


Joined: 30 Mar 2005
Posts: 636
Location: Berlin

PostPosted: Wed May 11, 2005 2:00 pm    Post subject: Reply with quote

ekutay wrote:
like said, start it with -n :D

Simply run it with -n. There is some boogie with the version number recognition and as of now I have not encountered any trouble running xcdroast with -n. The version requested is 2.01.all and provided is 2.01.01a01. I guess there is no critical difference between these two versions.
_________________
-- erol
Back to top
View user's profile Send private message
cascamorto
Guru
Guru


Joined: 28 Feb 2005
Posts: 373

PostPosted: Wed May 11, 2005 5:19 pm    Post subject: Reply with quote

ok thanx...
_________________
The real world isn't what you thought it was going to be?
re-emerge it with gentoo linux!
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Wed May 11, 2005 6:01 pm    Post subject: Reply with quote

k3b is pretty good but if you use xfce or gnome you will probably double the size of your system with all the crap you have to pull in with it. (half of kde !)

It cant copy with ide-scsi any more and the interface misbehaves a bit if it is run outside kde.

Apart from that it is a flexible and reliable tool.

xcdroast is nice because it goes straight for the root device rather than depending on /dev , this makes its device detection much more reliable and robust to the vaguaries of devfs/udev et al.


8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Fri May 13, 2005 7:45 pm    Post subject: Reply with quote

It seems that you can enter the key from the setup dialogue in the prog. That saves all the farting around with wrappers and exports.

I have not burnt a DVD yet but it has stopped nagging me when I start xcdroast -n so I guess its accepted it.

8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum