Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462850 - www-apps/rutorrent-3.4-r1 should RDEPEND on dev-lang/php[xmlrpc] (through virtual/httpd-php?)
Summary: www-apps/rutorrent-3.4-r1 should RDEPEND on dev-lang/php[xmlrpc] (through vir...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 18:34 UTC by sebaFlame
Modified: 2018-01-13 09:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sebaFlame 2013-03-23 18:34:59 UTC
For rutorrent to use a local socket PHP needs to be compiled with the xmlrpc use flag.

Reproducible: Always

Steps to Reproduce:
1. Configure rtorrent to use unix socket
add scgi_local = /var/tmp/.rtorrent.socket to .rtorrent.rc
2. Configure utorrent to use unix socket
add $scgi_port = 0; $scgi_host = "unix:///var/tmp/.rtorrent.socket"; to config.php
Actual Results:  
Doesn't work

Expected Results:  
Should work

PHP needs to be compiled with the xmlrpc USE flag
Init script needs to be changed because rtorrent doesn't delete the socket file on exit and crashes on next start.
Comment 1 Stephen Shkardoon 2018-01-13 06:26:32 UTC
I'm against adding this in RDEPEND due to it being a completely optional feature. By default, it'll use 127.0.0.1 instead of a local socket, which works fine.