Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <02da01c0b404$edd91670$0200a8c0@lifelesswks> From: "Robert Collins" To: "DJ Delorie" Cc: References: <009201c0b373$270a6ee0$0200a8c0 AT lifelesswks> <20010323174032 DOT A30954 AT redhat DOT com> <200103232258 DOT RAA03576 AT envy DOT delorie DOT com> <00af01c0b3f0$e751e200$0200a8c0 AT lifelesswks> <200103232349 DOT SAA03971 AT envy DOT delorie DOT com> <021801c0b3fb$97ff2d60$0200a8c0 AT lifelesswks> <200103240142 DOT UAA04756 AT envy DOT delorie DOT com> Subject: Re: setup revisit Date: Sat, 24 Mar 2001 12:51:20 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 24 Mar 2001 01:45:44.0409 (UTC) FILETIME=[240D3C90:01C0B404] ----- Original Message ----- From: "DJ Delorie" To: Cc: Sent: Saturday, March 24, 2001 12:42 PM Subject: Re: setup revisit > > > Yes - and thats the intelligence thats in the apt* tools for debian, and > > to a certain extent rpmfind for rpm packages. > > The intelligence is in the people who put the packages together, and > try to predict the problems that users have. The packaging of that > intelligence is secondary. Plus, there's a lot of registry stuff, > desktop setup, and mount table stuff to deal with. I was a little concise on the meaning of intelligence. Picking on a specific toolset: the benefits that rpmfind & rpm bring to a setup environment is that the knowledge that the people putting packages together have put into the package data files is interpreted at install time to check for conflicts, and copy files/run scripts etc. A secondary and IMO even more important benefit is the reuse of that knowledge from other platforms. I agree that the actual file format is secondary, _but_ I know that it's a lot easier to take the spec file for a package foo, and build an rpm for a new target, than it is to create a whole new set of installation tools. Thus I'm willing to try and build rpm into a library linked into setup.exe > It does. The problem was that there was already a set of tar/gzip > sources in cygwin, and they were *not* the right sources for the > versions in setup, so you end up with *two* sets of tar/gzip sources. Ah. So if we use the same source, there's no issue. > > So, the link to download setup.exe sources, includes the source trees > > for the embedded programs? > > Setup currently does not include tar or gzip sources. I used zlib and > wrote my own tar extractor. Tar's a pretty trivial format. Sorry for my shorthand - "the link to" should be prefixed by "in a bootstrap environment ". > > cannot choose uninstall or skip a a package). Once they are done, the > > rpm based installed is launched within the cygwin environment. > > So, instead of one setup program, the user would run two? > In the bootstrap model, the user would run one. That one would download the bootstrap files with the same interface used today, and then spawn other subprocess's as needed. As I indicated a few mails back now, I'm happy to try and build a single-file setup.exe - I was proposing a workaround to an incorrect GPL issue I *thought* I saw. Rob