FS#25842 - [distcc] - pump expects /usr/lib/python2 but Arch uses /usr/lib/python2.7

Attached to Project: Community Packages
Opened by John (graysky) - Wednesday, 31 August 2011, 12:57 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 31 August 2011, 13:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

<<Copied from https://bugs.archlinux.org/task/25839>>&gt;

Looks like /usr/bin/pump expects python2 but Arch uses "python2.7" - I think this can be corrected by a ./configure option to use the Arch path.

Additional info:
* package version(s) distcc 3.1-4
* config and/or log files etc.

Steps to reproduce:

$ DISTCC_HOSTS="192.168.0.101:3632/5,cpp,lzo 192.168.0.102:3632/3,cpp,lzo" && export DISTCC_HOSTS
$ eval `pump --startup`
$ pump make -j8
__________Using distcc-pump from /usr/bin
__________Using 2 distcc servers in pump mode
/usr/bin/pump: line 287: /usr/lib/python2: No such file or directory
__________Expected a socket at '/tmp/distcc-pump.chgsUA/socket'
__________Could not start distcc-pump include server

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 31 August 2011, 13:11 GMT
Reason for closing:  Fixed

Loading...