Until it gets fixed the quick fix to the SCONS problem is
edit the podd/SConstruct
Change line
coda_dir = os.getenv('CODA')
to
coda_dir = os.getenv('CODAtemp')
This will cause it to download evio instead of looking in CODA.
Cheers,
Mark