public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] xcdroast - dependies
@ 2001-12-23 23:23 Sebastian Werner
  2001-12-23 23:37 ` Martin Schlemmer
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Werner @ 2001-12-23 23:23 UTC (permalink / raw
  To: gentoo-dev

Hey

I want to emerge xcdroast a cdburn-tool. It merges fine but if i want to start it it told me that it depends on a special version of cdrecord (an older - don't know anymore - sorry)- not the version found.

Greetings

Sebastian Werner




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] xcdroast - dependies
  2001-12-23 23:23 [gentoo-dev] xcdroast - dependies Sebastian Werner
@ 2001-12-23 23:37 ` Martin Schlemmer
  2001-12-24  1:30   ` Mikael Hallendal
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Schlemmer @ 2001-12-23 23:37 UTC (permalink / raw
  To: Gentoo-Dev

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

On Mon, 2001-12-24 at 01:23, Sebastian Werner wrote:
> Hey
> 
> I want to emerge xcdroast a cdburn-tool. It merges fine but if i want to start it it told me that it depends on a special version of cdrecord (an older - don't know anymore - sorry)- not the version found.
> 

Known problem.  Somebody opted to test with current version
of cdrecord and xcdroast with cdrecord version checking
disabled.  I do not know who, or what the progress is ...

Maybe this can serve as an reminder ?


Greetings,
-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] xcdroast - dependies
  2001-12-23 23:37 ` Martin Schlemmer
@ 2001-12-24  1:30   ` Mikael Hallendal
  2001-12-24  5:09     ` Dan Armak
  2001-12-24 11:54     ` Sebastian Werner
  0 siblings, 2 replies; 6+ messages in thread
From: Mikael Hallendal @ 2001-12-24  1:30 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

mån 2001-12-24 klockan 00.37 skrev Martin Schlemmer:
> On Mon, 2001-12-24 at 01:23, Sebastian Werner wrote:
> > Hey
> > 
> > I want to emerge xcdroast a cdburn-tool. It merges fine but if i want to start it it told me that it depends on a special version of cdrecord (an older - don't know anymore - sorry)- not the version found.
> > 
> 
> Known problem.  Somebody opted to test with current version
> of cdrecord and xcdroast with cdrecord version checking
> disabled.  I do not know who, or what the progress is ...

Hi!

It was Dan that looked at this, I've tried xcdroast with this check
disabled (-n) and it works fine. For now, just start with -n

xcdroast -n

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] xcdroast - dependies
  2001-12-24  1:30   ` Mikael Hallendal
@ 2001-12-24  5:09     ` Dan Armak
  2001-12-24 11:56       ` Sebastian Werner
  2001-12-24 11:54     ` Sebastian Werner
  1 sibling, 1 reply; 6+ messages in thread
From: Dan Armak @ 2001-12-24  5:09 UTC (permalink / raw
  To: gentoo-dev

On Monday 24 December 2001 03:30, you wrote:
> Hi!
>
> It was Dan that looked at this, I've tried xcdroast with this check
> disabled (-n) and it works fine. For now, just start with -n
>
> xcdroast -n
Hi,

I tested it and it wored ok with -n and the current cdrecord version. I 
posted that info on gentoo-dev then and asked how shuold we change it so that 
-n will be on by default - a patch, user instructions? I got no reply then, 
so nothing was done and it was forgotten.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] xcdroast - dependies
  2001-12-24  1:30   ` Mikael Hallendal
  2001-12-24  5:09     ` Dan Armak
@ 2001-12-24 11:54     ` Sebastian Werner
  1 sibling, 0 replies; 6+ messages in thread
From: Sebastian Werner @ 2001-12-24 11:54 UTC (permalink / raw
  To: gentoo-dev

ok thanks - i don't know that there's a flag to ignore this

Sebastian Werner

Am 24.12.2001 02:30:18, schrieb Mikael Hallendal <hallski@gentoo.org>:

>mån 2001-12-24 klockan 00.37 skrev Martin Schlemmer:
>> On Mon, 2001-12-24 at 01:23, Sebastian Werner wrote:
>> > Hey
>> > 
>> > I want to emerge xcdroast a cdburn-tool. It merges fine but if i want to start it it told me that it depends on a special version of cdrecord (an older - don't know anymore - sorry)- not the version found.
>> > 
>> 
>> Known problem.  Somebody opted to test with current version
>> of cdrecord and xcdroast with cdrecord version checking
>> disabled.  I do not know who, or what the progress is ...
>
>Hi!
>
>It was Dan that looked at this, I've tried xcdroast with this check
>disabled (-n) and it works fine. For now, just start with -n
>
>xcdroast -n
>
>Regards,
>  Mikael Hallendal
>
>-- 
>
>Mikael Hallendal
>Gentoo Linux Developer, Desktop Team Leader
>CodeFactory AB, Stockholm, Sweden
>
>





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] xcdroast - dependies
  2001-12-24  5:09     ` Dan Armak
@ 2001-12-24 11:56       ` Sebastian Werner
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Werner @ 2001-12-24 11:56 UTC (permalink / raw
  To: gentoo-dev

I think we could patch the cmd-line parser to add "-n" to the default call of this program...

mhh, i am not really good in hacking through c-code. Anybody out there who could help.

Sebastian Werner

Am 24.12.2001 06:09:18, schrieb Dan Armak <danarmak@gentoo.org>:

>On Monday 24 December 2001 03:30, you wrote:
>> Hi!
>>
>> It was Dan that looked at this, I've tried xcdroast with this check
>> disabled (-n) and it works fine. For now, just start with -n
>>
>> xcdroast -n
>Hi,
>
>I tested it and it wored ok with -n and the current cdrecord version. I 
>posted that info on gentoo-dev then and asked how shuold we change it so that 
>-n will be on by default - a patch, user instructions? I got no reply then, 
>so nothing was done and it was forgotten.
>
>-- 
>
>Dan Armak
>Gentoo Linux Developer, Desktop Team
>Matan, Israel
>_______________________________________________
>gentoo-dev mailing list
>gentoo-dev@gentoo.org
>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-12-24 12:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-23 23:23 [gentoo-dev] xcdroast - dependies Sebastian Werner
2001-12-23 23:37 ` Martin Schlemmer
2001-12-24  1:30   ` Mikael Hallendal
2001-12-24  5:09     ` Dan Armak
2001-12-24 11:56       ` Sebastian Werner
2001-12-24 11:54     ` Sebastian Werner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox