[erledigt] error compiling enigma

Alles rund um das grafische Benutzerinterface Enigma
Antworten
Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

[erledigt] error compiling enigma

Beitrag von Gastone »

any suggestion about this error?
thanks in advance

Code: Alles auswählen

install -m 0644 ./sol.cfg /home/my_user/dreambox/tuxbox-20091206_1913/root/cdkroot/lib/tuxbox/plugins
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2/sol'
make[3]: Leaving directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2/sol'
make[3]: Entering directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2'
make[4]: Entering directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2'
make[3]: Leaving directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2'
make[2]: Leaving directory `/home/my_user/dreambox/tuxbox-20091206_1913/apps/tuxbox/plugins/fx2'
( rm -rf tuxfrodo-beta8 || /bin/true ) && ( mkdir tuxfrodo-beta8 || /bin/true ) && ( cd tuxfrodo-beta8; bunzip2 -cd /home/my_user/dreambox/tuxbox-20091206_1913/cdk/Archive/tuxfrodo_beta8.tar.bz2 | tar -x ) && ((for f1 in config.guess config.sub; do (for f2 in `find tuxfrodo-beta8 -name $f1`; do (test -e $f2 && rm -f $f2 && ln -s /home/my_user/dreambox/tuxbox-20091206_1913/cdk/Patches/$f1 $f2 && echo "updated $f2") done) done) || /bin/true)
tar -C /home/my_user/dreambox/tuxbox-20091206_1913/root/cdkroot/lib/tuxbox/plugins/c64emu/ -xjvf tuxfrodo-beta8/hdd/c64emu/roms.tar.bz2
tar: /home/my_user/dreambox/tuxbox-20091206_1913/root/cdkroot/lib/tuxbox/plugins/c64emu: funzione "chdir" non riuscita: No such file or directory
tar: Errore irrimediabile: uscita immediata

##### translation
#tar: /home/my_user/dreambox/tuxbox-20091206_1913/root/cdkroot/lib/tuxbox/plugins/c64emu: "chdir" not possible: No such file or directory
#tar: impossible to recover that error: exit now


make[1]: *** [fx2-plugins] Error 2
make[1]: Leaving directory `/home/my_user/dreambox/tuxbox-20091206_1913/cdk'
make: *** [/home/my_user/dreambox/tuxbox-20091206_1913/root/cdkflash/root] Error 2
[my_user@localhost cdk]$ ls
acinclude.m4  AUTHORS         ChangeLog        config.guess   config.sub    COPYING        doc         linux        Makefile          Makefile.in  Patches        README      root-enigma-squashfs-local.sh  rules-downcheck.pl     rules-install-flash  tuxfrodo-beta8
aclocal.m4    autogen.sh      common-licenses  config.log     configure     customization  INSTALL     linux-2.6.9  Makefile.am       missing      prepare        root        rules-archive                  rules-downcheck.pl.in  rules-make
Archive       autom4te.cache  config           config.status  configure.ac  CVS            install-sh  make         Makefile-archive  NEWS         prepare_dream  root_dream  rules-archive.pl               rules-install          rules.pl
[my_user@localhost cdk]$ cd ..
[my_user@localhost tuxbox-20091206_1913]$ cd hostapps/
[my_user@localhost hostapps]$ ls
appendbin   ChangeLog     flash       libcrypto++    mkdnimg     mklibs              README         ucodex
AUTHORS     checkImage    ggrab       libflashimage  mkdvd       mk_minroot          remind-tuxcal  win32
autogen.sh  configure.ac  grab        Makefile.am    mkflfs      neutrino_picserver  stream         ybuild
bmp2raw     CVS           gui-tuxcal  mcrec          mkfs.jffs2  NEWS                toolchecker
[my_user@localhost hostapps]$ cd toolchecker/
[my_user@localhost toolchecker]$ ./toolchecker.sh 


cvs:                      1.11.23
autoconf >= 2.57a:        2.63
automake >= 1.8:          1.11
libtool >= 1.4.2:         2.2.6
gettext >= 0.12.1:        0.17
make >= 3.79:             3.81
tar:                      1.22
bunzip2:                  1.0.5
gunzip:                   
patch:                    2.6
infocmp:                  5.7.20090207
gcc 2.95 or >= 3.0:       4.4.1
g++ 2.95 or >= 3.0:       4.4.1
flex:                     2.5.35
bison:                    2.4.1
pkg-config:               0.23
wget:                     1.12
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: error compiling enigma

Beitrag von rhabarber1848 »

(moved thread from developer to enigma forum)

Does cdk/Archive/tuxfrodo_beta8.tar.bz2 exist on your machine?
Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

Re: error compiling enigma

Beitrag von Gastone »

sorry for the bad zone, and thx for the fast reply:

Code: Alles auswählen

[alberto@localhost Archive]$ ls -la tuxfrodo_beta8.tar.bz2 
-rw-rw-r--. 1 alberto alberto 393522 28 nov 23:31 tuxfrodo_beta8.tar.bz2
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: error compiling enigma

Beitrag von rhabarber1848 »

I think I found the problem, when I tested my patch I will commit it to CVS and post a notification here.
Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

Re: error compiling enigma

Beitrag von Gastone »

thanks for the fast reply
regards
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: error compiling enigma

Beitrag von rhabarber1848 »

Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

Re: error compiling enigma

Beitrag von Gastone »

now all runs fine, thanks
(thanks as well for use the toolchecker suggestions: now looks good)
Antworten