[OpenIndiana-New-developers] Illumos build notes/questions
Frank Middleton
f.middleton at apogeect.com
Sun Mar 13 00:19:29 UTC 2011
On 03/07/11 01:06, Damian WojsÃ
Âaw wrote:
> Did you really do:
>
> PATH=/opt/onbld/bin:$PATH; export PATH
> ln -s usr/src/tools/scripts/bldenv.sh .
> ksh93 bldenv.sh -d illumos.sh
Well. I thought I had! dmake setup definitely created it
this time. No idea what went wrong before, but thanks
for confirming that this step should have created nightly.
Ether way, it still didn't create any packages.
As noted there are just 2 error "code 1"s remaining, both
due to 1302 missing locales, for example:
.........
cp: cannot access /devel/illumos/illumos-gate/proto/root_i386/usr/lib/locale/zh_
TW.UTF-8/LC_TIME/LCL_DATA
*** Error code 2
dmake: Warning: Target `install' not remade because of errors
Current working directory /devel/illumos/illumos-gate/usr/src/cmd/localedef
*** Error code 1
The following command caused the error:
if [ -f localedef/Makefile ]; then \
cd localedef; pwd; dmake install; \
else \
true; \
fi
dmake: Warning: Command failed for target `localedef'
Current working directory /devel/illumos/illumos-gate/usr/src/cmd
----
presumably it didn't make the packages because of the errors. How
to proceed?
Thanks -- Frank
More information about the New-developers
mailing list