-
-
Notifications
You must be signed in to change notification settings - Fork 101
OmniOS r151046 userland is not buildable #3893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
More packages that cannot be built.
cat /build/omnios-build/build/illumos-kvm/build.log What determines that illumos-omnios was or wasn't built? The packages directory in illumos-omnios has been created. |
I've opened #3895 which fixes the python 2.7 build error, and with that patch in place I've just built all of r46 successfully with For the illumos packages it looks like the illumos build didn't fully complete for some reason - possibly it was killed by the framework when something else failed. You can do the builds in separate phases with
if you prefer. I cannot replicate the |
Initiating repository rebuild.
system/install/kayak-kernel is not built because the following line was added by omni. So I've disabled the above line.
illumos-omnios was built previous to the above errors. The only errors found in nightly.log were:
3 times. |
I was able to build But kayak cannot be built. I get errors similar to the following.
A lot of packages fail to install during miniroot build because of missing But...
|
Build for package/pkg fails because Rust cannot be found although Rust is installed and available.
Excerpt from build log of package/pkg:
Build for runtime/python-27 fails because the build script is giving unrecognized option to the Python2 module compileall.
Excerpt from build log of runtime/python-27:
The text was updated successfully, but these errors were encountered: