Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies
@ 2021-03-11 21:23 paper42
  2021-04-27 23:47 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2021-03-11 21:23 UTC (permalink / raw)
  To: ml

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

New issue by paper42 on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.11.4_1 x86_64 AuthenticAMD notuptodate rrDDDDFFFF*
* package:  
  *affected package(s) including the version*: ``pulseaudio-14.2_2``

### Expected behavior
```
%: qpaeq
~~working~~
```
### Actual behavior
```
%: qpaeq
There was an error importing needed libraries
Make sure you have qt5 and dbus-python installed
The error that occurred was:
	No module named 'dbus.mainloop.pyqt5'
```
### Steps to reproduce the behavior
* install pulseaudio (without having python3-PyQt5-dbus installed)
* run qpaeq

Similar error is probably raised when the system doesn't have PyQt5 or python3-dbus. qpaeq should be a subpackage depending on python3-dbus, python3-PyQt5 and python3-PyQt5-dbus.

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

* Re: qpaeq (from pulseaudio package) is missing some dependencies
  2021-03-11 21:23 [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies paper42
@ 2021-04-27 23:47 ` ericonr
  2021-04-28 16:01 ` noarchwastaken
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-27 23:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29405#issuecomment-828029474

Comment:
I don't think this can happen, otherwise we get a dependency loop (pulseaudio requires PyQt5, which requires qt5, which requires pulseaudio).

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

* Re: qpaeq (from pulseaudio package) is missing some dependencies
  2021-03-11 21:23 [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies paper42
  2021-04-27 23:47 ` ericonr
@ 2021-04-28 16:01 ` noarchwastaken
  2021-04-28 16:01 ` noarchwastaken
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: noarchwastaken @ 2021-04-28 16:01 UTC (permalink / raw)
  To: ml

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

New comment by noarchwastaken on void-packages repository

https://github.com/void-linux/void-packages/issues/29405#issuecomment-828574899

Comment:
> I don't think this can happen, otherwise we get a dependency loop (pulseaudio requires PyQt5, which requires qt5, which requires pulseaudio).

If we split qpaeq subpackage, can this be avoided?

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

* Re: qpaeq (from pulseaudio package) is missing some dependencies
  2021-03-11 21:23 [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies paper42
  2021-04-27 23:47 ` ericonr
  2021-04-28 16:01 ` noarchwastaken
@ 2021-04-28 16:01 ` noarchwastaken
  2021-04-28 16:02 ` ericonr
  2021-04-29 15:24 ` [ISSUE] [CLOSED] " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: noarchwastaken @ 2021-04-28 16:01 UTC (permalink / raw)
  To: ml

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

New comment by noarchwastaken on void-packages repository

https://github.com/void-linux/void-packages/issues/29405#issuecomment-828574899

Comment:
> I don't think this can happen, otherwise we get a dependency loop (pulseaudio requires PyQt5, which requires qt5, which requires pulseaudio).

If we split qpaeq, can this be avoided?

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

* Re: qpaeq (from pulseaudio package) is missing some dependencies
  2021-03-11 21:23 [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies paper42
                   ` (2 preceding siblings ...)
  2021-04-28 16:01 ` noarchwastaken
@ 2021-04-28 16:02 ` ericonr
  2021-04-29 15:24 ` [ISSUE] [CLOSED] " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-28 16:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29405#issuecomment-828576054

Comment:
Only if it's made into a separate template, but I'd rather avoid that.

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

* Re: [ISSUE] [CLOSED] qpaeq (from pulseaudio package) is missing some dependencies
  2021-03-11 21:23 [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies paper42
                   ` (3 preceding siblings ...)
  2021-04-28 16:02 ` ericonr
@ 2021-04-29 15:24 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-29 15:24 UTC (permalink / raw)
  To: ml

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

Closed issue by paper42 on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.11.4_1 x86_64 AuthenticAMD notuptodate rrDDDDFFFF*
* package:  
  *affected package(s) including the version*: ``pulseaudio-14.2_2``

### Expected behavior
```
%: qpaeq
~~working~~
```
### Actual behavior
```
%: qpaeq
There was an error importing needed libraries
Make sure you have qt5 and dbus-python installed
The error that occurred was:
	No module named 'dbus.mainloop.pyqt5'
```
### Steps to reproduce the behavior
* install pulseaudio (without having python3-PyQt5-dbus installed)
* run qpaeq

Similar error is probably raised when the system doesn't have PyQt5 or python3-dbus. qpaeq should be a subpackage depending on python3-dbus, python3-PyQt5 and python3-PyQt5-dbus.

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

end of thread, other threads:[~2021-04-29 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 21:23 [ISSUE] qpaeq (from pulseaudio package) is missing some dependencies paper42
2021-04-27 23:47 ` ericonr
2021-04-28 16:01 ` noarchwastaken
2021-04-28 16:01 ` noarchwastaken
2021-04-28 16:02 ` ericonr
2021-04-29 15:24 ` [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).