Dependency loops considered harmful?

Hans de Goede j.w.r.degoede at hhs.nl
Wed Sep 3 17:39:38 UTC 2008


Michael Schwendt wrote:
> On Wed, 3 Sep 2008 18:58:35 +0200, Miroslav Lichvar wrote:
> 
>> For example, why games data depend on binaries?
> 
> I've also questioned that before. It boils down to a matter of
> convenience. It's packagers who say that the data pkgs are not usable
> without the game program, and therefore they want to avoid the
> scenario where somebody installs a game data pkg that doesn't result
> in a working game in the desktop menu. Hence game data and game
> program are tied to eachother in both directions.
> 

Actually its more about the removal scenario, lets say someone does:
df
yum install vegastrike    (drags in vegastrike-data)
df                        (who thats big)
<play vegastrike>         (hey that games sucks and eats up my HD-space)
yum remove vegastrike
df                        (WTF, why am I still missing 0.4 Gigs of HD-space ??)

To avoid this the data packages depend upon the game binary, and vica versa the 
game binary depends upon the data so that the data will get dragged in when 
installing the game resulting in a working game.

And no we will not just put them together, because re-releasing 300+ MB of 
gamedata because the binary needs recompiling for a new lib is not cool!

>> What do you think? Are loops something that we should try to avoid?
> 
> Yes. IIRC, there are even some weird loops where after a package split
> a new sub-package depends on the main package and vice versa.
> 

Generally I agree, but their are exceptions, like game-engine <-> data

Regards,

Hans




More information about the fedora-devel-list mailing list