View previous topic :: View next topic |
Author |
Message |
sbarbi
Joined: 05 Nov 2008 Posts: 9
|
Posted: Sun Feb 01, 2009 7:39 pm Post subject: Problem installing libgnomecanvas |
|
|
http://modules.lunar-linux.org/index.php?option=depends&module=libgnomecanvas
Code: | libgnomecanvas: libglade libart_lgpl gail |
Code: | Checking dependencies for libgnomecanvas
Unable to find module gail in /var/lib/lunar/moonbase
|
but this is DEPENDS in /var/lib/lunar/moonbase/gnome2/platform/libgnomecanvas
Code: | depends libglade
depends libart_lgpl |
Code: | bash-3.2# cd /var/lib/lunar/moonbase/gnome2/platform/
bash-3.2# ls
GConf gnome-mime-data libIDL libglade libgnomeui
ORBit2 gnome-vfs libbonobo libgnome libxslt
at-spi gnome-vfs-monikers libbonoboui libgnomecanvas
|
Where is Gail? because libgnomecanvas while trying to install it no longer a dependency |
|
Back to top |
|
 |
engelsman
Joined: 21 Aug 2005 Posts: 131 Location: Netherlands
|
Posted: Sun Feb 01, 2009 8:44 pm Post subject: gail is now part of gtk+ |
|
|
There was a big commit of lots of gnome related modules recently, and gail was removed
as a separate module because it's now part of gtk+ according to the commit message.
How to remove the ghost dependency is actually covered in the FAQ:
Lunar adds a module's dependencies to a cache when you install it. You can't remove a dependency automatically, but you can rebuild the dependency cache to reflect the current dependencies of the modules that are now installed.
Code: |
lsh create_module_index
lsh create_depends_cache
lunar fixdepends
|
Note: Dependencies of modules in zlocal are ignored. If module X in the main moonbase depends on module Y then the dependency cache will still contain that dependency. |
|
Back to top |
|
 |
sbarbi
Joined: 05 Nov 2008 Posts: 9
|
Posted: Mon Feb 02, 2009 7:54 pm Post subject: |
|
|
thanks, but not work
Code: | bash-3.2# lsh create_module_index
bash-3.2# lsh create_depends_cache
bash-3.2# lunar fixdepends
bash-3.2# lin libgnomecanvas
Checking dependencies for libgnomecanvas
Unable to find module gail in /var/lib/lunar/moonbase
Unable to find module gail in /var/lib/lunar/moonbase
bash-3.2#
|
I test before and after lin moonbase but nothing |
|
Back to top |
|
 |
engelsman
Joined: 21 Aug 2005 Posts: 131 Location: Netherlands
|
Posted: Mon Feb 02, 2009 8:57 pm Post subject: zlocal ? |
|
|
Do you have any modules in zlocal that depend on gail?
zlocal module dependencies aren't handled in the same way.
If you are really stuck, check for gail in /var/state/lunar/depends*
(but the commands above should have rebuilt these already) |
|
Back to top |
|
 |
sbarbi
Joined: 05 Nov 2008 Posts: 9
|
Posted: Mon Feb 02, 2009 11:05 pm Post subject: |
|
|
No in the zlocal i don't have modules depend on gail.
I remove in /var/state/lunar/depends gail for libgnomecanvas and this work! thanks  |
|
Back to top |
|
 |
|