Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

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

Attached to Project: Arch Linux
Opened by John (graysky) - Wednesday, 31 August 2011, 11:30 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 31 August 2011, 15:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: 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
This task depends upon

Closed by  Ionut Biru (wonder)
Wednesday, 31 August 2011, 15:04 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#25842 
Comment by Jakob Matthes (jakobm) - Wednesday, 31 August 2011, 11:53 GMT
This is actually a typing error on my part, sorry for that ( FS#25828 ). It excepts the python binary in PYTHON, i.e. PYTHON=/usr/bin/python2.

./configure --help
> Some influential environment variables:
> PYTHON Python interpreter

Also, bug report should be filed to community packages.
Comment by John (graysky) - Wednesday, 31 August 2011, 12:57 GMT

Loading...