Strange build problem OOB 1.3.0 (+ patches) on F11
Martin Langhoff
martin.langhoff at gmail.com
Tue Mar 15 16:27:11 EDT 2011
On Tue, Mar 15, 2011 at 3:59 PM, Daniel Drake <dsd at laptop.org> wrote:
> Sounds strang indeed.
> Worth checking v1.3.0 just in case?
I cannot repro, with his same ini, with vanilla 1.3.0 or with the
patched version.
> I don't see how the log shows make_iso being triggered.
Hm, you're right -- I've conflated 2 separate try: blocks in
build.40.imagecreate.py
We are at
try:
creator.mount(cachedir=cache_dir)
creator.install()
creator.configure()
creator.unmount()
if make_iso:
creator.package(destdir=ooblib.outputdir)
else:
creator.package(destdir=ooblib.intermediatesdir)
except imgcreate.CreatorError, e:
logging.error("Error creating Live CD : %s" % e)
return 1
finally:
creator.cleanup()
cheers,
m
--
martin.langhoff at gmail.com
martin at laptop.org -- Software Architect - OLPC
- ask interesting questions
- don't get distracted with shiny stuff - working code first
- http://wiki.laptop.org/go/User:Martinlanghoff
More information about the Devel
mailing list