• Coki91@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    22 hours ago

    I unironically pacman -Syu’d today and it broke 3 applications that depended on ffmpeg (yes it did update ffmpeg correctly) all from official repos

    Tried to build them all from source for like an hour but the compilation also fails, ended up symlinking the libavcodec.so into it’s previous’ version name and everything works again with zero issues (who designed this shit?)

    • gh0stcassette@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      4
      ·
      12 hours ago

      Add a pacman hook to create a btrfs snapshot before ever update, if anything stupid breaks, rollback to the snapshot and wait a week for it to get fixed before trying again.

      • Coki91@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        6 hours ago

        That would be “snap-pac” for anyone wondering, thanks for the tip but my system is not on btrfs yet, I did try all of it on a VM though so that’s my next reinstallation for sure

    • gh0stcassette@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      12 hours ago

      Add a pacman hook to create a btrfs snapshot before every update, if anything stupid breaks, rollback to the snapshot and wait a week for it to get fixed before trying again.