311
submitted 4 weeks ago by [email protected] to c/[email protected]
top 15 comments
sorted by: hot top controversial new old
[-] [email protected] 31 points 4 weeks ago

why are you using three different distros to build a single application?

[-] [email protected] 19 points 3 weeks ago

Probably nixos to run distrobox with fedora, then using podman to run debian to compile the C application.

[-] [email protected] 7 points 4 weeks ago* (last edited 4 weeks ago)

The why is a good question, but I'd also like to know "How?"

[-] [email protected] 6 points 4 weeks ago

I'd assume virtual machines - as for why, just checking their program works on different systems I guess

[-] [email protected] 5 points 3 weeks ago

according to the meme it's just compiling, no other build steps... suspicious

[-] [email protected] 2 points 3 weeks ago

Yeah, probably more boring than I assumed; podman with 1 apt based distro, one rpm based distro, and Nixos. Each doing an independent build and packaging in their respective builds systems.

I was hoping for some rube Goldberg's machine of compilation, but that's probably not the case.

[-] [email protected] 5 points 3 weeks ago

Well, first I tried compiling it on my own distro (which isn't listed in the image). Then I tried compiling it with the help of nix-shell (that's the NixOS logo).

Then I figured, fuck it, let's just launch a whole container for compiling, so I tried the distros listed in the official documentation (Debian and Fedora), which, you guessed it, didn't work either.

This is a hobby project that I'm trying to compile, so this definitely won't be the best showing of C, but still just astronomically more painful than it should be...

[-] [email protected] 16 points 4 weeks ago

What does this mean exactly?

[-] [email protected] 16 points 3 weeks ago

The gophers are https://podman.io/ which builds and runs containers. My guess is they are building the same application in multiple distros for their one application

Like

my-app-nix my-app-fedora my-app-alpine

It's a common practice so users can choose the distro they prefer when launching your container in their stack.

[-] [email protected] 9 points 3 weeks ago

Pretty sure they are seals, not gophers.

[-] [email protected] 7 points 3 weeks ago

A group of seals is a pod!

[-] [email protected] 3 points 3 weeks ago

In this case, it's not my program, it's an open-source project I'm trying to compile, and I actually can't get the program to compile on any of these distros.
I tried nix-shell at first, then I tried launching containers of Debian and Fedora, which have official build instructions, and yeah, nothing has truly worked so far.

I do have a working setup on openSUSE, but it involves half-compiling it in nix-shell and then compiling the rest with whatever magical combination of openSUSE packages I have on there. This setup also happens to be on my old laptop...

[-] [email protected] 4 points 3 weeks ago

Containers maybe?

[-] [email protected] 0 points 3 weeks ago
[-] [email protected] 2 points 3 weeks ago

This game: http://crawl.develz.org/

It's packaged for my distro, but I'd like to play Nightly builds.

The game is developed for fun by a community, so I don't want to claim that this is peak documentation or build logic for a C application, but simultaneously, there's not many programming languages where I would have the thought to launch a different operating system just to compile...

this post was submitted on 22 Apr 2024
311 points (94.1% liked)

Programmer Humor

30643 readers
658 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS