* Poky-Build error [not found] <B02DFE681008F243B33346CA5752CA2B096D3A83@POCITMSEXMB03.LntUniverse.com> @ 2011-12-20 8:33 ` Navani Kamal Srivastava 2011-12-20 16:48 ` Mark Hatle 0 siblings, 1 reply; 3+ messages in thread From: Navani Kamal Srivastava @ 2011-12-20 8:33 UTC (permalink / raw) To: yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 2555 bytes --] Hi, We are facing the problem when we are compiling poky-bernard5.0 -( bitbake -v -b poky-image-eb.bb ) NOTE: package poky-image-eb-1.0-r0: task do_install: Started NOTE: package poky-image-eb-1.0-r0: task do_install: Succeeded NOTE: Running noexec task 13 of 15 (ID: 10, /home/prashanth/yocto/poky-bernard-5.0/meta/recipes-eb/images/poky-image-eb.bb, do_package_write) NOTE: Running task 14 of 15 (ID: 9, /home/prashanth/yocto/poky-bernard-5.0/meta/recipes-eb/images/poky-image-eb.bb, do_rootfs) ERROR: '/home/prashanth/yocto/poky-bernard-5.0/meta/recipes-eb/images/poky-image-eb.bb' failed NOTE: package poky-image-eb-1.0-r0: task do_rootfs: Started ERROR: Function 'do_rootfs' failed (see /home/prashanth/yocto/poky-bernard-5.0/build/tmp/work/mx35pdk-poky-linux-gnueabi/poky-image-eb-1.0-r0/temp/log.do_rootfs.9800 for further information) ERROR: Logfile of failure stored in: /home/prashanth/yocto/poky-bernard-5.0/build/tmp/work/mx35pdk-poky-linux-gnueabi/poky-image-eb-1.0-r0/temp/log.do_rootfs.9800 Log data follows: | /home/prashanth/yocto/poky-bernard-5.0/build/tmp/work/mx35pdk-poky-linux-gnueabi/poky-image-eb-1.0-r0/temp/run.do_rootfs.9800: line 91: makedevs: command not found | ERROR: Function 'do_rootfs' failed (see /home/prashanth/yocto/poky-bernard-5.0/build/tmp/work/mx35pdk-poky-linux-gnueabi/poky-image-eb-1.0-r0/temp/log.do_rootfs.9800 for further information) NOTE: package poky-image-eb-1.0-r0: task do_rootfs: Failed ERROR: Task 9 (/home/prashanth/yocto/poky-bernard-5.0/meta/recipes-eb/images/poky-image-eb.bb, do_rootfs) failed with exit code '1' prashanth@eb-vmc-desktop:~/yocto/poky-bernard-5.0/build$<mailto:prashanth@eb-vmc-desktop:~/yocto/poky-bernard-5.0/build$> Any help related to resolving this error is appreciable. Thanks & Regards, Navani Kamal Srivastava Larsen & Toubro Limited www.larsentoubro.com<http://www.larsentoubro.com/> This mail is classified as: ( ) L&T Proprietary ( ) L&T Confidential (X) L&T Internal Use ( ) L&T General Business This email may contain confidential or privileged information for the intended recipient(s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. Larsen & Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. [-- Attachment #2: Type: text/html, Size: 7028 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Poky-Build error 2011-12-20 8:33 ` Poky-Build error Navani Kamal Srivastava @ 2011-12-20 16:48 ` Mark Hatle 2012-03-12 12:01 ` Navani 0 siblings, 1 reply; 3+ messages in thread From: Mark Hatle @ 2011-12-20 16:48 UTC (permalink / raw) To: yocto On 12/20/11 2:33 AM, Navani Kamal Srivastava wrote: > Hi, > > We are facing the problem when we are compiling poky-bernard5.0 –( bitbake –v –b > poky-image-eb.bb ) > > Log data follows: > > | > /home/prashanth/yocto/poky-bernard-5.0/build/tmp/work/mx35pdk-poky-linux-gnueabi/poky-image-eb-1.0-r0/temp/run.do_rootfs.9800: > line 91: makedevs: command not found > > | ERROR: Function 'do_rootfs' failed (see > /home/prashanth/yocto/poky-bernard-5.0/build/tmp/work/mx35pdk-poky-linux-gnueabi/poky-image-eb-1.0-r0/temp/log.do_rootfs.9800 > for further information) Your "poky-image-eb.bb" is attempting to run the makedevs command, but apparently it hasn't been built. Check your logs for a makedevs-native. If that hasn't been built, then it appears something is wrong with your configuration. makedevs-native should be a dependency inherited by the image.bbclass. Note on mailing list etiquette, please stop putting the trailing lines in your email. This is a public mailing list, it is not for your companies "Internal Use", not is it reasonable to consider email send to a public list confidential in any way. > *This mail is classified as: ( ) L&T Proprietary ( ) L&T Confidential (X) L&T > Internal Use ( ) L&T General Business > This email may contain confidential or privileged information for the intended > recipient(s). If you are not the intended recipient, please do not use or > disseminate the information, notify the sender and delete it from your system. > > > > *Larsen & Toubro Limited > > www.larsentoubro.com > > *This Email may contain confidential or privileged information for the intended > recipient (s) If you are not the intended recipient, please do not use or > disseminate the information, notify the sender and delete it from your system. > > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Poky-Build error 2011-12-20 16:48 ` Mark Hatle @ 2012-03-12 12:01 ` Navani 0 siblings, 0 replies; 3+ messages in thread From: Navani @ 2012-03-12 12:01 UTC (permalink / raw) To: yocto Hi Mark, Thanks a lot for your reply and i will take care for mailing list etiquette.. >Check your logs for a makedevs-native. If that hasn't been built I checked for makedevs-native and found makedevs-native is not built. Can you please suggest me what could be the wrong in the configuration and where i should look at? ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-12 12:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <B02DFE681008F243B33346CA5752CA2B096D3A83@POCITMSEXMB03.LntUniverse.com>
2011-12-20 8:33 ` Poky-Build error Navani Kamal Srivastava
2011-12-20 16:48 ` Mark Hatle
2012-03-12 12:01 ` Navani
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.