[...] > 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
Hi Kunal Goel, can you give me more details on you host distribution/environment ? Can you provide a full log output ? You probably need to get and extract to your hosts /usr/bin http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_11.2/i586/bash-static-4.0-26.1.i586.rpm http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_11.2/i586/mount-static-2.16-9.2.i586.rpm The requirement and check in "check_use_emulator" will go away in the next version of the build script. Meantime fetch and extract these. Best, Jan-Simon -- Developer Build System The Linux Foundation _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
