[oe] Openembedded-devel Digest, Vol 43, Issue 78

vivek tambakad vivektambakad at gmail.com
Wed Feb 17 06:55:49 UTC 2010


Hi,
 This is attached error log file while building bitbake X11-image

with regards
vivek tambakad
-------------- next part --------------
vivek at vivek-desktop:~/development/em-x270/stuff/build$ bitbake x11-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Handling BitBake files: / (7694/7694) [100 %]
NOTE: Parsing finished. 7073 cached, 309 parsed, 312 skipped, 0 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 0.0+1.0rc2+svnr29789 of mplayer not available (for item mplayer)
NOTE: Runtime target 'bluez-cups-backend' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez-cups-backend', 'bluez-libs-3.36']
NOTE: Runtime target 'bluez-gstreamer-plugin' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez-gstreamer-plugin', 'bluez-libs-3.36']
NOTE: Runtime target 'bluez-utils-alsa' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez-utils-alsa', 'bluez-libs-3.36']
ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'bluez-libs-3.36' but it wasn't found in any PACKAGE or RPROVIDES variables
NOTE: Runtime target 'bluez-libs-3.36' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['bluez-libs-3.36']
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 2933 of 5928 (ID: 685, /home/vivek/development/em-x270/stuff//openembedded/recipes/angstrom/angstrom-version.bb, do_fetch)
NOTE: Running task 3596 of 5928 (ID: 363, /home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb, do_configure)
NOTE: Running task 4753 of 5928 (ID: 2533, /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/libmokojournal2_svn.bb, do_package_write_ipk)
NOTE: <type 'exceptions.ValueError'>:need more than 1 value to unpack while evaluating:
${@openmoko_two_get_license(d)}
ERROR: Error in executing: /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/libmokojournal2_svn.bb
ERROR: Exception:<type 'exceptions.ValueError'> Message:need more than 1 value to unpack
ERROR: Printing the environment of the function
ERROR: 	0001:def do_package_ipk():
ERROR: 	0002:	import re, copy
ERROR: 	0003:
ERROR: 	0004:	workdir = bb.data.getVar('WORKDIR', d, 1)
ERROR: 	0005:	if not workdir:
ERROR: 	0006:		bb.error("WORKDIR not defined, unable to package")
ERROR: Error in executing: /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/libmokojournal2_svn.bb
ERROR: Exception:<type 'exceptions.ValueError'> Message:need more than 1 value to unpack
ERROR: Printing the environment of the function
ERROR: 	0001:def do_package_write_ipk():
ERROR: 	0002:	packages = bb.data.getVar('PACKAGES', d, True)
ERROR: 	0003:	if not packages:
ERROR: 	0004:		bb.debug(1, "No PACKAGES defined, nothing to package")
ERROR: 	0005:		return
ERROR: 	0006:
ERROR: Build of /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/libmokojournal2_svn.bb do_package_write_ipk failed
Traceback (most recent call last):
  File "/usr/local/bin/bitbake", line 143, in <module>
    main()
  File "/usr/local/bin/bitbake", line 140, in main
    cooker.cook()
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 640, in cook
    return self.buildTargets(pkgs_to_build)
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 547, in buildTargets
    failures = rq.execute_runqueue()
  File "/usr/local/lib/python2.6/dist-packages/bb/runqueue.py", line 841, in execute_runqueue
    self.execute_runqueue_internal()
  File "/usr/local/lib/python2.6/dist-packages/bb/runqueue.py", line 950, in execute_runqueue_internal
    self.cooker.tryBuild(fn)
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 136, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data)
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 110, in tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 283, in exec_task
    exec_func(task, localdata)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 120, in exec_func
    exec_func_python(func, d)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 141, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/usr/local/lib/python2.6/dist-packages/bb/utils.py", line 185, in better_exec
    exec code in context
  File "do_package_write_ipk", line 10, in <module>
  File "do_package_write_ipk", line 8, in do_package_write_ipk
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 120, in exec_func
    exec_func_python(func, d)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 141, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/usr/local/lib/python2.6/dist-packages/bb/utils.py", line 185, in better_exec
    exec code in context
  File "do_package_ipk", line 172, in <module>
  File "do_package_ipk", line 100, in do_package_ipk
  File "do_package_ipk", line 90, in pullData
  File "/usr/local/lib/python2.6/dist-packages/bb/data.py", line 97, in getVar
    return d.getVar(var,exp)
  File "/usr/local/lib/python2.6/dist-packages/bb/data_smart.py", line 166, in getVar
    return self.expand(value,var)
  File "/usr/local/lib/python2.6/dist-packages/bb/data_smart.py", line 84, in expand
    s = __expand_python_regexp__.sub(python_sub, s)
  File "/usr/local/lib/python2.6/dist-packages/bb/data_smart.py", line 70, in python_sub
    s = eval(code)
  File "<string>", line 1, in <module>
  File "<bb>", line 2, in openmoko_two_get_license
ValueError: need more than 1 value to unpack
NOTE: Running task 4951 of 5928 (ID: 384, /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb, do_package_write_ipk)
NOTE: Running task 4952 of 5928 (ID: 686, /home/vivek/development/em-x270/stuff//openembedded/recipes/angstrom/angstrom-version.bb, do_unpack)
NOTE: <type 'exceptions.ValueError'>:need more than 1 value to unpack while evaluating:
${@openmoko_two_get_license(d)}
ERROR: Error in executing: /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb
ERROR: Exception:<type 'exceptions.ValueError'> Message:need more than 1 value to unpack
ERROR: Printing the environment of the function
ERROR: 	0001:def do_package_ipk():
ERROR: 	0002:	import re, copy
ERROR: 	0003:
ERROR: 	0004:	workdir = bb.data.getVar('WORKDIR', d, 1)
ERROR: 	0005:	if not workdir:
ERROR: 	0006:		bb.error("WORKDIR not defined, unable to package")
ERROR: Error in executing: /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb
ERROR: Exception:<type 'exceptions.ValueError'> Message:need more than 1 value to unpack
ERROR: Printing the environment of the function
ERROR: 	0001:def do_package_write_ipk():
ERROR: 	0002:	packages = bb.data.getVar('PACKAGES', d, True)
ERROR: 	0003:	if not packages:
ERROR: 	0004:		bb.debug(1, "No PACKAGES defined, nothing to package")
ERROR: 	0005:		return
ERROR: 	0006:
ERROR: Build of /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb do_package_write_ipk failed
ERROR: Task 2533 (/home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/libmokojournal2_svn.bb, do_package_write_ipk) failed
NOTE: Waiting for 3 active tasks to finish
NOTE: 1: /home/vivek/development/em-x270/stuff//openembedded/recipes/angstrom/angstrom-version.bb, do_unpack (1209)
NOTE: 2: /home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb, do_package_write_ipk (1187)
NOTE: 3: /home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb, do_configure (32350)
NOTE: Unpacking ../openembedded/recipes/angstrom/angstrom-version.bb to oetmp/work/em-x270-angstrom-linux-gnueabi/angstrom-version-1_2009.X-test-20100216-r2/
Traceback (most recent call last):
  File "/usr/local/bin/bitbake", line 143, in <module>
    main()
  File "/usr/local/bin/bitbake", line 140, in main
    cooker.cook()
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 640, in cook
    return self.buildTargets(pkgs_to_build)
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 547, in buildTargets
    failures = rq.execute_runqueue()
  File "/usr/local/lib/python2.6/dist-packages/bb/runqueue.py", line 841, in execute_runqueue
    self.execute_runqueue_internal()
  File "/usr/local/lib/python2.6/dist-packages/bb/runqueue.py", line 950, in execute_runqueue_internal
    self.cooker.tryBuild(fn)
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 136, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data)
  File "/usr/local/lib/python2.6/dist-packages/bb/cooker.py", line 110, in tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 283, in exec_task
    exec_func(task, localdata)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 120, in exec_func
    exec_func_python(func, d)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 141, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/usr/local/lib/python2.6/dist-packages/bb/utils.py", line 185, in better_exec
    exec code in context
  File "do_package_write_ipk", line 10, in <module>
  File "do_package_write_ipk", line 8, in do_package_write_ipk
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 120, in exec_func
    exec_func_python(func, d)
  File "/usr/local/lib/python2.6/dist-packages/bb/build.py", line 141, in exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/usr/local/lib/python2.6/dist-packages/bb/utils.py", line 185, in better_exec
    exec code in context
  File "do_package_ipk", line 172, in <module>
  File "do_package_ipk", line 100, in do_package_ipk
  File "do_package_ipk", line 90, in pullData
  File "/usr/local/lib/python2.6/dist-packages/bb/data.py", line 97, in getVar
    return d.getVar(var,exp)
  File "/usr/local/lib/python2.6/dist-packages/bb/data_smart.py", line 166, in getVar
    return self.expand(value,var)
  File "/usr/local/lib/python2.6/dist-packages/bb/data_smart.py", line 84, in expand
    s = __expand_python_regexp__.sub(python_sub, s)
  File "/usr/local/lib/python2.6/dist-packages/bb/data_smart.py", line 70, in python_sub
    s = eval(code)
  File "<string>", line 1, in <module>
  File "<bb>", line 2, in openmoko_two_get_license
ValueError: need more than 1 value to unpack
ERROR: Task 384 (/home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb, do_package_write_ipk) failed
NOTE: Waiting for 2 active tasks to finish
NOTE: 1: /home/vivek/development/em-x270/stuff//openembedded/recipes/angstrom/angstrom-version.bb, do_unpack (1209)
NOTE: 2: /home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb, do_configure (32350)
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb, do_configure (32350)
ERROR: function do_configure failed
ERROR: log data follows (/home/vivek/development/em-x270/stuff/build/oetmp/work/armv5te-angstrom-linux-gnueabi/minimo-1_0.02+cvs20070626-r1/temp/log.do_configure.32350)
| NOTE: make -f client.mk CONFIGURE_ARGS= --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi  configure
| cd /home/vivek/development/em-x270/stuff/build/oetmp/work/armv5te-angstrom-linux-gnueabi/minimo-1_0.02+cvs20070626-r1/mozilla
| ./configure --build=i686-linux --host=i686-linux --target=arm-angstrom-linux-gnueabi
| Adding configure options from /home/vivek/development/em-x270/stuff/build/oetmp/work/armv5te-angstrom-linux-gnueabi/minimo-1_0.02+cvs20070626-r1/mozconfig:
|   --enable-application=minimo
|   --enable-default-toolkit=gtk2
|   --disable-freetype2
|   --enable-xft
|   --disable-postscript
|   --disable-xprint
|   --disable-gnomevfs
|   --disable-gnomeui
|   --disable-jsd
|   --disable-plugins
|   --disable-view-source
|   --disable-accessibility
|   --disable-xpinstall
|   --enable-single-profile
|   --disable-jsloader
|   --disable-printing
|   --enable-native-uconv
|   --enable-plaintext-editor-only
|   --disable-xpcom-obsolete
|   --disable-pref-extensions
|   --disable-extensions
|   --enable-image-decoders=png,gif,jpeg
|   --disable-mathml
|   --disable-installer
|   --disable-updater
|   --disable-tests
|   --enable-optimize=-Os
|   --disable-logging
|   --enable-strip
|   --enable-elf-dynstr-gc
|   --disable-shared
|   --enable-static
|   --disable-profilesharing
|   --disable-profilelocking
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/endian-little
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common-linux
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common-glibc
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/arm-common
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/arm-linux
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/endian-little
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common-linux
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common-glibc
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/arm-common
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/arm-linux
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common
| loading site script /home/vivek/development/em-x270/stuff/openembedded/site/common
| loading cache ./config.cache
| checking host system type... i686-pc-linux-gnu
| checking target system type... arm-angstrom-linux-gnueabi
| checking build system type... i686-pc-linux-gnu
| checking for gawk... gawk
| checking for nsinstall... no
| cross compiling from i686-pc-linux-gnu to arm-angstrom-linux-gnueabi
| checking for host c compiler... checking for gcc... (cached) gcc
| gcc
| checking for host c++ compiler... checking for c++... (cached) g++
| g++
| checking for ranlib... no
| checking for ar... no
| checking whether the host c compiler (gcc -isystem/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -L/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu) works... yes
| checking whether the host c++ compiler (g++ -isystem/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fpermissive -fvisibility-inlines-hidden -L/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu) works... yes
| checking for arm-angstrom-linux-gnueabi-gcc... arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb
| checking for gcc... arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb
| checking whether the C compiler (arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb -isystem/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -L/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu) works... yes
| checking whether the C compiler (arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb -isystem/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -L/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu) is a cross-compiler... yes
| checking whether we are using GNU C... yes
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb accepts -g... yes
| checking for arm-angstrom-linux-gnueabi-g++... arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb
| checking for c++... arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb
| checking whether the C++ compiler (arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb -isystem/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fpermissive -fvisibility-inlines-hidden -L/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu) works... yes
| checking whether the C++ compiler (arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb -isystem/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fpermissive -fvisibility-inlines-hidden -L/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-rpath-link,/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib -Wl,-O1 -Wl,--hash-style=gnu) is a cross-compiler... yes
| checking whether we are using GNU C++... yes
| checking whether arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb accepts -g... yes
| checking for arm-angstrom-linux-gnueabi-ranlib... arm-angstrom-linux-gnueabi-ranlib
| checking for arm-angstrom-linux-gnueabi-ar... arm-angstrom-linux-gnueabi-ar
| checking for arm-angstrom-linux-gnueabi-as... /home/vivek/development/em-x270/stuff/build/oetmp/cross/armv5te//bin/arm-angstrom-linux-gnueabi-as
| checking for arm-angstrom-linux-gnueabi-ld... arm-angstrom-linux-gnueabi-ld
| checking for arm-angstrom-linux-gnueabi-strip... arm-angstrom-linux-gnueabi-strip
| checking for arm-angstrom-linux-gnueabi-windres... no
| checking for arm-angstrom-linux-gnueabi-windres... no
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb and cc understand -c and -o together... yes
| checking how to run the C preprocessor... arm-angstrom-linux-gnueabi-gcc -E
| checking how to run the C++ preprocessor... arm-angstrom-linux-gnueabi-g++ -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb -E
| checking for a BSD compatible install... /usr/bin/install -c
| checking whether ln -s works... yes
| checking for perl5... no
| checking for perl... /home/vivek/development/em-x270/stuff/build/oetmp/staging/i686-linux/usr/bin/perl
| checking for minimum required perl version >= 5.004... 5.008008
| checking for full perl installation... yes
| checking for doxygen... :
| checking for whoami... /usr/bin/whoami
| checking for autoconf... /home/vivek/development/em-x270/stuff/build/oetmp/staging/i686-linux/usr/bin/autoconf
| checking for unzip... /home/vivek/development/em-x270/stuff/build/oetmp/staging/i686-linux/usr/bin/unzip
| checking for zip... /home/vivek/development/em-x270/stuff/build/oetmp/staging/i686-linux/usr/bin/zip
| checking for makedepend... no
| checking for xargs... /usr/bin/xargs
| checking for make... /usr/bin/make
| checking for X... libraries , headers
| checking for dnet_ntoa in -ldnet... no
| checking for dnet_ntoa in -ldnet_stub... no
| checking for gethostbyname... yes
| checking for connect... yes
| checking for remove... yes
| checking for shmat... yes
| checking for IceConnectionNumber in -lICE... yes
| checking whether ld has archive extraction flags... yes
| checking that static assertion macros used in autoconf tests work... yes
| checking for 64-bit OS... no
| checking for ANSI C header files... yes
| checking for working const... yes
| checking for mode_t... yes
| checking for off_t... yes
| checking for pid_t... yes
| checking for size_t... yes
| checking for st_blksize in struct stat... yes
| checking for siginfo_t... yes
| checking for int16_t... yes
| checking for int32_t... yes
| checking for int64_t... yes
| checking for int64... no
| checking for uint... (cached) no
| checking for uint_t... no
| checking for uint16_t... no
| checking for uname.domainname... yes
| checking for uname.__domainname... no
| checking for usable wchar_t (2 bytes, unsigned)... no
| checking for compiler -fshort-wchar option... yes
| checking for visibility(hidden) attribute... yes
| checking for visibility(default) attribute... yes
| checking for visibility pragma support... yes
| checking For gcc visibility bug with class-level attributes (GCC bug 26905)... yes
| checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no
| checking for dirent.h that defines DIR... yes
| checking for opendir in -ldir... no
| checking for sys/byteorder.h... no
| checking for compat.h... no
| checking for getopt.h... yes
| checking for sys/bitypes.h... yes
| checking for memory.h... yes
| checking for unistd.h... yes
| checking for gnu/libc-version.h... yes
| checking for nl_types.h... yes
| checking for malloc.h... yes
| checking for X11/XKBlib.h... yes
| checking for sys/statvfs.h... yes
| checking for sys/statfs.h... yes
| checking for sys/vfs.h... yes
| checking for sys/mount.h... yes
| checking for mmintrin.h... yes
| checking for new... yes
| checking for sys/cdefs.h... yes
| checking for gethostbyname_r in -lc_r... no
| checking for atan in -lm... yes
| checking for dlopen in -ldl... yes
| checking for dlfcn.h... yes
| checking for socket in -lsocket... no
| checking for XDrawLines in -lX11... yes
| checking for XextAddDisplay in -lXext... yes
| checking for XtFree in -lXt... yes
| checking for XineramaIsActive in -lXinerama... yes
| checking for X11/extensions/Xinerama.h... yes
| checking for XShmCreateImage in -lXext... yes
| checking for X11/extensions/XShm.h... yes
| checking for XieFloGeometry in -lXIE... no
| checking for X11/extensions/XIElib.h... no
| checking for freetype-config... /home/vivek/development/em-x270/stuff/build/oetmp/staging/i686-linux/usr/bin/armv5te-angstrom-linux-gnueabi/freetype-config
| checking for FreeType - version >= 6.1.0... cross compiling; assumed OK... yes
| checking for pthread_create in -lpthreads... no
| checking for pthread_create in -lpthread... yes
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb accepts -pthread... yes
| checking whether mmap() sees write()s... yes
| checking whether arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mno-thumb needs -traditional... no
| checking for 8-bit clean memcmp... no
| checking for random... yes
| checking for strerror... (cached) yes
| checking for lchown... yes
| checking for fchmod... yes
| checking for snprintf... yes
| checking for statvfs... yes
| checking for memmove... yes
| checking for rint... yes
| checking for stat64... yes
| checking for lstat64... yes
| checking for flockfile... yes
| checking for getpagesize... (cached) yes
| checking for localtime_r... yes
| checking for strtok_r... yes
| checking for wcrtomb... no
| checking for mbrtowc... no
| checking for res_ninit()... yes
| checking for gnu_get_libc_version()... no
| checking for iconv in -lc... no
| checking for iconv in -liconv... no
| checking for libiconv in -liconv... no
| checking for iconv()... no
| checking for nl_langinfo and CODESET... no
| checking for an implementation of va_copy()... (cached) yes
| checking for an implementation of __va_copy()... (cached) yes
| checking whether va_lists can be copied by value... (cached) yes
| ./configure: line 10814: ./conftest: cannot execute binary file
| checking for C++ exceptions flag... -fno-exceptions
| checking for gcc 3.0 ABI... yes
| checking for C++ "explicit" keyword... yes
| checking for C++ "typename" keyword... yes
| checking for modern C++ template specialization syntax support... yes
| checking whether partial template specialization works... yes
| checking whether operators must be re-defined for templates derived from templates... no
| checking whether we need to cast a derived template to pass as its base class... no
| checking whether the compiler can resolve const ambiguities for templates... yes
| checking whether the C++ "using" keyword can change access... yes
| checking whether the C++ "using" keyword resolves ambiguity... yes
| checking for "std::" namespace... yes
| checking whether standard template operator!=() is ambiguous... unambiguous
| checking for C++ reinterpret_cast... yes
| checking for C++ dynamic_cast to void*... no
| checking whether C++ requires implementation of unused virtual methods... yes
| checking for trouble comparing to zero near std::operator!=()... no
| checking for LC_MESSAGES... yes
| checking for pkg-config... /home/vivek/development/em-x270/stuff/build/oetmp/staging/i686-linux/usr/bin/pkg-config
| checking for gtk+-2.0 >= 1.3.7... yes
| checking MOZ_GTK2_CFLAGS... -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/gtk-2.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib/gtk-2.0/include -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/atk-1.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/cairo -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/pango-1.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib/glib-2.0/include -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/pixman-1 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/freetype2 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/libpng12
| checking MOZ_GTK2_LIBS...   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
| checking for xft... yes
| checking MOZ_XFT_CFLAGS... -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/freetype2
| checking MOZ_XFT_LIBS...   -lXft -lXrender -lfontconfig -lfreetype -lX11
| checking for pango >= 1.1.0... yes
| checking _PANGOCHK_CFLAGS... -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/pango-1.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib/glib-2.0/include
| checking _PANGOCHK_LIBS...   -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
| checking for XpGetPrinterList in -lXp... yes
| checking for gconf-2.0 >= 1.2.1... yes
| checking MOZ_GCONF_CFLAGS... -DORBIT2=1 -pthread -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/gconf/2 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/orbit-2.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/dbus-1.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib/dbus-1.0/include -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/home/vivek/development/em-x270/stuff/build/oetmp/staging/armv5te-angstrom-linux-gnueabi/usr/lib/glib-2.0/include
| checking MOZ_GCONF_LIBS...   -lgconf-2 -lglib-2.0
| checking for libgnome-2.0 >= 2.0... configure: error: iconv() not found.  Cannot enable native uconv support.
| *** Fix above errors and then restart with               "make -f client.mk build"
| make: *** [configure] Error 1
| FATAL: oe_runmake failed
NOTE: Task failed: /home/vivek/development/em-x270/stuff/build/oetmp/work/armv5te-angstrom-linux-gnueabi/minimo-1_0.02+cvs20070626-r1/temp/log.do_configure.32350
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb do_configure failed
ERROR: Task 363 (/home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 4948 tasks of which 4947 didn't need to be rerun and 3 failed.
ERROR: '/home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/libmokojournal2_svn.bb' failed
ERROR: '/home/vivek/development/em-x270/stuff//openembedded/recipes/openmoko2/openmoko-dialer2_svn.bb' failed
ERROR: '/home/vivek/development/em-x270/stuff//openembedded/recipes/mozilla/minimo_cvs.bb' failed


More information about the Openembedded-devel mailing list