damn. that’s literally me.
Things have gotten so, so much better over the last 5 or 6 years.
Flatpak, appimage, docker are just brilliant.
I recently discovered nix and am in that honeymoon phase of trying to hit every nail with that hammer.
On Nixos
No nixpkg Make flake
No System Package
Build System Package
Gentoo makes it soo easy.
I installed and then ran Gentoo for about 9 months back when it first came out, before Robbins stepped down. I remember the install was pretty involved, but after that it was a pretty sweet system. I keep saying I’m going to go back to it, but just can’t be bothered anymore. As good as it was 20 years ago, I’m sure it’s even better now.
Yeah, basically handling all the caveats is now automated and you can choose to use binary packages.
Flatpak/flathub is your friend. I’ve been using Linux for 20+ years and I’m to a point where if it’s not available as a deb, flatpak, system package or at the bare minimum an executable binary/script I just don’t bother. Compiling should be done by the software vendor and not required of the user unless they specifically want or need to.
God bless flatpak for these cases
When the dependencies need dependencies and then those dependencies need dependencies, the rabbit hole is endless!
For those of you old enough to remember, rpm dependency hell
Times like this are an argument for why it’s OK to occasionally reinvent the wheel.
no system package
install distro that has it on a chroot
Yeah sure, I gonna setup everything again just because a single piece of software is not available on my pc
distrobox create… done
I honestly can’t remember the last time I’ve come across a package that I needed that so obscure that it wasn’t found somewhere as at the very least an appimage, if not a flatpak. I haven’t had to build from source in I don’t even know how many years now.
What? Its something I do quite regularly.
I think it depends on the distro. Nixos is pretty bad for this if you want to try out a project that is really new. If you wait a month or two a flake usually comes out somewhere.
so true
and yeah i can confirm i’ve been using linux for 7 years…
I installed Rocky linux on my new server instance today and I found out that vnstat is not available as a package in the repos. It used to be available on the older versions. 😭 It’s been a while since I got back to Linux for my personal use.
You didnt waste those hours, you learned something.
Nothing that useful, apart from learning again that reading error messages properly can save you much pain.
That’s a useful lesson to have stick
pfft. ln -s new_library.4.4.7 old_library.4.2.8
all done!
I wish Lemmy was able to have emoji reactions to comments just so I could react with a horrified face to this comment.
In lieu of that, I’ll just have to put it here: 😱
it is no big deal if the package dependency for a library just got swept up in the upgrade cycle. if the needed function call didn’t change, no problems. else you just get a linker error.
If it would be that easy. The problem I had was, that I installed a dependency using my package manager, but to compile my originally wanted software I had to provide a cmake file (of the dependency I installed via my package manager) to the compiler, which I of course did not have.
yeah that’s different
Gimme the repo and I’ll get it to compile on Arch, latest testing packages as per 2025-10-20T22:12:00 on repo.30p87.de/archlinux
What colors are your thigh highs?
Black-white, preferably pink-white. I overcompensate a lot for boymoding.
It’s too funny to me that Arch of all distributions attracts the thigh /Unix socks crowd (for lack of better word). Nothing about Arch stands out for me in that regard, there’s no social statement or anything, and when I was more active in the community, it wasn’t known for that.
I was deep enough into Arch to run my own private repository using aurutils, but no thighs :(
Sadly Im on Fedora.
Bad girl!
make: error: libX11.so permission denied or not found make: failed, something something finishing remaining jobs.
dear god what does it mean
I get that your issue was probably more nuanced than that, but what’s so confusing about inatalling missing build dependencies? If projects have a build guide sometimes they’ll straight up give you an install command for your distribution. If not, it’s up to you to find the package names corresponding to what you need to install since they can differ from distro to distro.