Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 27 Sep 2004 13:39:53 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Dave Korn cc: cygwin AT cygwin DOT com Subject: RE: Is setup.exe _supposed_ to delete the cygwin dll before attempting to run shell scripts? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 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. > > > > > > > > > Properly speaking, the depth-first order will be B, D, C, A... > > > > > > > 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 > > > > > > 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 AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT 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/