View previous topic :: View next topic |
Author |
Message |
daedalusman
Joined: 15 May 2006 Posts: 3
|
Posted: Mon May 15, 2006 5:25 am Post subject: mpg123 wont install |
|
|
I just installed lunar-linux and I'm trying to get gnome2 installed. As one of the dependecies of a package mpg123 is to be installed but when the process got to it it would build and with an error 2. I don't currently have access to the log file as I'm writing this under windows, but I will post it when I get a chance. Does anybody have any ideas how I can get mpg123 to install so that I can get a working gnome desktop? Thanks. |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Mon May 15, 2006 6:48 am Post subject: |
|
|
could you list the module that tries to install mpg123... afaik mpg123 is totally not maintained... last released version is in moonbase and already dates back to 2003... i will try to find you an alternative once you can tell which module is trying to pull this package
gr,EA |
|
Back to top |
|
 |
daedalusman
Joined: 15 May 2006 Posts: 3
|
Posted: Mon May 15, 2006 7:44 am Post subject: |
|
|
Sorry but could you explain to me how to figure out which package is trying to install mpg123? I can't seem to figure out how to do this. Thanks |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Mon May 15, 2006 8:56 am Post subject: |
|
|
don't worry about it ... i found it already...
it's nautilus that is pulling mpg123... but it's an optional depends... so do this :
Code: |
lin --reconfigure nautilus
|
and when asked if you want to install mpg123 just say no...
after nautilus is installed you can continue with the normal installation of gnome2.
gr,EA |
|
Back to top |
|
 |
daedalusman
Joined: 15 May 2006 Posts: 3
|
Posted: Mon May 15, 2006 9:17 am Post subject: |
|
|
Thanks ElAngelo, worked great. But could you still tell me how to check what modula is calling another in case I need to do something like this again in the future? |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Mon May 15, 2006 10:06 am Post subject: |
|
|
what i did to find what module was asking mpg123 is the following :
Code: | lvu stree gnome2 | grep mpg123 |
it takes a while but in the end it give you :
Code: |
|--->nautilus: librsvg libexif gnome-vfs2 gnome-menus gnome-icon-theme gnome-desktop esound eog eel [medusa] [mpg123] [sox] [vorbis-tools]
|
with [mpg123] in yellow and with square brackets which means it's an optional dependency that is not installed yet
gr,EA[/color] |
|
Back to top |
|
 |
|