FS#22692 - [zziplib] using wrong python to compile

Attached to Project: Community Packages
Opened by Rafael Fontenelle (josephg) - Tuesday, 01 February 2011, 02:25 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 01 February 2011, 07:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Compilation fails because it requires python2, but it still uses "python" as default, which leads to python version 3. Adding "export PYTHON=/usr/bin/python2" to build() and changing to "python2" the makedepends, solves the issue.

Additional info:
* package version(s)
zziplib-0.13.58-2

* config and/or log files etc.
1- build log for default PKGBUILD
2- PKGBUILD with python2 set
3- build log for PKGBUILD with python2 set

Steps to reproduce:
1- makepkg -sL (compilation fails in a python "print" command)
2- add "export PYTHON=/usr/bin/python2" to PKGBUILD
3- rm -rf pkg/ src/
4- makepkg -sL (it works.)
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Tuesday, 01 February 2011, 07:56 GMT
Reason for closing:  Fixed
Comment by Thomas Dziedzic (tomd123) - Tuesday, 01 February 2011, 06:46 GMT
assigned to last packager. maintainer has resigned.

Loading...