Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] libratbag missing dependencies
@ 2019-12-28 17:42 voidlinux-github
  2019-12-28 17:52 ` [ISSUE] [CLOSED] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-28 17:42 UTC (permalink / raw)
  To: ml

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

New issue by Kozova1 on void-packages repository

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

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.4.5_1 x86_64 GenuineIntel notuptodate rrrmFFFF
```
* package:  
  libratbag-0.12_2

### Expected behavior
ratbagctl launches without errors
### Actual behavior
crashes due to missing `ecodes` and `evdev` python modules
### Steps to reproduce the behavior
install libratbag and launch it


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

* Re: [ISSUE] [CLOSED] libratbag missing dependencies
  2019-12-28 17:42 [ISSUE] libratbag missing dependencies voidlinux-github
@ 2019-12-28 17:52 ` voidlinux-github
  2019-12-28 17:52 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-28 17:52 UTC (permalink / raw)
  To: ml

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

Closed issue by Kozova1 on void-packages repository

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

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.4.5_1 x86_64 GenuineIntel notuptodate rrrmFFFF
```
* package:  
  libratbag-0.12_2

### Expected behavior
ratbagctl launches without errors
### Actual behavior
crashes due to missing `ecodes` and `evdev` python modules
### Steps to reproduce the behavior
install libratbag and launch it


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

* Re: libratbag missing dependencies
  2019-12-28 17:42 [ISSUE] libratbag missing dependencies voidlinux-github
  2019-12-28 17:52 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2019-12-28 17:52 ` voidlinux-github
  2019-12-28 17:53 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-28 17:52 UTC (permalink / raw)
  To: ml

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

New comment by bra1nwave on void-packages repository

https://github.com/void-linux/void-packages/issues/17843#issuecomment-569438134

Comment:
Cannot reproduce the error. Please give the full log.

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

* Re: libratbag missing dependencies
  2019-12-28 17:42 [ISSUE] libratbag missing dependencies voidlinux-github
  2019-12-28 17:52 ` [ISSUE] [CLOSED] " voidlinux-github
  2019-12-28 17:52 ` voidlinux-github
@ 2019-12-28 17:53 ` voidlinux-github
  2019-12-28 18:15 ` voidlinux-github
  2019-12-28 18:18 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-28 17:53 UTC (permalink / raw)
  To: ml

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

New comment by Kozova1 on void-packages repository

https://github.com/void-linux/void-packages/issues/17843#issuecomment-569438174

Comment:
After running `xbps-install -Su` to update the errors went away.

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

* Re: libratbag missing dependencies
  2019-12-28 17:42 [ISSUE] libratbag missing dependencies voidlinux-github
                   ` (2 preceding siblings ...)
  2019-12-28 17:53 ` voidlinux-github
@ 2019-12-28 18:15 ` voidlinux-github
  2019-12-28 18:18 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-28 18:15 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/17843#issuecomment-569439766

Comment:
this is becaues of the python 3.6->3.8 migration, xbps can't really track it easily for you for noarch python modules and therefore a full system upgrade was necessary to get it solved.

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

* Re: libratbag missing dependencies
  2019-12-28 17:42 [ISSUE] libratbag missing dependencies voidlinux-github
                   ` (3 preceding siblings ...)
  2019-12-28 18:15 ` voidlinux-github
@ 2019-12-28 18:18 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-28 18:18 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/17843#issuecomment-569439995

Comment:
Yeah, this is it. Mainly because `depends="foo"` gets transformed to `run_depends="foo>=0"` ... russian rulet

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

end of thread, other threads:[~2019-12-28 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28 17:42 [ISSUE] libratbag missing dependencies voidlinux-github
2019-12-28 17:52 ` [ISSUE] [CLOSED] " voidlinux-github
2019-12-28 17:52 ` voidlinux-github
2019-12-28 17:53 ` voidlinux-github
2019-12-28 18:15 ` voidlinux-github
2019-12-28 18:18 ` voidlinux-github

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).