This is the mail archive of the cygwin 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: Is setup.exe _supposed_ to delete the cygwin dll before attempting to run shell scripts?


On Mon, 27 Sep 2004, Dave Korn wrote:

> > -----Original Message-----
> > From: cygwin-owner On Behalf Of Brian Dessent
> > Sent: 24 September 2004 23:34
>
> > Igor Pechtchanski wrote:
> >
> > > > You first get the depth-first order: D, C, B, A.
> > >
> > > <PEDANTIC>
> > > Properly speaking, the depth-first order will be B, D, C, A...
> > > </PEDANTIC>
> >
> > D'oh'
> >
> > > Unfortunately, this won't work when you have circular dependencies
> > > (e.g., cygwin <-> fileutils).
> >
> > Oh, did I forget to say the graph must be a DAG before starting?  :)
> > Anyway, there are heuristics that could be used to find the best
> > "feedback set" of edges for which removal would result in an acyclic
> > graph.  e.g. the one described at
> > <http://www2.toki.or.id/book/AlgDesignManual/BOOK/BOOK4/NODE182.HTM>
> >
>
>   Deleting edges from a graph won't actually make a package that depends
> on another operate successfully without that other package present!
> OTOH what I think might work would be to identify loops in the full
> dependency graph and treat them as single packages that must be
> installed or uninstalled together - effectively encapsulating the loop
> inside a single node and thereby reducing the graph to a DAG.

And what would be the order in which you would run the preremove scripts
from all of the packages in the loop?  Or are you saying that they should
be considered packaging errors, and let setup do what it may?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing."  -- Dr. Jubal Harshaw

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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