You are not logged in.

#1 2023-11-03 17:04:02

Aka271
Member
Registered: 2023-11-03
Posts: 9

Broken nvidia Package?

Hey Community,

when I try to download the nvidia package via pacman i get this error:

Warning: Cannot resolve nvidia-utils=535.113.01 (a dependency on nvidia)

I don't know why... yesterday on my other pc it worked fine.

Have a great day wink

Offline

#2 2023-11-03 17:08:32

loqs
Member
Registered: 2014-03-06
Posts: 17,550

Re: Broken nvidia Package?

The current none testing versions are
nvidia-utils 545.29.02-2
nvidia 535.113.01-8 which depends on nvidia-utils=535.113.01 so is unsatisfiable.

Offline

#3 2023-11-03 17:08:49

Zibi1981
Member
From: Poland
Registered: 2008-01-31
Posts: 651

Re: Broken nvidia Package?

Seems to me that nvidia-utils package (545.29.02-2) is already in Extra repository, whereas nvidia (545.29.02-2) is still in Extra-Testing.


"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed."

MSI Raider GE78HX 13VI-032PL

Offline

#4 2023-11-03 17:09:55

r3m8
Member
Registered: 2022-11-21
Posts: 4

Re: Broken nvidia Package?

Hello,

Yes, i confirm this.

error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils (545.29.02-2) breaks dependency 'nvidia-utils=535.113.01' required by nvidia

Offline

#5 2023-11-03 17:10:52

Aka271
Member
Registered: 2023-11-03
Posts: 9

Re: Broken nvidia Package?

Should I enable Extra-Testing then, or just wait until it gets updated? smile

Offline

#6 2023-11-03 17:12:12

Ciade
Member
Registered: 2020-01-26
Posts: 4

Re: Broken nvidia Package?

I was just about to make a thread myself, just tried to do an update and hit with:

sudo pacman -Syu
:: Synchronising package databases...
core is up to date
extra is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'nvidia-utils=535.113.01' required by nvidia

Last edited by Ciade (2023-11-03 17:13:25)

Offline

#7 2023-11-03 17:12:44

r3m8
Member
Registered: 2022-11-21
Posts: 4

Re: Broken nvidia Package?

No, wait some hours. Documentation say here https://wiki.archlinux.org/title/Official_repositories :

Be careful when enabling the testing repositories. Your system may break after performing an update. Only experienced users who know how to deal with potential system breakage should use it.
If you enable core-testing, you must also enable extra-testing, and vice versa. If you enable any other testing repository listed in the following subsections, you must also enable both core-testing and extra-testing.

Offline

#8 2023-11-03 17:15:48

loqs
Member
Registered: 2014-03-06
Posts: 17,550

Re: Broken nvidia Package?

It is a packaging bug.  The nvidia package needs to be rebuilt for core against nvidia-utils 545.29.02-2 plus linux 6.5.9.arch2-1 and then rebuilt again for testing against nvidia-utils 545.29.02-2 plus linux 6.6.arch1-1 or linux 6.6.arch1-1 moved out of testing.

Last edited by loqs (2023-11-03 17:16:53)

Offline

#9 2023-11-03 17:16:15

Aka271
Member
Registered: 2023-11-03
Posts: 9

Re: Broken nvidia Package?

Thank you smile I'll wait some hours.

r3m8 wrote:

No, wait some hours. Documentation say here https://wiki.archlinux.org/title/Official_repositories :

Be careful when enabling the testing repositories. Your system may break after performing an update. Only experienced users who know how to deal with potential system breakage should use it.
If you enable core-testing, you must also enable extra-testing, and vice versa. If you enable any other testing repository listed in the following subsections, you must also enable both core-testing and extra-testing.

Offline

#10 2023-11-03 17:25:53

n3ptun3
Member
Registered: 2015-04-13
Posts: 1

Re: Broken nvidia Package?

The nvidia-dkms package is is at version 545, so it can replace the nvidia one while it is not updated. That satisfies all dependencies.

Offline

#11 2023-11-03 19:45:15

EmberQuill
Member
Registered: 2016-06-18
Posts: 2

Re: Broken nvidia Package?

r3m8 wrote:

No, wait some hours. Documentation say here https://wiki.archlinux.org/title/Official_repositories :

Be careful when enabling the testing repositories. Your system may break after performing an update. Only experienced users who know how to deal with potential system breakage should use it.
If you enable core-testing, you must also enable extra-testing, and vice versa. If you enable any other testing repository listed in the following subsections, you must also enable both core-testing and extra-testing.

This issue isn't caused by enabling the testing repositories on my end though. There's a version mismatch in the stable repos since nvidia-utils 545 was moved to extra but nvidia 545 is still in extra-testing.

Offline

#12 2023-11-03 19:47:43

loqs
Member
Registered: 2014-03-06
Posts: 17,550

Re: Broken nvidia Package?

Offline

#13 2023-11-03 22:46:13

r3m8
Member
Registered: 2022-11-21
Posts: 4

Re: Broken nvidia Package?

EmberQuill wrote:
r3m8 wrote:

No, wait some hours. Documentation say here https://wiki.archlinux.org/title/Official_repositories :

Be careful when enabling the testing repositories. Your system may break after performing an update. Only experienced users who know how to deal with potential system breakage should use it.
If you enable core-testing, you must also enable extra-testing, and vice versa. If you enable any other testing repository listed in the following subsections, you must also enable both core-testing and extra-testing.

This issue isn't caused by enabling the testing repositories on my end though. There's a version mismatch in the stable repos since nvidia-utils 545 was moved to extra but nvidia 545 is still in extra-testing.

Oops, I was replying to @Aka271 which asked above if activating the testing mirrors can solve this problem, and I recommended not to use testing mirrors as mentioned in the documentation.

Thank you for pointing out that this problem is not due to the use of test mirrors smile waiting packages updates

Offline

#14 2023-11-04 05:21:33

tethys
Member
Registered: 2019-08-13
Posts: 105

Re: Broken nvidia Package?

Just a question for the more experienced users. If I do the following:
- download manually nvidia 545.29.02-1 from Extra Testing and install it;
- do a "pacman -Syu --ignore nvidia"
- reboot
wouldn't that solve the problem? Would the error in "pacman -Syu" still occur?

Offline

#15 2023-11-04 05:21:49

sergio89
Banned
Registered: 2015-01-02
Posts: 1

Re: Broken nvidia Package?

Let's give thanks for this redacted

I thought the maintainers of the core repository had become more responsible, but no.
This used to happen very often.
And there were no messages of apology, especially to those who tried to install the system for the first time.

Sorry, I just couldn’t resist, it looks like it’s time to move to another distribution.

Last edited by sergio89 (2023-11-04 05:40:55)

Offline

#16 2023-11-04 07:11:14

hirak99
Member
Registered: 2023-11-04
Posts: 8

Re: Broken nvidia Package?

I'm affected as well. This stops my routine system upgrade.

Since it's already been some time, and ETA is unknown, and I can't install some new packages I need, I am hoping there may be some safe workarounds!

Any safe workarounds?

Last edited by hirak99 (2023-11-04 07:14:23)

Offline

#17 2023-11-04 07:41:30

hirak99
Member
Registered: 2023-11-04
Posts: 8

Re: Broken nvidia Package?

If not a lot of changes piled up on top of it, could we revert the change which broke it for now? Looks like this should be broken for anyone using nvidia - which should be rather large userbase.

Last edited by hirak99 (2023-11-04 15:07:18)

Offline

#18 2023-11-04 07:47:35

seth
Member
Registered: 2012-09-03
Posts: 52,140

Re: Broken nvidia Package?

sergio89 wrote:

Let's give thanks for this redacted

I'm pretty sure the CoC says something about brigading, so I guess we won't.

This used to happen very often.

When? How "often"?
"Pic or didn't happen."

sergio***89*** wrote:

And there were no messages of apology

I'll resist, because that's really too easy.
I'll however point out that there's a comment about what likely happened in the previously linked bug.


it looks like it’s time to move to another distribution

Please let us know which 100% fuck-up free distro you settled on, so I can waste like a month or so with linking you all the examples of past mishaps.
roll

Offline

#19 2023-11-04 08:38:50

icewolf0110
Member
Registered: 2023-11-04
Posts: 15

Re: Broken nvidia Package?

Hey, fix this, cant even play games in my off day. This is really fk up and irresponsible.

Last edited by icewolf0110 (2023-11-04 08:50:13)

Offline

#20 2023-11-04 08:45:16

dr1fter
Member
From: Germany
Registered: 2022-01-21
Posts: 25

Re: Broken nvidia Package?

It might be nice to publish an info on archlinux.org's news-page about this issue.

Offline

#21 2023-11-04 08:48:51

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,400

Re: Broken nvidia Package?

icewolf0110 wrote:

Hey, fix this, cant even play games in my off days. This is really fk up and irresponsible.

I fail to find any post from you where you thanked Arch staff for all the days this free distro allowed you to play your games till now.
How can it be!?


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#22 2023-11-04 08:49:35

seth
Member
Registered: 2012-09-03
Posts: 52,140

Re: Broken nvidia Package?

icewolf0110 wrote:

cant even play games in my off days.

So you've actually no idea what's going on and just wanted to express that?

The bug will prevent you from updating the nvidia package, therefore from running a system update.
It will not magically break a running system.

If you did something stupid and forced in the new nvidia-utils, you can downgrade to 535.113.01, in doubt from the ALA.
Or you switch to nvidia-dkms and locally build the 545 module for your kernel, if your "game" isn't just shitposting and for some reason depends on that specific driver version.

Offline

#23 2023-11-04 08:52:47

icewolf0110
Member
Registered: 2023-11-04
Posts: 15

Re: Broken nvidia Package?

Arch is great. I can confirm that. But when thing like this happen, specially when do a new install and has no driver installed. I cant do thing that I often do. It just really pissed me off.

Offline

#24 2023-11-04 08:56:25

JeanLucJ
Member
Registered: 2019-03-08
Posts: 59

Re: Broken nvidia Package?

I just found this thread encountering the same problem, and would like to thank everybody who is active on Arch.
And that includes forum users that are most active trying to help anyone with a problem.

Complaining about volunteer work, and in a rude way at that?
Kids these days...

And I confirm, I still can play games, the update was blocked, as it should be.

Regards,

Offline

#25 2023-11-04 09:16:09

4color
Member
Registered: 2023-10-06
Posts: 2

Re: Broken nvidia Package?

A little oppsie once in a while is fine, I don't mind at all.

I'm able to update every other package that does not depend on nvidia, and everything is fine. Even if this issue is never fixed, eventually nvidia 545 will leave the testing repo and the issue will fix itself.

I just feel bad for the beginners trying to install for the first time while this is happening.

Last edited by 4color (2023-11-04 09:16:42)

Offline

Board footer

Powered by FluxBB