Subject: /opt/src/sys/lib/libsa/net.h:46:20: iodesc.h: No such file or
To: None <current-users@NetBSD.org, port-sparc64@NetBSD.org>
From: None <segv@netctl.net>
List: port-sparc64
Date: 01/22/2006 02:24:07
While compiling NetBSD-current for sparc64 I noticed the following error:

In file included from /opt/src/sys/arch/sparc/stand/ofwboot/net.c:61:
/opt/src/sys/lib/libsa/net.h:46:20: iodesc.h: No such file or directory
nbmkdep: compile failed.
*** [net.d] Error code 1
1 error

nbmake: stopped in /opt/src/sys/arch/sparc/stand/ofwboot
*** [dependall-../../sparc/stand/ofwboot] Error code 2
1 error

nbmake: stopped in /opt/src/sys/arch/sparc64/stand
*** [dependall-stand] Error code 2
1 error

nbmake: stopped in /opt/src/sys/arch/sparc64
*** [dependall-sparc64] Error code 2
1 error

nbmake: stopped in /opt/src/sys/arch
*** [dependall-arch] Error code 2
1 error

nbmake: stopped in /opt/src/sys
*** [dependall-sys] Error code 2
--- dependall-rescue ---


I was building 'release' via build.sh, however the above error did not cause
the build to fail, i.e. the error seems to have been ignored.

So the question: is this a harmless error which can be ignored?