Closed Jan-V2 closed 2 years ago
This issue is related to MLL, not to MLS.
I suggest you take a look at the nano and ncurses build processes and try to implement the solution proposed in this thread. Unfortunately, I am too busy to maintain the dependencies, but I am open for pull requests.
Another option for you is to add the static-get overlay bundle and install nano at runtime.
so i tried to build the latest commit with just ncurses and nano. however, when i try to run nano the following happens.
it complains about missing a lib,, and when i check the /lib folder, it does the only thing i changed was that i added ncurses and nano as overlay packages i tried adding glibc_full to see if it would help but it didn't besides in the documentation it states that it should automatically add dependencies. so i think i might have found, a bug related to one of the dependencies. correct me if i'm wrong of course, i'm still pretty new to this low level stuff.