-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fails on Wifi-Enabler #267
Comments
When did you clone the repository? The To easy up on building AsteroidOS you can also build it using Docker or Podman: https://wiki.asteroidos.org/index.php/Building_AsteroidOS#Build_with_containers. Also, you only need to ensure that the dependencies are installed on your Arch setup. |
I had cloned the repository on Sunday. I'll try the new version when I get back home. I'll update after trying it. |
Update: I recloned the repository and tried to compile it. It shows that it prepared bitbake. However, the system acts like it didn't install it. Cannot find the command. |
I finally got to try to compile AsteroidOS. Now, I get another error. However, I don't understand what the error is. Let's see if I can figure out how to post code manageably. ~/asteroid master bash -c "source ./prepare-build.sh dory && bitbake asteroid-image" 126 ✘ If you meet any issue you can report it to the project's github page: You can now run the following command to get started with the compilation: Have fun! Build Configuration: Initialising tasks: 100% |###########################################################################| Time: 0:00:02 ERROR: Logfile of failure stored in: /home/username/asteroid/build/tmp-glibc/work/all-oe-linux/iso-codes/4.13.0-r0/temp/log.do_package_write_ipk.1338710 Summary: 1 task failed: |
Hey @phillippi2 |
Maybe you could try reproducing the problem on an arch live system booted from an .iso, if such a thing exists? We tried doing that for @eLtMosen 's distro but it worked fine using the .iso... I suspect it's a toolchain issue similar to the perl one. (My understanding is perl removed a widely-used feature still marked as experimental, and bitbake assumed perl was stable enough to use host perl rather than building a perl-native recipe). |
I've managed to reproduce this by installing EndeavourOS in I'm not convinced this is a bash or GCC bug yet. It might also be a libpseudo interaction or another library bug triggered by a specific combination of factors. |
I am trying to build AsteroidOS on Arch Linux. This is for the Asus Zenwatch 3, swift. However, the build fails when running wifi-builder.
The error message state "Error: nothing provides wifi-enabler." Then it says that the dependency is missing.
I downloaded Asteroid using got clone on its main repository. Then I built it. Finally, tried to build it using the suggested command: bitbake asteroid-image.
On a side note, figuring out how to set bitbake up is a bit frustrating because of the lack of documentation online. The one from Arch's repository fails to build. I'm still not sure I got it setup properly, as it seems to depend on the location it's located in. Anyways.
What can I try to alleviate this problem?
The text was updated successfully, but these errors were encountered: