Quote:
Originally Posted by mikefot
Many thanks for your reply.
|
Happy to help
Quote:
Originally Posted by mikefot
In gentoo you compile almost every application package you run on the OS.
You have to be careful all the time not to fall into dependency problems.
|
Portage handles this for you. While the Gentoo devs are human and certainly could make mistakes, I would expect dependency problems related to the fact one compiles everything locally to be rare.
Quote:
Originally Posted by mikefot
If you get in a mess you can end up having to reinstall.
|
Without adequate understanding of what's going on, perhaps, but I would expect experienced Gentoo users to understand how to remedy a broken dependency situation.
Quote:
Originally Posted by mikefot
I thought to start using flatpak in gentoo to avoid certain compilations e.g. to install libreoffice and some QT packages.
|
Using flatpak to install things on Gentoo external to portage seems reasonable. I would expect this more to skip compile time impatience rather than concerns about broken dependencies, but in the end the goal is the same.
Quote:
Originally Posted by mikefot
If I would start using flatpak to install desktop applications then I don't really need the host distrubtion to be able to create or recruit
executable binaries from a repository or a dvd etc.
|
Ah, I think I see now. You're interested in building as much of your system as possible from flatpak, and given so, you're interested in minimizing the non-flatpak part of your system. You want a minimal distro to put flatpak stuff on.
Quote:
Originally Posted by mikefot
So, where could I find a distribution that doesn't do that; ie cut out the middleman.
Bedrock is such a distribution.
|
Bedrock is too minimal here. Just Bedrock's files alone won't even boot.
You could use Bedrock with some bare minimum from other distros to make the system bootable, make flatpak accessible, and fill in whatever gaps flatpak can't provide. However, in that case, Bedrock isn't providing you anything. You may as well just go with whatever the distro is that's providing the boot system and flatpak itself.
Quote:
Originally Posted by mikefot
If I would at some point wish to be able to compile in style I could create a third installation of gentoo on the same disk and then intergrate it into the existing Bedrock flatpak install using the ability of Bedrock to do that.
|
If you want:
- A minimal distro that's just enough to get flatpak going
- Flatpak
- Also use Gentoo
You could certainly start with some minimal traditional distro that's just enough to get flatpak going, hijack it with Bedrock, then `brl fetch gentoo`.
However, I would think in that case just getting a minimal Gentoo with flatpak would be simpler. It doesn't sound like you're actually utilizing the initial distro or Bedrock; they're just overhead. Getting _most_ of your stuff from flatpak lessens the Gentoo compile time overhead (or dependency concerns you've described, I guess).