FYI: Reboot is needed after a failed setup.

Christopher Faylor cgf-no-personal-reply-please@cygwin.com
Tue Nov 16 01:41:00 GMT 2004


On Tue, Nov 16, 2004 at 01:13:48AM -0000, Max Bowsher wrote:
>Igor Pechtchanski wrote:
>>Speaking of the order in which scripts are run (but unrelated to this
>>discussion): the logic that is supposed to invoke postinstall scripts in
>>topological order of dependencies doesn't seem to work -- instead of being
>>invoked when their respective packages are traversed, the postinstall
>>scripts are executed by the catch-all clause (and thus in alphabetical
>>order).
>
>Yuck.
>
>Does anyone know how rpm/deb handle this kind of issue?

rpm does a topological sort based on dependencies.  Some of the
dependencies are supplied in the rpm spec file, but many are derived by
an internal rpm algorithem which figures out requirements for things
like shared libraries and perl modules.

cgf



More information about the Cygwin-apps mailing list