Re: Problem in building image using MokoMakefile

2008-08-31 Thread saurabh gupta
Hello all,

I tried many times to build the openmoko devel image using mokomakefile, but
everytime the package named cairo is failing to build. I cleaned it and
again tried to build, but everytime the same problem exists. The error
message is like this (last few lines):

***
NOTE: package perl-native-5.8.8-r13: task do_compile: completed
NOTE: package perl-native-5.8.8: completed
NOTE: Tasks Summary: Attempted 1101 tasks of which 1100 didn't need to be
rerun and 1 failed.
ERROR: '/home/saurabhg/moko/openembedded/packages/cairo/cairo_1.6.4.bb'
failed
NOTE: build 200808311700: completed
make: *** [openmoko-devel-image] Error 1


Can anyone suggest to fix this.

Thanks..

On Sun, Aug 24, 2008 at 1:01 AM, Luke Duncan [EMAIL PROTECTED] wrote:

 I saw the same error and fixed it by doing this:

 su root
 echo 0  /proc/sys/vm/mmap_min_addr
 exit

 then try make again.

 Luke.


 On Sat, Aug 23, 2008 at 11:26 AM, saurabh gupta 
 [EMAIL PROTECTED] wrote:

 Hello everyone,

 Previously I was using toolchain to compile the programs, but now i need
 the openmoko setup and bitbake in my PC. I used the Mokomakefile to build
 the devel image and followed the instructions  in the wiki. But the
 following command fails with the error:

 ***
 make openmoko-devel-image

 ( cd build  . ../setup-env  \
   ( bitbake openmoko-devel-image u-boot-openmoko ) )
 ERROR:  Openembedded's config sanity checker detected a potential
 misconfiguration.
 Either fix the cause of this error or at your own risk disable the
 checker (see sanity.conf).
 Following is the list of potential problems / advisories:

 /proc/sys/vm/mmap_min_addr is not 0. This will cause problems with
 qemu so please fix the value (as root).

 make: *** [openmoko-devel-image] Error 1
 **

 Can anyone suggest me the way for fixing this .

 Thanks..



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Saurabh Gupta
Senior,
Electronics and Communication Engg.
NSIT,New Delhi, India
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Problem in building image using MokoMakefile

2008-08-23 Thread saurabh gupta
Hello everyone,

Previously I was using toolchain to compile the programs, but now i need the
openmoko setup and bitbake in my PC. I used the Mokomakefile to build the
devel image and followed the instructions  in the wiki. But the following
command fails with the error:

***
make openmoko-devel-image

( cd build  . ../setup-env  \
  ( bitbake openmoko-devel-image u-boot-openmoko ) )
ERROR:  Openembedded's config sanity checker detected a potential
misconfiguration.
Either fix the cause of this error or at your own risk disable the
checker (see sanity.conf).
Following is the list of potential problems / advisories:

/proc/sys/vm/mmap_min_addr is not 0. This will cause problems with
qemu so please fix the value (as root).

make: *** [openmoko-devel-image] Error 1
**

Can anyone suggest me the way for fixing this .

Thanks..
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem in building image using MokoMakefile

2008-08-23 Thread Luke Duncan
I saw the same error and fixed it by doing this:

su root
echo 0  /proc/sys/vm/mmap_min_addr
exit

then try make again.

Luke.


On Sat, Aug 23, 2008 at 11:26 AM, saurabh gupta
[EMAIL PROTECTED]wrote:

 Hello everyone,

 Previously I was using toolchain to compile the programs, but now i need
 the openmoko setup and bitbake in my PC. I used the Mokomakefile to build
 the devel image and followed the instructions  in the wiki. But the
 following command fails with the error:

 ***
 make openmoko-devel-image

 ( cd build  . ../setup-env  \
   ( bitbake openmoko-devel-image u-boot-openmoko ) )
 ERROR:  Openembedded's config sanity checker detected a potential
 misconfiguration.
 Either fix the cause of this error or at your own risk disable the
 checker (see sanity.conf).
 Following is the list of potential problems / advisories:

 /proc/sys/vm/mmap_min_addr is not 0. This will cause problems with
 qemu so please fix the value (as root).

 make: *** [openmoko-devel-image] Error 1
 **

 Can anyone suggest me the way for fixing this .

 Thanks..



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problem in building image using MokoMakefile

2008-08-23 Thread saurabh gupta
On Sun, Aug 24, 2008 at 1:01 AM, Luke Duncan [EMAIL PROTECTED] wrote:

 I saw the same error and fixed it by doing this:

 su root
 echo 0  /proc/sys/vm/mmap_min_addr
 exit


Thanks, the build has been started successfully.


 then try make again.

 Luke.


 On Sat, Aug 23, 2008 at 11:26 AM, saurabh gupta 
 [EMAIL PROTECTED] wrote:

 Hello everyone,

 Previously I was using toolchain to compile the programs, but now i need
 the openmoko setup and bitbake in my PC. I used the Mokomakefile to build
 the devel image and followed the instructions  in the wiki. But the
 following command fails with the error:

 ***
 make openmoko-devel-image

 ( cd build  . ../setup-env  \
   ( bitbake openmoko-devel-image u-boot-openmoko ) )
 ERROR:  Openembedded's config sanity checker detected a potential
 misconfiguration.
 Either fix the cause of this error or at your own risk disable the
 checker (see sanity.conf).
 Following is the list of potential problems / advisories:

 /proc/sys/vm/mmap_min_addr is not 0. This will cause problems with
 qemu so please fix the value (as root).

 make: *** [openmoko-devel-image] Error 1
 **

 Can anyone suggest me the way for fixing this .

 Thanks..



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
Saurabh Gupta
Senior,
Electronics and Communication Engg.
NSIT,New Delhi, India
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community