Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2
@ 2020-05-15 19:23 AngryPhantom
  2020-05-15 19:33 ` st3r4g
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-15 19:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

New issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/21993

Description:
# System
Fresh install of Void Linux with XFCE + nvidia340 driver

* xuname: Void 5.4.41_1 x86_64 AuthenticAMD uptodate rrFFF

* packages: nvidia340-340.108_3 or qt5-devel-5.14.2_3

### Steps to reproduce the behavior
Install **qt5-devel** package (needed to compile the upstream version of octoxbps)

### Expected behavior
Should be installed

### Actual behavior
```
sudo xbps-install qt5-devel
nvidia340-340.108_3: broken, unresolvable shlib `libnvidia-ml.so.1'
Transaction aborted due to unresolved shlibs.
```


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
@ 2020-05-15 19:33 ` st3r4g
  2020-05-15 19:35 ` st3r4g
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: st3r4g @ 2020-05-15 19:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629440513

Comment:
seems a duplicate of https://github.com/void-linux/void-packages/issues/20252

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
  2020-05-15 19:33 ` st3r4g
@ 2020-05-15 19:35 ` st3r4g
  2020-05-15 19:44 ` AngryPhantom
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: st3r4g @ 2020-05-15 19:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629440513

Comment:
seems a duplicate of https://github.com/void-linux/void-packages/issues/20252 (because qt5-devel -> MesaLib-devel -> libglvnd-devel)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
  2020-05-15 19:33 ` st3r4g
  2020-05-15 19:35 ` st3r4g
@ 2020-05-15 19:44 ` AngryPhantom
  2020-05-15 19:45 ` AngryPhantom
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-15 19:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629446167

Comment:
@st3r4g 

Oh... So do I have to do this?

```
xbps-remove nvidia340
xbps-install libglvnd
xbps-install nvidia340 libglvnd-devel
```

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (2 preceding siblings ...)
  2020-05-15 19:44 ` AngryPhantom
@ 2020-05-15 19:45 ` AngryPhantom
  2020-05-15 19:49 ` st3r4g
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-15 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629446593

Comment:
Will it break again somehow after kernel/dkms update ?..

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (3 preceding siblings ...)
  2020-05-15 19:45 ` AngryPhantom
@ 2020-05-15 19:49 ` st3r4g
  2020-05-15 19:57 ` AngryPhantom
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: st3r4g @ 2020-05-15 19:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629449453

Comment:
That's a manual hack that I tried on a temporary chroot, once you manage to install `libglvnd-devel` things should be ok, and it shouldn't break on update. But really this is a bug so keep the issue open regardless

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (4 preceding siblings ...)
  2020-05-15 19:49 ` st3r4g
@ 2020-05-15 19:57 ` AngryPhantom
  2020-05-15 19:58 ` AngryPhantom
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-15 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629453258

Comment:
@st3r4g Thank you very much.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (5 preceding siblings ...)
  2020-05-15 19:57 ` AngryPhantom
@ 2020-05-15 19:58 ` AngryPhantom
  2020-05-16  4:48 ` fosslinux
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-15 19:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629453601

Comment:
But do other devs know of this problem? Someone who maintains that metapackage I mean.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (6 preceding siblings ...)
  2020-05-15 19:58 ` AngryPhantom
@ 2020-05-16  4:48 ` fosslinux
  2021-01-20 20:29 ` ericonr
  2021-01-20 20:29 ` [ISSUE] [CLOSED] " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2020-05-16  4:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-629588092

Comment:
Well, they will be, now that you have opened this bug report :)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (7 preceding siblings ...)
  2020-05-16  4:48 ` fosslinux
@ 2021-01-20 20:29 ` ericonr
  2021-01-20 20:29 ` [ISSUE] [CLOSED] " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-01-20 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21993#issuecomment-763912863

Comment:
No longer relevant.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] Something wrong with nvidia340 when installing qt5-devel-5.14.2
  2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
                   ` (8 preceding siblings ...)
  2021-01-20 20:29 ` ericonr
@ 2021-01-20 20:29 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-01-20 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

Closed issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/21993

Description:
# System
Fresh install of Void Linux with XFCE + nvidia340 driver

* xuname: Void 5.4.41_1 x86_64 AuthenticAMD uptodate rrFFF

* packages: nvidia340-340.108_3 or qt5-devel-5.14.2_3

### Steps to reproduce the behavior
Install **qt5-devel** package (needed to compile the upstream version of octoxbps)

### Expected behavior
Should be installed

### Actual behavior
```
sudo xbps-install qt5-devel
nvidia340-340.108_3: broken, unresolvable shlib `libnvidia-ml.so.1'
Transaction aborted due to unresolved shlibs.
```


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-01-20 20:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 19:23 [ISSUE] Something wrong with nvidia340 when installing qt5-devel-5.14.2 AngryPhantom
2020-05-15 19:33 ` st3r4g
2020-05-15 19:35 ` st3r4g
2020-05-15 19:44 ` AngryPhantom
2020-05-15 19:45 ` AngryPhantom
2020-05-15 19:49 ` st3r4g
2020-05-15 19:57 ` AngryPhantom
2020-05-15 19:58 ` AngryPhantom
2020-05-16  4:48 ` fosslinux
2021-01-20 20:29 ` ericonr
2021-01-20 20:29 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).