Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
The libm that comes with ChromeOS in newer milestones is broken. Please see the comment in the glibc_build237.rb package file: ``` # We need to avoid this patch to preserve...
Not that I know of, but feel free to experiment and let us know how that goes!
> > Not that I know of, but feel free to experiment and let us know how that goes! > > Is the libm.so.6 built with CREW_LINKER_FLAGS=' /usr/local/lib64/libC.so.6 '? It...
If you have a Non-ChromeOS linux computer, or have crostini available, and have docker installed inside, you can run a ChromeOS container. Do you have either of those available to...
As long as you have docker installed, this is how you get a current M132 x86_64 container up: ```bash #!/bin/bash # crewbuild-hatch-x86_64.m132.sh if [ -n "$SSH_CLIENT" ] || [ -n...
Installation is broken at the moment. Hopefully https://github.com/chromebrew/chromebrew/pull/11923 fixes it.
Milestone 76?
You're probably going to have better luck replacing the firmware using the boot firmware from MrChromebox.tech and trying to use a standard Linux distribution. Maybe flex might work, maybe... https://www.reddit.com/r/chromeos/comments/svmp6w/success_chrome_os_flex_on_a_dell_chromebook_11/?rdt=53446
My initial suspicion would be that M76 used an older Glibc on x86_64 that Chromebrew hasn't supported in many many years.
There IS a chance that once https://github.com/chromebrew/chromebrew/pull/11828 and https://github.com/chromebrew/chromebrew/pull/11817 land that an install might work, but no promises...