
Well, i actually gave the musl build a try a few years ago, but that installation failed pretty early. That's why i went to Alpine for that machine.NeddySeagoon wrote:bea,
Welcome back. We knew you would come but we didn't know when![]()
Code: Select all
!!! All ebuilds that could satisfy "dev-qt/qtbase:6[dbus,gui,network,widgets]" have been masked.
Code: Select all
there are no ebuilds to satisfy "~dev-qt/qtbase-6.10.2:6[dbus,xml]".
Code: Select all
!!! All ebuilds that could satisfy ">=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,X]" have been masked.
Code: Select all
All ebuilds that could satisfy "lxterminal" have been masked.
You are asking for qt based programs so it is normal to have it pulled in. The flags listed there are required for those apps to build (on Gentoo or any other distro).What's going on there?
Why do i have to unlock everything qt?
Code: Select all
# Ionen Wolkens <ionen@gentoo.org> (2026-03-23)
# Masked for testing the new .0 version and leave time for packages
# to catch up on support. Will likely be kept masked until 6.11.1
# is released unless there is a notable reason to need this earlier.
No, Grub not necessary need a separated partition, May be a /boot directory is all you need. (this /boot again is customizale)bea wrote:But that obviously requires a separate boot partition which i did not have set up.Hu wrote: Even if grub cannot read from XFS[1], there is no need to reinstall the whole system for that. You would only need the kernel to be on a filesystem that grub can read.

I know. That's what caused the problem when i was using the XFS file system. But anyway, upon reinstall i switched to ext4. And that expectedly solved the problem.pingtoo wrote:No, Grub not necessary need a separated partition, May be a /boot directory is all you need. (this /boot again is customizale)bea wrote:But that obviously requires a separate boot partition which i did not have set up.Hu wrote: Even if grub cannot read from XFS[1], there is no need to reinstall the whole system for that. You would only need the kernel to be on a filesystem that grub can read.
Not quite: my feeling is that gentoo still emposes many of the restrictions i wanted to avoid. Example is the current situation where the qt demands for dbus to compile.From your posts, it seems you retain binary distros mentality, you are expecting Gentoo is just select packages and compile them from source code then it will just work. This is not true. Gentoo is not (even with binary packages) design to work out of box. It have been always require some level of knowledge of own hardware and some degree of will for customize to make it work to ones like. It will now work out of box.
Out of curiosity, was mkfs.xfs invoked with the extra configuration option I added last month? Grub doesn't like file system features it doesn't know about (hopefully GRUB 2.14 is stabled soon). It may need to go back one more step if it failed. I really need to test that at some point personally.bea wrote:Well, after some struggling (grub does not install from XFS file systems although docs suggest otherwise ... took me some days to find out and repeat the installation).