Talk:Getting OpenMoko working on host with Xephyr

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(No icons!)
(tar instead of cp -r)
Line 20: Line 20:
 
: My main problem is that none of my icons are found.  Somewhat puzzling.  (i486, FPU="").
 
: My main problem is that none of my icons are found.  Somewhat puzzling.  (i486, FPU="").
 
: [[User:Dfsmith|Dfsmith]] 10:29, 6 July 2007 (CEST)
 
: [[User:Dfsmith|Dfsmith]] 10:29, 6 July 2007 (CEST)
 +
 +
Note that using
 +
tar -C build/tmp/rootfs/ -cf - . | tar -C mokobox/ -xvf -
 +
instead of "cp -r" will preserve the sym-links much better.
 +
[[User:Dfsmith|Dfsmith]] 10:46, 6 July 2007 (CEST)

Revision as of 10:46, 6 July 2007

Well, i cant build with MACHINE set to "qemux86". It stoppped on building ltrace package. Thats because, as I believe, qemux86 configuration use "i586" for a TARGET_ARCH and ltrace can build only for i386. Or mayby Im totaly wrong ;-), but with MACHINE set to "x86" openmoko is building fine. Thats why I have changed this article. Regards :-).

--PiotrDuda 11:00, 23 May 2007 (CEST)

I can't get dbus working.

After succesfully evaling dbus-launch, I start getting these errors:

got heredbus-marshal-recursive.c(1186) got heredbus-marshal-recursive.c(1186)

and applications like web and messages don't launch

--Moo 22:34, 8 May 2007 (CEST)

I also get this error (even running "export $(dbus-launch)" which should work better).
My main problem is that none of my icons are found. Somewhat puzzling. (i486, FPU="").
Dfsmith 10:29, 6 July 2007 (CEST)

Note that using

tar -C build/tmp/rootfs/ -cf - . | tar -C mokobox/ -xvf -

instead of "cp -r" will preserve the sym-links much better. Dfsmith 10:46, 6 July 2007 (CEST)

Personal tools

Well, i cant build with MACHINE set to "qemux86". It stoppped on building ltrace package. Thats because, as I believe, qemux86 configuration use "i586" for a TARGET_ARCH and ltrace can build only for i386. Or mayby Im totaly wrong ;-), but with MACHINE set to "x86" openmoko is building fine. Thats why I have changed this article. Regards :-).

--PiotrDuda 11:00, 23 May 2007 (CEST)

I can't get dbus working.

After succesfully evaling dbus-launch, I start getting these errors:

got heredbus-marshal-recursive.c(1186) got heredbus-marshal-recursive.c(1186)

and applications like web and messages don't launch

--Moo 22:34, 8 May 2007 (CEST)

I also get this error (even running "export $(dbus-launch)" which should work better).
My main problem is that none of my icons are found. Somewhat puzzling. (i486, FPU="").
Dfsmith 10:29, 6 July 2007 (CEST)

Note that using

tar -C build/tmp/rootfs/ -cf - . | tar -C mokobox/ -xvf -

instead of "cp -r" will preserve the sym-links much better. Dfsmith 10:46, 6 July 2007 (CEST)