This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New Setup for Cygwin 1.7 on cygwin.com


Corinna Vinschen wrote:

> What I still don't get is that, in my local install, the update-info-dir,
> coreutils, and terminfo postinstall scripts ran before the bash postinstall
> script, even though all of them list bash as requirement.  Any idea?

It's a circular dependency -- _update-info-dir and bash both list each
other as requirements.  In such a situation with loops it's impossible
to give a topological ordering that satisfies both constraints, so it
comes down to chance (or rather the order that things are evaluated) as
to which goes first.  It looks like _update-info-dir happens to get to
the top.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]