Hi Yang, Thanks for the informative document. I am facing one problem when i run this build rpms for arm architecture using the build utility.
i am running the following command. "sudo build --repository http://repo.meego.com/MeeGo/releases/1.0.1/core/repos/armv7l/packages/ --arch armv7l test.spec" I was able to succesfull downlaod the rpms from repository create a chroot but the problem being faced is qemu-arm(-static?) isn't getting copied in and you don't have binfmt_misc set up properly. it gives me the error of "chroot: cannot run command `rpm': No such file or directory" I think i found the problem somewhere else. Problem seems to be in file /usr/lib/build/init_buildsystem in this particular file we have copy_qemu function which is getting called inside if condition of "check_use_emulator". that is the issue. i tried with the crude way of commenting the if condition and then copy_qemu is being called everytime. this solves my problem. Can you please help me with the better solution to solve this particular problem Thanks & Regards, Kunal On Tue, Oct 26, 2010 at 6:54 AM, Yang, Yi Y <[email protected]> wrote: > Hi, all > > > > Many developers don’t have OBS accounts, but you still can build MeeGo > packages using build command, > http://wiki.meego.com/Local_Build_Without_OBS_Needed is a guide, I believe > it is very helpful for many developers. > > _______________________________________________ > MeeGo-packaging mailing list > [email protected] > http://lists.meego.com/listinfo/meego-packaging > >
_______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
