|
Description
|
See comments.
Excerpted from Comments of Dave Hamaker:
Nevada source product builds have been failing with compile errors on:
/usr/src/psm/stand/boot/sparc/common/wanboot.c
/usr/src/psm/stand/boot/sparc/common/wbcli.c
The errors look to me like an associated Makefile is missing
a needed directory in the search list for includes,
in the source-product-build case.
Some relevant messages from the build log:
...
make: Warning: Don't know how to make target `obj64/tavor.fth'
make: Warning: Don't know how to make target `obj64/tavor.fth'
...
"../../sparc/common/wbcli.c", line 169: syntax error before or at: bc_handle
"../../sparc/common/wbcli.c", line 410: syntax error before or at: u
"../../sparc/common/wanboot.c", line 82: syntax error before or at: bc_handle
"../../sparc/common/wanboot.c", line 137: syntax error before or at: http_handle_t
|