Subject: port-i386/25196: build of /usr/src/sys is broken
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <stopuce111@hotmail.com>
List: netbsd-bugs
Date: 04/16/2004 09:15:45
>Number: 25196
>Category: port-i386
>Synopsis: build of /usr/src/sys is broken
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: port-i386-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Apr 16 09:16:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Henry Nelson
>Release: 1.6.2
>Organization:
Kinki University
>Environment:
NetBSD gate 1.6.2 NetBSD 1.6.2 (KERN) #0: Fri Apr 16 16:34:05 JST 2004 root@gate:/usr/src/sys/arch/i386/compile/KERN i386
>Description:
/usr/src/sys/lib/libsa/tftp.c includes "arpa/tftp.h", but _this_
tftp.h is not under the /usr/src/sys tree.
>How-To-Repeat:
cat syssrc.tgz | (cd /; tar zxf -)
cd /usr/src/sys/
make includes; make depend; make; make install
install -c -r -o root -g wheel -m 444 netboot_3c509.rom /usr/mdec/netboot_3c
509.rom
install: netboot_3c509.rom: stat: No such file or directory
*** Error code 1
>Fix:
Place a copy of /usr/include/arpa/tftp.h in an appropriate
subdirectory WITHIN the /usr/src/sys tree.
[Quick fix is to enter the full path to the header file at line
62 of /usr/src/sys/lib/libsa/tftp.c:
"#include </usr/include/arpa/tftp.h>" ]
>Release-Note:
>Audit-Trail:
>Unformatted: