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:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=Fh0J fKuOQHlJ5f/UHVWifUhchVlzaG7HYn/OblLJjnJnFVN75gPgbML0mxy3IvgR8190 AfQh/wKXCS7oCLMyE7tTn2UfGQ0zWN04/zjw6kkj8znufKoUX09VBpmZZ7m9YLHK W+jYqyanKWfQYjHOPBrTDS13tcQVi4rJ8INuoN4= 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:references :mime-version:content-type:in-reply-to; s=default; bh=m2eKxp05Ju +cJ+1QYNoI5IEhtPU=; b=cs5wxoby32c39OPNOhqlFsR51NxIWNjjNLE+7lC9ho s5FHadRjYiFaA7M9SGcuqvSn1kiS8HJCnoqxCPiVnaFJdGWshWJi61JXvUWw1Vvc yuN6dBPejFqbW4E0RXmmc9vLabNnWxvf76dW5Ty5RAaIcJ0WGC8cV+pyMnoKkaIv E= 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.3 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 X-HELO: mail-wi0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=QCQ3vqvwnwbkNycL0vswdHjS+vB9x73qVniCjPkQHWc=; b=HF2jpHoNKrs8A/j7oov40SWTNpUXtC/Db0OlnRXZV9yW4M6O/cjYGS6MYDMJpvfoX8 URAywPNa/Tedle5Foplrgt6TZlCJT6WF9T/b7k6+MfQlQoavDIg88PdOf5qo2fhke5aT 3wFkfAL2FBDq4Htze5uOigjuL9KOGTrnbaXMLFy40oHuE/sROpQYXgKPRA0+P3Y9yTC0 yqY+hpf6hZ2upF9gaYk5xkym8ypvyUYilUCIj75TcdfHCFY1IW/xTWaxxCX4Z+kdrFE0 6beJRG5LJqVVEZ2kawOZoqapO2NX6kqTtoH/fpfL4gL3q5HO/SXHV6NJamMUNdNFbLXr 1/eA== X-Gm-Message-State: ALoCoQm4h73Sj8FgHdptwznJI06bsGTjSd6ksrHb5BMvY3N90YikyjTXo9yydLR+jr1Q273QqRRd X-Received: by 10.180.74.198 with SMTP id w6mr1007047wiv.7.1408745450287; Fri, 22 Aug 2014 15:10:50 -0700 (PDT) Date: Fri, 22 Aug 2014 23:10:47 +0100 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: Replicate packages from 32-bit machine on 64-bit machine Message-ID: <20140822221047.GB22231@dinwoodie.org> References: <1109698188 DOT 20140818042530 AT yandex DOT ru> <53F21480 DOT 6070401 AT cygwin DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes On Fri, Aug 22, 2014 at 06:17:32PM +0000, Paul.Domaskis wrote: > Understood, Larry. It's just that there are so many packages, and I > don't want to manually find all the matching packages. Before, if I > wanted to replicate a cygwin install on another machine, I just > reinstalled all my packages, but saved the packages to a folder that I > could write to disc. I can't do that if I want to replicate my > packages as 62-bit versions. I don't think there's any perfect solution to this problem -- as noted there just isn't a perfect mapping between 32-bit and 64-bit packages -- but it occurs to me that you could install the cygcheck-dep package and call `cygcheck-dep -il`. That'll give you a list of just the "leaves" in the tree of installed packages and their dependencies, which may be a better starting point for what packages you need to install on your new system, since you'll automatically get all their dependencies. -- 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