pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/26796: compiling pkgsrc/comms/pilot-link-libs fails on IRIX 5.3
>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:
Home |
Main Index |
Thread Index |
Old Index