X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=WTnOOJe1brRLltgWRIcw69LdVitEgOeEzu1o/XBoRBxD4Ksli/5qI gJdVE3cpCF8CsuV3mP2fW7nZpJbQ5zI3eM4COOMtHr3ABq/nIPuGRrTtXu4IquGo jEnAO7ZzaeSlxFJuZv6nUaxCY8sKfEaJ4UI48d+T1zXZ3fEdvbKh1Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=3DDVIvFWY98Jp+OBsP/1hsNsiR4=; b=q5u4uLC6XqMGh1lM1raGmwGD8JtN e3XJoesQtmdnTmldm44Kb7r87334M+N7KF9gigrXLY8+e8S/oM6AmoeT3pwKOfn0 ezEBsXiaAPmMi1qiQibSoK4fCP0SLq4HSHdZF7XqaJuZuQ05Yajl1ISMPfWpqL+R 4Devkt+S9kupE+g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX194To6/WSSdDE7H/42f2hK0 Date: Mon, 4 Nov 2013 11:00:32 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: setup.ini dependency graph? Message-ID: <20131104160032.GB5526@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <526A986D DOT 9040202 AT cwilson DOT fastmail DOT fm> <526B8DF9 DOT 5000004 AT tiscali DOT co DOT uk> <5271000D DOT 7000604 AT cwilson DOT fastmail DOT fm> <52710EC5 DOT 2020403 AT cs DOT utoronto DOT ca> <5277AFEA DOT 9060404 AT cwilson DOT fastmail DOT fm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5277AFEA.9060404@cwilson.fastmail.fm> User-Agent: Mutt/1.5.20 (2009-06-14) On Mon, Nov 04, 2013 at 09:32:10AM -0500, Charles Wilson wrote: >On 10/30/2013 9:51 AM, Ryan Johnson wrote: >> On 30/10/2013 8:48 AM, Charles Wilson wrote: >>> Yeah; even for my stripped-down version, I need to pre-process the >>> setup.ini and remove all mentions of cygwin, libstdc++6, libgcc1, etc. >>> The ncurses DLLs are also a huge nexus. (It's probably easier to >>> exclude those nodes by mucking with the perl, but...) >> Quick question: do you have 1+ known-big-unwanted packages and need to >> know who's pulling them in, or are you hoping to take some cut of the >> graph that gets as many desirable packages as possible given the space >> constraints? The graph-building script here is good for the latter, but >> I had the impression you were doing the former; if so, my script might >> get you to an answer faster by avoiding information overload. > >A combination of the two, actually. I've used both David's script and >yours in concert. In addition, I've modified David's script to color >the nodes based on origination, and to exclude or collapse 'Base' and/or >'required-by-Base' packages. > >I've got a few cleanups, and then I'll share the result. It's already >helped me generate a few re-packaging requests I plan to post over on >cygwin-apps... Is this packagable? It sounds pretty interesting. Would it be crazy to generate this and make it available on the cygwin web site? Or would the dependency graph generation overload sourceware.org? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple