Problems on bitbaking base-image

"Víctor M. Palacio Tárrega" victorpalacio at adtelecom.es
Thu Nov 6 07:29:35 UTC 2008


Hi,

I had same problem, until updating from last GIT snapshot.

Currently I had no problem, using this:

......
BB_VERSION        = "1.8.10"
METADATA_BRANCH   = "org.openembedded.dev"
METADATA_REVISION = "3ff5572d2b2702b8dc925e04ebd2c21d2ae8e8ce"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "mx31ads"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2008.1-test-20081106"
TARGET_FPU        = "hard"
......



Have you tried to update?

Regards,


Ramón Finger Lilienthal escribió:
> Fellows,
>
> I was trying to bitbake base-image by the first time and I get the 
> following error:
>
> ---
> NOTE: Handling BitBake files: \ (6121/6122) [99 %]
> NOTE: Parsing finished. 5864 cached, 0 parsed, 258 skipped, 0 masked.
> NOTE: Cache is clean, not saving.
> NOTE: build 200810281535: started
>
> OE Build Configuration:
> BB_VERSION        = "1.8.11"
> METADATA_BRANCH   = "org.openembedded.dev"
> METADATA_REVISION = "83176ca41497b63eab25babf275eb09b5de55a8d"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "omap5912osk"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "2008.1-test-20081028"
> TARGET_FPU        = "soft"
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime 
> entity 'virtual/arm-angstrom-linux-gnueabi-gcc-2.95' but it wasn't 
> found in any PACKAGE or RPROVIDES variables
> NOTE: Runtime target 'virtual/arm-angstrom-linux-gnueabi-gcc-2.95' is 
> unbuildable, removing...
> Missing or unbuildable dependency chain was: 
> ['virtual/arm-angstrom-linux-gnueabi-gcc-2.95']
> ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise requires the runtime 
> entity 'openzaurus-sa' but it wasn't found in any PACKAGE or RPROVIDES 
> variables
> NOTE: Runtime target 'openzaurus-sa' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['openzaurus-sa']
> NOTE: Preparing runqueue
> NOTE: Executing runqueue
> NOTE: Running task 749 of 2118 (ID: 2085, 
> /home/work/openembedded/openembedded/packages/shared-mime-info/shared-mime-info-native_0.51.bb, 
> do_compile)
> NOTE: package shared-mime-info-native-0.51: started
> NOTE: package shared-mime-info-native-0.51-r0: task do_compile: started
> ERROR: function do_compile failed
> ERROR: log data follows 
> (/home/work/openembedded/tmp/work/x86_64-linux/shared-mime-info-native-0.51-r0/temp/log.do_compile.24240) 
>
> | NOTE: make -j 4
> | Making check in po
> | make[1]: Entering directory 
> `/home/work/openembedded/tmp/work/x86_64-linux/shared-mime-info-native-0.51-r0/shared-mime-info-0.51/po' 
>
> | rm -f missing notexist
> | srcdir=. 
> /home/work/openembedded/tmp/staging/x86_64-linux/usr/bin/intltool-update 
> -m
> | if [ -r missing -o -r notexist ]; then \
> |       exit 1; \
> |     fi
> | make[1]: Leaving directory 
> `/home/work/openembedded/tmp/work/x86_64-linux/shared-mime-info-native-0.51-r0/shared-mime-info-0.51/po' 
>
> | make[1]: Entering directory 
> `/home/work/openembedded/tmp/work/x86_64-linux/shared-mime-info-native-0.51-r0/shared-mime-info-0.51' 
>
> | gcc 
> -I/home/work/openembedded/tmp/staging/x86_64-linux/usr/include/libxml2 
> -I/home/work/openembedded/tmp/staging/x86_64-linux/usr/include/glib-2.0 
> -I/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib/glib-2.0/include   
> -isystem/home/work/openembedded/tmp/staging/x86_64-linux/usr/include 
> -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings  
> -L/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib 
> -Wl,-rpath-link,/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib 
> -Wl,-rpath,/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib 
> -Wl,-O1 -o update-mime-database 
> update_mime_database-update-mime-database.o 
> -L/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib -lxml2 
> -lglib-2.0
> | gcc 
> -I/home/work/openembedded/tmp/staging/x86_64-linux/usr/include/glib-2.0 
> -I/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib/glib-2.0/include   
> -isystem/home/work/openembedded/tmp/staging/x86_64-linux/usr/include 
> -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings  
> -L/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib 
> -Wl,-rpath-link,/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib 
> -Wl,-rpath,/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib 
> -Wl,-O1 -o test-tree-magic test_tree_magic-test-tree-magic.o 
> -L/home/work/openembedded/tmp/staging/x86_64-linux/usr/lib -lgio-2.0 
> -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
> | /usr/bin/ld: cannot find -lgio-2.0
> | collect2: ld returned 1 exit status
> | make[1]: *** [test-tree-magic] Error 1
> | make[1]: *** Waiting for unfinished jobs....
> | make[1]: Leaving directory 
> `/home/work/openembedded/tmp/work/x86_64-linux/shared-mime-info-native-0.51-r0/shared-mime-info-0.51' 
>
> | make: *** [check-recursive] Error 1
> | FATAL: oe_runmake failed
> NOTE: Task failed: 
> /home/work/openembedded/tmp/work/x86_64-linux/shared-mime-info-native-0.51-r0/temp/log.do_compile.24240 
>
> NOTE: package shared-mime-info-native-0.51-r0: task do_compile: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package shared-mime-info-native-0.51: failed
> ERROR: Build of 
> /home/work/openembedded/openembedded/packages/shared-mime-info/shared-mime-info-native_0.51.bb 
> do_compile failed
> ERROR: Task 2085 
> (/home/work/openembedded/openembedded/packages/shared-mime-info/shared-mime-info-native_0.51.bb, 
> do_compile) failed
> NOTE: Tasks Summary: Attempted 748 tasks of which 748 didn't need to 
> be rerun and 1 failed.
> ERROR: 
> '/home/work/openembedded/openembedded/packages/shared-mime-info/shared-mime-info-native_0.51.bb' 
> failed
> NOTE: build 200810281535: completed
>
> ---
>
> To install Bitbake and OpenEmbeded, I followed the instruction in 
> Getting Started on openembedded site.
>
> I am trying to compile under Linux Ubuntu 8.4 64bits.
>
> Any help will be welcome.
>


-- 

//*Víctor M. Palacio Tárrega*//


 



c/ Camí de la pelleria 12

08915. Badalona

telf: + 34 663 978 885

www.adtelecom.es <http://www.adtelecom.es/>





More information about the Openembedded-users mailing list