Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: vinnie on October 09, 2009, 11:10:53 AM

Title: Dependencies of dependencies... don't install dependencies!
Post by: vinnie on October 09, 2009, 11:10:53 AM
in the case of geany or xfe when installing first the locales the package manager  also install the program but not its dependencies!
example:   geany without gtk
Title: Re: Dependencies of dependencies... don't install dependencies!
Post by: Jason W on October 09, 2009, 11:36:43 AM
The geany-locales extension has the dep file only installing geany.  I will fix it.  It is not an issue with the package manager.  Same with xfe.

EDIT: Fixed.
Title: Re: Dependencies of dependencies... don't install dependencies!
Post by: vinnie on October 09, 2009, 02:28:22 PM
oh, thanks, but a package dependent should not inherit all the dependencies of the superior automatically  ???
   
i am a am a noob, do not shoot me  ;D
Title: Re: Dependencies of dependencies... don't install dependencies!
Post by: Jason W on October 09, 2009, 02:31:54 PM
Dependency resolution is not recursive, that is it does not fetch deps of deps, just the deps listed in the dep files.  That keeps the process faster and simpler.
Title: Re: Dependencies of dependencies... don't install dependencies!
Post by: vinnie on October 09, 2009, 03:54:06 PM
I trust blindly  ;)