Greetings! I'm using Scratchbox2 (2.0-lta101) on a Ubuntu host (10.10) with an Angstrom for Armv7a target (BeagleBoard). I am attempting to compile Flumotion (0.8.0) but Python (2.6.6) is failing and I'm wondering how best to go about troubleshooting the problem.
Steps taken: 1) I built a complete Angstrom target OS with: %bitbake beagleboard-demo-image 2) I cd'd to my Angstrom build location: %cd ~/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/armv7a-angstrom -linux-gnueabi 3) I initialized my SB2 target with from within the above directory with: %sb2-init -c /usr/bin/qemu-arm angstrom-beagle ~/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc Which returned "sb2-init completed successfully, have fun!" 4) I downloaded and prepped Flumotion according to the instructions here: https://code.fluendo.com/flumotion/trac/wiki/UsingJHBuild 5) From within SB2 I executed: [SB2 simple angstrom-beagle] %bin/jhbuild -f .jhbuildrc.flu.$flavor build flumotion Which failed with: Traceback (most recent call last): File "bin/jhbuild", line 6, in <module> jhbuild.main.main(sys.argv[1:]) File "/home/mjbraun/flu/jhbuild/jhbuild/main.py", line 133, in main rc = jhbuild.commands.run(command, config, args) File "/home/mjbraun/flu/jhbuild/jhbuild/commands/__init__.py", line 78, in run return cmd.execute(config, args) File "/home/mjbraun/flu/jhbuild/jhbuild/commands/__init__.py", line 44, in execute return self.run(config, options, args) File "/home/mjbraun/flu/jhbuild/jhbuild/commands/base.py", line 314, in run module_set = jhbuild.moduleset.load(config) File "/home/mjbraun/flu/jhbuild/jhbuild/moduleset.py", line 290, in load ms.modules.update(_parse_module_set(config, uri).modules) File "/home/mjbraun/flu/jhbuild/jhbuild/moduleset.py", line 321, in _parse_module_set except xml.parsers.expat.ExpatError, e: AttributeError: 'module' object has no attribute 'expat' This error does not occur outside of Scratchbox2, but I'm not sure where to look in order to isolate the issue. Any suggestions would be very much appreciated! -- Matthew Braun _______________________________________________ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users