Unfortunately, no one can be told what Redcore Linux is. You have to see it for yourself!
You are not logged in.
Try it live, and see if it works. If it does, then yes.
It doesn't...rust has an internal copy of LLVM, that use flag simply enables it.
sisyphus install nvidia-drivers:5 --ebuild
Should do the trick.
I made some changes to allow older versions of rust to be installed. You will have to wait until at least tomorrow when I merge the code from the development branch, into testing (next) branch. Then add :
dev-lang/rust LLVM_SLOT: 17
into
/etc/portage/package.use/10-sisyphus-overrides
and it should just work.
You will have to have a fully update system for this to work. Let me know at one point if you succeeded.
We're not working towards that goal. Please let us know if someone manages to install Redcore Linux on WSL.
Calibre is an e-book reader and uses mathjax version 3. Atril can also read e-books, but uses mathjax version 2. If two programs want different versions of the same library, there will be a conflict. My suggestion simply disabled e-book support in atril, get rid of mathjax version 2, thereby eliminating the conflict and allowing calibre to be installed.
VirtualBox needs to have EFI enabled and the iso needs to be booted in EFI mode. Have you checked if that's the case? Looks like you booted in MBR mode. Maybe I'm wrong, but you need to provide some more information.
app-text/atril -epub
Then you do :
sisyphus upgrade -e
To rebuild atril without epub support, then :
sisyphus autoremove
To remove the conflicting mathjax, then :
sisyphus install calibre
Should just work.
I suspect there's a conflict between polkit agents if you kept KDE Plasma after installing Cinnamon. You can try to disable polkit-kde-agent from within Cinnamon, so that only polkit-gnome runs. Or you can just get rid of KDE Plasma.
emerge --deselect kdecore-meta
emerge --deselect plasma-meta
sisyphus autoremove
This should leave the system with only Cinnamon and maybe things will just solve themselves.
I set package.use ruby_targets_ruby31
This one is already the default. Having it in package.use is redundant, but if it works for you, you can leave it as is.
Well, 1st of all, ruby version 3.1.4-r3 is already preinstalled by default. And 2nd of all, it seems that you have masked every single ruby package in the tree, and as a consequence, you cannot install any of them, and somehow you masked the default preinstalled version as well. If you remove the last line, sisyphus will happily reinstall the default version.
We do check how the system is working, and in most cases it does work as intended. We get regressions here and there, but we fix them as best we can. If Plasma6 really doesn't like your hardware, maybe you should try LXQT.
sisyphus install lxqt-meta
You're right, zfs is not compatible with kernel 6.11. If you wanna use it, is best to stick to a LTS kernel.
sisyphus install linux-image-redcore-lts
Yeah, you can remove it :
sisyphus uninstall syslog-ng -f
It has been replaced by metalog a while ago, which sisyphus will pull anyway.
I think I know what is causing it. Will try to reproduce and will push a fix.
Conflict: 158 blocks (all satisfied)
It found some conflicts, but they're satisfied, aka it knows how to fix them. So if you remove those packages, it will succeed.
Can you try :
emerge -NuDGaev --backtrack=100 --with-bdeps=y @world
instead of
sisyphus upgrade -e
This should definitely do the trick.
Can you post a link, please? I would like to have a look.
Hence why I suggested to install mesa-amber, since i965 driver resides in there. I may have to include mesa-amber from now on, or have Xorg use the modesetting driver.
Can you try :
sisyphus install mesa-amber
Reboot and let me know.
So far it seems like Intel integrated graphics are affected, though I cannot reproduce it, plus I got confirmation from different users that things work.
You need to offer some more details. Nothing related to Xorg has been updated recently.
It is now done. Once you upgrade, Python3.12 will be the default, but Python3.11 and Python3.10 will be there as well.
No special instructions will be needed. You'll just need to upgrade the system, and everything will be done automatically.
So, keep your system up to date, and Python3.12 will just be there in the next few days as the main interpreter, but this time, Python3.10 and Python3.11 will be available as well. As I said in my previous message, restrictions were lifted.
At the moment, I wouldn't recommend you try. I masked Python3.12 on purpose as not everything is compatible with it, plus we don't allow multiple Python versions to coexist.
That being said, I'm making some changes as we speak, to allow multiple versions of Python to coexist. So, it will come as an update in the next few days.
Hmm, that doesn't sound right. So, let's try to fix the configuration.
sisyphus branch master
sisyphus autoclean
sisyphus update
eselect profile set default/linux/amd64/23.0/split-usr/hardened
sisyphus upgrade -e
These steps will reset the configuration to a clean slate. Try this, and let me know.