Pedro Kröger wrote:
The command:
python gub-builder.py -p local build flex
fails because flex-2.5.4a.tar.gz unpacks to flex-2.5.4 (without the "a")
and gub-builder is trying to do:
tar -C /home/kroger/devel/gub/target/local/src -zcf
/home/kroger/devel/gub/uploads/local/flex-2.5.4a-src.local.gu
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> This is very strange. I can't duplicate this. Can you send the full
> build log?
I seems to be fixed now (it's working here). I believe this patch fixed
it (or some patch around the time of this one):
Sat Mar 18 18:13:26 BRT 2006 [EMAIL PROTECTED]
The command:
python gub-builder.py -p local build flex
fails because flex-2.5.4a.tar.gz unpacks to flex-2.5.4 (without the "a")
and gub-builder is trying to do:
tar -C /home/kroger/devel/gub/target/local/src -zcf
/home/kroger/devel/gub/uploads/local/flex-2.5.4a-src.local.gub flex-2.5.4a
but th