On 10 May 2011, at 8:11 PM, Mohammed Alli wrote:

> mktemp: too few X's in template `.XXXXXXXX.sql'

The package builds (deb and rpm) have not been tested you are 
better off installing in a virtualenv.

Anyway changing the lines.

TMPDEST=`mktemp -t $PACKAGE.XXXXXXXX.py`
TMPDEST=`mktemp -t $PACKAGE.XXXXXXXX.sql`

to

TMPDEST=`mktemp -t $PACKAGE.XXXXXXXX`
TMPDEST=`mktemp -t $PACKAGE.XXXXXXXX`

Should fix your issue.

- Andrew

--
Baruwa - www.baruwa.org

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to