-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Gentoo Support #3175
base: master
Are you sure you want to change the base?
Gentoo Support #3175
Conversation
b22b034
to
4de7cdd
Compare
Looking forward to this, thanx. I tried to install it but got stuck near the end I think. This is the command string I used to install it:
Here's where the output ended:
I haven't tried to fix it yet to see what you think. -DennisL |
Thanks for testing! I was adding targets one by one and didn't notice the conflict between xiwi and xorg. I'm working on a fix for that now. |
I've added a bit more intelligence to the expand variables, which should fix this issue. I've also made a few tweaks to the xfce-desktop and lxde-desktop targets to more closely match what you're expecting from debian/ubuntu, although these are completely untested so far since I haven't had time to compile them yet. Thanks for taking a look! |
I may have been a bit premature but I just updated the repo and tried an update (via '-u') but am still getting the video card issue -
I'll try to be more patient and wait until you have a chance to work on things... ;-) -DennisL |
No worries! I kicked off a new build with the exact same targets as you're using above, hopefully that will help me figure out what's going on for you! One difference is that I'm building the crouton executable and installing with that, but I'm not sure how that would change the result. What Chrome device are you using? You might want to try removing the VIDEO_CARDS and INPUT_DEVICES lines from /etc/portage/make.conf, it might help get over this bump! Can you attach (from the chroot) /etc/portage/make.conf if it fails again? |
Actually, I do the same thing, I 'make' the crouton executable and install or update using it.
I've got the Dell Chromebook 13 (7310) 'lulu' model (i5 / 8GB RAM / 256GB SSD) with ARC++ enabled and using -
I'll do that now and get back to you.
Will do. Thanx, |
If you have time perhaps you could implement musl and uclibc gentoo versions |
Yeah, hardened targets, x32 support and funtoo might be other interesting targets too, but for now I'm going to keep working on getting what I have in a merge-able state. Thanks for looking at it though! I haven't had much time this week to dig into this, and really won't be able to for the following week either. If anyone has any ideas on the terminal switching issue, I'd really appreciate the input. If not, I'll get back on this in a week or so. Thanks! |
Not sure what the current status of this branch is, but I did find a few issues. The second issue is more of a Gentoo thing. During the emerge world to update the base, there was a perl conflict which broke the process. The solution was to change the emerge line in targets/core to |
@JoseJX, sorry for the silence here. Could you please update the list of what isn't working? |
Sorry, I got busy with other work and haven't had too much time to work on this. I've still got the following issues open:
I'm hoping to have more free time in August. If you have any suggestions about the console switching issue, that's really the only big bug left. |
@JoseJX does CLI-only version of Gentoo chroot work now? |
On Intel (Chromebook Pixel 2 LS) and my ancient Chromebook (Samsung Series 3), yes, it does. I've been using it near daily on the LS since I started this bug. The graphical side starts fine, but won't switch consoles back to the Gentoo X11 instance on Intel. I still haven't figured out why. I need to look into bringing in the changes from @zenmetsu to fix some issues on ARM as well, but this is more limited by my ability to test. |
Can you please provide some brief instructions what should I do to run
Gentoo CLI via Crouton?
I'm also using Chromebook Pixel LS, and would be happy to run Gentoo easily
on it.
…On Aug 10, 2017 8:59 PM, "Joseph Jezak" ***@***.***> wrote:
On Intel (Chromebook Pixel 2 LS) and my ancient Chromebook (Samsung Series
3), yes, it does. I've been using it near daily since I started this bug.
The graphical side starts fine, but won't switch consoles back to the
Gentoo X11 instance on Intel. I still haven't figured out why.
I need to look into bringing in the changes from @zenmetsu
<https://github.com/zenmetsu> to fix some issues on ARM as well, but this
is more limited by my ability to test.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3175 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHOu_Mn7pRGy7roA_qCeE2RbGNlRHqcks5sW0UPgaJpZM4Mm4s7>
.
|
Has gentoo ever received full support for crouton? What are the steps for installation? Is it necessary to follow the gentoo handbook for installation? Thanks in advance! |
as a followup, I've attempted to download crouton-master from https://github.com/JoseJX/crouton/archive/master.tar.gz and attempted to install as normal in crouton, but got the following errors as listed in the screenshot: Did I do something wrong? If not, what should I do to fix this error? |
Sorry, I've been really busy with paying work and haven't had much free hacking time! I suspect that things have changed a bit and it will take some work to get this working again. I will have a look this weekend since someone is interested in it, but things never worked 100% with X. |
I'm excited! I've been wanting to get back to that gentoo life for awhile, I look forward to it. |
@JoseJX were you able to take a look at things this weekend? I'm still very interested in this. |
@JoseJX I'm still monitoring this, how are things going? |
I have a development Chromebook that I could use for this. Do you need any help? I have a PR on @JoseJX 's crouton. |
@JoseJX @dnschneid Any update on this? Does Gentoo work again on crouton or? |
Sorry, my Chromebook Pixel 2 died a while ago and I haven't bought a new one yet. @JL2210, if you want to take this and run with it, be my guest! |
@JoseJX Sure thing. From what you've done, it shouldn't take much. |
I will start testing for you too... Get some things out of the way... I might need some time though. I will test kde in my spear time. |
Not exactly Crouton.. but this script bootstraps Gentoo Prefix on a Chromebook (may need some work, but so far so good): https://gist.github.com/JL2210/f51a3d5a7a57900983b706949eba9f74 |
I've forked this initiative and mostly updated it to work with 2020 gentoo, but we're back to the original issues @JoseJX was running into ---the VT switch back from ChromeOS to the running Gentoo X server really doesn't want to work. I don't have any idea how this mechanism actually works; does anyone lurking on the thread have any insights? Fork here: https://github.com/mpmilano/crouton This has been tested literally once, and presumably will break for some people. If we can figure out the X11 issues then I'd be happy to clean up the fork. |
why am i here |
455c029
to
cebf84f
Compare
This is a bit a rough so far, but I'm interested in adding Gentoo support to Crouton. I don't want to suggest that this should be integrated as is, but I'd like some feedback and was wondering if others would be interested in this.
This currently builds most of the targets, but I haven't yet worked on the KDE, Gnome or Kodi/XBMC targets. I'm currently using a Pixel 2 for development.
Thanks!