This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: cygport pkgcheck


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Reini Urban wrote:
> I added a function pkgcheck, which checks for duplicate and missing
> files comparing inst to the generated binpkg files.
> To check if the manually written pkg_names[] array is correct.
> This is only useful for splitted packages.
> 
> I found it useful for postgresql, which is quite split up.
> Maybe you want to look at it.

OK, sounds interesting.

> Note: I allow duplicate /usr/include *.h files, because server and
> client libs might want to share these.

I don't understand; if a file is present in more than one package, then
you get all sorts of problems with clobbering, missing files, etc.  This
is a limitation of setup.exe that we have to deal with.  A given file
should be in one and only one package, period.

Unless I misunderstood you, could you please make a new patch without
that part of the code.

Thanks,


Yaakov


P.S. Now that I think about it, it might be a good idea to have a
similar function that checks for _forgotten_ files, i.e. those that were
not included in any package.  PTC.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEhhujpiWmPGlmQSMRArpKAKDorhQ7zg5Xxa4XSYboLs3cuGpjgQCffaKE
JO0gw3jou5E7MkcWIIflWiM=
=ZXi0
-----END PGP SIGNATURE-----

--
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/


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