Subject: Re: pkgsrc Interix 3.5/i386 bulk build results 20070103.2224
To: None <pkgsrc-bulk@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bulk
Date: 01/08/2007 18:42:57
On Mon, Jan 08, 2007 at 10:56:39AM -0500, Todd Vierling wrote:
> graphics/MesaLib           1018    pkgsrc-users@NetBSD.org

uintptr_t

> fonts/fontconfig           988     pkgsrc-users@NetBSD.org

intptr_t

> print/ghostscript          792     pkgsrc-users@NetBSD.org

uint64_t

> devel/atk                  472     wiz@NetBSD.org

Can you check config.log why it complains about glib during the second
run?

> lang/python24              428     recht@NetBSD.org

What's the shared library naming / magic in Interix again?

> security/heimdal           365     lha@NetBSD.org

strerror conflict, should be easy to fix.

> net/libIDL                 231     rh@NetBSD.org

PRI* issue?

> audio/nas                  213     markd@NetBSD.org

Installation issue of p5-perl-headers?

> lang/tcl                   208     jwise@NetBSD.org

-fPIC is not supported on Interix? Anyway, it should be dropped from the
command line as libtool adds it automatically.

> sysutils/dbus-glib         201     jmmv@NetBSD.org

Preinstallation of the user accounts?

At least half of the issues are related to inttypes.h / stdint.h, so
let's think how to really fix that.

Joerg