Subject: pkg/8395: Coda-4.6.6 doesn't build under (at least) Amiga
To: None <gnats-bugs@gnats.netbsd.org>
From: None <adam@albedo.com.pl>
List: netbsd-bugs
Date: 09/13/1999 02:07:12
>Number:         8395
>Category:       pkg
>Synopsis:       Coda-4.6.6 doesn't build under (at least) Amiga
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager (NetBSD software packages system bug manager)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 13 02:05:04 1999
>Last-Modified:
>Originator:     Adam Ciarcinski
>Organization:
Albedo
>Release:        NetBSD-current (1.4K)
>Environment:
NetBSD pulstar 1.4K NetBSD 1.4K (ALBEDO) #0: Tue Sep  7 11:13:16 CEST 1999
root@pulstar:/usr/src/sys/arch/i386/compile/ALBEDO i386
>Description:
/net/coda_client and /net/coda_server doesn't build under (at
least) Amiga port, since there is no cputype and systype in
work/code_(client/server)/coda-src/venus/fso.cfscalls2.cc
>How-To-Repeat:


>Fix:
Add into work/code_(client/server)/coda-src/venus/fso.cfscalls2.cc
and repatch patch-ab, something like:

#ifdef __m68k__
static char cputype[] = "m68k";
static char systype[] = "m68k_machine";
#endif

(I am not sure about __m68k__ defined by the compiler)
>Audit-Trail:
>Unformatted: