Subject: Recent pkg_install breakage on Tru64
To: None <tech-pkg@netbsd.org>
From: Tobias Nygren <tnn@netilium.org>
List: tech-pkg
Date: 05/28/2005 17:03:45
Hi,

Revision 1.30 of pkgsrc/pkgtools/pkg_install/files/add/perform.c added use
of the PRIu64 macro. This is not defined on Tru64:

cc: Error: perform.c, line 329: Missing ")". (closeparen)
                                warnx("projected size of %" PRIu64 " bytes exceeds available free space\n"

CFLAGS=-DPRIu64=\"lu\" fixes it.

It appears at least SunOS has these constants defined, do they exist on AIX and IRIX?

-tnn