-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
xiaomi-elish ubuntu oracular build failed #7374
Comments
Jira ticket: AR-2510 |
This seems to be upstream bug related to Oracular. Can you use any other userspace? |
noble builds fine https://paste.armbian.com/ahimuwuyod |
Yes, this Oracular problem was introduced few weeks ago ... |
it could build oracular successfully with empty config property |
Two parts to this. One, oracular is shipping base-files We've already tried (once, twice) to disable Armbian's repos during rootfs build to avoid this chicken-egg problem. It should be disabled for rootfs cli & rootfs artifact, but now this needs handling when rootfs is built "inline" with image, as is the case for most users building on command line. Except here we've to handle the transition from building-rootfs to building-image. I sincerely think we should remove all repo-adding code from rootfs so SKIP_ARMBIAN_REPO is always equivalent to "yes" there no matter what. Alternatively: remove the junk from the repo, or update it. Long-term, we should split the repos (dists) so that the armbian/build produced packages don't ever get mixed with other stuff, and can be enabled selectively (eg NOT during rootfs build). @DOUBLEU9264: you can build with Two, I couldn't find much on the Ubuntu side, but https://wiki.debian.org/UsrMerge explains a bit. Recently the move moratorium has been lifted. Either way this (very complex) move is pivoting around |
What happened?
How to reproduce?
./compile.sh build BOARD=xiaomi-elish BRANCH=current BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_APPGROUPS_SELECTED='multimedia office remote_desktop' DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base KERNEL_CONFIGURE=no RELEASE=oracular
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Other
Are you building on Windows WSL2?
Relevant log URL
https://paste.armbian.com/jicequlege
Code of Conduct
The text was updated successfully, but these errors were encountered: