FS#2296 - Metakit 2.9.4.3-1 missing python module
Attached to Project:
Arch Linux
Opened by Bill Walsh (badger) - Sunday, 27 February 2005, 03:59 GMT
Last edited by Dale Blount (dale) - Sunday, 27 February 2005, 16:23 GMT
Opened by Bill Walsh (badger) - Sunday, 27 February 2005, 03:59 GMT
Last edited by Dale Blount (dale) - Sunday, 27 February 2005, 16:23 GMT
|
Details
The current PKGBUILD (v1.8) for metakit 2.9.4.3-1 doesn't
successfully create the Metakit Python module.
I'm not sure the best way to specify the Python version, so it is just hardcoded (as it is currently in the PKGBUILD). 1. change mkdir line to: mkdir -p $startdir/pkg/usr/lib/python2.4/site-packages 2. add sed line to get metakit to use Python 2.4: sed -i -e 's:2\.3:2\.4:g' $startdir/src/$pkgname-$pkgver/unix/configure.in 3. change configure line to: ../unix/configure --prefix=/usr --with-tcl=/usr/include --with-python=/usr I hope that all makes sense. cheers |
This task depends upon
Closed by arjan timmerman (blaasvis)
Tuesday, 01 March 2005, 10:17 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in the next release
Tuesday, 01 March 2005, 10:17 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in the next release