Ok great, I got it installed. It built successfully and I'm just testing for now.
> -----Original Message----- > From: [email protected] [mailto:baruwa- > [email protected]] On Behalf Of Andrew Colin Kissa > Sent: Tuesday, May 10, 2011 12:39 PM > To: Baruwa users list > Subject: Re: [Baruwa] error when running baruwa rc3 install > > > 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 _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

