Re: mocp broken for anyone else?

2008-06-27 Thread Gerard Robin

On Fri, Jun 27, 2008 at 03:57:02AM +, i'll teach you to turn away. wrote:

From: i'll teach you to turn away. [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: Re: mocp broken for anyone else?



Gerard Robin [EMAIL PROTECTED] wrote:
GR On Thu, Jun 26, 2008 at 08:31:01PM +, i'll teach you to turn away. 
wrote:

From: i'll teach you to turn away. [EMAIL PROTECTED]
Subject: mocp broken for anyone else?

GR $ apt-cache policy moc
GR moc:
GRInstall??: 1:2.5.0~alpha3-3
GRCandidat?: 1:2.5.0~alpha3-3
GRArchitecture: amd64
GR works fine for me.

	you know, i've run debian for years, but i have no idea what the 
candidate field is. ours don't match - mine's 1:2.5.0~alpha3-2+b1. 
that looks decidedly messy. help?


it's ok if your architecture is alpha: 
at http://packages.debian.org/unstable/sound/moc we see:


Download moc
Download for all available architectures Architecture   Version Package 
SizeInstalled Size  Files
alpha   1:2.5.0~alpha3-2+b1 243.9 kB808 kB  [list of files]
amd64   1:2.5.0~alpha3-3228.3 kB696 kB  [list of files]
arm 1:2.5.0~alpha3-3204.3 kB624 kB  [list of files]
armel   1:2.5.0~alpha3-3218.7 kB648 kB  [list of files]
hppa1:2.5.0~alpha3-3233.7 kB700 kB  [list of files]
i3861:2.5.0~alpha3-3205.1 kB632 kB  [list of files]
ia641:2.5.0~alpha3-3308.1 kB1092 kB [list of files]
kfreebsd-amd64 (unofficial port)1:2.5.0~alpha3-3221.7 kB
600 kB  [list of files]
kfreebsd-i386 (unofficial port) 1:2.5.0~alpha3-3199.3 kB
530 kB  [list of files]
m68k1:2.5.0~alpha3-2191.8 kB628 kB  [list of files]
mips1:2.5.0~alpha3-3212.2 kB760 kB  [list of files]
mipsel  1:2.5.0~alpha3-3212.4 kB760 kB  [list of files]
powerpc 1:2.5.0~alpha3-3238.8 kB760 kB  [list of files]
s3901:2.5.0~alpha3-3230.9 kB692 kB  [list of files]
sparc   1:2.5.0~alpha3-3207.4 kB648 kB  [list of files]

hth
--
Gérard


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mocp broken for anyone else?

2008-06-27 Thread Gabriel Parrondo
El vie, 27-06-2008 a las 03:57 +, i'll teach you to turn away.
escribió:
 Gerard Robin [EMAIL PROTECTED] wrote:
 GR On Thu, Jun 26, 2008 at 08:31:01PM +, i'll teach you to turn away. 
 wrote:
 From: i'll teach you to turn away. [EMAIL PROTECTED]
 Subject: mocp broken for anyone else?
 GR $ apt-cache policy moc
 GR moc:
 GRInstall??: 1:2.5.0~alpha3-3
 GRCandidat?: 1:2.5.0~alpha3-3
 GRArchitecture: amd64
 GR works fine for me.
 
   you know, i've run debian for years, but i have no idea what the 
 candidate field is. ours don't match - mine's 1:2.5.0~alpha3-2+b1. 
 that looks decidedly messy. help?
 

That's because he's using Sid and you are either using Lenny or an
outdated Sid. For the latter, try 'aptitude update  aptitude upgrade'.
For the former, there's a bug[0] in the version currently in lenny
that's causing your problem, try this workaround proposed in a
comment[1] in the bug report:

 Copy /usr/share/doc/moc/examples/config.example.gz $HOME/.moc/
 gunzip $HOME/.moc/config.example.gz and mv config.example
 config. Edit config, find # Layout1, uncomment and enjoy moc.


[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485059
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485059#10


PS: Since you downgraded to etch version, try re-upgrading it to latest
available version before trying the wa.

-- 
Gabriel Parrondo
GNU/Linux User #404138
GnuPG Public Key ID: BED7BF43
JID: [EMAIL PROTECTED]

The only difference between theory and practice is that, in theory,
there's no difference between theory and practice.


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: mocp broken for anyone else?

2008-06-27 Thread Daniel Burrows
On Fri, Jun 27, 2008 at 03:57:02AM +, i'll teach you to turn away. 
[EMAIL PROTECTED] was heard to say:
 Gerard Robin [EMAIL PROTECTED] wrote:
 GR On Thu, Jun 26, 2008 at 08:31:01PM +, i'll teach you to turn away. 
 wrote:
 From: i'll teach you to turn away. [EMAIL PROTECTED]
 Subject: mocp broken for anyone else?
 GR $ apt-cache policy moc
 GR moc:
 GRInstall??: 1:2.5.0~alpha3-3
 GRCandidat?: 1:2.5.0~alpha3-3
 GRArchitecture: amd64
 GR works fine for me.
 
   you know, i've run debian for years, but i have no idea what the 
 candidate field is. ours don't match - mine's 1:2.5.0~alpha3-2+b1. 
 that looks decidedly messy. help?

  The candidate version is the version apt wants to install according
to the current policy.

  Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SOLVED Re: mocp broken for anyone else?

2008-06-27 Thread i'll teach you to turn away.
Gabriel Parrondo [EMAIL PROTECTED] wrote:
GP That's because he's using Sid and you are either using Lenny or an
GP outdated Sid. For the latter, try 'aptitude update  aptitude upgrade'.

i have no real idea what i'm using, honestly. i just keep 
upgrading every day  eventually i figure i get to the next release. :D

GP that's causing your problem, try this workaround proposed in a
GP comment[1] in the bug report:
GP 
 Copy /usr/share/doc/moc/examples/config.example.gz $HOME/.moc/
 gunzip $HOME/.moc/config.example.gz and mv config.example
 config. Edit config, find # Layout1, uncomment and enjoy moc.

that was exactly it. thanks for the help everyone!

lish
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mocp broken for anyone else?

2008-06-26 Thread i'll teach you to turn away.
new upgrade of moc is a major fail. it won't even start:

$ mocp
Plugin uses different API version

FATAL_ERROR: Layout1 is malformed

nice.  when i downgrade back to /stable, it'll play songs  i can 
navigate okay, but if i start any new song, it kicks me out with:

FATAL_ERROR: Unknown event: 0x12

keeps playing though, as if i'd just quit without killing it.

anyone else having issues? found a workaround yet? google said 
nothing of value.

lishwell, i may be a lot of things
[EMAIL PROTECTED]  but i won't be ignored. -mm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mocp broken for anyone else?

2008-06-26 Thread Gerard Robin

On Thu, Jun 26, 2008 at 08:31:01PM +, i'll teach you to turn away. wrote:

From: i'll teach you to turn away. [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: mocp broken for anyone else?



new upgrade of moc is a major fail. it won't even start:

$ mocp
Plugin uses different API version

FATAL_ERROR: Layout1 is malformed

	nice.  when i downgrade back to /stable, it'll play songs  i can 
navigate okay, but if i start any new song, it kicks me out with:


FATAL_ERROR: Unknown event: 0x12

keeps playing though, as if i'd just quit without killing it.

	anyone else having issues? found a workaround yet? google said 
nothing of value.


$ apt-cache policy moc
moc:
  Installé : 1:2.5.0~alpha3-3
  Candidat : 1:2.5.0~alpha3-3
 
  Architecture: amd64


works fine for me.
Except the sound which is not adjustable with the keys Maj +  or 

--
Gérard


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mocp broken for anyone else?

2008-06-26 Thread i'll teach you to turn away.
Gerard Robin [EMAIL PROTECTED] wrote:
GR On Thu, Jun 26, 2008 at 08:31:01PM +, i'll teach you to turn away. 
wrote:
From: i'll teach you to turn away. [EMAIL PROTECTED]
Subject: mocp broken for anyone else?
GR $ apt-cache policy moc
GR moc:
GRInstall??: 1:2.5.0~alpha3-3
GRCandidat?: 1:2.5.0~alpha3-3
GRArchitecture: amd64
GR works fine for me.

you know, i've run debian for years, but i have no idea what the 
candidate field is. ours don't match - mine's 1:2.5.0~alpha3-2+b1. 
that looks decidedly messy. help?

lish  you've got the harder part -
[EMAIL PROTECTED] you've got the kinder heart. -mm
43.9% / 32RANA 128 / 70


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]