FS#12076 - sCons doesn't not work well with python-2.6

Attached to Project: Arch Linux
Opened by Jon Kristian Nilsen (jonkristian) - Monday, 10 November 2008, 18:46 GMT
Last edited by Douglas Soares de Andrade (dsa) - Tuesday, 06 January 2009, 09:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Douglas Soares de Andrade (dsa)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
sCons does not work well with python-2.6, suggest upgrade to SCons checkpoint release 1.1.0.d20081104

Additional info:
See attached config.log for info.

Steps to reproduce:
For example, try building ardour from extra.
This task depends upon

Closed by  Douglas Soares de Andrade (dsa)
Tuesday, 06 January 2009, 09:15 GMT
Reason for closing:  Fixed
Comment by Jon Kristian Nilsen (jonkristian) - Monday, 10 November 2008, 18:47 GMT
Err, I meant, does NOT work well with python-2.6
Comment by Jon Kristian Nilsen (jonkristian) - Monday, 10 November 2008, 18:50 GMT
Working PKGBUILD
-------------------##

pkgname=scons
pkgver=1.1.0.d20081104
pkgrel=2
pkgdesc="SCons is an open source software contruction tool that is a substitute for make."
arch=("i686" "x86_64")
url="http://scons.org"
license=("custom")
depends=('python')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")

build() {
cd $startdir/src/$pkgname-$pkgver
python setup.py install --standard-lib --prefix=/usr --install-data=/usr/share --root=$startdir/pkg
install -D -m644 $startdir/src/$pkgname-$pkgver/LICENSE.txt $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
md5sums=('2923dc305a7c4444903c5159ddb499b5')
Comment by Andrea Tarocchi (valdar) - Tuesday, 11 November 2008, 19:16 GMT
Same problem here.
I confirm that the PKGBUILD posted by Jon Kristian Nilsen (jonkristian) solve the problem.

But it is another version of scons.

Anyway, thankyou. :)

Valdar.

Loading...