Am I reading this wrong or are you complaining that the unstable channel is unstable?
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
I don't think I've ever faced a distro-specific problem when I really think about it. I've had headaches with SELinux on my Fedora Server machine, but those aren't really a Fedora problem.
Packaging might be the only thing that qualifies, so I guess the only thing would be the occasional package conflict I'd get when I used RPMFusion's Mesa builds and they fell behind the main Fedora repo's dependencies.
Arch: malware in the AUR..
I've been using Arch for years, it can be a pain in the ass to know what extra things I need to install, like for laptop graphics drivers etc.
Sometimes things break for no reason. Usually it's an easy fix but it takes time.
Ubuntu: ppas. What a pain in the ass, I'd rather read diffs and use the AUR
Every PPA is a repository you add and that was a traumatic experience (I used Ubuntu as first distro for straight 13 years or so). Because they can all have their own dependencies and need to be the right compatible one for your Ubuntu version, which also meant that upgrading Ubuntu was a pain too. Oh I hated it so much... honestly worse than Snaps! No wonder that Canonical pushes so much for Snaps.
audio on Void.
Installing Endeavour via Ventoy, same with tumbleweed
picking the wrong "spin" with Fedora, trying to remove said spin without removing the entire distro, breaking Fedora
being unstable on NixOS and updating only for a dependency not being updated along with the package. looking at you Krita and Steam. That being said it's very easy to circumvent. for Krita and Steam I just keep them on stable
updating Ubuntu. installing something and it sneaks in the snap version. basically Ubuntu overall.
Rest of them haven't had any major problems with.
Now if you want to talk about a non linux OS then man FreeBSD is a LOAD of issues but those issues are actually fun and interesting to try and tackle.
Installing Endeavour via Ventoy,
What exactly was the problem?
I've never really seriously used any of the distros that do anything particularly unique.
So, while I can't think of any specific issue, probably the worst "distro specif ic" issue I've run into is the occasional need to use back ports on Debian stable to get more current software.
Most of the issues I've faced are during the live install phase where some .iso weren't optimized, also during the partitioning process, they reported errors that makes me unable to install the distro.
I've been using the unstable channel and am rarely seeing packages being built locally. But yeah, there's no negative caching, if it's something that fails to build in NixOS CI, local build will be attempted and will fail again.
Package update must build successfully before it's merged to git, and a git master must build basic system successfully before it's pushed to unstable channel. Requiring all packages to build successfully is infeasible for unstable, that's what stable releases are for.
Do you have this problem with some particular packages, or is it always something else?
The vi/vim key bindings on Debian always catch me out, so I've started uploading the old centos config
When I think back what issues distro-specific was, I can only think about repository and package management problems. So things like Ubuntu: PPA, Snap and Manjaro: Pamac, AUR and so on. Because most of problems and issues aren't caused by your distribution, it is hard to find something that is and knowing it is caused by the distribution.