Unless I have done something wrong, here is what I am seeing in my nightly.log
when I try to build a debug version of ON using non debug closed binaries:
Error: if closed sources are not present, ON_CLOSED_BINS must point to closed
binaries.
root_i386 is not present in /export/home/jeffndi/osdev/b83/closed.
*** Error code 1
The following command caused the error:
CLOSED_ROOT="$ON_CLOSED_BINS/root_i386${RELEASE_BUILD+-nd}"; \
if [ "$CLOSED_IS_PRESENT" = no ]; then \
if [ ! -d "$CLOSED_ROOT" ]; then \
echo "Error: if closed sources are not present," \
"ON_CLOSED_BINS must point to closed binaries."; \
echo "root_i386${RELEASE_BUILD+-nd} is not" \
"present in $ON_CLOSED_BINS."; \
exit 1; \
fi; \
echo "Copying closed binaries from $CLOSED_ROOT"; \
(cd $CLOSED_ROOT; tar cf - .) | \
(cd /export/home/jeffndi/osdev/b83/proto/root_i386; tar xBpf -); \
fi
root_i386${RELEASE_BUILD+-nd} evaluates to root_i386 and the closed binaries
are, in fact, under root_i386-nd.
You can try building a non debug version of ON or install the debug version of
the closed binaries.
Regards,
J-F
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]