Subject: Re: current: macppc_installboot fails on fs
To: None <nse@delfi-konsult.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-macppc
Date: 12/20/2007 22:59:46
nse@delfi-konsult.com wrote:

> The NetBSD version I'm running on the powerbook is a 3.1 kernel and  
> most likely a 2.x userland

Okay, updating your userland to 3.1 will fix the problem.

- be16dec() and variants were added into src/sys/endian.h after 2.0
- src/sys/fs/cd9660/iso.h was changed to using be16dec() variants
  after netbsd-4 was branched
- ideally macppc_installboot could have autoconf-like script
  to support them on every environment but it's unlikely because
  it's just workaround until it's merged into MI installboot(8)
---
Izumi Tsutsui