Subject: pkg/26796: compiling pkgsrc/comms/pilot-link-libs fails on IRIX 5.3
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <geos@epost.de>
List: pkgsrc-bugs
Date: 08/29/2004 13:14:22
>Number:         26796
>Category:       pkg
>Synopsis:       compiling pkgsrc/comms/pilot-link-libs fails on IRIX 5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 29 13:15:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Georg Schwarz
>Release:        current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
Compiling pkgsrc/comms/pilot-link-libs fails due to a conflict of sys/types.h and inttypes.h. This is a known issue on IRIX 5.3 (supposedly only) which some software falls victim of. In fact inttypes.h exists but is not needed here at all.
BTW, pilot-link is at 0.11.8 for some time now.
>How-To-Repeat:

>Fix:
The following works around the problem:

.include "../../mk/bsd.prefs.mk"
.if ${LOWER_OPSYS} == "irix5.3"
CONFIGURE_ENV+=         ac_cv_header_inttypes_h="no"
.endif
>Release-Note:
>Audit-Trail:
>Unformatted: