Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] deluge-2.0.3 missing runtime dependencies
@ 2019-07-04 16:20 voidlinux-github
  2019-07-04 16:20 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-04 16:20 UTC (permalink / raw)
  To: ml

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

New issue by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12811
Description: void-666 xbps-9999

deluge (as well as -gtk, -web) fail to run due to missing dependencies.

The packages I had to install manually are the required ones.

```
[juan@leysa void-packages]$ xbps-query -s deluge
[*] deluge-2.0.3_1     Fully-featured cross-platform BitTorrent client
[*] deluge-gtk-2.0.3_1 Fully-featured cross-platform BitTorrent client - GTK+ frontend
[juan@leysa void-packages]$ xbps-query -m|grep python3
python3-Mako-1.0.12_1
python3-Pillow-6.0.0_1
python3-rencode-1.0.6_2
python3-setproctitle-1.1.10_5
[juan@leysa void-packages]$
```

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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
@ 2019-07-04 16:20 ` voidlinux-github
  2019-07-04 16:30 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-04 16:20 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-508532099
Comment:
cc @mobinmob 

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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
  2019-07-04 16:20 ` voidlinux-github
@ 2019-07-04 16:30 ` voidlinux-github
  2019-07-04 16:34 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-04 16:30 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-508533987
Comment:
https://github.com/deluge-torrent/deluge/blob/develop/requirements.txt

So weird that nobody has added a new hook to xbps-src that checks python's `requirements.txt` file...


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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
  2019-07-04 16:20 ` voidlinux-github
  2019-07-04 16:30 ` voidlinux-github
@ 2019-07-04 16:34 ` voidlinux-github
  2019-07-04 20:26 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-04 16:34 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-508534771
Comment:
Or we could look at `setup.py` instead:

- for building: https://github.com/deluge-torrent/deluge/blob/develop/setup.py#L537
- for running: https://github.com/deluge-torrent/deluge/blob/develop/setup.py#L538



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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-04 16:34 ` voidlinux-github
@ 2019-07-04 20:26 ` voidlinux-github
  2019-07-05 16:05 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-04 20:26 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-508570739
Comment:
It did not crop up during testing (I already have the deps in my system).
pillow and setproctitle are listed as optional [here](https://dev.deluge-torrent.org/wiki/Installing/Source), mako is listed as a dep for deluge-web in the template...
I will test by removing the deps from my system. A hook will be very nice indeed.

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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-04 20:26 ` voidlinux-github
@ 2019-07-05 16:05 ` voidlinux-github
  2019-07-07 11:06 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-05 16:05 UTC (permalink / raw)
  To: ml

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

New comment by maciozo on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-508804290
Comment:
Can confirm I had to install those deps as well.

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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-05 16:05 ` voidlinux-github
@ 2019-07-07 11:06 ` voidlinux-github
  2019-07-23 13:38 ` voidlinux-github
  2019-07-23 13:38 ` [ISSUE] [CLOSED] " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-07 11:06 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-508990717
Comment:
probably can be closed

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

* Re: deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-07 11:06 ` voidlinux-github
@ 2019-07-23 13:38 ` voidlinux-github
  2019-07-23 13:38 ` [ISSUE] [CLOSED] " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-23 13:38 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/12811#issuecomment-514213883
Comment:
fixed in 4f20e40d11aba5c806892d291d16ec6587a2ad9a

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

* Re: [ISSUE] [CLOSED] deluge-2.0.3 missing runtime dependencies
  2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-23 13:38 ` voidlinux-github
@ 2019-07-23 13:38 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-23 13:38 UTC (permalink / raw)
  To: ml

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

Closed issue by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12811
Description: void-666 xbps-9999

deluge (as well as -gtk, -web) fail to run due to missing dependencies.

The packages I had to install manually are the required ones.

```
[juan@leysa void-packages]$ xbps-query -s deluge
[*] deluge-2.0.3_1     Fully-featured cross-platform BitTorrent client
[*] deluge-gtk-2.0.3_1 Fully-featured cross-platform BitTorrent client - GTK+ frontend
[juan@leysa void-packages]$ xbps-query -m|grep python3
python3-Mako-1.0.12_1
python3-Pillow-6.0.0_1
python3-rencode-1.0.6_2
python3-setproctitle-1.1.10_5
[juan@leysa void-packages]$
```

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

end of thread, other threads:[~2019-07-23 13:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-04 16:20 [ISSUE] deluge-2.0.3 missing runtime dependencies voidlinux-github
2019-07-04 16:20 ` voidlinux-github
2019-07-04 16:30 ` voidlinux-github
2019-07-04 16:34 ` voidlinux-github
2019-07-04 20:26 ` voidlinux-github
2019-07-05 16:05 ` voidlinux-github
2019-07-07 11:06 ` voidlinux-github
2019-07-23 13:38 ` voidlinux-github
2019-07-23 13:38 ` [ISSUE] [CLOSED] " 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).