This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: new 'temp' directory in CVS cinstall contains dependency WIP


Chris,

On Wed, Sep 19, 2001 at 10:58:19PM -0400, Christopher Faylor wrote:
> The overrides also attempt to
> catch all of the changes from the last time you all gave me
> input on this.  I'm sure I probably missed some things, though,
> so please check the setup.ini file carefully.
> 
> I expect that this directory will eventually go away.  In the meantime
> please use it to update your packages as you see fit.  You can either
> change the 'rh' file as appropriate or the setup.ini file.  I'd prefer
> the 'rh' file since I can use that to operate on any future setup.ini
> file but if you don't know perl then changing the setup.ini file is ok.

Sorry, I don't know Perl.  See attached for my changes.  In summary,
PostgreSQL is OK (except for the known, but ignored cygipc dependency)
and Python is missing a few dependencies.

Jason
Index: setup.ini
===================================================================
RCS file: /cvs/src/src/winsup/cinstall/temp/setup.ini,v
retrieving revision 1.2
diff -u -p -r1.2 setup.ini
--- setup.ini	2001/09/20 02:38:22	1.2
+++ setup.ini	2001/09/24 01:16:09
@@ -629,7 +629,7 @@ source: contrib/postgresql/postgresql-7.
 @ python
 sdesc: "An interactive object-oriented scripting language"
 category: Interpreters
-requires: ash cygwin readline zlib
+requires: ash cygwin gdbm ncurses readline zlib
 version: 2.1.1-1
 install: contrib/python/python-2.1.1-1.tar.bz2 3335431
 source: contrib/python/python-2.1.1-1-src.tar.bz2 5062274

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]