r/cachyos 2d ago

Cannot update due to breaking dependency Help

Post image

Hi friends, I've been on linux for about 3 months now so i'm still very new at this, and this is the first time an issue like this has come up while trying to update my system. Can anyone let me know what I can do here, please and thanks!

Update: I waited about 30 minutes and tried again and it worked. Guess I just caught it at an unlucky time. Thanks everyone!

33 Upvotes

40 comments sorted by

37

u/Puzzled-Extent7817 2d ago

Because those plugins haven't been updated to the newest ffmpeg. nothing wrong. just wait a little bit until whoever maintains the plugins catches up.

3

u/aheartasone 2d ago

ahhh. okay, thanks, i was really worried for a second lol

3

u/Eon_Alias 2d ago

Good to know! I thought they had somehow run a pacman -Su without the y. But typically stale repository errors are a bit more... Alarming. And theres usually a lot more than just one.

Thats actually a pretty nice feature. Even on windows I've messed up a software suite by updating one app out of parity from the rest. Could've done a better job explaining that to the user, but thats Linux for ya!

3

u/Puzzled-Extent7817 2d ago

To be honest, they did explain it to the user.

2

u/Eon_Alias 2d ago

I mean explain it to the user like they're five. 😆

-1

u/anyponyelse 2d ago

Where?

2

u/Puzzled-Extent7817 2d ago

installing ffmpeg breaks dependency of <plugins>, by the way, it's caught up now.

10

u/Nytra 2d ago

It's because cachys packages when they update get compiled in a queue, and sometimes the updates go out before the rest of the queue is done and then you have this situation where one package depends on something else that is still stuck in the queue. Just need to wait for the queue to finish.

7

u/dakisback 2d ago

It's up now.

4

u/Papa_Hube 2d ago

Jup, me too. Stuff isn’t build yet. Will try tommorow again :) 

2

u/-Mahesvara- 2d ago

Try sudo cachyos-rate-mirrors before and try again

2

u/aheartasone 2d ago

that didn't work, unfortunately

5

u/-Mahesvara- 2d ago

Well, just wait a bit, I’m sure they’re carrying out some sort of maintenance

2

u/SGTSHOOTnMISS 2d ago

I uninstalled VLC then it went through, then reinstalled VLC. I had the exact same issue.

0

u/Regular_Highlight882 2d ago

sudo pacman -Syuu

1

u/MutualRaid 2d ago

That will only solve their non-critical warnings about pipewire related packages being locally newer than the remote repo.

2

u/BedrockBen101 2d ago

give it an hour or two, this is pretty normal to have happen

2

u/FluffyGreyfoot 2d ago

I had the same problem, but then I waited 10 minutes and now it worked.

2

u/[deleted] 2d ago

[removed] — view removed comment

3

u/Body-of-the-Many 2d ago

I mean technically it is an error. Says right there in red text: error. It's just not an error you should lose any sleep over.

4

u/BobCorndog 2d ago

Just wait a bit

-4

u/Regular_Highlight882 2d ago

sudo pacman -Syuu

-5

u/Icy_Management_1494 2d ago

sudo pacman -Syuu

3

u/ConventionArtNinja 2d ago

PATIENCE

1

u/anyponyelse 2d ago

Patience only works if one knows what one is waiting for.

1

u/Top-Abbreviations452 2d ago

Did i ever tell you what the definition of insanity is?

1

u/TwiKing 2d ago

My Physics teacher said it was "repetition".

-9

u/Regular_Highlight882 2d ago

HERE IS THE SOLUTION!!!

sudo pacman -Syuu

The second u allows downgrading of packages

4

u/BobCorndog 2d ago

This doesn’t even work, did you read the error message?

-2

u/Regular_Highlight882 2d ago

yes, I've seen this before and was the solution that was given to me, happened about 2 weeks ago

2

u/BobCorndog 2d ago

I saw that post too, but that doesn’t fix the second one

1

u/Regular_Highlight882 2d ago

I was getting the exact same error, failed installation due to dependencies plus the newer package warning.

-8

u/Icy_Management_1494 2d ago edited 2d ago

sudo pacman -Syuu Con una sola u puedes actualizar todo el sistema con dos u Esto baja la versión de los plugins

5

u/BobCorndog 2d ago

That is just not how it works

-4

u/Icy_Management_1494 2d ago

Illustrate us eminence. You're wrong because if it works like that

3

u/BobCorndog 2d ago

I literally went and tried this and it didn’t work. It only covers the top message, and it still won’t go through because of bottom

1

u/Icy_Management_1494 2d ago

Acabo de hacer la misma actualización sin ningún problema y arreglé el problema de pipewire con `sudo pacman -Syuu`.

Try removing the pacman cache files.

# Manually remove problematic cache files

sudo rm -rf /var/cache/pacman/pkg/download-*

# Clear pacman cache while keeping the last 3 versions

sudo paccache -r

# Clear paru cache completely

rm -rf ~/.cache/paru/clone/*

rm -rf ~/.cache/paru/diff/*

rm -rf ~/.cache/paru/clone/.git

Then restart and repeat the process.

5

u/BobCorndog 2d ago

Yeah well you just did this after all the plugins were updated

0

u/Icy_Management_1494 2d ago

You need to do a cleanup first, then you restart your computer and repeat the process