X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49B457E7.3010406@dazjorz.com> Date: Mon, 09 Mar 2009 00:42:31 +0100 From: Sjors Gielen User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Replacing setup.exe and cygcheck with dpkg (Was: Re: cygcheck typo in both manpage and --help) References: <5c01594c0903081410n548fdb1ewbb43692129942901 AT mail DOT gmail DOT com> <20090308211548 DOT GA8625 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20090308211548.GA8625@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Christopher Faylor schreef: >> setup.exe and cygcheck are very nice but was wondering if the idea of using >> yum and rpm was ever tossed around? > > Yes, it has been discussed many times. There are big barriers to > getting these working, mainly due to problems installing already-running > programs. > > cgf Hey Christopher, I've succesfully ported dpkg. In a few weeks time, I'll start working on my Debian Cygwin project again, I'm currently busy with other things - but maybe you could take a look at my dpkg changes and see if you can make a Cygwin-dpkg which is compatible with cygcheck and setup.exe. Dpkg is very easy to use, as is apt-get which I was busy porting before I stopped temporarily. (Since 1.7 already fixes the problem of installing running programs, there are only two important changes: multiple slashes at the beginning of a path are mapped to one, and when installing a new binary dpkg uses vfork() instead of fork() for the one corner case where dpkg re-installs itself.) If you want them, I'll upload the patches to the subversion repository of the project as soon as I can. They are currently sleeping on my disk until the project gets far enough to release some binaries and sources. Sjors -- 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/