Home

Build Space from Git Source With Errors

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
My Decoder is Azbox Premium HD

I compiled the sources of Space to git and I have the following errors at compile time ...
http://sourceforge.net/apps/mediawiki/spaze/index.php?title=Main_Page


Build instructions
git clone git://spaze.git.sourceforge.net/gitroot/spaze/spaze spaze
cd spaze
make download_sources
make image


This is the error message before it crashes
NOTE: Running task 2128 of 2241 (ID: 36, /home/knap/spaze/openembedded/recipes/quilt/quilt-native_0.48.bb, do_package_stage)
NOTE: Tasks Summary: Attempted 2128 tasks of which 0 didn't need to be rerun and 3 failed.
ERROR: '/home/knap/spaze/openembedded/recipes/wpa-supplicant/wpa-supplicant_0.5.10.bb' failed
ERROR: '/home/knap/spaze/openembedded/recipes/python/python_2.6.4.bb' failed
ERROR: '/home/knap/spaze/openembedded/recipes/zd1211/zd1211b_r222.bb' failed
knap@knap-home:~/spaze$


How can I fix this' error?
 

darkmantk

OpenSpa Team
Miembro del equipo
26 Ago 2009
8.533
2.650
0
Haz otra vez el make, porque el GIT tiene que compilar sin problemas.

Está probado y es posible que en el primer make se te queden algunas cosas que te den fallo al compilar vuelve a hacer el make y ya debería compilarlos sin problemas.

PD: Por Favor, pasate por presentaciones antes de nada.
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
Okay now try again to compile the source again ....

I will let you know if other errors ...

Thank darkmantk
 

darkmantk

OpenSpa Team
Miembro del equipo
26 Ago 2009
8.533
2.650
0
No borres nada de lo compilado, sino simplemente le haces otra pasada poniendo make -f Makefile image

Debería de hacerte la compilación bien.
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
NOTE: Preparing runqueue
ERROR: Multiple .bb files are due to be built which each provide libtuxtxt-enigma2 (/home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt-enigma2.bb /home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt.bb).
This usually means one provides something the other doesn't and should.
NOTE: Executing runqueue
NOTE: Running task 1361 of 2241 (ID: 912, /home/knap/spaze/openembedded/recipes/zd1211/zd1211b_r222.bb, do_compile)
ERROR: function do_compile failed
ERROR: see log in /home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/zd1211b-r222-r3/temp/log.do_compile.14571
NOTE: Task failed: /home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/zd1211b-r222-r3/temp/log.do_compile.14571
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/knap/spaze/openembedded/recipes/zd1211/zd1211b_r222.bb do_compile failed
ERROR: Task 912 (/home/knap/spaze/openembedded/recipes/zd1211/zd1211b_r222.bb, do_compile) failed
NOTE: Tasks Summary: Attempted 2227 tasks of which 2227 didn't need to be rerun and 1 failed.
ERROR: '/home/knap/spaze/openembedded/recipes/zd1211/zd1211b_r222.bb' failed
make: *** [image] Error 1
knap@knap-home:~/spaze$
 

darkmantk

OpenSpa Team
Miembro del equipo
26 Ago 2009
8.533
2.650
0
A este error no le des importancia, es mas una advertencia que un error.

ERROR: Multiple .bb files are due to be built which each provide libtuxtxt-enigma2 (/home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt-enigma2.bb /home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt.bb).

En cuanto a lo del zd1211b_r222.bb

Vete a /home/knap/spaze/openembedded/recipes/tasks/

Edita el archivo task-opendreambox-wlan.bb

Borra el zd1211b de WLAN_USB_MODULES_LEGACY_azboxhd

Guarda y haz otra vez make, y ya debe compilarte bien.

PD: Si te sigue fallando haz un bitbake -c distclean task-opendreambox-wlan y vuelve a compilar.
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
1)

knap@knap-home:~$ cd spaze/azboxhd/build
knap@knap-home:~/spaze/azboxhd/build$ source ./env.source
knap@knap-home:~/spaze/azboxhd/build$ bitbake -c distclean task-opendreambox-wlan
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Handling BitBake files: / (8198/8208) [99 %]
NOTE: Parsing finished. 7565 cached, 317 parsed, 326 skipped, 2 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 1 of 1 (ID: 0, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_distclean)
staging-task-opendreambox-wlan-azboxhd-oe-linux - 1.0-r3
Removing package staging-task-opendreambox-wlan-azboxhd-oe-linux from root...
NOTE: Removing staging package tmp/deploy/pstage/opendreamboxeglibc/staging-task-opendreambox-wlan-azboxhd-oe-linux_1.0-r3_i686-linux.ipk
NOTE: removing tmp/work/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3
NOTE: removing tmp/stamps/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3.*
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 0 failed.



----------------------------------------------------

2)


knap@knap-home:~$ cd spaze
knap@knap-home:~/spaze$ make -f Makefile image
cd bb && git pull origin 1.8-dream
From git://git.opendreambox.org/git/bitbake
* branch 1.8-dream -> FETCH_HEAD
Already up-to-date.
cd /home/knap/spaze/openembedded && git pull origin master
From git://spaze.git.sourceforge.net/gitroot/spaze/openembedded
* branch master -> FETCH_HEAD
Already up-to-date.
cd /home/knap/spaze/azboxhd/build; . ./env.source; bitbake -k dreambox-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Handling BitBake files: / (8198/8208) [99 %]
NOTE: Parsing finished. 7565 cached, 317 parsed, 326 skipped, 2 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
ERROR: Multiple .bb files are due to be built which each provide libtuxtxt-enigma2 (/home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt-enigma2.bb /home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt.bb).
This usually means one provides something the other doesn't and should.
NOTE: Executing runqueue
NOTE: Running task 874 of 2229 (ID: 196, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_setscene)
NOTE: Running task 2204 of 2229 (ID: 197, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_fetch)
NOTE: Running task 2205 of 2229 (ID: 198, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_unpack)
NOTE: Unpacking ../../openembedded/recipes/tasks/task-opendreambox-wlan.bb to tmp/work/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3/
NOTE: Running task 2206 of 2229 (ID: 199, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_patch)
NOTE: Running task 2207 of 2229 (ID: 200, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_configure)
NOTE: Running task 2208 of 2229 (ID: 201, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_compile)
NOTE: Running task 2209 of 2229 (ID: 202, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_install)
NOTE: Running task 2210 of 2229 (ID: 203, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_populate_staging)
NOTE: Running task 2211 of 2229 (ID: 206, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_package)
cp: cannot stat `/home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3/image/*': No such file or directory
NOTE: Running task 2212 of 2229 (ID: 207, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_package_write_ipk)
Packaged contents of task-opendreambox-wlan into /home/knap/spaze/azboxhd/build/tmp/deploy/ipk/azboxhd/task-opendreambox-wlan_1.0-r3_azboxhd.ipk
Packaged contents of task-opendreambox-wlan-dbg into /home/knap/spaze/azboxhd/build/tmp/deploy/ipk/azboxhd/task-opendreambox-wlan-dbg_1.0-r3_azboxhd.ipk
Packaged contents of task-opendreambox-wlan-dev into /home/knap/spaze/azboxhd/build/tmp/deploy/ipk/azboxhd/task-opendreambox-wlan-dev_1.0-r3_azboxhd.ipk
NOTE: Running task 2224 of 2229 (ID: 205, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_package_write)
NOTE: Running task 2225 of 2229 (ID: 15, /home/knap/spaze/openembedded/recipes/images/dreambox-image.bb, do_package_update_index_ipk)
NOTE: Running task 2226 of 2229 (ID: 204, /home/knap/spaze/openembedded/recipes/tasks/task-opendreambox-wlan.bb, do_package_stage)
/home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3/staging-pkg/deploy/ipk/azboxhd/
/home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3/staging-pkg/deploy/ipk/azboxhd/
/home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/task-opendreambox-wlan-1.0-r3/staging-pkg/deploy/ipk/azboxhd/
NOTE: Running task 2228 of 2229 (ID: 9, /home/knap/spaze/openembedded/recipes/images/dreambox-image.bb, do_rootfs)
ERROR: function do_rootfs failed
ERROR: see log in /home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/dreambox-image-1.0-r0/temp/log.do_rootfs.567
NOTE: Task failed: /home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/dreambox-image-1.0-r0/temp/log.do_rootfs.567
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/knap/spaze/openembedded/recipes/images/dreambox-image.bb do_rootfs failed
ERROR: Task 9 (/home/knap/spaze/openembedded/recipes/images/dreambox-image.bb, do_rootfs) failed
NOTE: Tasks Summary: Attempted 2227 tasks of which 2214 didn't need to be rerun and 1 failed.
ERROR: '/home/knap/spaze/openembedded/recipes/images/dreambox-image.bb' failed
make: *** [image] Error 1
 

darkmantk

OpenSpa Team
Miembro del equipo
26 Ago 2009
8.533
2.650
0
Busca el archivo /home/knap/spaze/azboxhd/build/tmp/work/azboxhd-oe-linux/dreambox-image-1.0-r0/temp/log.do_rootfs.567

Y pega el error que te dá.
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
log.do_rootfs.567

http://pastebin.me/9b350fa010bf810174de0beb8402194a
 

darkmantk

OpenSpa Team
Miembro del equipo
26 Ago 2009
8.533
2.650
0
el fallo es que no tienes instalado zip.

Instalalo si usas ubuntu o basado en debian: sudo apt-get install zip

Después haz otra vez el make y ya tiene que compilarte bien del todo.
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
I have installed in the Ubuntu Server 11.10 - the Zip package ...

and I started again to compile the sources Spaces Git

I'll know how it goes compiling ...

Thanks for your help Darkmantk
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
Bueno ... todas las compilación y el 'éxito sin errores ....

Pronto voy a saber cómo funciona en mi decodificador Azbox

Gracias por su ayuda

-------------------------------------------------------------


knap@knap-home:~$ cd spaze
knap@knap-home:~/spaze$ make -f Makefile image
cd bb && git pull origin 1.8-dream
From git://git.opendreambox.org/git/bitbake
* branch 1.8-dream -> FETCH_HEAD
Already up-to-date.
cd /home/knap/spaze/openembedded && git pull origin master
From git://spaze.git.sourceforge.net/gitroot/spaze/openembedded
* branch master -> FETCH_HEAD
Already up-to-date.
cd /home/knap/spaze/azboxhd/build; . ./env.source; bitbake -k dreambox-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
NOTE: Handling BitBake files: / (8198/8208) [99 %]
NOTE: Parsing finished. 7565 cached, 317 parsed, 326 skipped, 2 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
ERROR: Multiple .bb files are due to be built which each provide libtuxtxt-enigma2 (/home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt-enigma2.bb /home/knap/spaze/openembedded/recipes/tuxbox/libtuxtxt.bb).
This usually means one provides something the other doesn't and should.
NOTE: Executing runqueue
NOTE: Running task 2226 of 2229 (ID: 15, /home/knap/spaze/openembedded/recipes/images/dreambox-image.bb, do_package_update_index_ipk)
NOTE: Running task 2228 of 2229 (ID: 9, /home/knap/spaze/openembedded/recipes/images/dreambox-image.bb, do_rootfs)
NOTE: Running task 2229 of 2229 (ID: 0, /home/knap/spaze/openembedded/recipes/images/dreambox-image.bb, do_build)
NOTE: Tasks Summary: Attempted 2229 tasks of which 2226 didn't need to be rerun and 0 failed.
knap@knap-home:~/spaze$
 

darkmantk

OpenSpa Team
Miembro del equipo
26 Ago 2009
8.533
2.650
0
De nada, ya digo que me extrañaba que no compile el GIT porque hace unos dias lo compilé yo de cero.

Lo que si me ha pasado es que tengo que darle 2 pasadas al make, porque en la primera deja alguna cosa sin compilar bien.

Y el error que te daba al compilar el zd1211b era tambien por falta de instalación del zip.


Saludos !!!
 

knap

Usuario
Amigo OpenSPA
24 Feb 2011
10
0
0
I sent the pacth.e2
the decoder ...

It crashes when loading "Loading"
and I do not forward to the completion of the initial installation ...

Do not start the configuration wizard
and remains in the state of eternal Loading
even if you restart the machine ...

The display shows the message "= s" ...

I can not tell why this happens with my decoder ...
The same situation happens to me with firmware 1.2 RTI, RTI 1.3,
2.0 spaces and spaces with this massively images compiled from git ...

if you have some news ...
let me know because I do not know what to think.

the decoder and the original
is not a clone.