VDR para el Siemens Gigaset M740/M750
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Proyecto movido a GitHub

Miér 7 Abr 2021 - 19:23 por bittor

Comentarios: 0

Buscar
 
 

Resultados por:
 


Rechercher Búsqueda avanzada

Flujo RSS


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



Problema compilación unstable sobre ubuntu 8.10

+14
solrac
Krako
joseagt
albal
gines
yeahhh
jb
telete
Larrinbe
Videre
bittor
MaDMaN
pbr01
jorgexx21
18 participantes

Página 1 de 3. 1, 2, 3  Siguiente

Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Problema compilación unstable sobre ubuntu 8.10

Mensaje por jorgexx21 Lun 26 Ene 2009 - 11:45

Hola,

En primer lugar felicitar a bittor y todos los foreros por el trabajo que estáis realizando. En su día probé una versión VDR antigua cuando todavía estaba en todopvr. Después de la nueva jugada de Inout estoy de nuevo probando otras opciones.

La verdad que VDR siempre me ha parecido lo más avanzado en funcionalidad, aunque una vez te acostumbras a un interfaz (Locko), cuesta cambiarlo. Creo comentábais en un hilo que el interfaz del VDR en la versión unstable era más personalizable que el de la stable.

Por otro lado, la versión stable compilada con Windows no me reconoce bien el disco duro (Seagate Freeagent 500 Mb, problema ya comentado de 4% 00:00). He probado a compilar la versión más reciente unstable aunque me está costando bastante. Primero probé con ubuntu 7.10 arrancado desde CD, y cuando todo estaba acabando me dió un error de falta de espacio en disco (supongo que memoria virtual). Así que he instalado ubuntu 8.10 en el disco duro y después de casi media hora de compilación (la verdad me extraña que dure tanto) me ha dado un error porque no encontraba algún comando en /bin/sh creo. Os puedo poner la salida del make, aunque no la tengo aquí ahora mismo.

Alguien más lo ha probado sobre ubuntu 8.10? He seguido los pasos al pie de la letra y me extraña el error.

jorgexx21

Cantidad de envíos : 4
Fecha de inscripción : 26/01/2009

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por pbr01 Lun 26 Ene 2009 - 11:52

Eso es que te has saltado un paso descrito en la wiki
http://www.assembla.com/wiki/show/VDR-M7x0/Instalaci%C3%B3n_del_VDR-NG-EM#instalacion_linux
Código:
3. Cambiar el enlace simbólico a /bin/sh
        sudo ln -fs /bin/bash /bin/sh
Yo lo compilo en Ubuntu 8.10 y va perfecto.
pbr01
pbr01
Betatester

Cantidad de envíos : 489
Fecha de inscripción : 11/08/2008
Edad : 49
Localización : Valladolid

http://m7x0.co.cc

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por MaDMaN Lun 26 Ene 2009 - 11:54

Yo compilo regularmente con ubuntu. Primero con 8.04 y ahora con 8.10, sin ningún problema siguiendo las instrucciones y manteniendo el sistema actualizado. ¿Has puesto todos los paquetes que se comentan en el wiki? Otra cosa eu pasa a veces es que no puede bajar algo y da un eror. Si ese es el caso, busca el fichero por otro sítio, lo tiras en el directorio downloads y lanza el proceso otra vez.

Finalmente, el usar gcc 3.4 ya no hace falta. Por lo demás, sí que tarda bastante y más la primera vez que se baja bastantes cosas.

Pon el log por aquí a ver si alguien sabe qué te puede estar pasando.
MaDMaN
MaDMaN
Betatester

Cantidad de envíos : 433
Fecha de inscripción : 25/06/2008
Localización : Valladolid

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por jorgexx21 Lun 26 Ene 2009 - 20:01

Adjunto la salida del make a partir del pimer error que detecto

Código:
/bin/sh: mips-linux-uclibc-gcc: orden no encontrada
make[1]: mips-linux-uclibc-gcc: No se encontró el programa
make[1]: se ingresa al directorio `/home/jorgito/VDR-NG-EM/VDR-NG-FW/build/uClibc-0.9.30'
make[1]: mips-linux-uclibc-gcc: No se encontró el programa
  MKDIR include/bits
  LN include/bits/uClibc_ctype.h
  MKDIR include/config
/bin/sh: mips-linux-uclibc-gcc: command not found
make[2]: mips-linux-uclibc-gcc: Command not found
make[2]: mips-linux-uclibc-gcc: Command not found
gcc -DCURSES_LOC="" -DLOCALE  -MM *.c > .depend 2>/dev/null || :
/bin/sh: mips-linux-uclibc-gcc: command not found
make[2]: mips-linux-uclibc-gcc: Command not found
make[2]: mips-linux-uclibc-gcc: Command not found
gcc -DCURSES_LOC="" -DLOCALE    -c conf.c -o conf.o
gcc -DCURSES_LOC="" -DLOCALE    -c kxgettext.c -o kxgettext.o
cat zconf.tab.c_shipped > zconf.tab.c
cat lex.zconf.c_shipped > lex.zconf.c
cat zconf.hash.c_shipped > zconf.hash.c
gcc -DCURSES_LOC="" -DLOCALE  -I. -c zconf.tab.c -o zconf.tab.o
gcc -DCURSES_LOC="" -DLOCALE    conf.o  zconf.tab.o -lncurses -o conf
  GEN include/bits/uClibc_config.h
#
# configuration written to .config
#
/bin/sh: mips-linux-uclibc-gcc: command not found
make[2]: mips-linux-uclibc-gcc: Command not found
make[2]: mips-linux-uclibc-gcc: Command not found
  LN include/pthread.h
  LN include/semaphore.h
  LN include/bits/pthreadtypes.h
  LN include/sgidefs.h
  LN include/fpu_control.h
  LN include/dl-osinfo.h
  LN include/hp-timing.h
  LN include/bits/byteswap.h
  LN include/bits/cmathcalls.h
  LN include/bits/confname.h
  LN include/bits/elfclass.h
  LN include/bits/environments.h
  LN include/bits/errno.h
  LN include/bits/fenvinline.h
  LN include/bits/getopt.h
  LN include/bits/huge_val.h
  LN include/bits/huge_valf.h
  LN include/bits/huge_vall.h
  LN include/bits/in.h
  LN include/bits/inf.h
  LN include/bits/initspin.h
  LN include/bits/ioctls.h
  LN include/bits/local_lim.h
  LN include/bits/locale.h
  LN include/bits/mathcalls.h
  LN include/bits/mathinline.h
  LN include/bits/mqueue.h
  LN include/bits/nan.h
  LN include/bits/netdb.h
  LN include/bits/posix1_lim.h
  LN include/bits/posix2_lim.h
  LN include/bits/posix_opt.h
  LN include/bits/sched.h
  LN include/bits/select.h
  LN include/bits/sigset.h
  LN include/bits/sigthread.h
  LN include/bits/sockaddr.h
  LN include/bits/statvfs.h
  LN include/bits/stdio.h
  LN include/bits/stdio_lim.h
  LN include/bits/time.h
  LN include/bits/types.h
  LN include/bits/typesizes.h
  LN include/bits/uClibc_clk_tck.h
  LN include/bits/uClibc_errno.h
  LN include/bits/uClibc_fpmax.h
  LN include/bits/uClibc_local_lim.h
  LN include/bits/uClibc_locale.h
  LN include/bits/uClibc_mutex.h
  LN include/bits/uClibc_pthread.h
  LN include/bits/uClibc_stdio.h
  LN include/bits/uClibc_touplow.h
  LN include/bits/uClibc_uintmaxtostr.h
  LN include/bits/uClibc_uwchar.h
  LN include/bits/uClibc_va_copy.h
  LN include/bits/uio.h
  LN include/bits/ustat.h
  LN include/bits/utmp.h
  LN include/bits/utmpx.h
  LN include/bits/utsname.h
  LN include/bits/waitflags.h
  LN include/bits/waitstatus.h
  LN include/bits/wchar.h
  LN include/bits/xopen_lim.h
  LN include/bits/atomic.h
  LN include/bits/dirent.h
  LN include/bits/dlfcn.h
  LN include/bits/endian.h
  LN include/bits/fcntl.h
  LN include/bits/fenv.h
  LN include/bits/ioctl-types.h
  LN include/bits/ipc.h
  LN include/bits/kernel_sigaction.h
  LN include/bits/kernel_stat.h
  LN include/bits/kernel_types.h
  LN include/bits/mathdef.h
  LN include/bits/mman.h
  LN include/bits/msq.h
  LN include/bits/poll.h
  LN include/bits/resource.h
  LN include/bits/sem.h
  LN include/bits/setjmp.h
  LN include/bits/shm.h
  LN include/bits/sigaction.h
  LN include/bits/sigcontext.h
  LN include/bits/sigcontextinfo.h
  LN include/bits/siginfo.h
  LN include/bits/signum.h
  LN include/bits/sigstack.h
  LN include/bits/socket.h
  LN include/bits/stackinfo.h
  LN include/bits/stat.h
  LN include/bits/statfs.h
  LN include/bits/syscalls.h
  LN include/bits/termios.h
  LN include/bits/uClibc_arch_features.h
  LN include/bits/uClibc_page.h
  LN include/bits/wordsize.h
  LN include/sys/acct.h
  LN include/sys/epoll.h
  LN include/sys/inotify.h
  LN include/sys/prctl.h
  LN include/sys/ptrace.h
  LN include/sys/asm.h
  LN include/sys/cachectl.h
  LN include/sys/fpregdef.h
  LN include/sys/procfs.h
  LN include/sys/regdef.h
  LN include/sys/sysmips.h
  LN include/sys/tas.h
  LN include/sys/ucontext.h
  LN include/sys/user.h
  HOSTCC extra/locale/gen_wc8bit
extra/locale/gen_wc8bit.c: In function 'main':
extra/locale/gen_wc8bit.c:356: warning: array subscript is above array bounds
extra/locale/gen_wc8bit.c:415: warning: array subscript is above array bounds
extra/locale/gen_wc8bit.c:481: warning: array subscript is above array bounds
  GEN extra/locale/codesets.txt
  GEN extra/locale/c8tables.h
setlocale(LC_CTYPE,"en_US.UTF-8") failed!
make[1]: *** [extra/locale/c8tables.h] Error 1
make[1]: se sale del directorio `/home/jorgito/VDR-NG-EM/VDR-NG-FW/build/uClibc-0.9.30'
make: *** [/home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.uclibc_headers_installed] Error 2

jorgexx21

Cantidad de envíos : 4
Fecha de inscripción : 26/01/2009

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por bittor Lun 26 Ene 2009 - 20:24

Si has hecho una instalación a medias saltándote un paso como el que apuntaba pbr01, luego tendrás que volver a ejecutar el "make-fw" para que te limpie los restos de la compilación errónea.

Después haces el make y ya debería funcionarte bien.

De todas formas, esta semana también podrás generar el firmware desde Windows.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por Videre Lun 26 Ene 2009 - 20:44

La verdad es que sería mejor corregir los scripts que tengamos que pongan /bin/sh en vez de /bin/bash si lo que realmente usan es bash. Eso haría nuestro código más portable. Pero no tengo ni idea si son 10 o 100.
Videre
Videre
Desarrollador

Cantidad de envíos : 391
Fecha de inscripción : 27/09/2008

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por jorgexx21 Lun 26 Ene 2009 - 21:43

la verdad es que no soy consciente de haberme saltado ese paso, estoy casi seguro de haberlo hecho, pero si el log os sugiere ese error, volveré a ejecutar todo de nuevo y os cuento

gracias

jorgexx21

Cantidad de envíos : 4
Fecha de inscripción : 26/01/2009

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por jorgexx21 Lun 26 Ene 2009 - 22:07

Hola,

He vuelto a realizarlo asegurandome de ejecutar el enlace simbólico y me da los mismos errores:

Código:
Applying 330-fix-pthread_manager_exit.patch using plaintext:
patching file libpthread/linuxthreads/manager.c
touch /home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.uclibc_patched
sed -ne 's,^KERNEL_HEADERS=.*,KERNEL_HEADERS=\"/home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/usr/include\",g' \
        -e 'w/home/jorgito/VDR-NG-EM/VDR-NG-FW/build/uClibc-0.9.30/.config' /home/jorgito/VDR-NG-EM/VDR-NG-FW/configs/uClibc/0.9.30/uclibc.config
touch /home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.uclibc_configured
PATH='/home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games' \
        make -j1 -C /home/jorgito/VDR-NG-EM/VDR-NG-FW/build/uClibc-0.9.30 PREFIX=/home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root headers install_headers
/bin/sh: mips-linux-uclibc-gcc: orden no encontrada
make[1]: mips-linux-uclibc-gcc: No se encontró el programa
make[1]: se ingresa al directorio `/home/jorgito/VDR-NG-EM/VDR-NG-FW/build/uClibc-0.9.30'
make[1]: mips-linux-uclibc-gcc: No se encontró el programa
  MKDIR include/bits
  LN include/bits/uClibc_ctype.h
  MKDIR include/config
/bin/sh: mips-linux-uclibc-gcc: command not found
make[2]: mips-linux-uclibc-gcc: Command not found
make[2]: mips-linux-uclibc-gcc: Command not found
gcc -DCURSES_LOC="" -DLOCALE  -MM *.c > .depend 2>/dev/null || :
/bin/sh: mips-linux-uclibc-gcc: command not found
make[2]: mips-linux-uclibc-gcc: Command not found
make[2]: mips-linux-uclibc-gcc: Command not found
gcc -DCURSES_LOC="" -DLOCALE    -c conf.c -o conf.o
gcc -DCURSES_LOC="" -DLOCALE    -c kxgettext.c -o kxgettext.o
cat zconf.tab.c_shipped > zconf.tab.c
cat lex.zconf.c_shipped > lex.zconf.c
cat zconf.hash.c_shipped > zconf.hash.c
gcc -DCURSES_LOC="" -DLOCALE  -I. -c zconf.tab.c -o zconf.tab.o
gcc -DCURSES_LOC="" -DLOCALE    conf.o  zconf.tab.o -lncurses -o conf
  GEN include/bits/uClibc_config.h
#
# configuration written to .config
#
/bin/sh: mips-linux-uclibc-gcc: command not found
make[2]: mips-linux-uclibc-gcc: Command not found
make[2]: mips-linux-uclibc-gcc: Command not found
  LN include/pthread.h
  LN include/semaphore.h
  LN include/bits/pthreadtypes.h
  LN include/sgidefs.h
  LN include/fpu_control.h
  LN include/dl-osinfo.h
  LN include/hp-timing.h
  LN include/bits/byteswap.h
  LN include/bits/cmathcalls.h
  LN include/bits/confname.h
  LN include/bits/elfclass.h
  LN include/bits/environments.h
  LN include/bits/errno.h
  LN include/bits/fenvinline.h
  LN include/bits/getopt.h
  LN include/bits/huge_val.h
  LN include/bits/huge_valf.h
  LN include/bits/huge_vall.h
  LN include/bits/in.h
  LN include/bits/inf.h
  LN include/bits/initspin.h
  LN include/bits/ioctls.h
  LN include/bits/local_lim.h
  LN include/bits/locale.h
  LN include/bits/mathcalls.h
  LN include/bits/mathinline.h
  LN include/bits/mqueue.h
  LN include/bits/nan.h
  LN include/bits/netdb.h
  LN include/bits/posix1_lim.h
  LN include/bits/posix2_lim.h
  LN include/bits/posix_opt.h
  LN include/bits/sched.h
  LN include/bits/select.h
  LN include/bits/sigset.h
  LN include/bits/sigthread.h
  LN include/bits/sockaddr.h
  LN include/bits/statvfs.h
  LN include/bits/stdio.h
  LN include/bits/stdio_lim.h
  LN include/bits/time.h
  LN include/bits/types.h
  LN include/bits/typesizes.h
  LN include/bits/uClibc_clk_tck.h
  LN include/bits/uClibc_errno.h
  LN include/bits/uClibc_fpmax.h
  LN include/bits/uClibc_local_lim.h
  LN include/bits/uClibc_locale.h
  LN include/bits/uClibc_mutex.h
  LN include/bits/uClibc_pthread.h
  LN include/bits/uClibc_stdio.h
  LN include/bits/uClibc_touplow.h
  LN include/bits/uClibc_uintmaxtostr.h
  LN include/bits/uClibc_uwchar.h
  LN include/bits/uClibc_va_copy.h
  LN include/bits/uio.h
  LN include/bits/ustat.h
  LN include/bits/utmp.h
  LN include/bits/utmpx.h
  LN include/bits/utsname.h
  LN include/bits/waitflags.h
  LN include/bits/waitstatus.h
  LN include/bits/wchar.h
  LN include/bits/xopen_lim.h
  LN include/bits/atomic.h
  LN include/bits/dirent.h
  LN include/bits/dlfcn.h
  LN include/bits/endian.h
  LN include/bits/fcntl.h
  LN include/bits/fenv.h
  LN include/bits/ioctl-types.h
  LN include/bits/ipc.h
  LN include/bits/kernel_sigaction.h
  LN include/bits/kernel_stat.h
  LN include/bits/kernel_types.h
  LN include/bits/mathdef.h
  LN include/bits/mman.h
  LN include/bits/msq.h
  LN include/bits/poll.h
  LN include/bits/resource.h
  LN include/bits/sem.h
  LN include/bits/setjmp.h
  LN include/bits/shm.h
  LN include/bits/sigaction.h
  LN include/bits/sigcontext.h
  LN include/bits/sigcontextinfo.h
  LN include/bits/siginfo.h
  LN include/bits/signum.h
  LN include/bits/sigstack.h
  LN include/bits/socket.h
  LN include/bits/stackinfo.h
  LN include/bits/stat.h
  LN include/bits/statfs.h
  LN include/bits/syscalls.h
  LN include/bits/termios.h
  LN include/bits/uClibc_arch_features.h
  LN include/bits/uClibc_page.h
  LN include/bits/wordsize.h
  LN include/sys/acct.h
  LN include/sys/epoll.h
  LN include/sys/inotify.h
  LN include/sys/prctl.h
  LN include/sys/ptrace.h
  LN include/sys/asm.h
  LN include/sys/cachectl.h
  LN include/sys/fpregdef.h
  LN include/sys/procfs.h
  LN include/sys/regdef.h
  LN include/sys/sysmips.h
  LN include/sys/tas.h
  LN include/sys/ucontext.h
  LN include/sys/user.h
  HOSTCC extra/locale/gen_wc8bit
extra/locale/gen_wc8bit.c: In function 'main':
extra/locale/gen_wc8bit.c:356: warning: array subscript is above array bounds
extra/locale/gen_wc8bit.c:415: warning: array subscript is above array bounds
extra/locale/gen_wc8bit.c:481: warning: array subscript is above array bounds
  GEN extra/locale/codesets.txt
  GEN extra/locale/c8tables.h
setlocale(LC_CTYPE,"en_US.UTF-8") failed!
make[1]: *** [extra/locale/c8tables.h] Error 1
make[1]: se sale del directorio `/home/jorgito/VDR-NG-EM/VDR-NG-FW/build/uClibc-0.9.30'
make: *** [/home/jorgito/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.uclibc_headers_installed] Error 2


¿alguna pista?

Lo único que hago "por mi cuenta" es editar el fichero rc.conf para eliminar el check-flash. Entiendo que se puede hacer con gedit,y no es necesario utilizar vi, correcto?

jorgexx21

Cantidad de envíos : 4
Fecha de inscripción : 26/01/2009

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por Larrinbe Mar 27 Ene 2009 - 0:43

Joerge, sin ánimo de desanimarte, no esperes milagros de la versión unstable respecto al disco que comentas. Yo lo he retirado ya del VDR por aburrimiento (me pasaba lo que indicas una o dos veces por semana). De esa manera nunca tenía garantía de que fuera a grabar (aunque solía comprobarlo y así fallaba menos).

No obstante, Gigatron, tiene un disco como ese y a él le va bien, pero no he llegado a saber el por qué (en principio he seguido sus consejos y no he obtenido sus resultados). Tampoco me iba bien con Lemmi y ahora lo estoy probando con LCK. De momento parece que tarda hasta casi 5 minutos en reconocerlo (es muy variable entre 1 y 5 minutos) pero de momento no he tenido que desenchufarlo (pero sólo son 2 días así que toca esperar).
Larrinbe
Larrinbe
Betatester

Cantidad de envíos : 568
Fecha de inscripción : 05/07/2008

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por telete Mar 27 Ene 2009 - 7:45

Tienes que reconfigurar las locales con el siguiente comando:
Código:
sudo dpkg-reconfigure locales

Alli le indicas cuales quieres generar y despues de un ratito lo tendras listo
telete
telete

Cantidad de envíos : 137
Fecha de inscripción : 23/09/2008
Localización : Zaragoza

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por bittor Mar 27 Ene 2009 - 12:08

Videre escribió:La verdad es que sería mejor corregir los scripts que tengamos que pongan /bin/sh en vez de /bin/bash si lo que realmente usan es bash. Eso haría nuestro código más portable. Pero no tengo ni idea si son 10 o 100.
Es un requisito del ToolChain, no de nuestros scripts.
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por jb Jue 29 Ene 2009 - 22:57

Hola de nuevo.

Estoy intentando compilar desde ayer en ubuntu 8.10, que nunca me había dado ningún problema y me es imposible, siempre acabo con un error a causa del rssreader:

Código:
Error: Cannot open file '/home/user/vdrunstable/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/target_root/usr/lib/vdr/libvdr-rssreader.so.1.4.5'
make: *** [/home/user/vdrunstable/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/file_tab.rootfs_dir_m740_andreas-unstable.lst] Error 1

¿Alguien sabe si es un problema mío o de los servidores?. Desde ayer me ha sido imposible hacer la compilación.

Un saludo,
jb
jb
Betatester

Cantidad de envíos : 1193
Fecha de inscripción : 16/11/2008
Edad : 54
Localización : Lérida y Zaragoza

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por Videre Jue 29 Ene 2009 - 23:17

Parece que no es problema tuyo, al menos yo estoy teniendo el mismo problema.
Videre
Videre
Desarrollador

Cantidad de envíos : 391
Fecha de inscripción : 27/09/2008

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por yeahhh Jue 29 Ene 2009 - 23:31

Si que hay este problema, en teoria zjuanma lo había arreglado esta tarde.
yeahhh
yeahhh
Betatester

Cantidad de envíos : 2260
Fecha de inscripción : 18/08/2008
Edad : 45
Localización : Barcelona

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por pbr01 Jue 29 Ene 2009 - 23:56

Persiste el problema, un poco de paciencia plis.
pbr01
pbr01
Betatester

Cantidad de envíos : 489
Fecha de inscripción : 11/08/2008
Edad : 49
Localización : Valladolid

http://m7x0.co.cc

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por jb Vie 30 Ene 2009 - 1:12

Vale, sabiéndolo no hay problema. Pensaba que había cambiado alguna configuración que afectaba al proceso de compilación.

Gracias.
jb
jb
Betatester

Cantidad de envíos : 1193
Fecha de inscripción : 16/11/2008
Edad : 54
Localización : Lérida y Zaragoza

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por gines Miér 4 Feb 2009 - 20:30

A mi me falla con el svn de open7x0.org, he probado un monton de veces y no consigo que mejore. A traves de web si puedo acceder a open7x0.org
Código:
 make
svn co -r 335 svn://open7x0.org/vdr-m7x0 /home/gines/vdr/VDR-NG-EM/VDR-NG-FW/build/vdr-m7x0
svn: No fue posible conectarse al equipo 'open7x0.org': Expiró el tiempo de conexión
make: *** [/home/gines/vdr/VDR-NG-EM/VDR-NG-FW/m7x0_xtc_uclibc_Linux-i686/stagefiles/.vdr_downloaded] Error 1
¿Se os ocurre alguna solucion?

gines

Cantidad de envíos : 5
Fecha de inscripción : 10/11/2008

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por Videre Miér 4 Feb 2009 - 21:04

¿Estás detrás de un proxy o un firewall? Necesitas tener acceso al puerto 3690 que es el del protocolo svn.
Videre
Videre
Desarrollador

Cantidad de envíos : 391
Fecha de inscripción : 27/09/2008

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por pbr01 Jue 5 Feb 2009 - 1:25

Acabo de compilar la última y va todo OK.
Los fallos de conexión suelen ser temporales, si persisten deberías revisar la red, cortafuegos/proxy/DNS
pbr01
pbr01
Betatester

Cantidad de envíos : 489
Fecha de inscripción : 11/08/2008
Edad : 49
Localización : Valladolid

http://m7x0.co.cc

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por gines Jue 5 Feb 2009 - 16:08

Videre escribió:¿Estás detrás de un proxy o un firewall? Necesitas tener acceso al puerto 3690 que es el del protocolo svn.

Si, estoy detras de un proxy, aunque para descartar eso había probado con una conexion de Simyo, pero claro Simyo tambien te pone un maravilloso proxy de *****.

Probare desde otro sitio.

gines

Cantidad de envíos : 5
Fecha de inscripción : 10/11/2008

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por albal Vie 6 Feb 2009 - 12:53

Estoy compilando y al hacer make-fw me dice esto:

|diff -Naur uclibc_build_env_orig/configs/busybox/1.13.1/busybox.config uclibc_build_env/configs/busybox/1.13.1/busybox.config
|--- uclibc_build_env_orig/configs/busybox/1.13.1/busybox.config Wed Dec 17 12:33:12 2008
|+++ uclibc_build_env/configs/busybox/1.13.1/busybox.config Thu Dec 18 19:14:16 2008
--------------------------
File to patch:


¿Qué hay que poner?. Antes nunca me había pasado esto.
Gracias

albal
Betatester

Cantidad de envíos : 78
Fecha de inscripción : 09/07/2008
Edad : 49
Localización : Valencia

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por joseagt Vie 6 Feb 2009 - 13:12

Hola, siento no poder ayudarte. Simplemente comentar que yo ayer lo compilé en un ubuntu 8.10 amd64, y no tuve ningún problema.
Saludos
JA
joseagt
joseagt
Betatester

Cantidad de envíos : 362
Fecha de inscripción : 26/06/2008
Localización : Valencia

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por albal Vie 6 Feb 2009 - 13:14

joseagt escribió:Hola, siento no poder ayudarte. Simplemente comentar que yo ayer lo compilé en un ubuntu 8.10 amd64, y no tuve ningún problema.
Saludos
JA

Gracias de todos modos, seguiré a la espera.

albal
Betatester

Cantidad de envíos : 78
Fecha de inscripción : 09/07/2008
Edad : 49
Localización : Valencia

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por bittor Vie 6 Feb 2009 - 13:30

Mira a ver si en el directorio temporal que se crea tienes el archivo "configs/busybox/1.13.1/busybox.config"
bittor
bittor
Desarrollador

Cantidad de envíos : 3661
Fecha de inscripción : 25/06/2008
Localización : Zaragoza

https://github.com/bittor7x0/VDR-M7x0

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por albal Vie 6 Feb 2009 - 13:43

bittor escribió:Mira a ver si en el directorio temporal que se crea tienes el archivo "configs/busybox/1.13.1/busybox.config"

Gracias Bittor por contestar, he visto que se me han creado muchas carpetas VDR-NG-EM. Las he borrado y voy a probar.

albal
Betatester

Cantidad de envíos : 78
Fecha de inscripción : 09/07/2008
Edad : 49
Localización : Valencia

Volver arriba Ir abajo

Problema compilación unstable sobre ubuntu 8.10 Empty Re: Problema compilación unstable sobre ubuntu 8.10

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Página 1 de 3. 1, 2, 3  Siguiente

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.