Subject: pkg/31024: Porting pkgsrc to BSD/OS
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <tmp+nbdev@plethora.net>
List: pkgsrc-bugs
Date: 08/21/2005 02:46:00
>Number: 31024
>Category: pkg
>Synopsis: bootstrap fails in building digest due to undefined types
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Aug 21 02:46:00 +0000 2005
>Originator: T. M. Pederson
>Release: pkgsrc-2005Q2
>Organization:
Plethora . Net
>Environment:
System: BSD/OS hostname 5.0 Wind River Systems, Inc. BSD/OS 5.0 Kernel #0: Fri Jan 10 10:40:18 MST 2003 polk@hephaestus.DELOS.COM:/images/5.0-ISE/sys-obj-exported/bsp/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
pkgsrc/bootstrap/bootstrap fails with
whirlpool.c:1629: `uint32_t' undeclared (first use in this function)
>How-To-Repeat:
run pkgsrc/bootstrap/bootstrap on BSD/OS 5.0
>Fix:
add
#include <digest-types.h>
to pkgsrc/pkgtools/digest/files/whirlpool.c
(digest-types.h is built by configure)