I'm getting the following when I build the kernel. I'm not sure what the error
means or how to resolve it:
/export/home/tide/OpenSolaris/sirius/onnv-gate/usr/src/uts/zSeries/hook
warning: hook symbol checking: global variable(s) introduced and/or removed.
0a1,2
> hook_stack_lock
> hook_stacks
*** Error code 1
The following command caused the error:
TARG=`echo sischeck.debug64 | /usr/bin/cut -d'.' -f2`; \
MODSYMS=hook.symbols.$TARG; \
if [ -f "hook.global-objs.$TARG" ]; then \
/usr/bin/grep -v '#' hook.global-objs.$TARG |/usr/bin/grep . | \
/usr/bin/sort -u > $MODSYMS.tmp; \
/usr/ccs/bin/nm $TARG/hook |/usr/bin/grep OBJT |/usr/bin/grep -v UNDEF
| \
/usr/bin/cut -d'|' -f8 |/usr/bin/grep -v '^___const_' | \
/usr/bin/grep -v '\.[0-9]*$' |/usr/bin/sort -u \ >
$MODSYMS.tmp.new; \
/usr/bin/diff $MODSYMS.tmp $MODSYMS.tmp.new > $MODSYMS.diff || \
(echo "warning: hook symbol checking:" \
"global variable(s) introduced and/or removed."; \
/usr/bin/cat $MODSYMS.diff; exit 1) \fidmake: Fatal error: Command failed for
target `sischeck.debug64'
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code