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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=gBEYRP7hKkXpPN8CNg5kLbB5wt6x174QsPJvT21X5td gP+rrg+KnIeVZXnpRQOEMFiiP8+g6LCAb6mQDQ7Y1x6sGwqHNwVP2YXYZoUM1KHu NpVOZAzSIlKyvtKxtbmRlC/MqpYNGhxBF1ywVtjhARfXfk+LqS92kRrQQdKh6XAE = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=XuqXgtt6vi8FA5CU7mn2Wny7VCA=; b=puJvx/bnuyb164LSH HyitYR4mVaK6Y6LcY3of7Y//gtrpz4X/vWF2hU2lAsqrv8hkQ7yyLks4fWET1ofz ponG+seWZalDmTvnSt9hbnH8F89CtUjhc5bFP8bqZqbRWzVzJymQ56r/bXFo8Ra3 14Mj/fed8m1b5qrxSyd818Umto= 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=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: bureau92.ns.utoronto.ca Message-ID: <526B0CF8.5090800@cs.utoronto.ca> Date: Fri, 25 Oct 2013 20:29:44 -0400 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: setup.ini dependency graph? References: <526A986D DOT 9040202 AT cwilson DOT fastmail DOT fm> In-Reply-To: <526A986D.9040202@cwilson.fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 25/10/2013 12:12 PM, Charles Wilson wrote: > Does anybody have a script or a tool that can parse a setup.ini and > generate a dependency graph? I'm using pmcyg to create a > stripped-down standalone installation CD and it's too big, so I'm > trying to figure out where the culprit is that's pulling in so much > stuff... I threw one together a while back when dealing with packages trying to pull in latex: http://cygwin.com/ml/cygwin/2012-03/msg00242.html It doesn't build a full graph, but if you name the offending package it tells you who depends on it. HTH, Ryan -- 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