(kemona_halftau)
i love compiling something and having it work the first time, only to break after doing a system update because of some library not being abi-compatible with the previous version, so then i go to compile the thing again, and i am met with 8 pages of linker errors
@kemona_halftau
i love compiling something and having it work the first time, only to break after doing a system update because of some library not being abi-compatible with the previous version, so then i go to compile the thing again, and i am met with 8 pages of linker errors :33
@kemona_halftau I love compiling something and having it continue to work fine after a system update (thanks to RPATH), but then months later I delete old generations and guix gc to free up disk space and everything breaks and I have to delete the build directory and start again because cmake resolves symlinks and hardcodes all the paths (which no longer exist)