Proyecto movido a GitHub
Miér 7 Abr 2021 - 19:23 por bittor
Proyecto movido a GitHub:
https://github.com/bittor7x0/VDR-M7x0
Con muchos cambios y correcciones, Más información
También incluye el plugin epgfixer para corregir la EPG usando expresiones regulares y el plugin xmltv2vdr para descargar la EPG de internet
https://github.com/bittor7x0/VDR-M7x0
Con muchos cambios y correcciones, Más información
También incluye el plugin epgfixer para corregir la EPG usando expresiones regulares y el plugin xmltv2vdr para descargar la EPG de internet
Comentarios: 0
Buscar
Error en la compilación del firmware unstable (pro)
2 participantes
Página 1 de 1.
Error en la compilación del firmware unstable (pro)
Saludos!
hace unos minutos al compilar el firmware rama unstable (pro) bajo GNU/linux me ha dado es siguiente error:
# # # # # #
gcc -o rsadecode rsadecode.o nio.o arith.o
make[1]: se sale del directorio `/home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder'
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.rsacoder_host_compiled
make -C /home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder SBINDIR=/home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin install
make[1]: se ingresa al directorio `/home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder'
mv -f rsaencode /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/rsaencode
mv -f rsadecode /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/rsadecode
make[1]: se sale del directorio `/home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder'
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.rsacoder_host_installed
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/rsaencode
(if [ ! -f /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz ] ; then \
wget --passive-ftp http:/gigaset.siemens.com/repository/1237/123736/wavebox_build_env.tar.gz -O /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz ; \
fi );
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz
rm -rf /home/bbb/VDR-NG-EM/VDR-NG-FW/build/siemens-build-env-rsakeys
tar -x --wildcards -C /home/bbb/VDR-NG-EM/VDR-NG-FW/build -xzf /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz \
'wavebox_build_env/.rsa*'
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: wavebox_build_env/.rsa*: No se encuentra en el archivo
tar: Salida con error demorada desde errores anteriores
make: *** [/home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/etc/rsa/rsaprivate1.key] Error 2
# # # # # #
Tras echar un ojo, el archivo /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz
veo que está vacío.
He bajado el archivo a mano tal y como sugiere el script, tal que:
wget --passive-ftp http://gigaset.siemens.com/repository/1237/123736/wavebox_build_env.tar.gz -O /media/sda4/home/naldoco/rcc/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz
y he vuelto a ejecutar el make.
El caso es que ahora ya me ruló... y no sé que pasó.
Saludos.
hace unos minutos al compilar el firmware rama unstable (pro) bajo GNU/linux me ha dado es siguiente error:
# # # # # #
gcc -o rsadecode rsadecode.o nio.o arith.o
make[1]: se sale del directorio `/home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder'
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.rsacoder_host_compiled
make -C /home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder SBINDIR=/home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin install
make[1]: se ingresa al directorio `/home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder'
mv -f rsaencode /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/rsaencode
mv -f rsadecode /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/rsadecode
make[1]: se sale del directorio `/home/bbb/VDR-NG-EM/VDR-NG-FW/hostutils.build/rsacoder'
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.rsacoder_host_installed
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin/rsaencode
(if [ ! -f /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz ] ; then \
wget --passive-ftp http:/gigaset.siemens.com/repository/1237/123736/wavebox_build_env.tar.gz -O /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz ; \
fi );
touch /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz
rm -rf /home/bbb/VDR-NG-EM/VDR-NG-FW/build/siemens-build-env-rsakeys
tar -x --wildcards -C /home/bbb/VDR-NG-EM/VDR-NG-FW/build -xzf /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz \
'wavebox_build_env/.rsa*'
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: wavebox_build_env/.rsa*: No se encuentra en el archivo
tar: Salida con error demorada desde errores anteriores
make: *** [/home/bbb/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/etc/rsa/rsaprivate1.key] Error 2
# # # # # #
Tras echar un ojo, el archivo /home/bbb/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz
veo que está vacío.
He bajado el archivo a mano tal y como sugiere el script, tal que:
wget --passive-ftp http://gigaset.siemens.com/repository/1237/123736/wavebox_build_env.tar.gz -O /media/sda4/home/naldoco/rcc/VDR-NG-EM/VDR-NG-FW/downloads/siemens-build_env.tar.gz
y he vuelto a ejecutar el make.
El caso es que ahora ya me ruló... y no sé que pasó.
Saludos.
naldoco- Cantidad de envíos : 25
Fecha de inscripción : 31/08/2008
Re: Error en la compilación del firmware unstable (pro)
Pues que en el momento que lo ejecutaste la primera vez tuviste un corte de red, no te resolvía el DNS, etc. por lo que no se pudo bajar el archivo correctamente.
La segunda vez ya no tuviste este problema.
La segunda vez ya no tuviste este problema.
Temas similares
» Error de compilación
» Error en la compilación del firmware
» Problema compilación unstable sobre ubuntu 8.10
» Error al instalar unstable
» Error en compilacion
» Error en la compilación del firmware
» Problema compilación unstable sobre ubuntu 8.10
» Error al instalar unstable
» Error en compilacion
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.