Martin Costabel <[EMAIL PROTECTED]> said:
> Martin Costabel wrote:
> []
>> more input. Maybe this scons thing does not work with python26; I'll 
>> test further.
>
> This is now confirmed. The scons system has in 
> /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() 
> function for constructing compiler flags, and this does not work with 
> python-2.6. Thus the package needs a
>
> BuildConflicts: python
>
> "fink remove python" let the build proceed until it crashed with the

Sounds like problem is with scons (and likely to plague other packages
that use it). Could you check if patching first line of /sw/bin/scons:

-#! /usr/bin/env python
+#!/usr/bin/python

allows this thing to build with python (>= 1:2.6) installed?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to