WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dependencies of dependencies... don't install dependencies!  (Read 2252 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Dependencies of dependencies... don't install dependencies!
« 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

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Dependencies of dependencies... don't install dependencies!
« Reply #1 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.
« Last Edit: October 09, 2009, 11:42:47 AM by Jason W »

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Dependencies of dependencies... don't install dependencies!
« Reply #2 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

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Dependencies of dependencies... don't install dependencies!
« Reply #3 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.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Dependencies of dependencies... don't install dependencies!
« Reply #4 on: October 09, 2009, 03:54:06 PM »
I trust blindly  ;)