pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc Interix 3.5/i386 bulk build results 2005-01-17 (archivers/*)



On Tue, 18 Jan 2005, Julio M. Merino Vidal wrote:

> > security/libgcrypt         9       tech-pkg%NetBSD.org@localhost
>
> Looks like this package is win32-ready when using cygwin.  But it's
> checking for the _WIN32 macro everywhere.  What's the proper procedure
> to get this defined in Interix (hoping that doing this will fix it)?

That is probably not appropriate.  Interix really is a Unix compatible
environment, with real ELF-like shared objects, and has no access to the
Win32 subsystem or Win32 DLLs.

The error here appears to be lack of an appropriate #include; in this case,
it's missing <sys/select.h> (and expecting "some other system header" to
include it automagically, which is wrong).

I'll create the appropriate patch and fix it.  Fortunately there is already
an autoconf check for <sys/select.h> in the package.

-- 
-- Todd Vierling <tv%duh.org@localhost> <tv%pobox.com@localhost>



Home | Main Index | Thread Index | Old Index